pid = "HelloWorld"
pid < "HelloWorld"
pid <= "HelloWorld"
pid > "HelloWorld"
pid >= "HelloWorld"
pid like "HelloWorld"
pid in ("HelloWorld","Hello*","Hello*World")
pid in ("Hello*","Hello*World")
pid in ("Hello*World")
iid = "2006"
iid < "2006"
iid <= "2006"
iid > "2006"
iid >= "2006"
iid in ("2006")
iid in ("2006","20061231")
status = "active"
status = "suspended"
status = "error"
status = "completed"
status = "terminated"
status = "faulted"
status in ("active","suspended")
status in ("active","suspended","error","completed","terminated","faulted")
started = "2006-01-01T00:00:01"
started = "2006-01-31"
started = "2006-01"
started = "2006"
started < "2006-01-01T00:00:01"
started < "2006-01-31"
started < "2006-01"
started < "2006"
started <= "2006-01-01T00:00:01"
started <= "2006-01-31"
started <= "2006-01"
started <= "2006"
started > "2006-01-01T00:00:01"
started > "2006-01-31"
started > "2006-01"
started > "2006"
started >= "2006-01-01T00:00:01"
started >= "2006-01-31"
started >= "2006-01"
started >= "2006"
started like "2006-01-01T00:00:01"
started like "2006-01-31"
started like "2006-01"
started like "2006"
started in ("2006-01-01T00:00:01")
started in ("2006-01-31","2006-01")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active = "2006-02-01T00:00:01"
last-active = "2006-02-21"
last-active = "2006-02"
last-active = "2006"
last-active < "2006-02-01T00:00:01"
last-active < "2006-02-21"
last-active < "2006-02"
last-active < "2006"
last-active <= "2006-02-01T00:00:01"
last-active <= "2006-02-21"
last-active <= "2006-02"
last-active <= "2006"
last-active > "2006-02-01T00:00:01"
last-active > "2006-02-21"
last-active > "2006-02"
last-active > "2006"
last-active >= "2006-02-01T00:00:01"
last-active >= "2006-02-21"
last-active >= "2006-02"
last-active >= "2006"
last-active like "2006-02-01T00:00:01"
last-active like "2006-02-21"
last-active like "2006-02"
last-active like "2006"
last-active in ("2006-02-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
${org.apache.ode.BPELProcess}author = "yuriy"
$author = "yuriy"
${org.apache.ode.BPELProcess}author < "yuriy"
$author < "yuriy"
${org.apache.ode.BPELProcess}author <= "yuriy"
$author <= "yuriy"
${org.apache.ode.BPELProcess}author > "yuriy"
$author > "yuriy"
${org.apache.ode.BPELProcess}author >= "yuriy"
$author >= "yuriy"
${org.apache.ode.BPELProcess}author like "yuriy"
$author like "yuriy"
${org.apache.ode.BPELProcess}author in ("yuriy")
$author in ("yuriy")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
$author in ("yuriy","kostya","nazar","orest")
pid = "HelloWorld" and iid = "2006"
pid = "HelloWorld" and iid < "2006"
pid = "HelloWorld" and iid <= "2006"
pid = "HelloWorld" and iid > "2006"
pid = "HelloWorld" and iid >= "2006"
pid = "HelloWorld" and iid in ("2006")
pid = "HelloWorld" and iid in ("2006","20061231")
pid = "HelloWorld" and status = "active"
pid = "HelloWorld" and status = "suspended"
pid = "HelloWorld" and status = "error"
pid = "HelloWorld" and status = "completed"
pid = "HelloWorld" and status = "terminated"
pid = "HelloWorld" and status = "faulted"
pid = "HelloWorld" and status in ("active","suspended")
pid = "HelloWorld" and status in ("active","suspended","error","completed","terminated","faulted")
pid = "HelloWorld" and started = "2006-01-01T00:00:01"
pid = "HelloWorld" and started = "2006-01-31"
pid = "HelloWorld" and started = "2006-01"
pid = "HelloWorld" and started = "2006"
pid = "HelloWorld" and started < "2006-01-01T00:00:01"
pid = "HelloWorld" and started < "2006-01-31"
pid = "HelloWorld" and started < "2006-01"
pid = "HelloWorld" and started < "2006"
pid = "HelloWorld" and started <= "2006-01-01T00:00:01"
pid = "HelloWorld" and started <= "2006-01-31"
pid = "HelloWorld" and started <= "2006-01"
pid = "HelloWorld" and started <= "2006"
pid = "HelloWorld" and started > "2006-01-01T00:00:01"
pid = "HelloWorld" and started > "2006-01-31"
pid = "HelloWorld" and started > "2006-01"
pid = "HelloWorld" and started > "2006"
pid = "HelloWorld" and started >= "2006-01-01T00:00:01"
pid = "HelloWorld" and started >= "2006-01-31"
pid = "HelloWorld" and started >= "2006-01"
pid = "HelloWorld" and started >= "2006"
pid = "HelloWorld" and started like "2006-01-01T00:00:01"
pid = "HelloWorld" and started like "2006-01-31"
pid = "HelloWorld" and started like "2006-01"
pid = "HelloWorld" and started like "2006"
pid = "HelloWorld" and started in ("2006-01-01T00:00:01")
pid = "HelloWorld" and started in ("2006-01-31","2006-01")
pid = "HelloWorld" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
pid = "HelloWorld" and last-active = "2006-02-01T00:00:01"
pid = "HelloWorld" and last-active = "2006-02-21"
pid = "HelloWorld" and last-active = "2006-02"
pid = "HelloWorld" and last-active = "2006"
pid = "HelloWorld" and last-active < "2006-02-01T00:00:01"
pid = "HelloWorld" and last-active < "2006-02-21"
pid = "HelloWorld" and last-active < "2006-02"
pid = "HelloWorld" and last-active < "2006"
pid = "HelloWorld" and last-active <= "2006-02-01T00:00:01"
pid = "HelloWorld" and last-active <= "2006-02-21"
pid = "HelloWorld" and last-active <= "2006-02"
pid = "HelloWorld" and last-active <= "2006"
pid = "HelloWorld" and last-active > "2006-02-01T00:00:01"
pid = "HelloWorld" and last-active > "2006-02-21"
pid = "HelloWorld" and last-active > "2006-02"
pid = "HelloWorld" and last-active > "2006"
pid = "HelloWorld" and last-active >= "2006-02-01T00:00:01"
pid = "HelloWorld" and last-active >= "2006-02-21"
pid = "HelloWorld" and last-active >= "2006-02"
pid = "HelloWorld" and last-active >= "2006"
pid = "HelloWorld" and last-active like "2006-02-01T00:00:01"
pid = "HelloWorld" and last-active like "2006-02-21"
pid = "HelloWorld" and last-active like "2006-02"
pid = "HelloWorld" and last-active like "2006"
pid = "HelloWorld" and last-active in ("2006-02-01T00:00:01")
pid = "HelloWorld" and last-active in ("2006-02-01T00:00:01","2006-02-21")
pid = "HelloWorld" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
pid = "HelloWorld" and ${org.apache.ode.BPELProcess}author = "yuriy"
pid = "HelloWorld" and $author = "yuriy"
pid = "HelloWorld" and ${org.apache.ode.BPELProcess}author < "yuriy"
pid = "HelloWorld" and $author < "yuriy"
pid = "HelloWorld" and ${org.apache.ode.BPELProcess}author <= "yuriy"
pid = "HelloWorld" and $author <= "yuriy"
pid = "HelloWorld" and ${org.apache.ode.BPELProcess}author > "yuriy"
pid = "HelloWorld" and $author > "yuriy"
pid = "HelloWorld" and ${org.apache.ode.BPELProcess}author >= "yuriy"
pid = "HelloWorld" and $author >= "yuriy"
pid = "HelloWorld" and ${org.apache.ode.BPELProcess}author like "yuriy"
pid = "HelloWorld" and $author like "yuriy"
pid = "HelloWorld" and ${org.apache.ode.BPELProcess}author in ("yuriy")
pid = "HelloWorld" and $author in ("yuriy")
pid = "HelloWorld" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
pid = "HelloWorld" and $author in ("yuriy","kostya","nazar","orest")
pid < "HelloWorld" and iid = "2006"
pid < "HelloWorld" and iid < "2006"
pid < "HelloWorld" and iid <= "2006"
pid < "HelloWorld" and iid > "2006"
pid < "HelloWorld" and iid >= "2006"
pid < "HelloWorld" and iid in ("2006")
pid < "HelloWorld" and iid in ("2006","20061231")
pid < "HelloWorld" and status = "active"
pid < "HelloWorld" and status = "suspended"
pid < "HelloWorld" and status = "error"
pid < "HelloWorld" and status = "completed"
pid < "HelloWorld" and status = "terminated"
pid < "HelloWorld" and status = "faulted"
pid < "HelloWorld" and status in ("active","suspended")
pid < "HelloWorld" and status in ("active","suspended","error","completed","terminated","faulted")
pid < "HelloWorld" and started = "2006-01-01T00:00:01"
pid < "HelloWorld" and started = "2006-01-31"
pid < "HelloWorld" and started = "2006-01"
pid < "HelloWorld" and started = "2006"
pid < "HelloWorld" and started < "2006-01-01T00:00:01"
pid < "HelloWorld" and started < "2006-01-31"
pid < "HelloWorld" and started < "2006-01"
pid < "HelloWorld" and started < "2006"
pid < "HelloWorld" and started <= "2006-01-01T00:00:01"
pid < "HelloWorld" and started <= "2006-01-31"
pid < "HelloWorld" and started <= "2006-01"
pid < "HelloWorld" and started <= "2006"
pid < "HelloWorld" and started > "2006-01-01T00:00:01"
pid < "HelloWorld" and started > "2006-01-31"
pid < "HelloWorld" and started > "2006-01"
pid < "HelloWorld" and started > "2006"
pid < "HelloWorld" and started >= "2006-01-01T00:00:01"
pid < "HelloWorld" and started >= "2006-01-31"
pid < "HelloWorld" and started >= "2006-01"
pid < "HelloWorld" and started >= "2006"
pid < "HelloWorld" and started like "2006-01-01T00:00:01"
pid < "HelloWorld" and started like "2006-01-31"
pid < "HelloWorld" and started like "2006-01"
pid < "HelloWorld" and started like "2006"
pid < "HelloWorld" and started in ("2006-01-01T00:00:01")
pid < "HelloWorld" and started in ("2006-01-31","2006-01")
pid < "HelloWorld" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
pid < "HelloWorld" and last-active = "2006-02-01T00:00:01"
pid < "HelloWorld" and last-active = "2006-02-21"
pid < "HelloWorld" and last-active = "2006-02"
pid < "HelloWorld" and last-active = "2006"
pid < "HelloWorld" and last-active < "2006-02-01T00:00:01"
pid < "HelloWorld" and last-active < "2006-02-21"
pid < "HelloWorld" and last-active < "2006-02"
pid < "HelloWorld" and last-active < "2006"
pid < "HelloWorld" and last-active <= "2006-02-01T00:00:01"
pid < "HelloWorld" and last-active <= "2006-02-21"
pid < "HelloWorld" and last-active <= "2006-02"
pid < "HelloWorld" and last-active <= "2006"
pid < "HelloWorld" and last-active > "2006-02-01T00:00:01"
pid < "HelloWorld" and last-active > "2006-02-21"
pid < "HelloWorld" and last-active > "2006-02"
pid < "HelloWorld" and last-active > "2006"
pid < "HelloWorld" and last-active >= "2006-02-01T00:00:01"
pid < "HelloWorld" and last-active >= "2006-02-21"
pid < "HelloWorld" and last-active >= "2006-02"
pid < "HelloWorld" and last-active >= "2006"
pid < "HelloWorld" and last-active like "2006-02-01T00:00:01"
pid < "HelloWorld" and last-active like "2006-02-21"
pid < "HelloWorld" and last-active like "2006-02"
pid < "HelloWorld" and last-active like "2006"
pid < "HelloWorld" and last-active in ("2006-02-01T00:00:01")
pid < "HelloWorld" and last-active in ("2006-02-01T00:00:01","2006-02-21")
pid < "HelloWorld" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
pid < "HelloWorld" and ${org.apache.ode.BPELProcess}author = "yuriy"
pid < "HelloWorld" and $author = "yuriy"
pid < "HelloWorld" and ${org.apache.ode.BPELProcess}author < "yuriy"
pid < "HelloWorld" and $author < "yuriy"
pid < "HelloWorld" and ${org.apache.ode.BPELProcess}author <= "yuriy"
pid < "HelloWorld" and $author <= "yuriy"
pid < "HelloWorld" and ${org.apache.ode.BPELProcess}author > "yuriy"
pid < "HelloWorld" and $author > "yuriy"
pid < "HelloWorld" and ${org.apache.ode.BPELProcess}author >= "yuriy"
pid < "HelloWorld" and $author >= "yuriy"
pid < "HelloWorld" and ${org.apache.ode.BPELProcess}author like "yuriy"
pid < "HelloWorld" and $author like "yuriy"
pid < "HelloWorld" and ${org.apache.ode.BPELProcess}author in ("yuriy")
pid < "HelloWorld" and $author in ("yuriy")
pid < "HelloWorld" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
pid < "HelloWorld" and $author in ("yuriy","kostya","nazar","orest")
pid <= "HelloWorld" and iid = "2006"
pid <= "HelloWorld" and iid < "2006"
pid <= "HelloWorld" and iid <= "2006"
pid <= "HelloWorld" and iid > "2006"
pid <= "HelloWorld" and iid >= "2006"
pid <= "HelloWorld" and iid in ("2006")
pid <= "HelloWorld" and iid in ("2006","20061231")
pid <= "HelloWorld" and status = "active"
pid <= "HelloWorld" and status = "suspended"
pid <= "HelloWorld" and status = "error"
pid <= "HelloWorld" and status = "completed"
pid <= "HelloWorld" and status = "terminated"
pid <= "HelloWorld" and status = "faulted"
pid <= "HelloWorld" and status in ("active","suspended")
pid <= "HelloWorld" and status in ("active","suspended","error","completed","terminated","faulted")
pid <= "HelloWorld" and started = "2006-01-01T00:00:01"
pid <= "HelloWorld" and started = "2006-01-31"
pid <= "HelloWorld" and started = "2006-01"
pid <= "HelloWorld" and started = "2006"
pid <= "HelloWorld" and started < "2006-01-01T00:00:01"
pid <= "HelloWorld" and started < "2006-01-31"
pid <= "HelloWorld" and started < "2006-01"
pid <= "HelloWorld" and started < "2006"
pid <= "HelloWorld" and started <= "2006-01-01T00:00:01"
pid <= "HelloWorld" and started <= "2006-01-31"
pid <= "HelloWorld" and started <= "2006-01"
pid <= "HelloWorld" and started <= "2006"
pid <= "HelloWorld" and started > "2006-01-01T00:00:01"
pid <= "HelloWorld" and started > "2006-01-31"
pid <= "HelloWorld" and started > "2006-01"
pid <= "HelloWorld" and started > "2006"
pid <= "HelloWorld" and started >= "2006-01-01T00:00:01"
pid <= "HelloWorld" and started >= "2006-01-31"
pid <= "HelloWorld" and started >= "2006-01"
pid <= "HelloWorld" and started >= "2006"
pid <= "HelloWorld" and started like "2006-01-01T00:00:01"
pid <= "HelloWorld" and started like "2006-01-31"
pid <= "HelloWorld" and started like "2006-01"
pid <= "HelloWorld" and started like "2006"
pid <= "HelloWorld" and started in ("2006-01-01T00:00:01")
pid <= "HelloWorld" and started in ("2006-01-31","2006-01")
pid <= "HelloWorld" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
pid <= "HelloWorld" and last-active = "2006-02-01T00:00:01"
pid <= "HelloWorld" and last-active = "2006-02-21"
pid <= "HelloWorld" and last-active = "2006-02"
pid <= "HelloWorld" and last-active = "2006"
pid <= "HelloWorld" and last-active < "2006-02-01T00:00:01"
pid <= "HelloWorld" and last-active < "2006-02-21"
pid <= "HelloWorld" and last-active < "2006-02"
pid <= "HelloWorld" and last-active < "2006"
pid <= "HelloWorld" and last-active <= "2006-02-01T00:00:01"
pid <= "HelloWorld" and last-active <= "2006-02-21"
pid <= "HelloWorld" and last-active <= "2006-02"
pid <= "HelloWorld" and last-active <= "2006"
pid <= "HelloWorld" and last-active > "2006-02-01T00:00:01"
pid <= "HelloWorld" and last-active > "2006-02-21"
pid <= "HelloWorld" and last-active > "2006-02"
pid <= "HelloWorld" and last-active > "2006"
pid <= "HelloWorld" and last-active >= "2006-02-01T00:00:01"
pid <= "HelloWorld" and last-active >= "2006-02-21"
pid <= "HelloWorld" and last-active >= "2006-02"
pid <= "HelloWorld" and last-active >= "2006"
pid <= "HelloWorld" and last-active like "2006-02-01T00:00:01"
pid <= "HelloWorld" and last-active like "2006-02-21"
pid <= "HelloWorld" and last-active like "2006-02"
pid <= "HelloWorld" and last-active like "2006"
pid <= "HelloWorld" and last-active in ("2006-02-01T00:00:01")
pid <= "HelloWorld" and last-active in ("2006-02-01T00:00:01","2006-02-21")
pid <= "HelloWorld" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
pid <= "HelloWorld" and ${org.apache.ode.BPELProcess}author = "yuriy"
pid <= "HelloWorld" and $author = "yuriy"
pid <= "HelloWorld" and ${org.apache.ode.BPELProcess}author < "yuriy"
pid <= "HelloWorld" and $author < "yuriy"
pid <= "HelloWorld" and ${org.apache.ode.BPELProcess}author <= "yuriy"
pid <= "HelloWorld" and $author <= "yuriy"
pid <= "HelloWorld" and ${org.apache.ode.BPELProcess}author > "yuriy"
pid <= "HelloWorld" and $author > "yuriy"
pid <= "HelloWorld" and ${org.apache.ode.BPELProcess}author >= "yuriy"
pid <= "HelloWorld" and $author >= "yuriy"
pid <= "HelloWorld" and ${org.apache.ode.BPELProcess}author like "yuriy"
pid <= "HelloWorld" and $author like "yuriy"
pid <= "HelloWorld" and ${org.apache.ode.BPELProcess}author in ("yuriy")
pid <= "HelloWorld" and $author in ("yuriy")
pid <= "HelloWorld" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
pid <= "HelloWorld" and $author in ("yuriy","kostya","nazar","orest")
pid > "HelloWorld" and iid = "2006"
pid > "HelloWorld" and iid < "2006"
pid > "HelloWorld" and iid <= "2006"
pid > "HelloWorld" and iid > "2006"
pid > "HelloWorld" and iid >= "2006"
pid > "HelloWorld" and iid in ("2006")
pid > "HelloWorld" and iid in ("2006","20061231")
pid > "HelloWorld" and status = "active"
pid > "HelloWorld" and status = "suspended"
pid > "HelloWorld" and status = "error"
pid > "HelloWorld" and status = "completed"
pid > "HelloWorld" and status = "terminated"
pid > "HelloWorld" and status = "faulted"
pid > "HelloWorld" and status in ("active","suspended")
pid > "HelloWorld" and status in ("active","suspended","error","completed","terminated","faulted")
pid > "HelloWorld" and started = "2006-01-01T00:00:01"
pid > "HelloWorld" and started = "2006-01-31"
pid > "HelloWorld" and started = "2006-01"
pid > "HelloWorld" and started = "2006"
pid > "HelloWorld" and started < "2006-01-01T00:00:01"
pid > "HelloWorld" and started < "2006-01-31"
pid > "HelloWorld" and started < "2006-01"
pid > "HelloWorld" and started < "2006"
pid > "HelloWorld" and started <= "2006-01-01T00:00:01"
pid > "HelloWorld" and started <= "2006-01-31"
pid > "HelloWorld" and started <= "2006-01"
pid > "HelloWorld" and started <= "2006"
pid > "HelloWorld" and started > "2006-01-01T00:00:01"
pid > "HelloWorld" and started > "2006-01-31"
pid > "HelloWorld" and started > "2006-01"
pid > "HelloWorld" and started > "2006"
pid > "HelloWorld" and started >= "2006-01-01T00:00:01"
pid > "HelloWorld" and started >= "2006-01-31"
pid > "HelloWorld" and started >= "2006-01"
pid > "HelloWorld" and started >= "2006"
pid > "HelloWorld" and started like "2006-01-01T00:00:01"
pid > "HelloWorld" and started like "2006-01-31"
pid > "HelloWorld" and started like "2006-01"
pid > "HelloWorld" and started like "2006"
pid > "HelloWorld" and started in ("2006-01-01T00:00:01")
pid > "HelloWorld" and started in ("2006-01-31","2006-01")
pid > "HelloWorld" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
pid > "HelloWorld" and last-active = "2006-02-01T00:00:01"
pid > "HelloWorld" and last-active = "2006-02-21"
pid > "HelloWorld" and last-active = "2006-02"
pid > "HelloWorld" and last-active = "2006"
pid > "HelloWorld" and last-active < "2006-02-01T00:00:01"
pid > "HelloWorld" and last-active < "2006-02-21"
pid > "HelloWorld" and last-active < "2006-02"
pid > "HelloWorld" and last-active < "2006"
pid > "HelloWorld" and last-active <= "2006-02-01T00:00:01"
pid > "HelloWorld" and last-active <= "2006-02-21"
pid > "HelloWorld" and last-active <= "2006-02"
pid > "HelloWorld" and last-active <= "2006"
pid > "HelloWorld" and last-active > "2006-02-01T00:00:01"
pid > "HelloWorld" and last-active > "2006-02-21"
pid > "HelloWorld" and last-active > "2006-02"
pid > "HelloWorld" and last-active > "2006"
pid > "HelloWorld" and last-active >= "2006-02-01T00:00:01"
pid > "HelloWorld" and last-active >= "2006-02-21"
pid > "HelloWorld" and last-active >= "2006-02"
pid > "HelloWorld" and last-active >= "2006"
pid > "HelloWorld" and last-active like "2006-02-01T00:00:01"
pid > "HelloWorld" and last-active like "2006-02-21"
pid > "HelloWorld" and last-active like "2006-02"
pid > "HelloWorld" and last-active like "2006"
pid > "HelloWorld" and last-active in ("2006-02-01T00:00:01")
pid > "HelloWorld" and last-active in ("2006-02-01T00:00:01","2006-02-21")
pid > "HelloWorld" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
pid > "HelloWorld" and ${org.apache.ode.BPELProcess}author = "yuriy"
pid > "HelloWorld" and $author = "yuriy"
pid > "HelloWorld" and ${org.apache.ode.BPELProcess}author < "yuriy"
pid > "HelloWorld" and $author < "yuriy"
pid > "HelloWorld" and ${org.apache.ode.BPELProcess}author <= "yuriy"
pid > "HelloWorld" and $author <= "yuriy"
pid > "HelloWorld" and ${org.apache.ode.BPELProcess}author > "yuriy"
pid > "HelloWorld" and $author > "yuriy"
pid > "HelloWorld" and ${org.apache.ode.BPELProcess}author >= "yuriy"
pid > "HelloWorld" and $author >= "yuriy"
pid > "HelloWorld" and ${org.apache.ode.BPELProcess}author like "yuriy"
pid > "HelloWorld" and $author like "yuriy"
pid > "HelloWorld" and ${org.apache.ode.BPELProcess}author in ("yuriy")
pid > "HelloWorld" and $author in ("yuriy")
pid > "HelloWorld" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
pid > "HelloWorld" and $author in ("yuriy","kostya","nazar","orest")
pid >= "HelloWorld" and iid = "2006"
pid >= "HelloWorld" and iid < "2006"
pid >= "HelloWorld" and iid <= "2006"
pid >= "HelloWorld" and iid > "2006"
pid >= "HelloWorld" and iid >= "2006"
pid >= "HelloWorld" and iid in ("2006")
pid >= "HelloWorld" and iid in ("2006","20061231")
pid >= "HelloWorld" and status = "active"
pid >= "HelloWorld" and status = "suspended"
pid >= "HelloWorld" and status = "error"
pid >= "HelloWorld" and status = "completed"
pid >= "HelloWorld" and status = "terminated"
pid >= "HelloWorld" and status = "faulted"
pid >= "HelloWorld" and status in ("active","suspended")
pid >= "HelloWorld" and status in ("active","suspended","error","completed","terminated","faulted")
pid >= "HelloWorld" and started = "2006-01-01T00:00:01"
pid >= "HelloWorld" and started = "2006-01-31"
pid >= "HelloWorld" and started = "2006-01"
pid >= "HelloWorld" and started = "2006"
pid >= "HelloWorld" and started < "2006-01-01T00:00:01"
pid >= "HelloWorld" and started < "2006-01-31"
pid >= "HelloWorld" and started < "2006-01"
pid >= "HelloWorld" and started < "2006"
pid >= "HelloWorld" and started <= "2006-01-01T00:00:01"
pid >= "HelloWorld" and started <= "2006-01-31"
pid >= "HelloWorld" and started <= "2006-01"
pid >= "HelloWorld" and started <= "2006"
pid >= "HelloWorld" and started > "2006-01-01T00:00:01"
pid >= "HelloWorld" and started > "2006-01-31"
pid >= "HelloWorld" and started > "2006-01"
pid >= "HelloWorld" and started > "2006"
pid >= "HelloWorld" and started >= "2006-01-01T00:00:01"
pid >= "HelloWorld" and started >= "2006-01-31"
pid >= "HelloWorld" and started >= "2006-01"
pid >= "HelloWorld" and started >= "2006"
pid >= "HelloWorld" and started like "2006-01-01T00:00:01"
pid >= "HelloWorld" and started like "2006-01-31"
pid >= "HelloWorld" and started like "2006-01"
pid >= "HelloWorld" and started like "2006"
pid >= "HelloWorld" and started in ("2006-01-01T00:00:01")
pid >= "HelloWorld" and started in ("2006-01-31","2006-01")
pid >= "HelloWorld" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
pid >= "HelloWorld" and last-active = "2006-02-01T00:00:01"
pid >= "HelloWorld" and last-active = "2006-02-21"
pid >= "HelloWorld" and last-active = "2006-02"
pid >= "HelloWorld" and last-active = "2006"
pid >= "HelloWorld" and last-active < "2006-02-01T00:00:01"
pid >= "HelloWorld" and last-active < "2006-02-21"
pid >= "HelloWorld" and last-active < "2006-02"
pid >= "HelloWorld" and last-active < "2006"
pid >= "HelloWorld" and last-active <= "2006-02-01T00:00:01"
pid >= "HelloWorld" and last-active <= "2006-02-21"
pid >= "HelloWorld" and last-active <= "2006-02"
pid >= "HelloWorld" and last-active <= "2006"
pid >= "HelloWorld" and last-active > "2006-02-01T00:00:01"
pid >= "HelloWorld" and last-active > "2006-02-21"
pid >= "HelloWorld" and last-active > "2006-02"
pid >= "HelloWorld" and last-active > "2006"
pid >= "HelloWorld" and last-active >= "2006-02-01T00:00:01"
pid >= "HelloWorld" and last-active >= "2006-02-21"
pid >= "HelloWorld" and last-active >= "2006-02"
pid >= "HelloWorld" and last-active >= "2006"
pid >= "HelloWorld" and last-active like "2006-02-01T00:00:01"
pid >= "HelloWorld" and last-active like "2006-02-21"
pid >= "HelloWorld" and last-active like "2006-02"
pid >= "HelloWorld" and last-active like "2006"
pid >= "HelloWorld" and last-active in ("2006-02-01T00:00:01")
pid >= "HelloWorld" and last-active in ("2006-02-01T00:00:01","2006-02-21")
pid >= "HelloWorld" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
pid >= "HelloWorld" and ${org.apache.ode.BPELProcess}author = "yuriy"
pid >= "HelloWorld" and $author = "yuriy"
pid >= "HelloWorld" and ${org.apache.ode.BPELProcess}author < "yuriy"
pid >= "HelloWorld" and $author < "yuriy"
pid >= "HelloWorld" and ${org.apache.ode.BPELProcess}author <= "yuriy"
pid >= "HelloWorld" and $author <= "yuriy"
pid >= "HelloWorld" and ${org.apache.ode.BPELProcess}author > "yuriy"
pid >= "HelloWorld" and $author > "yuriy"
pid >= "HelloWorld" and ${org.apache.ode.BPELProcess}author >= "yuriy"
pid >= "HelloWorld" and $author >= "yuriy"
pid >= "HelloWorld" and ${org.apache.ode.BPELProcess}author like "yuriy"
pid >= "HelloWorld" and $author like "yuriy"
pid >= "HelloWorld" and ${org.apache.ode.BPELProcess}author in ("yuriy")
pid >= "HelloWorld" and $author in ("yuriy")
pid >= "HelloWorld" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
pid >= "HelloWorld" and $author in ("yuriy","kostya","nazar","orest")
pid like "HelloWorld" and iid = "2006"
pid like "HelloWorld" and iid < "2006"
pid like "HelloWorld" and iid <= "2006"
pid like "HelloWorld" and iid > "2006"
pid like "HelloWorld" and iid >= "2006"
pid like "HelloWorld" and iid in ("2006")
pid like "HelloWorld" and iid in ("2006","20061231")
pid like "HelloWorld" and status = "active"
pid like "HelloWorld" and status = "suspended"
pid like "HelloWorld" and status = "error"
pid like "HelloWorld" and status = "completed"
pid like "HelloWorld" and status = "terminated"
pid like "HelloWorld" and status = "faulted"
pid like "HelloWorld" and status in ("active","suspended")
pid like "HelloWorld" and status in ("active","suspended","error","completed","terminated","faulted")
pid like "HelloWorld" and started = "2006-01-01T00:00:01"
pid like "HelloWorld" and started = "2006-01-31"
pid like "HelloWorld" and started = "2006-01"
pid like "HelloWorld" and started = "2006"
pid like "HelloWorld" and started < "2006-01-01T00:00:01"
pid like "HelloWorld" and started < "2006-01-31"
pid like "HelloWorld" and started < "2006-01"
pid like "HelloWorld" and started < "2006"
pid like "HelloWorld" and started <= "2006-01-01T00:00:01"
pid like "HelloWorld" and started <= "2006-01-31"
pid like "HelloWorld" and started <= "2006-01"
pid like "HelloWorld" and started <= "2006"
pid like "HelloWorld" and started > "2006-01-01T00:00:01"
pid like "HelloWorld" and started > "2006-01-31"
pid like "HelloWorld" and started > "2006-01"
pid like "HelloWorld" and started > "2006"
pid like "HelloWorld" and started >= "2006-01-01T00:00:01"
pid like "HelloWorld" and started >= "2006-01-31"
pid like "HelloWorld" and started >= "2006-01"
pid like "HelloWorld" and started >= "2006"
pid like "HelloWorld" and started like "2006-01-01T00:00:01"
pid like "HelloWorld" and started like "2006-01-31"
pid like "HelloWorld" and started like "2006-01"
pid like "HelloWorld" and started like "2006"
pid like "HelloWorld" and started in ("2006-01-01T00:00:01")
pid like "HelloWorld" and started in ("2006-01-31","2006-01")
pid like "HelloWorld" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
pid like "HelloWorld" and last-active = "2006-02-01T00:00:01"
pid like "HelloWorld" and last-active = "2006-02-21"
pid like "HelloWorld" and last-active = "2006-02"
pid like "HelloWorld" and last-active = "2006"
pid like "HelloWorld" and last-active < "2006-02-01T00:00:01"
pid like "HelloWorld" and last-active < "2006-02-21"
pid like "HelloWorld" and last-active < "2006-02"
pid like "HelloWorld" and last-active < "2006"
pid like "HelloWorld" and last-active <= "2006-02-01T00:00:01"
pid like "HelloWorld" and last-active <= "2006-02-21"
pid like "HelloWorld" and last-active <= "2006-02"
pid like "HelloWorld" and last-active <= "2006"
pid like "HelloWorld" and last-active > "2006-02-01T00:00:01"
pid like "HelloWorld" and last-active > "2006-02-21"
pid like "HelloWorld" and last-active > "2006-02"
pid like "HelloWorld" and last-active > "2006"
pid like "HelloWorld" and last-active >= "2006-02-01T00:00:01"
pid like "HelloWorld" and last-active >= "2006-02-21"
pid like "HelloWorld" and last-active >= "2006-02"
pid like "HelloWorld" and last-active >= "2006"
pid like "HelloWorld" and last-active like "2006-02-01T00:00:01"
pid like "HelloWorld" and last-active like "2006-02-21"
pid like "HelloWorld" and last-active like "2006-02"
pid like "HelloWorld" and last-active like "2006"
pid like "HelloWorld" and last-active in ("2006-02-01T00:00:01")
pid like "HelloWorld" and last-active in ("2006-02-01T00:00:01","2006-02-21")
pid like "HelloWorld" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
pid like "HelloWorld" and ${org.apache.ode.BPELProcess}author = "yuriy"
pid like "HelloWorld" and $author = "yuriy"
pid like "HelloWorld" and ${org.apache.ode.BPELProcess}author < "yuriy"
pid like "HelloWorld" and $author < "yuriy"
pid like "HelloWorld" and ${org.apache.ode.BPELProcess}author <= "yuriy"
pid like "HelloWorld" and $author <= "yuriy"
pid like "HelloWorld" and ${org.apache.ode.BPELProcess}author > "yuriy"
pid like "HelloWorld" and $author > "yuriy"
pid like "HelloWorld" and ${org.apache.ode.BPELProcess}author >= "yuriy"
pid like "HelloWorld" and $author >= "yuriy"
pid like "HelloWorld" and ${org.apache.ode.BPELProcess}author like "yuriy"
pid like "HelloWorld" and $author like "yuriy"
pid like "HelloWorld" and ${org.apache.ode.BPELProcess}author in ("yuriy")
pid like "HelloWorld" and $author in ("yuriy")
pid like "HelloWorld" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
pid like "HelloWorld" and $author in ("yuriy","kostya","nazar","orest")
pid in ("HelloWorld","Hello*","Hello*World") and iid = "2006"
pid in ("HelloWorld","Hello*","Hello*World") and iid < "2006"
pid in ("HelloWorld","Hello*","Hello*World") and iid <= "2006"
pid in ("HelloWorld","Hello*","Hello*World") and iid > "2006"
pid in ("HelloWorld","Hello*","Hello*World") and iid >= "2006"
pid in ("HelloWorld","Hello*","Hello*World") and iid in ("2006")
pid in ("HelloWorld","Hello*","Hello*World") and iid in ("2006","20061231")
pid in ("HelloWorld","Hello*","Hello*World") and status = "active"
pid in ("HelloWorld","Hello*","Hello*World") and status = "suspended"
pid in ("HelloWorld","Hello*","Hello*World") and status = "error"
pid in ("HelloWorld","Hello*","Hello*World") and status = "completed"
pid in ("HelloWorld","Hello*","Hello*World") and status = "terminated"
pid in ("HelloWorld","Hello*","Hello*World") and status = "faulted"
pid in ("HelloWorld","Hello*","Hello*World") and status in ("active","suspended")
pid in ("HelloWorld","Hello*","Hello*World") and status in ("active","suspended","error","completed","terminated","faulted")
pid in ("HelloWorld","Hello*","Hello*World") and started = "2006-01-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") and started = "2006-01-31"
pid in ("HelloWorld","Hello*","Hello*World") and started = "2006-01"
pid in ("HelloWorld","Hello*","Hello*World") and started = "2006"
pid in ("HelloWorld","Hello*","Hello*World") and started < "2006-01-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") and started < "2006-01-31"
pid in ("HelloWorld","Hello*","Hello*World") and started < "2006-01"
pid in ("HelloWorld","Hello*","Hello*World") and started < "2006"
pid in ("HelloWorld","Hello*","Hello*World") and started <= "2006-01-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") and started <= "2006-01-31"
pid in ("HelloWorld","Hello*","Hello*World") and started <= "2006-01"
pid in ("HelloWorld","Hello*","Hello*World") and started <= "2006"
pid in ("HelloWorld","Hello*","Hello*World") and started > "2006-01-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") and started > "2006-01-31"
pid in ("HelloWorld","Hello*","Hello*World") and started > "2006-01"
pid in ("HelloWorld","Hello*","Hello*World") and started > "2006"
pid in ("HelloWorld","Hello*","Hello*World") and started >= "2006-01-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") and started >= "2006-01-31"
pid in ("HelloWorld","Hello*","Hello*World") and started >= "2006-01"
pid in ("HelloWorld","Hello*","Hello*World") and started >= "2006"
pid in ("HelloWorld","Hello*","Hello*World") and started like "2006-01-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") and started like "2006-01-31"
pid in ("HelloWorld","Hello*","Hello*World") and started like "2006-01"
pid in ("HelloWorld","Hello*","Hello*World") and started like "2006"
pid in ("HelloWorld","Hello*","Hello*World") and started in ("2006-01-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") and started in ("2006-01-31","2006-01")
pid in ("HelloWorld","Hello*","Hello*World") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
pid in ("HelloWorld","Hello*","Hello*World") and last-active = "2006-02-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") and last-active = "2006-02-21"
pid in ("HelloWorld","Hello*","Hello*World") and last-active = "2006-02"
pid in ("HelloWorld","Hello*","Hello*World") and last-active = "2006"
pid in ("HelloWorld","Hello*","Hello*World") and last-active < "2006-02-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") and last-active < "2006-02-21"
pid in ("HelloWorld","Hello*","Hello*World") and last-active < "2006-02"
pid in ("HelloWorld","Hello*","Hello*World") and last-active < "2006"
pid in ("HelloWorld","Hello*","Hello*World") and last-active <= "2006-02-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") and last-active <= "2006-02-21"
pid in ("HelloWorld","Hello*","Hello*World") and last-active <= "2006-02"
pid in ("HelloWorld","Hello*","Hello*World") and last-active <= "2006"
pid in ("HelloWorld","Hello*","Hello*World") and last-active > "2006-02-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") and last-active > "2006-02-21"
pid in ("HelloWorld","Hello*","Hello*World") and last-active > "2006-02"
pid in ("HelloWorld","Hello*","Hello*World") and last-active > "2006"
pid in ("HelloWorld","Hello*","Hello*World") and last-active >= "2006-02-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") and last-active >= "2006-02-21"
pid in ("HelloWorld","Hello*","Hello*World") and last-active >= "2006-02"
pid in ("HelloWorld","Hello*","Hello*World") and last-active >= "2006"
pid in ("HelloWorld","Hello*","Hello*World") and last-active like "2006-02-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") and last-active like "2006-02-21"
pid in ("HelloWorld","Hello*","Hello*World") and last-active like "2006-02"
pid in ("HelloWorld","Hello*","Hello*World") and last-active like "2006"
pid in ("HelloWorld","Hello*","Hello*World") and last-active in ("2006-02-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") and last-active in ("2006-02-01T00:00:01","2006-02-21")
pid in ("HelloWorld","Hello*","Hello*World") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
pid in ("HelloWorld","Hello*","Hello*World") and ${org.apache.ode.BPELProcess}author = "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") and $author = "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") and ${org.apache.ode.BPELProcess}author < "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") and $author < "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") and ${org.apache.ode.BPELProcess}author <= "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") and $author <= "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") and ${org.apache.ode.BPELProcess}author > "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") and $author > "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") and ${org.apache.ode.BPELProcess}author >= "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") and $author >= "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") and ${org.apache.ode.BPELProcess}author like "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") and $author like "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") and ${org.apache.ode.BPELProcess}author in ("yuriy")
pid in ("HelloWorld","Hello*","Hello*World") and $author in ("yuriy")
pid in ("HelloWorld","Hello*","Hello*World") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
pid in ("HelloWorld","Hello*","Hello*World") and $author in ("yuriy","kostya","nazar","orest")
pid in ("Hello*","Hello*World") and iid = "2006"
pid in ("Hello*","Hello*World") and iid < "2006"
pid in ("Hello*","Hello*World") and iid <= "2006"
pid in ("Hello*","Hello*World") and iid > "2006"
pid in ("Hello*","Hello*World") and iid >= "2006"
pid in ("Hello*","Hello*World") and iid in ("2006")
pid in ("Hello*","Hello*World") and iid in ("2006","20061231")
pid in ("Hello*","Hello*World") and status = "active"
pid in ("Hello*","Hello*World") and status = "suspended"
pid in ("Hello*","Hello*World") and status = "error"
pid in ("Hello*","Hello*World") and status = "completed"
pid in ("Hello*","Hello*World") and status = "terminated"
pid in ("Hello*","Hello*World") and status = "faulted"
pid in ("Hello*","Hello*World") and status in ("active","suspended")
pid in ("Hello*","Hello*World") and status in ("active","suspended","error","completed","terminated","faulted")
pid in ("Hello*","Hello*World") and started = "2006-01-01T00:00:01"
pid in ("Hello*","Hello*World") and started = "2006-01-31"
pid in ("Hello*","Hello*World") and started = "2006-01"
pid in ("Hello*","Hello*World") and started = "2006"
pid in ("Hello*","Hello*World") and started < "2006-01-01T00:00:01"
pid in ("Hello*","Hello*World") and started < "2006-01-31"
pid in ("Hello*","Hello*World") and started < "2006-01"
pid in ("Hello*","Hello*World") and started < "2006"
pid in ("Hello*","Hello*World") and started <= "2006-01-01T00:00:01"
pid in ("Hello*","Hello*World") and started <= "2006-01-31"
pid in ("Hello*","Hello*World") and started <= "2006-01"
pid in ("Hello*","Hello*World") and started <= "2006"
pid in ("Hello*","Hello*World") and started > "2006-01-01T00:00:01"
pid in ("Hello*","Hello*World") and started > "2006-01-31"
pid in ("Hello*","Hello*World") and started > "2006-01"
pid in ("Hello*","Hello*World") and started > "2006"
pid in ("Hello*","Hello*World") and started >= "2006-01-01T00:00:01"
pid in ("Hello*","Hello*World") and started >= "2006-01-31"
pid in ("Hello*","Hello*World") and started >= "2006-01"
pid in ("Hello*","Hello*World") and started >= "2006"
pid in ("Hello*","Hello*World") and started like "2006-01-01T00:00:01"
pid in ("Hello*","Hello*World") and started like "2006-01-31"
pid in ("Hello*","Hello*World") and started like "2006-01"
pid in ("Hello*","Hello*World") and started like "2006"
pid in ("Hello*","Hello*World") and started in ("2006-01-01T00:00:01")
pid in ("Hello*","Hello*World") and started in ("2006-01-31","2006-01")
pid in ("Hello*","Hello*World") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
pid in ("Hello*","Hello*World") and last-active = "2006-02-01T00:00:01"
pid in ("Hello*","Hello*World") and last-active = "2006-02-21"
pid in ("Hello*","Hello*World") and last-active = "2006-02"
pid in ("Hello*","Hello*World") and last-active = "2006"
pid in ("Hello*","Hello*World") and last-active < "2006-02-01T00:00:01"
pid in ("Hello*","Hello*World") and last-active < "2006-02-21"
pid in ("Hello*","Hello*World") and last-active < "2006-02"
pid in ("Hello*","Hello*World") and last-active < "2006"
pid in ("Hello*","Hello*World") and last-active <= "2006-02-01T00:00:01"
pid in ("Hello*","Hello*World") and last-active <= "2006-02-21"
pid in ("Hello*","Hello*World") and last-active <= "2006-02"
pid in ("Hello*","Hello*World") and last-active <= "2006"
pid in ("Hello*","Hello*World") and last-active > "2006-02-01T00:00:01"
pid in ("Hello*","Hello*World") and last-active > "2006-02-21"
pid in ("Hello*","Hello*World") and last-active > "2006-02"
pid in ("Hello*","Hello*World") and last-active > "2006"
pid in ("Hello*","Hello*World") and last-active >= "2006-02-01T00:00:01"
pid in ("Hello*","Hello*World") and last-active >= "2006-02-21"
pid in ("Hello*","Hello*World") and last-active >= "2006-02"
pid in ("Hello*","Hello*World") and last-active >= "2006"
pid in ("Hello*","Hello*World") and last-active like "2006-02-01T00:00:01"
pid in ("Hello*","Hello*World") and last-active like "2006-02-21"
pid in ("Hello*","Hello*World") and last-active like "2006-02"
pid in ("Hello*","Hello*World") and last-active like "2006"
pid in ("Hello*","Hello*World") and last-active in ("2006-02-01T00:00:01")
pid in ("Hello*","Hello*World") and last-active in ("2006-02-01T00:00:01","2006-02-21")
pid in ("Hello*","Hello*World") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
pid in ("Hello*","Hello*World") and ${org.apache.ode.BPELProcess}author = "yuriy"
pid in ("Hello*","Hello*World") and $author = "yuriy"
pid in ("Hello*","Hello*World") and ${org.apache.ode.BPELProcess}author < "yuriy"
pid in ("Hello*","Hello*World") and $author < "yuriy"
pid in ("Hello*","Hello*World") and ${org.apache.ode.BPELProcess}author <= "yuriy"
pid in ("Hello*","Hello*World") and $author <= "yuriy"
pid in ("Hello*","Hello*World") and ${org.apache.ode.BPELProcess}author > "yuriy"
pid in ("Hello*","Hello*World") and $author > "yuriy"
pid in ("Hello*","Hello*World") and ${org.apache.ode.BPELProcess}author >= "yuriy"
pid in ("Hello*","Hello*World") and $author >= "yuriy"
pid in ("Hello*","Hello*World") and ${org.apache.ode.BPELProcess}author like "yuriy"
pid in ("Hello*","Hello*World") and $author like "yuriy"
pid in ("Hello*","Hello*World") and ${org.apache.ode.BPELProcess}author in ("yuriy")
pid in ("Hello*","Hello*World") and $author in ("yuriy")
pid in ("Hello*","Hello*World") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
pid in ("Hello*","Hello*World") and $author in ("yuriy","kostya","nazar","orest")
pid in ("Hello*World") and iid = "2006"
pid in ("Hello*World") and iid < "2006"
pid in ("Hello*World") and iid <= "2006"
pid in ("Hello*World") and iid > "2006"
pid in ("Hello*World") and iid >= "2006"
pid in ("Hello*World") and iid in ("2006")
pid in ("Hello*World") and iid in ("2006","20061231")
pid in ("Hello*World") and status = "active"
pid in ("Hello*World") and status = "suspended"
pid in ("Hello*World") and status = "error"
pid in ("Hello*World") and status = "completed"
pid in ("Hello*World") and status = "terminated"
pid in ("Hello*World") and status = "faulted"
pid in ("Hello*World") and status in ("active","suspended")
pid in ("Hello*World") and status in ("active","suspended","error","completed","terminated","faulted")
pid in ("Hello*World") and started = "2006-01-01T00:00:01"
pid in ("Hello*World") and started = "2006-01-31"
pid in ("Hello*World") and started = "2006-01"
pid in ("Hello*World") and started = "2006"
pid in ("Hello*World") and started < "2006-01-01T00:00:01"
pid in ("Hello*World") and started < "2006-01-31"
pid in ("Hello*World") and started < "2006-01"
pid in ("Hello*World") and started < "2006"
pid in ("Hello*World") and started <= "2006-01-01T00:00:01"
pid in ("Hello*World") and started <= "2006-01-31"
pid in ("Hello*World") and started <= "2006-01"
pid in ("Hello*World") and started <= "2006"
pid in ("Hello*World") and started > "2006-01-01T00:00:01"
pid in ("Hello*World") and started > "2006-01-31"
pid in ("Hello*World") and started > "2006-01"
pid in ("Hello*World") and started > "2006"
pid in ("Hello*World") and started >= "2006-01-01T00:00:01"
pid in ("Hello*World") and started >= "2006-01-31"
pid in ("Hello*World") and started >= "2006-01"
pid in ("Hello*World") and started >= "2006"
pid in ("Hello*World") and started like "2006-01-01T00:00:01"
pid in ("Hello*World") and started like "2006-01-31"
pid in ("Hello*World") and started like "2006-01"
pid in ("Hello*World") and started like "2006"
pid in ("Hello*World") and started in ("2006-01-01T00:00:01")
pid in ("Hello*World") and started in ("2006-01-31","2006-01")
pid in ("Hello*World") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
pid in ("Hello*World") and last-active = "2006-02-01T00:00:01"
pid in ("Hello*World") and last-active = "2006-02-21"
pid in ("Hello*World") and last-active = "2006-02"
pid in ("Hello*World") and last-active = "2006"
pid in ("Hello*World") and last-active < "2006-02-01T00:00:01"
pid in ("Hello*World") and last-active < "2006-02-21"
pid in ("Hello*World") and last-active < "2006-02"
pid in ("Hello*World") and last-active < "2006"
pid in ("Hello*World") and last-active <= "2006-02-01T00:00:01"
pid in ("Hello*World") and last-active <= "2006-02-21"
pid in ("Hello*World") and last-active <= "2006-02"
pid in ("Hello*World") and last-active <= "2006"
pid in ("Hello*World") and last-active > "2006-02-01T00:00:01"
pid in ("Hello*World") and last-active > "2006-02-21"
pid in ("Hello*World") and last-active > "2006-02"
pid in ("Hello*World") and last-active > "2006"
pid in ("Hello*World") and last-active >= "2006-02-01T00:00:01"
pid in ("Hello*World") and last-active >= "2006-02-21"
pid in ("Hello*World") and last-active >= "2006-02"
pid in ("Hello*World") and last-active >= "2006"
pid in ("Hello*World") and last-active like "2006-02-01T00:00:01"
pid in ("Hello*World") and last-active like "2006-02-21"
pid in ("Hello*World") and last-active like "2006-02"
pid in ("Hello*World") and last-active like "2006"
pid in ("Hello*World") and last-active in ("2006-02-01T00:00:01")
pid in ("Hello*World") and last-active in ("2006-02-01T00:00:01","2006-02-21")
pid in ("Hello*World") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
pid in ("Hello*World") and ${org.apache.ode.BPELProcess}author = "yuriy"
pid in ("Hello*World") and $author = "yuriy"
pid in ("Hello*World") and ${org.apache.ode.BPELProcess}author < "yuriy"
pid in ("Hello*World") and $author < "yuriy"
pid in ("Hello*World") and ${org.apache.ode.BPELProcess}author <= "yuriy"
pid in ("Hello*World") and $author <= "yuriy"
pid in ("Hello*World") and ${org.apache.ode.BPELProcess}author > "yuriy"
pid in ("Hello*World") and $author > "yuriy"
pid in ("Hello*World") and ${org.apache.ode.BPELProcess}author >= "yuriy"
pid in ("Hello*World") and $author >= "yuriy"
pid in ("Hello*World") and ${org.apache.ode.BPELProcess}author like "yuriy"
pid in ("Hello*World") and $author like "yuriy"
pid in ("Hello*World") and ${org.apache.ode.BPELProcess}author in ("yuriy")
pid in ("Hello*World") and $author in ("yuriy")
pid in ("Hello*World") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
pid in ("Hello*World") and $author in ("yuriy","kostya","nazar","orest")
(pid = "HelloWorld") and iid = "2006"
(pid = "HelloWorld") and iid < "2006"
(pid = "HelloWorld") and iid <= "2006"
(pid = "HelloWorld") and iid > "2006"
(pid = "HelloWorld") and iid >= "2006"
(pid = "HelloWorld") and iid in ("2006")
(pid = "HelloWorld") and iid in ("2006","20061231")
(pid = "HelloWorld") and status = "active"
(pid = "HelloWorld") and status = "suspended"
(pid = "HelloWorld") and status = "error"
(pid = "HelloWorld") and status = "completed"
(pid = "HelloWorld") and status = "terminated"
(pid = "HelloWorld") and status = "faulted"
(pid = "HelloWorld") and status in ("active","suspended")
(pid = "HelloWorld") and status in ("active","suspended","error","completed","terminated","faulted")
(pid = "HelloWorld") and started = "2006-01-01T00:00:01"
(pid = "HelloWorld") and started = "2006-01-31"
(pid = "HelloWorld") and started = "2006-01"
(pid = "HelloWorld") and started = "2006"
(pid = "HelloWorld") and started < "2006-01-01T00:00:01"
(pid = "HelloWorld") and started < "2006-01-31"
(pid = "HelloWorld") and started < "2006-01"
(pid = "HelloWorld") and started < "2006"
(pid = "HelloWorld") and started <= "2006-01-01T00:00:01"
(pid = "HelloWorld") and started <= "2006-01-31"
(pid = "HelloWorld") and started <= "2006-01"
(pid = "HelloWorld") and started <= "2006"
(pid = "HelloWorld") and started > "2006-01-01T00:00:01"
(pid = "HelloWorld") and started > "2006-01-31"
(pid = "HelloWorld") and started > "2006-01"
(pid = "HelloWorld") and started > "2006"
(pid = "HelloWorld") and started >= "2006-01-01T00:00:01"
(pid = "HelloWorld") and started >= "2006-01-31"
(pid = "HelloWorld") and started >= "2006-01"
(pid = "HelloWorld") and started >= "2006"
(pid = "HelloWorld") and started like "2006-01-01T00:00:01"
(pid = "HelloWorld") and started like "2006-01-31"
(pid = "HelloWorld") and started like "2006-01"
(pid = "HelloWorld") and started like "2006"
(pid = "HelloWorld") and started in ("2006-01-01T00:00:01")
(pid = "HelloWorld") and started in ("2006-01-31","2006-01")
(pid = "HelloWorld") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(pid = "HelloWorld") and last-active = "2006-02-01T00:00:01"
(pid = "HelloWorld") and last-active = "2006-02-21"
(pid = "HelloWorld") and last-active = "2006-02"
(pid = "HelloWorld") and last-active = "2006"
(pid = "HelloWorld") and last-active < "2006-02-01T00:00:01"
(pid = "HelloWorld") and last-active < "2006-02-21"
(pid = "HelloWorld") and last-active < "2006-02"
(pid = "HelloWorld") and last-active < "2006"
(pid = "HelloWorld") and last-active <= "2006-02-01T00:00:01"
(pid = "HelloWorld") and last-active <= "2006-02-21"
(pid = "HelloWorld") and last-active <= "2006-02"
(pid = "HelloWorld") and last-active <= "2006"
(pid = "HelloWorld") and last-active > "2006-02-01T00:00:01"
(pid = "HelloWorld") and last-active > "2006-02-21"
(pid = "HelloWorld") and last-active > "2006-02"
(pid = "HelloWorld") and last-active > "2006"
(pid = "HelloWorld") and last-active >= "2006-02-01T00:00:01"
(pid = "HelloWorld") and last-active >= "2006-02-21"
(pid = "HelloWorld") and last-active >= "2006-02"
(pid = "HelloWorld") and last-active >= "2006"
(pid = "HelloWorld") and last-active like "2006-02-01T00:00:01"
(pid = "HelloWorld") and last-active like "2006-02-21"
(pid = "HelloWorld") and last-active like "2006-02"
(pid = "HelloWorld") and last-active like "2006"
(pid = "HelloWorld") and last-active in ("2006-02-01T00:00:01")
(pid = "HelloWorld") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(pid = "HelloWorld") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(pid = "HelloWorld") and ${org.apache.ode.BPELProcess}author = "yuriy"
(pid = "HelloWorld") and $author = "yuriy"
(pid = "HelloWorld") and ${org.apache.ode.BPELProcess}author < "yuriy"
(pid = "HelloWorld") and $author < "yuriy"
(pid = "HelloWorld") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(pid = "HelloWorld") and $author <= "yuriy"
(pid = "HelloWorld") and ${org.apache.ode.BPELProcess}author > "yuriy"
(pid = "HelloWorld") and $author > "yuriy"
(pid = "HelloWorld") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(pid = "HelloWorld") and $author >= "yuriy"
(pid = "HelloWorld") and ${org.apache.ode.BPELProcess}author like "yuriy"
(pid = "HelloWorld") and $author like "yuriy"
(pid = "HelloWorld") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(pid = "HelloWorld") and $author in ("yuriy")
(pid = "HelloWorld") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(pid = "HelloWorld") and $author in ("yuriy","kostya","nazar","orest")
(pid < "HelloWorld") and iid = "2006"
(pid < "HelloWorld") and iid < "2006"
(pid < "HelloWorld") and iid <= "2006"
(pid < "HelloWorld") and iid > "2006"
(pid < "HelloWorld") and iid >= "2006"
(pid < "HelloWorld") and iid in ("2006")
(pid < "HelloWorld") and iid in ("2006","20061231")
(pid < "HelloWorld") and status = "active"
(pid < "HelloWorld") and status = "suspended"
(pid < "HelloWorld") and status = "error"
(pid < "HelloWorld") and status = "completed"
(pid < "HelloWorld") and status = "terminated"
(pid < "HelloWorld") and status = "faulted"
(pid < "HelloWorld") and status in ("active","suspended")
(pid < "HelloWorld") and status in ("active","suspended","error","completed","terminated","faulted")
(pid < "HelloWorld") and started = "2006-01-01T00:00:01"
(pid < "HelloWorld") and started = "2006-01-31"
(pid < "HelloWorld") and started = "2006-01"
(pid < "HelloWorld") and started = "2006"
(pid < "HelloWorld") and started < "2006-01-01T00:00:01"
(pid < "HelloWorld") and started < "2006-01-31"
(pid < "HelloWorld") and started < "2006-01"
(pid < "HelloWorld") and started < "2006"
(pid < "HelloWorld") and started <= "2006-01-01T00:00:01"
(pid < "HelloWorld") and started <= "2006-01-31"
(pid < "HelloWorld") and started <= "2006-01"
(pid < "HelloWorld") and started <= "2006"
(pid < "HelloWorld") and started > "2006-01-01T00:00:01"
(pid < "HelloWorld") and started > "2006-01-31"
(pid < "HelloWorld") and started > "2006-01"
(pid < "HelloWorld") and started > "2006"
(pid < "HelloWorld") and started >= "2006-01-01T00:00:01"
(pid < "HelloWorld") and started >= "2006-01-31"
(pid < "HelloWorld") and started >= "2006-01"
(pid < "HelloWorld") and started >= "2006"
(pid < "HelloWorld") and started like "2006-01-01T00:00:01"
(pid < "HelloWorld") and started like "2006-01-31"
(pid < "HelloWorld") and started like "2006-01"
(pid < "HelloWorld") and started like "2006"
(pid < "HelloWorld") and started in ("2006-01-01T00:00:01")
(pid < "HelloWorld") and started in ("2006-01-31","2006-01")
(pid < "HelloWorld") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(pid < "HelloWorld") and last-active = "2006-02-01T00:00:01"
(pid < "HelloWorld") and last-active = "2006-02-21"
(pid < "HelloWorld") and last-active = "2006-02"
(pid < "HelloWorld") and last-active = "2006"
(pid < "HelloWorld") and last-active < "2006-02-01T00:00:01"
(pid < "HelloWorld") and last-active < "2006-02-21"
(pid < "HelloWorld") and last-active < "2006-02"
(pid < "HelloWorld") and last-active < "2006"
(pid < "HelloWorld") and last-active <= "2006-02-01T00:00:01"
(pid < "HelloWorld") and last-active <= "2006-02-21"
(pid < "HelloWorld") and last-active <= "2006-02"
(pid < "HelloWorld") and last-active <= "2006"
(pid < "HelloWorld") and last-active > "2006-02-01T00:00:01"
(pid < "HelloWorld") and last-active > "2006-02-21"
(pid < "HelloWorld") and last-active > "2006-02"
(pid < "HelloWorld") and last-active > "2006"
(pid < "HelloWorld") and last-active >= "2006-02-01T00:00:01"
(pid < "HelloWorld") and last-active >= "2006-02-21"
(pid < "HelloWorld") and last-active >= "2006-02"
(pid < "HelloWorld") and last-active >= "2006"
(pid < "HelloWorld") and last-active like "2006-02-01T00:00:01"
(pid < "HelloWorld") and last-active like "2006-02-21"
(pid < "HelloWorld") and last-active like "2006-02"
(pid < "HelloWorld") and last-active like "2006"
(pid < "HelloWorld") and last-active in ("2006-02-01T00:00:01")
(pid < "HelloWorld") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(pid < "HelloWorld") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(pid < "HelloWorld") and ${org.apache.ode.BPELProcess}author = "yuriy"
(pid < "HelloWorld") and $author = "yuriy"
(pid < "HelloWorld") and ${org.apache.ode.BPELProcess}author < "yuriy"
(pid < "HelloWorld") and $author < "yuriy"
(pid < "HelloWorld") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(pid < "HelloWorld") and $author <= "yuriy"
(pid < "HelloWorld") and ${org.apache.ode.BPELProcess}author > "yuriy"
(pid < "HelloWorld") and $author > "yuriy"
(pid < "HelloWorld") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(pid < "HelloWorld") and $author >= "yuriy"
(pid < "HelloWorld") and ${org.apache.ode.BPELProcess}author like "yuriy"
(pid < "HelloWorld") and $author like "yuriy"
(pid < "HelloWorld") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(pid < "HelloWorld") and $author in ("yuriy")
(pid < "HelloWorld") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(pid < "HelloWorld") and $author in ("yuriy","kostya","nazar","orest")
(pid <= "HelloWorld") and iid = "2006"
(pid <= "HelloWorld") and iid < "2006"
(pid <= "HelloWorld") and iid <= "2006"
(pid <= "HelloWorld") and iid > "2006"
(pid <= "HelloWorld") and iid >= "2006"
(pid <= "HelloWorld") and iid in ("2006")
(pid <= "HelloWorld") and iid in ("2006","20061231")
(pid <= "HelloWorld") and status = "active"
(pid <= "HelloWorld") and status = "suspended"
(pid <= "HelloWorld") and status = "error"
(pid <= "HelloWorld") and status = "completed"
(pid <= "HelloWorld") and status = "terminated"
(pid <= "HelloWorld") and status = "faulted"
(pid <= "HelloWorld") and status in ("active","suspended")
(pid <= "HelloWorld") and status in ("active","suspended","error","completed","terminated","faulted")
(pid <= "HelloWorld") and started = "2006-01-01T00:00:01"
(pid <= "HelloWorld") and started = "2006-01-31"
(pid <= "HelloWorld") and started = "2006-01"
(pid <= "HelloWorld") and started = "2006"
(pid <= "HelloWorld") and started < "2006-01-01T00:00:01"
(pid <= "HelloWorld") and started < "2006-01-31"
(pid <= "HelloWorld") and started < "2006-01"
(pid <= "HelloWorld") and started < "2006"
(pid <= "HelloWorld") and started <= "2006-01-01T00:00:01"
(pid <= "HelloWorld") and started <= "2006-01-31"
(pid <= "HelloWorld") and started <= "2006-01"
(pid <= "HelloWorld") and started <= "2006"
(pid <= "HelloWorld") and started > "2006-01-01T00:00:01"
(pid <= "HelloWorld") and started > "2006-01-31"
(pid <= "HelloWorld") and started > "2006-01"
(pid <= "HelloWorld") and started > "2006"
(pid <= "HelloWorld") and started >= "2006-01-01T00:00:01"
(pid <= "HelloWorld") and started >= "2006-01-31"
(pid <= "HelloWorld") and started >= "2006-01"
(pid <= "HelloWorld") and started >= "2006"
(pid <= "HelloWorld") and started like "2006-01-01T00:00:01"
(pid <= "HelloWorld") and started like "2006-01-31"
(pid <= "HelloWorld") and started like "2006-01"
(pid <= "HelloWorld") and started like "2006"
(pid <= "HelloWorld") and started in ("2006-01-01T00:00:01")
(pid <= "HelloWorld") and started in ("2006-01-31","2006-01")
(pid <= "HelloWorld") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(pid <= "HelloWorld") and last-active = "2006-02-01T00:00:01"
(pid <= "HelloWorld") and last-active = "2006-02-21"
(pid <= "HelloWorld") and last-active = "2006-02"
(pid <= "HelloWorld") and last-active = "2006"
(pid <= "HelloWorld") and last-active < "2006-02-01T00:00:01"
(pid <= "HelloWorld") and last-active < "2006-02-21"
(pid <= "HelloWorld") and last-active < "2006-02"
(pid <= "HelloWorld") and last-active < "2006"
(pid <= "HelloWorld") and last-active <= "2006-02-01T00:00:01"
(pid <= "HelloWorld") and last-active <= "2006-02-21"
(pid <= "HelloWorld") and last-active <= "2006-02"
(pid <= "HelloWorld") and last-active <= "2006"
(pid <= "HelloWorld") and last-active > "2006-02-01T00:00:01"
(pid <= "HelloWorld") and last-active > "2006-02-21"
(pid <= "HelloWorld") and last-active > "2006-02"
(pid <= "HelloWorld") and last-active > "2006"
(pid <= "HelloWorld") and last-active >= "2006-02-01T00:00:01"
(pid <= "HelloWorld") and last-active >= "2006-02-21"
(pid <= "HelloWorld") and last-active >= "2006-02"
(pid <= "HelloWorld") and last-active >= "2006"
(pid <= "HelloWorld") and last-active like "2006-02-01T00:00:01"
(pid <= "HelloWorld") and last-active like "2006-02-21"
(pid <= "HelloWorld") and last-active like "2006-02"
(pid <= "HelloWorld") and last-active like "2006"
(pid <= "HelloWorld") and last-active in ("2006-02-01T00:00:01")
(pid <= "HelloWorld") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(pid <= "HelloWorld") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(pid <= "HelloWorld") and ${org.apache.ode.BPELProcess}author = "yuriy"
(pid <= "HelloWorld") and $author = "yuriy"
(pid <= "HelloWorld") and ${org.apache.ode.BPELProcess}author < "yuriy"
(pid <= "HelloWorld") and $author < "yuriy"
(pid <= "HelloWorld") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(pid <= "HelloWorld") and $author <= "yuriy"
(pid <= "HelloWorld") and ${org.apache.ode.BPELProcess}author > "yuriy"
(pid <= "HelloWorld") and $author > "yuriy"
(pid <= "HelloWorld") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(pid <= "HelloWorld") and $author >= "yuriy"
(pid <= "HelloWorld") and ${org.apache.ode.BPELProcess}author like "yuriy"
(pid <= "HelloWorld") and $author like "yuriy"
(pid <= "HelloWorld") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(pid <= "HelloWorld") and $author in ("yuriy")
(pid <= "HelloWorld") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(pid <= "HelloWorld") and $author in ("yuriy","kostya","nazar","orest")
(pid > "HelloWorld") and iid = "2006"
(pid > "HelloWorld") and iid < "2006"
(pid > "HelloWorld") and iid <= "2006"
(pid > "HelloWorld") and iid > "2006"
(pid > "HelloWorld") and iid >= "2006"
(pid > "HelloWorld") and iid in ("2006")
(pid > "HelloWorld") and iid in ("2006","20061231")
(pid > "HelloWorld") and status = "active"
(pid > "HelloWorld") and status = "suspended"
(pid > "HelloWorld") and status = "error"
(pid > "HelloWorld") and status = "completed"
(pid > "HelloWorld") and status = "terminated"
(pid > "HelloWorld") and status = "faulted"
(pid > "HelloWorld") and status in ("active","suspended")
(pid > "HelloWorld") and status in ("active","suspended","error","completed","terminated","faulted")
(pid > "HelloWorld") and started = "2006-01-01T00:00:01"
(pid > "HelloWorld") and started = "2006-01-31"
(pid > "HelloWorld") and started = "2006-01"
(pid > "HelloWorld") and started = "2006"
(pid > "HelloWorld") and started < "2006-01-01T00:00:01"
(pid > "HelloWorld") and started < "2006-01-31"
(pid > "HelloWorld") and started < "2006-01"
(pid > "HelloWorld") and started < "2006"
(pid > "HelloWorld") and started <= "2006-01-01T00:00:01"
(pid > "HelloWorld") and started <= "2006-01-31"
(pid > "HelloWorld") and started <= "2006-01"
(pid > "HelloWorld") and started <= "2006"
(pid > "HelloWorld") and started > "2006-01-01T00:00:01"
(pid > "HelloWorld") and started > "2006-01-31"
(pid > "HelloWorld") and started > "2006-01"
(pid > "HelloWorld") and started > "2006"
(pid > "HelloWorld") and started >= "2006-01-01T00:00:01"
(pid > "HelloWorld") and started >= "2006-01-31"
(pid > "HelloWorld") and started >= "2006-01"
(pid > "HelloWorld") and started >= "2006"
(pid > "HelloWorld") and started like "2006-01-01T00:00:01"
(pid > "HelloWorld") and started like "2006-01-31"
(pid > "HelloWorld") and started like "2006-01"
(pid > "HelloWorld") and started like "2006"
(pid > "HelloWorld") and started in ("2006-01-01T00:00:01")
(pid > "HelloWorld") and started in ("2006-01-31","2006-01")
(pid > "HelloWorld") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(pid > "HelloWorld") and last-active = "2006-02-01T00:00:01"
(pid > "HelloWorld") and last-active = "2006-02-21"
(pid > "HelloWorld") and last-active = "2006-02"
(pid > "HelloWorld") and last-active = "2006"
(pid > "HelloWorld") and last-active < "2006-02-01T00:00:01"
(pid > "HelloWorld") and last-active < "2006-02-21"
(pid > "HelloWorld") and last-active < "2006-02"
(pid > "HelloWorld") and last-active < "2006"
(pid > "HelloWorld") and last-active <= "2006-02-01T00:00:01"
(pid > "HelloWorld") and last-active <= "2006-02-21"
(pid > "HelloWorld") and last-active <= "2006-02"
(pid > "HelloWorld") and last-active <= "2006"
(pid > "HelloWorld") and last-active > "2006-02-01T00:00:01"
(pid > "HelloWorld") and last-active > "2006-02-21"
(pid > "HelloWorld") and last-active > "2006-02"
(pid > "HelloWorld") and last-active > "2006"
(pid > "HelloWorld") and last-active >= "2006-02-01T00:00:01"
(pid > "HelloWorld") and last-active >= "2006-02-21"
(pid > "HelloWorld") and last-active >= "2006-02"
(pid > "HelloWorld") and last-active >= "2006"
(pid > "HelloWorld") and last-active like "2006-02-01T00:00:01"
(pid > "HelloWorld") and last-active like "2006-02-21"
(pid > "HelloWorld") and last-active like "2006-02"
(pid > "HelloWorld") and last-active like "2006"
(pid > "HelloWorld") and last-active in ("2006-02-01T00:00:01")
(pid > "HelloWorld") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(pid > "HelloWorld") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(pid > "HelloWorld") and ${org.apache.ode.BPELProcess}author = "yuriy"
(pid > "HelloWorld") and $author = "yuriy"
(pid > "HelloWorld") and ${org.apache.ode.BPELProcess}author < "yuriy"
(pid > "HelloWorld") and $author < "yuriy"
(pid > "HelloWorld") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(pid > "HelloWorld") and $author <= "yuriy"
(pid > "HelloWorld") and ${org.apache.ode.BPELProcess}author > "yuriy"
(pid > "HelloWorld") and $author > "yuriy"
(pid > "HelloWorld") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(pid > "HelloWorld") and $author >= "yuriy"
(pid > "HelloWorld") and ${org.apache.ode.BPELProcess}author like "yuriy"
(pid > "HelloWorld") and $author like "yuriy"
(pid > "HelloWorld") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(pid > "HelloWorld") and $author in ("yuriy")
(pid > "HelloWorld") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(pid > "HelloWorld") and $author in ("yuriy","kostya","nazar","orest")
(pid >= "HelloWorld") and iid = "2006"
(pid >= "HelloWorld") and iid < "2006"
(pid >= "HelloWorld") and iid <= "2006"
(pid >= "HelloWorld") and iid > "2006"
(pid >= "HelloWorld") and iid >= "2006"
(pid >= "HelloWorld") and iid in ("2006")
(pid >= "HelloWorld") and iid in ("2006","20061231")
(pid >= "HelloWorld") and status = "active"
(pid >= "HelloWorld") and status = "suspended"
(pid >= "HelloWorld") and status = "error"
(pid >= "HelloWorld") and status = "completed"
(pid >= "HelloWorld") and status = "terminated"
(pid >= "HelloWorld") and status = "faulted"
(pid >= "HelloWorld") and status in ("active","suspended")
(pid >= "HelloWorld") and status in ("active","suspended","error","completed","terminated","faulted")
(pid >= "HelloWorld") and started = "2006-01-01T00:00:01"
(pid >= "HelloWorld") and started = "2006-01-31"
(pid >= "HelloWorld") and started = "2006-01"
(pid >= "HelloWorld") and started = "2006"
(pid >= "HelloWorld") and started < "2006-01-01T00:00:01"
(pid >= "HelloWorld") and started < "2006-01-31"
(pid >= "HelloWorld") and started < "2006-01"
(pid >= "HelloWorld") and started < "2006"
(pid >= "HelloWorld") and started <= "2006-01-01T00:00:01"
(pid >= "HelloWorld") and started <= "2006-01-31"
(pid >= "HelloWorld") and started <= "2006-01"
(pid >= "HelloWorld") and started <= "2006"
(pid >= "HelloWorld") and started > "2006-01-01T00:00:01"
(pid >= "HelloWorld") and started > "2006-01-31"
(pid >= "HelloWorld") and started > "2006-01"
(pid >= "HelloWorld") and started > "2006"
(pid >= "HelloWorld") and started >= "2006-01-01T00:00:01"
(pid >= "HelloWorld") and started >= "2006-01-31"
(pid >= "HelloWorld") and started >= "2006-01"
(pid >= "HelloWorld") and started >= "2006"
(pid >= "HelloWorld") and started like "2006-01-01T00:00:01"
(pid >= "HelloWorld") and started like "2006-01-31"
(pid >= "HelloWorld") and started like "2006-01"
(pid >= "HelloWorld") and started like "2006"
(pid >= "HelloWorld") and started in ("2006-01-01T00:00:01")
(pid >= "HelloWorld") and started in ("2006-01-31","2006-01")
(pid >= "HelloWorld") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(pid >= "HelloWorld") and last-active = "2006-02-01T00:00:01"
(pid >= "HelloWorld") and last-active = "2006-02-21"
(pid >= "HelloWorld") and last-active = "2006-02"
(pid >= "HelloWorld") and last-active = "2006"
(pid >= "HelloWorld") and last-active < "2006-02-01T00:00:01"
(pid >= "HelloWorld") and last-active < "2006-02-21"
(pid >= "HelloWorld") and last-active < "2006-02"
(pid >= "HelloWorld") and last-active < "2006"
(pid >= "HelloWorld") and last-active <= "2006-02-01T00:00:01"
(pid >= "HelloWorld") and last-active <= "2006-02-21"
(pid >= "HelloWorld") and last-active <= "2006-02"
(pid >= "HelloWorld") and last-active <= "2006"
(pid >= "HelloWorld") and last-active > "2006-02-01T00:00:01"
(pid >= "HelloWorld") and last-active > "2006-02-21"
(pid >= "HelloWorld") and last-active > "2006-02"
(pid >= "HelloWorld") and last-active > "2006"
(pid >= "HelloWorld") and last-active >= "2006-02-01T00:00:01"
(pid >= "HelloWorld") and last-active >= "2006-02-21"
(pid >= "HelloWorld") and last-active >= "2006-02"
(pid >= "HelloWorld") and last-active >= "2006"
(pid >= "HelloWorld") and last-active like "2006-02-01T00:00:01"
(pid >= "HelloWorld") and last-active like "2006-02-21"
(pid >= "HelloWorld") and last-active like "2006-02"
(pid >= "HelloWorld") and last-active like "2006"
(pid >= "HelloWorld") and last-active in ("2006-02-01T00:00:01")
(pid >= "HelloWorld") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(pid >= "HelloWorld") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(pid >= "HelloWorld") and ${org.apache.ode.BPELProcess}author = "yuriy"
(pid >= "HelloWorld") and $author = "yuriy"
(pid >= "HelloWorld") and ${org.apache.ode.BPELProcess}author < "yuriy"
(pid >= "HelloWorld") and $author < "yuriy"
(pid >= "HelloWorld") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(pid >= "HelloWorld") and $author <= "yuriy"
(pid >= "HelloWorld") and ${org.apache.ode.BPELProcess}author > "yuriy"
(pid >= "HelloWorld") and $author > "yuriy"
(pid >= "HelloWorld") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(pid >= "HelloWorld") and $author >= "yuriy"
(pid >= "HelloWorld") and ${org.apache.ode.BPELProcess}author like "yuriy"
(pid >= "HelloWorld") and $author like "yuriy"
(pid >= "HelloWorld") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(pid >= "HelloWorld") and $author in ("yuriy")
(pid >= "HelloWorld") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(pid >= "HelloWorld") and $author in ("yuriy","kostya","nazar","orest")
(pid like "HelloWorld") and iid = "2006"
(pid like "HelloWorld") and iid < "2006"
(pid like "HelloWorld") and iid <= "2006"
(pid like "HelloWorld") and iid > "2006"
(pid like "HelloWorld") and iid >= "2006"
(pid like "HelloWorld") and iid in ("2006")
(pid like "HelloWorld") and iid in ("2006","20061231")
(pid like "HelloWorld") and status = "active"
(pid like "HelloWorld") and status = "suspended"
(pid like "HelloWorld") and status = "error"
(pid like "HelloWorld") and status = "completed"
(pid like "HelloWorld") and status = "terminated"
(pid like "HelloWorld") and status = "faulted"
(pid like "HelloWorld") and status in ("active","suspended")
(pid like "HelloWorld") and status in ("active","suspended","error","completed","terminated","faulted")
(pid like "HelloWorld") and started = "2006-01-01T00:00:01"
(pid like "HelloWorld") and started = "2006-01-31"
(pid like "HelloWorld") and started = "2006-01"
(pid like "HelloWorld") and started = "2006"
(pid like "HelloWorld") and started < "2006-01-01T00:00:01"
(pid like "HelloWorld") and started < "2006-01-31"
(pid like "HelloWorld") and started < "2006-01"
(pid like "HelloWorld") and started < "2006"
(pid like "HelloWorld") and started <= "2006-01-01T00:00:01"
(pid like "HelloWorld") and started <= "2006-01-31"
(pid like "HelloWorld") and started <= "2006-01"
(pid like "HelloWorld") and started <= "2006"
(pid like "HelloWorld") and started > "2006-01-01T00:00:01"
(pid like "HelloWorld") and started > "2006-01-31"
(pid like "HelloWorld") and started > "2006-01"
(pid like "HelloWorld") and started > "2006"
(pid like "HelloWorld") and started >= "2006-01-01T00:00:01"
(pid like "HelloWorld") and started >= "2006-01-31"
(pid like "HelloWorld") and started >= "2006-01"
(pid like "HelloWorld") and started >= "2006"
(pid like "HelloWorld") and started like "2006-01-01T00:00:01"
(pid like "HelloWorld") and started like "2006-01-31"
(pid like "HelloWorld") and started like "2006-01"
(pid like "HelloWorld") and started like "2006"
(pid like "HelloWorld") and started in ("2006-01-01T00:00:01")
(pid like "HelloWorld") and started in ("2006-01-31","2006-01")
(pid like "HelloWorld") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(pid like "HelloWorld") and last-active = "2006-02-01T00:00:01"
(pid like "HelloWorld") and last-active = "2006-02-21"
(pid like "HelloWorld") and last-active = "2006-02"
(pid like "HelloWorld") and last-active = "2006"
(pid like "HelloWorld") and last-active < "2006-02-01T00:00:01"
(pid like "HelloWorld") and last-active < "2006-02-21"
(pid like "HelloWorld") and last-active < "2006-02"
(pid like "HelloWorld") and last-active < "2006"
(pid like "HelloWorld") and last-active <= "2006-02-01T00:00:01"
(pid like "HelloWorld") and last-active <= "2006-02-21"
(pid like "HelloWorld") and last-active <= "2006-02"
(pid like "HelloWorld") and last-active <= "2006"
(pid like "HelloWorld") and last-active > "2006-02-01T00:00:01"
(pid like "HelloWorld") and last-active > "2006-02-21"
(pid like "HelloWorld") and last-active > "2006-02"
(pid like "HelloWorld") and last-active > "2006"
(pid like "HelloWorld") and last-active >= "2006-02-01T00:00:01"
(pid like "HelloWorld") and last-active >= "2006-02-21"
(pid like "HelloWorld") and last-active >= "2006-02"
(pid like "HelloWorld") and last-active >= "2006"
(pid like "HelloWorld") and last-active like "2006-02-01T00:00:01"
(pid like "HelloWorld") and last-active like "2006-02-21"
(pid like "HelloWorld") and last-active like "2006-02"
(pid like "HelloWorld") and last-active like "2006"
(pid like "HelloWorld") and last-active in ("2006-02-01T00:00:01")
(pid like "HelloWorld") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(pid like "HelloWorld") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(pid like "HelloWorld") and ${org.apache.ode.BPELProcess}author = "yuriy"
(pid like "HelloWorld") and $author = "yuriy"
(pid like "HelloWorld") and ${org.apache.ode.BPELProcess}author < "yuriy"
(pid like "HelloWorld") and $author < "yuriy"
(pid like "HelloWorld") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(pid like "HelloWorld") and $author <= "yuriy"
(pid like "HelloWorld") and ${org.apache.ode.BPELProcess}author > "yuriy"
(pid like "HelloWorld") and $author > "yuriy"
(pid like "HelloWorld") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(pid like "HelloWorld") and $author >= "yuriy"
(pid like "HelloWorld") and ${org.apache.ode.BPELProcess}author like "yuriy"
(pid like "HelloWorld") and $author like "yuriy"
(pid like "HelloWorld") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(pid like "HelloWorld") and $author in ("yuriy")
(pid like "HelloWorld") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(pid like "HelloWorld") and $author in ("yuriy","kostya","nazar","orest")
(pid in ("HelloWorld","Hello*","Hello*World")) and iid = "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) and iid < "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) and iid <= "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) and iid > "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) and iid >= "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) and iid in ("2006")
(pid in ("HelloWorld","Hello*","Hello*World")) and iid in ("2006","20061231")
(pid in ("HelloWorld","Hello*","Hello*World")) and status = "active"
(pid in ("HelloWorld","Hello*","Hello*World")) and status = "suspended"
(pid in ("HelloWorld","Hello*","Hello*World")) and status = "error"
(pid in ("HelloWorld","Hello*","Hello*World")) and status = "completed"
(pid in ("HelloWorld","Hello*","Hello*World")) and status = "terminated"
(pid in ("HelloWorld","Hello*","Hello*World")) and status = "faulted"
(pid in ("HelloWorld","Hello*","Hello*World")) and status in ("active","suspended")
(pid in ("HelloWorld","Hello*","Hello*World")) and status in ("active","suspended","error","completed","terminated","faulted")
(pid in ("HelloWorld","Hello*","Hello*World")) and started = "2006-01-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) and started = "2006-01-31"
(pid in ("HelloWorld","Hello*","Hello*World")) and started = "2006-01"
(pid in ("HelloWorld","Hello*","Hello*World")) and started = "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) and started < "2006-01-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) and started < "2006-01-31"
(pid in ("HelloWorld","Hello*","Hello*World")) and started < "2006-01"
(pid in ("HelloWorld","Hello*","Hello*World")) and started < "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) and started <= "2006-01-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) and started <= "2006-01-31"
(pid in ("HelloWorld","Hello*","Hello*World")) and started <= "2006-01"
(pid in ("HelloWorld","Hello*","Hello*World")) and started <= "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) and started > "2006-01-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) and started > "2006-01-31"
(pid in ("HelloWorld","Hello*","Hello*World")) and started > "2006-01"
(pid in ("HelloWorld","Hello*","Hello*World")) and started > "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) and started >= "2006-01-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) and started >= "2006-01-31"
(pid in ("HelloWorld","Hello*","Hello*World")) and started >= "2006-01"
(pid in ("HelloWorld","Hello*","Hello*World")) and started >= "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) and started like "2006-01-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) and started like "2006-01-31"
(pid in ("HelloWorld","Hello*","Hello*World")) and started like "2006-01"
(pid in ("HelloWorld","Hello*","Hello*World")) and started like "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) and started in ("2006-01-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) and started in ("2006-01-31","2006-01")
(pid in ("HelloWorld","Hello*","Hello*World")) and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active = "2006-02-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active = "2006-02-21"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active = "2006-02"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active = "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active < "2006-02-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active < "2006-02-21"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active < "2006-02"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active < "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active <= "2006-02-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active <= "2006-02-21"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active <= "2006-02"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active <= "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active > "2006-02-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active > "2006-02-21"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active > "2006-02"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active > "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active >= "2006-02-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active >= "2006-02-21"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active >= "2006-02"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active >= "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active like "2006-02-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active like "2006-02-21"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active like "2006-02"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active like "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active in ("2006-02-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active in ("2006-02-01T00:00:01","2006-02-21")
(pid in ("HelloWorld","Hello*","Hello*World")) and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(pid in ("HelloWorld","Hello*","Hello*World")) and ${org.apache.ode.BPELProcess}author = "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) and $author = "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) and ${org.apache.ode.BPELProcess}author < "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) and $author < "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) and ${org.apache.ode.BPELProcess}author <= "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) and $author <= "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) and ${org.apache.ode.BPELProcess}author > "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) and $author > "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) and ${org.apache.ode.BPELProcess}author >= "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) and $author >= "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) and ${org.apache.ode.BPELProcess}author like "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) and $author like "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) and ${org.apache.ode.BPELProcess}author in ("yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) and $author in ("yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(pid in ("HelloWorld","Hello*","Hello*World")) and $author in ("yuriy","kostya","nazar","orest")
(pid in ("Hello*","Hello*World")) and iid = "2006"
(pid in ("Hello*","Hello*World")) and iid < "2006"
(pid in ("Hello*","Hello*World")) and iid <= "2006"
(pid in ("Hello*","Hello*World")) and iid > "2006"
(pid in ("Hello*","Hello*World")) and iid >= "2006"
(pid in ("Hello*","Hello*World")) and iid in ("2006")
(pid in ("Hello*","Hello*World")) and iid in ("2006","20061231")
(pid in ("Hello*","Hello*World")) and status = "active"
(pid in ("Hello*","Hello*World")) and status = "suspended"
(pid in ("Hello*","Hello*World")) and status = "error"
(pid in ("Hello*","Hello*World")) and status = "completed"
(pid in ("Hello*","Hello*World")) and status = "terminated"
(pid in ("Hello*","Hello*World")) and status = "faulted"
(pid in ("Hello*","Hello*World")) and status in ("active","suspended")
(pid in ("Hello*","Hello*World")) and status in ("active","suspended","error","completed","terminated","faulted")
(pid in ("Hello*","Hello*World")) and started = "2006-01-01T00:00:01"
(pid in ("Hello*","Hello*World")) and started = "2006-01-31"
(pid in ("Hello*","Hello*World")) and started = "2006-01"
(pid in ("Hello*","Hello*World")) and started = "2006"
(pid in ("Hello*","Hello*World")) and started < "2006-01-01T00:00:01"
(pid in ("Hello*","Hello*World")) and started < "2006-01-31"
(pid in ("Hello*","Hello*World")) and started < "2006-01"
(pid in ("Hello*","Hello*World")) and started < "2006"
(pid in ("Hello*","Hello*World")) and started <= "2006-01-01T00:00:01"
(pid in ("Hello*","Hello*World")) and started <= "2006-01-31"
(pid in ("Hello*","Hello*World")) and started <= "2006-01"
(pid in ("Hello*","Hello*World")) and started <= "2006"
(pid in ("Hello*","Hello*World")) and started > "2006-01-01T00:00:01"
(pid in ("Hello*","Hello*World")) and started > "2006-01-31"
(pid in ("Hello*","Hello*World")) and started > "2006-01"
(pid in ("Hello*","Hello*World")) and started > "2006"
(pid in ("Hello*","Hello*World")) and started >= "2006-01-01T00:00:01"
(pid in ("Hello*","Hello*World")) and started >= "2006-01-31"
(pid in ("Hello*","Hello*World")) and started >= "2006-01"
(pid in ("Hello*","Hello*World")) and started >= "2006"
(pid in ("Hello*","Hello*World")) and started like "2006-01-01T00:00:01"
(pid in ("Hello*","Hello*World")) and started like "2006-01-31"
(pid in ("Hello*","Hello*World")) and started like "2006-01"
(pid in ("Hello*","Hello*World")) and started like "2006"
(pid in ("Hello*","Hello*World")) and started in ("2006-01-01T00:00:01")
(pid in ("Hello*","Hello*World")) and started in ("2006-01-31","2006-01")
(pid in ("Hello*","Hello*World")) and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(pid in ("Hello*","Hello*World")) and last-active = "2006-02-01T00:00:01"
(pid in ("Hello*","Hello*World")) and last-active = "2006-02-21"
(pid in ("Hello*","Hello*World")) and last-active = "2006-02"
(pid in ("Hello*","Hello*World")) and last-active = "2006"
(pid in ("Hello*","Hello*World")) and last-active < "2006-02-01T00:00:01"
(pid in ("Hello*","Hello*World")) and last-active < "2006-02-21"
(pid in ("Hello*","Hello*World")) and last-active < "2006-02"
(pid in ("Hello*","Hello*World")) and last-active < "2006"
(pid in ("Hello*","Hello*World")) and last-active <= "2006-02-01T00:00:01"
(pid in ("Hello*","Hello*World")) and last-active <= "2006-02-21"
(pid in ("Hello*","Hello*World")) and last-active <= "2006-02"
(pid in ("Hello*","Hello*World")) and last-active <= "2006"
(pid in ("Hello*","Hello*World")) and last-active > "2006-02-01T00:00:01"
(pid in ("Hello*","Hello*World")) and last-active > "2006-02-21"
(pid in ("Hello*","Hello*World")) and last-active > "2006-02"
(pid in ("Hello*","Hello*World")) and last-active > "2006"
(pid in ("Hello*","Hello*World")) and last-active >= "2006-02-01T00:00:01"
(pid in ("Hello*","Hello*World")) and last-active >= "2006-02-21"
(pid in ("Hello*","Hello*World")) and last-active >= "2006-02"
(pid in ("Hello*","Hello*World")) and last-active >= "2006"
(pid in ("Hello*","Hello*World")) and last-active like "2006-02-01T00:00:01"
(pid in ("Hello*","Hello*World")) and last-active like "2006-02-21"
(pid in ("Hello*","Hello*World")) and last-active like "2006-02"
(pid in ("Hello*","Hello*World")) and last-active like "2006"
(pid in ("Hello*","Hello*World")) and last-active in ("2006-02-01T00:00:01")
(pid in ("Hello*","Hello*World")) and last-active in ("2006-02-01T00:00:01","2006-02-21")
(pid in ("Hello*","Hello*World")) and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(pid in ("Hello*","Hello*World")) and ${org.apache.ode.BPELProcess}author = "yuriy"
(pid in ("Hello*","Hello*World")) and $author = "yuriy"
(pid in ("Hello*","Hello*World")) and ${org.apache.ode.BPELProcess}author < "yuriy"
(pid in ("Hello*","Hello*World")) and $author < "yuriy"
(pid in ("Hello*","Hello*World")) and ${org.apache.ode.BPELProcess}author <= "yuriy"
(pid in ("Hello*","Hello*World")) and $author <= "yuriy"
(pid in ("Hello*","Hello*World")) and ${org.apache.ode.BPELProcess}author > "yuriy"
(pid in ("Hello*","Hello*World")) and $author > "yuriy"
(pid in ("Hello*","Hello*World")) and ${org.apache.ode.BPELProcess}author >= "yuriy"
(pid in ("Hello*","Hello*World")) and $author >= "yuriy"
(pid in ("Hello*","Hello*World")) and ${org.apache.ode.BPELProcess}author like "yuriy"
(pid in ("Hello*","Hello*World")) and $author like "yuriy"
(pid in ("Hello*","Hello*World")) and ${org.apache.ode.BPELProcess}author in ("yuriy")
(pid in ("Hello*","Hello*World")) and $author in ("yuriy")
(pid in ("Hello*","Hello*World")) and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(pid in ("Hello*","Hello*World")) and $author in ("yuriy","kostya","nazar","orest")
(pid in ("Hello*World")) and iid = "2006"
(pid in ("Hello*World")) and iid < "2006"
(pid in ("Hello*World")) and iid <= "2006"
(pid in ("Hello*World")) and iid > "2006"
(pid in ("Hello*World")) and iid >= "2006"
(pid in ("Hello*World")) and iid in ("2006")
(pid in ("Hello*World")) and iid in ("2006","20061231")
(pid in ("Hello*World")) and status = "active"
(pid in ("Hello*World")) and status = "suspended"
(pid in ("Hello*World")) and status = "error"
(pid in ("Hello*World")) and status = "completed"
(pid in ("Hello*World")) and status = "terminated"
(pid in ("Hello*World")) and status = "faulted"
(pid in ("Hello*World")) and status in ("active","suspended")
(pid in ("Hello*World")) and status in ("active","suspended","error","completed","terminated","faulted")
(pid in ("Hello*World")) and started = "2006-01-01T00:00:01"
(pid in ("Hello*World")) and started = "2006-01-31"
(pid in ("Hello*World")) and started = "2006-01"
(pid in ("Hello*World")) and started = "2006"
(pid in ("Hello*World")) and started < "2006-01-01T00:00:01"
(pid in ("Hello*World")) and started < "2006-01-31"
(pid in ("Hello*World")) and started < "2006-01"
(pid in ("Hello*World")) and started < "2006"
(pid in ("Hello*World")) and started <= "2006-01-01T00:00:01"
(pid in ("Hello*World")) and started <= "2006-01-31"
(pid in ("Hello*World")) and started <= "2006-01"
(pid in ("Hello*World")) and started <= "2006"
(pid in ("Hello*World")) and started > "2006-01-01T00:00:01"
(pid in ("Hello*World")) and started > "2006-01-31"
(pid in ("Hello*World")) and started > "2006-01"
(pid in ("Hello*World")) and started > "2006"
(pid in ("Hello*World")) and started >= "2006-01-01T00:00:01"
(pid in ("Hello*World")) and started >= "2006-01-31"
(pid in ("Hello*World")) and started >= "2006-01"
(pid in ("Hello*World")) and started >= "2006"
(pid in ("Hello*World")) and started like "2006-01-01T00:00:01"
(pid in ("Hello*World")) and started like "2006-01-31"
(pid in ("Hello*World")) and started like "2006-01"
(pid in ("Hello*World")) and started like "2006"
(pid in ("Hello*World")) and started in ("2006-01-01T00:00:01")
(pid in ("Hello*World")) and started in ("2006-01-31","2006-01")
(pid in ("Hello*World")) and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(pid in ("Hello*World")) and last-active = "2006-02-01T00:00:01"
(pid in ("Hello*World")) and last-active = "2006-02-21"
(pid in ("Hello*World")) and last-active = "2006-02"
(pid in ("Hello*World")) and last-active = "2006"
(pid in ("Hello*World")) and last-active < "2006-02-01T00:00:01"
(pid in ("Hello*World")) and last-active < "2006-02-21"
(pid in ("Hello*World")) and last-active < "2006-02"
(pid in ("Hello*World")) and last-active < "2006"
(pid in ("Hello*World")) and last-active <= "2006-02-01T00:00:01"
(pid in ("Hello*World")) and last-active <= "2006-02-21"
(pid in ("Hello*World")) and last-active <= "2006-02"
(pid in ("Hello*World")) and last-active <= "2006"
(pid in ("Hello*World")) and last-active > "2006-02-01T00:00:01"
(pid in ("Hello*World")) and last-active > "2006-02-21"
(pid in ("Hello*World")) and last-active > "2006-02"
(pid in ("Hello*World")) and last-active > "2006"
(pid in ("Hello*World")) and last-active >= "2006-02-01T00:00:01"
(pid in ("Hello*World")) and last-active >= "2006-02-21"
(pid in ("Hello*World")) and last-active >= "2006-02"
(pid in ("Hello*World")) and last-active >= "2006"
(pid in ("Hello*World")) and last-active like "2006-02-01T00:00:01"
(pid in ("Hello*World")) and last-active like "2006-02-21"
(pid in ("Hello*World")) and last-active like "2006-02"
(pid in ("Hello*World")) and last-active like "2006"
(pid in ("Hello*World")) and last-active in ("2006-02-01T00:00:01")
(pid in ("Hello*World")) and last-active in ("2006-02-01T00:00:01","2006-02-21")
(pid in ("Hello*World")) and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(pid in ("Hello*World")) and ${org.apache.ode.BPELProcess}author = "yuriy"
(pid in ("Hello*World")) and $author = "yuriy"
(pid in ("Hello*World")) and ${org.apache.ode.BPELProcess}author < "yuriy"
(pid in ("Hello*World")) and $author < "yuriy"
(pid in ("Hello*World")) and ${org.apache.ode.BPELProcess}author <= "yuriy"
(pid in ("Hello*World")) and $author <= "yuriy"
(pid in ("Hello*World")) and ${org.apache.ode.BPELProcess}author > "yuriy"
(pid in ("Hello*World")) and $author > "yuriy"
(pid in ("Hello*World")) and ${org.apache.ode.BPELProcess}author >= "yuriy"
(pid in ("Hello*World")) and $author >= "yuriy"
(pid in ("Hello*World")) and ${org.apache.ode.BPELProcess}author like "yuriy"
(pid in ("Hello*World")) and $author like "yuriy"
(pid in ("Hello*World")) and ${org.apache.ode.BPELProcess}author in ("yuriy")
(pid in ("Hello*World")) and $author in ("yuriy")
(pid in ("Hello*World")) and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(pid in ("Hello*World")) and $author in ("yuriy","kostya","nazar","orest")
pid = "HelloWorld" and (iid = "2006")
pid = "HelloWorld" and (iid < "2006")
pid = "HelloWorld" and (iid <= "2006")
pid = "HelloWorld" and (iid > "2006")
pid = "HelloWorld" and (iid >= "2006")
pid = "HelloWorld" and (iid in ("2006"))
pid = "HelloWorld" and (iid in ("2006","20061231"))
pid = "HelloWorld" and (status = "active")
pid = "HelloWorld" and (status = "suspended")
pid = "HelloWorld" and (status = "error")
pid = "HelloWorld" and (status = "completed")
pid = "HelloWorld" and (status = "terminated")
pid = "HelloWorld" and (status = "faulted")
pid = "HelloWorld" and (status in ("active","suspended"))
pid = "HelloWorld" and (status in ("active","suspended","error","completed","terminated","faulted"))
pid = "HelloWorld" and (started = "2006-01-01T00:00:01")
pid = "HelloWorld" and (started = "2006-01-31")
pid = "HelloWorld" and (started = "2006-01")
pid = "HelloWorld" and (started = "2006")
pid = "HelloWorld" and (started < "2006-01-01T00:00:01")
pid = "HelloWorld" and (started < "2006-01-31")
pid = "HelloWorld" and (started < "2006-01")
pid = "HelloWorld" and (started < "2006")
pid = "HelloWorld" and (started <= "2006-01-01T00:00:01")
pid = "HelloWorld" and (started <= "2006-01-31")
pid = "HelloWorld" and (started <= "2006-01")
pid = "HelloWorld" and (started <= "2006")
pid = "HelloWorld" and (started > "2006-01-01T00:00:01")
pid = "HelloWorld" and (started > "2006-01-31")
pid = "HelloWorld" and (started > "2006-01")
pid = "HelloWorld" and (started > "2006")
pid = "HelloWorld" and (started >= "2006-01-01T00:00:01")
pid = "HelloWorld" and (started >= "2006-01-31")
pid = "HelloWorld" and (started >= "2006-01")
pid = "HelloWorld" and (started >= "2006")
pid = "HelloWorld" and (started like "2006-01-01T00:00:01")
pid = "HelloWorld" and (started like "2006-01-31")
pid = "HelloWorld" and (started like "2006-01")
pid = "HelloWorld" and (started like "2006")
pid = "HelloWorld" and (started in ("2006-01-01T00:00:01"))
pid = "HelloWorld" and (started in ("2006-01-31","2006-01"))
pid = "HelloWorld" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
pid = "HelloWorld" and (last-active = "2006-02-01T00:00:01")
pid = "HelloWorld" and (last-active = "2006-02-21")
pid = "HelloWorld" and (last-active = "2006-02")
pid = "HelloWorld" and (last-active = "2006")
pid = "HelloWorld" and (last-active < "2006-02-01T00:00:01")
pid = "HelloWorld" and (last-active < "2006-02-21")
pid = "HelloWorld" and (last-active < "2006-02")
pid = "HelloWorld" and (last-active < "2006")
pid = "HelloWorld" and (last-active <= "2006-02-01T00:00:01")
pid = "HelloWorld" and (last-active <= "2006-02-21")
pid = "HelloWorld" and (last-active <= "2006-02")
pid = "HelloWorld" and (last-active <= "2006")
pid = "HelloWorld" and (last-active > "2006-02-01T00:00:01")
pid = "HelloWorld" and (last-active > "2006-02-21")
pid = "HelloWorld" and (last-active > "2006-02")
pid = "HelloWorld" and (last-active > "2006")
pid = "HelloWorld" and (last-active >= "2006-02-01T00:00:01")
pid = "HelloWorld" and (last-active >= "2006-02-21")
pid = "HelloWorld" and (last-active >= "2006-02")
pid = "HelloWorld" and (last-active >= "2006")
pid = "HelloWorld" and (last-active like "2006-02-01T00:00:01")
pid = "HelloWorld" and (last-active like "2006-02-21")
pid = "HelloWorld" and (last-active like "2006-02")
pid = "HelloWorld" and (last-active like "2006")
pid = "HelloWorld" and (last-active in ("2006-02-01T00:00:01"))
pid = "HelloWorld" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
pid = "HelloWorld" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
pid = "HelloWorld" and (${org.apache.ode.BPELProcess}author = "yuriy")
pid = "HelloWorld" and ($author = "yuriy")
pid = "HelloWorld" and (${org.apache.ode.BPELProcess}author < "yuriy")
pid = "HelloWorld" and ($author < "yuriy")
pid = "HelloWorld" and (${org.apache.ode.BPELProcess}author <= "yuriy")
pid = "HelloWorld" and ($author <= "yuriy")
pid = "HelloWorld" and (${org.apache.ode.BPELProcess}author > "yuriy")
pid = "HelloWorld" and ($author > "yuriy")
pid = "HelloWorld" and (${org.apache.ode.BPELProcess}author >= "yuriy")
pid = "HelloWorld" and ($author >= "yuriy")
pid = "HelloWorld" and (${org.apache.ode.BPELProcess}author like "yuriy")
pid = "HelloWorld" and ($author like "yuriy")
pid = "HelloWorld" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
pid = "HelloWorld" and ($author in ("yuriy"))
pid = "HelloWorld" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
pid = "HelloWorld" and ($author in ("yuriy","kostya","nazar","orest"))
pid < "HelloWorld" and (iid = "2006")
pid < "HelloWorld" and (iid < "2006")
pid < "HelloWorld" and (iid <= "2006")
pid < "HelloWorld" and (iid > "2006")
pid < "HelloWorld" and (iid >= "2006")
pid < "HelloWorld" and (iid in ("2006"))
pid < "HelloWorld" and (iid in ("2006","20061231"))
pid < "HelloWorld" and (status = "active")
pid < "HelloWorld" and (status = "suspended")
pid < "HelloWorld" and (status = "error")
pid < "HelloWorld" and (status = "completed")
pid < "HelloWorld" and (status = "terminated")
pid < "HelloWorld" and (status = "faulted")
pid < "HelloWorld" and (status in ("active","suspended"))
pid < "HelloWorld" and (status in ("active","suspended","error","completed","terminated","faulted"))
pid < "HelloWorld" and (started = "2006-01-01T00:00:01")
pid < "HelloWorld" and (started = "2006-01-31")
pid < "HelloWorld" and (started = "2006-01")
pid < "HelloWorld" and (started = "2006")
pid < "HelloWorld" and (started < "2006-01-01T00:00:01")
pid < "HelloWorld" and (started < "2006-01-31")
pid < "HelloWorld" and (started < "2006-01")
pid < "HelloWorld" and (started < "2006")
pid < "HelloWorld" and (started <= "2006-01-01T00:00:01")
pid < "HelloWorld" and (started <= "2006-01-31")
pid < "HelloWorld" and (started <= "2006-01")
pid < "HelloWorld" and (started <= "2006")
pid < "HelloWorld" and (started > "2006-01-01T00:00:01")
pid < "HelloWorld" and (started > "2006-01-31")
pid < "HelloWorld" and (started > "2006-01")
pid < "HelloWorld" and (started > "2006")
pid < "HelloWorld" and (started >= "2006-01-01T00:00:01")
pid < "HelloWorld" and (started >= "2006-01-31")
pid < "HelloWorld" and (started >= "2006-01")
pid < "HelloWorld" and (started >= "2006")
pid < "HelloWorld" and (started like "2006-01-01T00:00:01")
pid < "HelloWorld" and (started like "2006-01-31")
pid < "HelloWorld" and (started like "2006-01")
pid < "HelloWorld" and (started like "2006")
pid < "HelloWorld" and (started in ("2006-01-01T00:00:01"))
pid < "HelloWorld" and (started in ("2006-01-31","2006-01"))
pid < "HelloWorld" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
pid < "HelloWorld" and (last-active = "2006-02-01T00:00:01")
pid < "HelloWorld" and (last-active = "2006-02-21")
pid < "HelloWorld" and (last-active = "2006-02")
pid < "HelloWorld" and (last-active = "2006")
pid < "HelloWorld" and (last-active < "2006-02-01T00:00:01")
pid < "HelloWorld" and (last-active < "2006-02-21")
pid < "HelloWorld" and (last-active < "2006-02")
pid < "HelloWorld" and (last-active < "2006")
pid < "HelloWorld" and (last-active <= "2006-02-01T00:00:01")
pid < "HelloWorld" and (last-active <= "2006-02-21")
pid < "HelloWorld" and (last-active <= "2006-02")
pid < "HelloWorld" and (last-active <= "2006")
pid < "HelloWorld" and (last-active > "2006-02-01T00:00:01")
pid < "HelloWorld" and (last-active > "2006-02-21")
pid < "HelloWorld" and (last-active > "2006-02")
pid < "HelloWorld" and (last-active > "2006")
pid < "HelloWorld" and (last-active >= "2006-02-01T00:00:01")
pid < "HelloWorld" and (last-active >= "2006-02-21")
pid < "HelloWorld" and (last-active >= "2006-02")
pid < "HelloWorld" and (last-active >= "2006")
pid < "HelloWorld" and (last-active like "2006-02-01T00:00:01")
pid < "HelloWorld" and (last-active like "2006-02-21")
pid < "HelloWorld" and (last-active like "2006-02")
pid < "HelloWorld" and (last-active like "2006")
pid < "HelloWorld" and (last-active in ("2006-02-01T00:00:01"))
pid < "HelloWorld" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
pid < "HelloWorld" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
pid < "HelloWorld" and (${org.apache.ode.BPELProcess}author = "yuriy")
pid < "HelloWorld" and ($author = "yuriy")
pid < "HelloWorld" and (${org.apache.ode.BPELProcess}author < "yuriy")
pid < "HelloWorld" and ($author < "yuriy")
pid < "HelloWorld" and (${org.apache.ode.BPELProcess}author <= "yuriy")
pid < "HelloWorld" and ($author <= "yuriy")
pid < "HelloWorld" and (${org.apache.ode.BPELProcess}author > "yuriy")
pid < "HelloWorld" and ($author > "yuriy")
pid < "HelloWorld" and (${org.apache.ode.BPELProcess}author >= "yuriy")
pid < "HelloWorld" and ($author >= "yuriy")
pid < "HelloWorld" and (${org.apache.ode.BPELProcess}author like "yuriy")
pid < "HelloWorld" and ($author like "yuriy")
pid < "HelloWorld" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
pid < "HelloWorld" and ($author in ("yuriy"))
pid < "HelloWorld" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
pid < "HelloWorld" and ($author in ("yuriy","kostya","nazar","orest"))
pid <= "HelloWorld" and (iid = "2006")
pid <= "HelloWorld" and (iid < "2006")
pid <= "HelloWorld" and (iid <= "2006")
pid <= "HelloWorld" and (iid > "2006")
pid <= "HelloWorld" and (iid >= "2006")
pid <= "HelloWorld" and (iid in ("2006"))
pid <= "HelloWorld" and (iid in ("2006","20061231"))
pid <= "HelloWorld" and (status = "active")
pid <= "HelloWorld" and (status = "suspended")
pid <= "HelloWorld" and (status = "error")
pid <= "HelloWorld" and (status = "completed")
pid <= "HelloWorld" and (status = "terminated")
pid <= "HelloWorld" and (status = "faulted")
pid <= "HelloWorld" and (status in ("active","suspended"))
pid <= "HelloWorld" and (status in ("active","suspended","error","completed","terminated","faulted"))
pid <= "HelloWorld" and (started = "2006-01-01T00:00:01")
pid <= "HelloWorld" and (started = "2006-01-31")
pid <= "HelloWorld" and (started = "2006-01")
pid <= "HelloWorld" and (started = "2006")
pid <= "HelloWorld" and (started < "2006-01-01T00:00:01")
pid <= "HelloWorld" and (started < "2006-01-31")
pid <= "HelloWorld" and (started < "2006-01")
pid <= "HelloWorld" and (started < "2006")
pid <= "HelloWorld" and (started <= "2006-01-01T00:00:01")
pid <= "HelloWorld" and (started <= "2006-01-31")
pid <= "HelloWorld" and (started <= "2006-01")
pid <= "HelloWorld" and (started <= "2006")
pid <= "HelloWorld" and (started > "2006-01-01T00:00:01")
pid <= "HelloWorld" and (started > "2006-01-31")
pid <= "HelloWorld" and (started > "2006-01")
pid <= "HelloWorld" and (started > "2006")
pid <= "HelloWorld" and (started >= "2006-01-01T00:00:01")
pid <= "HelloWorld" and (started >= "2006-01-31")
pid <= "HelloWorld" and (started >= "2006-01")
pid <= "HelloWorld" and (started >= "2006")
pid <= "HelloWorld" and (started like "2006-01-01T00:00:01")
pid <= "HelloWorld" and (started like "2006-01-31")
pid <= "HelloWorld" and (started like "2006-01")
pid <= "HelloWorld" and (started like "2006")
pid <= "HelloWorld" and (started in ("2006-01-01T00:00:01"))
pid <= "HelloWorld" and (started in ("2006-01-31","2006-01"))
pid <= "HelloWorld" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
pid <= "HelloWorld" and (last-active = "2006-02-01T00:00:01")
pid <= "HelloWorld" and (last-active = "2006-02-21")
pid <= "HelloWorld" and (last-active = "2006-02")
pid <= "HelloWorld" and (last-active = "2006")
pid <= "HelloWorld" and (last-active < "2006-02-01T00:00:01")
pid <= "HelloWorld" and (last-active < "2006-02-21")
pid <= "HelloWorld" and (last-active < "2006-02")
pid <= "HelloWorld" and (last-active < "2006")
pid <= "HelloWorld" and (last-active <= "2006-02-01T00:00:01")
pid <= "HelloWorld" and (last-active <= "2006-02-21")
pid <= "HelloWorld" and (last-active <= "2006-02")
pid <= "HelloWorld" and (last-active <= "2006")
pid <= "HelloWorld" and (last-active > "2006-02-01T00:00:01")
pid <= "HelloWorld" and (last-active > "2006-02-21")
pid <= "HelloWorld" and (last-active > "2006-02")
pid <= "HelloWorld" and (last-active > "2006")
pid <= "HelloWorld" and (last-active >= "2006-02-01T00:00:01")
pid <= "HelloWorld" and (last-active >= "2006-02-21")
pid <= "HelloWorld" and (last-active >= "2006-02")
pid <= "HelloWorld" and (last-active >= "2006")
pid <= "HelloWorld" and (last-active like "2006-02-01T00:00:01")
pid <= "HelloWorld" and (last-active like "2006-02-21")
pid <= "HelloWorld" and (last-active like "2006-02")
pid <= "HelloWorld" and (last-active like "2006")
pid <= "HelloWorld" and (last-active in ("2006-02-01T00:00:01"))
pid <= "HelloWorld" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
pid <= "HelloWorld" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
pid <= "HelloWorld" and (${org.apache.ode.BPELProcess}author = "yuriy")
pid <= "HelloWorld" and ($author = "yuriy")
pid <= "HelloWorld" and (${org.apache.ode.BPELProcess}author < "yuriy")
pid <= "HelloWorld" and ($author < "yuriy")
pid <= "HelloWorld" and (${org.apache.ode.BPELProcess}author <= "yuriy")
pid <= "HelloWorld" and ($author <= "yuriy")
pid <= "HelloWorld" and (${org.apache.ode.BPELProcess}author > "yuriy")
pid <= "HelloWorld" and ($author > "yuriy")
pid <= "HelloWorld" and (${org.apache.ode.BPELProcess}author >= "yuriy")
pid <= "HelloWorld" and ($author >= "yuriy")
pid <= "HelloWorld" and (${org.apache.ode.BPELProcess}author like "yuriy")
pid <= "HelloWorld" and ($author like "yuriy")
pid <= "HelloWorld" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
pid <= "HelloWorld" and ($author in ("yuriy"))
pid <= "HelloWorld" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
pid <= "HelloWorld" and ($author in ("yuriy","kostya","nazar","orest"))
pid > "HelloWorld" and (iid = "2006")
pid > "HelloWorld" and (iid < "2006")
pid > "HelloWorld" and (iid <= "2006")
pid > "HelloWorld" and (iid > "2006")
pid > "HelloWorld" and (iid >= "2006")
pid > "HelloWorld" and (iid in ("2006"))
pid > "HelloWorld" and (iid in ("2006","20061231"))
pid > "HelloWorld" and (status = "active")
pid > "HelloWorld" and (status = "suspended")
pid > "HelloWorld" and (status = "error")
pid > "HelloWorld" and (status = "completed")
pid > "HelloWorld" and (status = "terminated")
pid > "HelloWorld" and (status = "faulted")
pid > "HelloWorld" and (status in ("active","suspended"))
pid > "HelloWorld" and (status in ("active","suspended","error","completed","terminated","faulted"))
pid > "HelloWorld" and (started = "2006-01-01T00:00:01")
pid > "HelloWorld" and (started = "2006-01-31")
pid > "HelloWorld" and (started = "2006-01")
pid > "HelloWorld" and (started = "2006")
pid > "HelloWorld" and (started < "2006-01-01T00:00:01")
pid > "HelloWorld" and (started < "2006-01-31")
pid > "HelloWorld" and (started < "2006-01")
pid > "HelloWorld" and (started < "2006")
pid > "HelloWorld" and (started <= "2006-01-01T00:00:01")
pid > "HelloWorld" and (started <= "2006-01-31")
pid > "HelloWorld" and (started <= "2006-01")
pid > "HelloWorld" and (started <= "2006")
pid > "HelloWorld" and (started > "2006-01-01T00:00:01")
pid > "HelloWorld" and (started > "2006-01-31")
pid > "HelloWorld" and (started > "2006-01")
pid > "HelloWorld" and (started > "2006")
pid > "HelloWorld" and (started >= "2006-01-01T00:00:01")
pid > "HelloWorld" and (started >= "2006-01-31")
pid > "HelloWorld" and (started >= "2006-01")
pid > "HelloWorld" and (started >= "2006")
pid > "HelloWorld" and (started like "2006-01-01T00:00:01")
pid > "HelloWorld" and (started like "2006-01-31")
pid > "HelloWorld" and (started like "2006-01")
pid > "HelloWorld" and (started like "2006")
pid > "HelloWorld" and (started in ("2006-01-01T00:00:01"))
pid > "HelloWorld" and (started in ("2006-01-31","2006-01"))
pid > "HelloWorld" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
pid > "HelloWorld" and (last-active = "2006-02-01T00:00:01")
pid > "HelloWorld" and (last-active = "2006-02-21")
pid > "HelloWorld" and (last-active = "2006-02")
pid > "HelloWorld" and (last-active = "2006")
pid > "HelloWorld" and (last-active < "2006-02-01T00:00:01")
pid > "HelloWorld" and (last-active < "2006-02-21")
pid > "HelloWorld" and (last-active < "2006-02")
pid > "HelloWorld" and (last-active < "2006")
pid > "HelloWorld" and (last-active <= "2006-02-01T00:00:01")
pid > "HelloWorld" and (last-active <= "2006-02-21")
pid > "HelloWorld" and (last-active <= "2006-02")
pid > "HelloWorld" and (last-active <= "2006")
pid > "HelloWorld" and (last-active > "2006-02-01T00:00:01")
pid > "HelloWorld" and (last-active > "2006-02-21")
pid > "HelloWorld" and (last-active > "2006-02")
pid > "HelloWorld" and (last-active > "2006")
pid > "HelloWorld" and (last-active >= "2006-02-01T00:00:01")
pid > "HelloWorld" and (last-active >= "2006-02-21")
pid > "HelloWorld" and (last-active >= "2006-02")
pid > "HelloWorld" and (last-active >= "2006")
pid > "HelloWorld" and (last-active like "2006-02-01T00:00:01")
pid > "HelloWorld" and (last-active like "2006-02-21")
pid > "HelloWorld" and (last-active like "2006-02")
pid > "HelloWorld" and (last-active like "2006")
pid > "HelloWorld" and (last-active in ("2006-02-01T00:00:01"))
pid > "HelloWorld" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
pid > "HelloWorld" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
pid > "HelloWorld" and (${org.apache.ode.BPELProcess}author = "yuriy")
pid > "HelloWorld" and ($author = "yuriy")
pid > "HelloWorld" and (${org.apache.ode.BPELProcess}author < "yuriy")
pid > "HelloWorld" and ($author < "yuriy")
pid > "HelloWorld" and (${org.apache.ode.BPELProcess}author <= "yuriy")
pid > "HelloWorld" and ($author <= "yuriy")
pid > "HelloWorld" and (${org.apache.ode.BPELProcess}author > "yuriy")
pid > "HelloWorld" and ($author > "yuriy")
pid > "HelloWorld" and (${org.apache.ode.BPELProcess}author >= "yuriy")
pid > "HelloWorld" and ($author >= "yuriy")
pid > "HelloWorld" and (${org.apache.ode.BPELProcess}author like "yuriy")
pid > "HelloWorld" and ($author like "yuriy")
pid > "HelloWorld" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
pid > "HelloWorld" and ($author in ("yuriy"))
pid > "HelloWorld" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
pid > "HelloWorld" and ($author in ("yuriy","kostya","nazar","orest"))
pid >= "HelloWorld" and (iid = "2006")
pid >= "HelloWorld" and (iid < "2006")
pid >= "HelloWorld" and (iid <= "2006")
pid >= "HelloWorld" and (iid > "2006")
pid >= "HelloWorld" and (iid >= "2006")
pid >= "HelloWorld" and (iid in ("2006"))
pid >= "HelloWorld" and (iid in ("2006","20061231"))
pid >= "HelloWorld" and (status = "active")
pid >= "HelloWorld" and (status = "suspended")
pid >= "HelloWorld" and (status = "error")
pid >= "HelloWorld" and (status = "completed")
pid >= "HelloWorld" and (status = "terminated")
pid >= "HelloWorld" and (status = "faulted")
pid >= "HelloWorld" and (status in ("active","suspended"))
pid >= "HelloWorld" and (status in ("active","suspended","error","completed","terminated","faulted"))
pid >= "HelloWorld" and (started = "2006-01-01T00:00:01")
pid >= "HelloWorld" and (started = "2006-01-31")
pid >= "HelloWorld" and (started = "2006-01")
pid >= "HelloWorld" and (started = "2006")
pid >= "HelloWorld" and (started < "2006-01-01T00:00:01")
pid >= "HelloWorld" and (started < "2006-01-31")
pid >= "HelloWorld" and (started < "2006-01")
pid >= "HelloWorld" and (started < "2006")
pid >= "HelloWorld" and (started <= "2006-01-01T00:00:01")
pid >= "HelloWorld" and (started <= "2006-01-31")
pid >= "HelloWorld" and (started <= "2006-01")
pid >= "HelloWorld" and (started <= "2006")
pid >= "HelloWorld" and (started > "2006-01-01T00:00:01")
pid >= "HelloWorld" and (started > "2006-01-31")
pid >= "HelloWorld" and (started > "2006-01")
pid >= "HelloWorld" and (started > "2006")
pid >= "HelloWorld" and (started >= "2006-01-01T00:00:01")
pid >= "HelloWorld" and (started >= "2006-01-31")
pid >= "HelloWorld" and (started >= "2006-01")
pid >= "HelloWorld" and (started >= "2006")
pid >= "HelloWorld" and (started like "2006-01-01T00:00:01")
pid >= "HelloWorld" and (started like "2006-01-31")
pid >= "HelloWorld" and (started like "2006-01")
pid >= "HelloWorld" and (started like "2006")
pid >= "HelloWorld" and (started in ("2006-01-01T00:00:01"))
pid >= "HelloWorld" and (started in ("2006-01-31","2006-01"))
pid >= "HelloWorld" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
pid >= "HelloWorld" and (last-active = "2006-02-01T00:00:01")
pid >= "HelloWorld" and (last-active = "2006-02-21")
pid >= "HelloWorld" and (last-active = "2006-02")
pid >= "HelloWorld" and (last-active = "2006")
pid >= "HelloWorld" and (last-active < "2006-02-01T00:00:01")
pid >= "HelloWorld" and (last-active < "2006-02-21")
pid >= "HelloWorld" and (last-active < "2006-02")
pid >= "HelloWorld" and (last-active < "2006")
pid >= "HelloWorld" and (last-active <= "2006-02-01T00:00:01")
pid >= "HelloWorld" and (last-active <= "2006-02-21")
pid >= "HelloWorld" and (last-active <= "2006-02")
pid >= "HelloWorld" and (last-active <= "2006")
pid >= "HelloWorld" and (last-active > "2006-02-01T00:00:01")
pid >= "HelloWorld" and (last-active > "2006-02-21")
pid >= "HelloWorld" and (last-active > "2006-02")
pid >= "HelloWorld" and (last-active > "2006")
pid >= "HelloWorld" and (last-active >= "2006-02-01T00:00:01")
pid >= "HelloWorld" and (last-active >= "2006-02-21")
pid >= "HelloWorld" and (last-active >= "2006-02")
pid >= "HelloWorld" and (last-active >= "2006")
pid >= "HelloWorld" and (last-active like "2006-02-01T00:00:01")
pid >= "HelloWorld" and (last-active like "2006-02-21")
pid >= "HelloWorld" and (last-active like "2006-02")
pid >= "HelloWorld" and (last-active like "2006")
pid >= "HelloWorld" and (last-active in ("2006-02-01T00:00:01"))
pid >= "HelloWorld" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
pid >= "HelloWorld" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
pid >= "HelloWorld" and (${org.apache.ode.BPELProcess}author = "yuriy")
pid >= "HelloWorld" and ($author = "yuriy")
pid >= "HelloWorld" and (${org.apache.ode.BPELProcess}author < "yuriy")
pid >= "HelloWorld" and ($author < "yuriy")
pid >= "HelloWorld" and (${org.apache.ode.BPELProcess}author <= "yuriy")
pid >= "HelloWorld" and ($author <= "yuriy")
pid >= "HelloWorld" and (${org.apache.ode.BPELProcess}author > "yuriy")
pid >= "HelloWorld" and ($author > "yuriy")
pid >= "HelloWorld" and (${org.apache.ode.BPELProcess}author >= "yuriy")
pid >= "HelloWorld" and ($author >= "yuriy")
pid >= "HelloWorld" and (${org.apache.ode.BPELProcess}author like "yuriy")
pid >= "HelloWorld" and ($author like "yuriy")
pid >= "HelloWorld" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
pid >= "HelloWorld" and ($author in ("yuriy"))
pid >= "HelloWorld" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
pid >= "HelloWorld" and ($author in ("yuriy","kostya","nazar","orest"))
pid like "HelloWorld" and (iid = "2006")
pid like "HelloWorld" and (iid < "2006")
pid like "HelloWorld" and (iid <= "2006")
pid like "HelloWorld" and (iid > "2006")
pid like "HelloWorld" and (iid >= "2006")
pid like "HelloWorld" and (iid in ("2006"))
pid like "HelloWorld" and (iid in ("2006","20061231"))
pid like "HelloWorld" and (status = "active")
pid like "HelloWorld" and (status = "suspended")
pid like "HelloWorld" and (status = "error")
pid like "HelloWorld" and (status = "completed")
pid like "HelloWorld" and (status = "terminated")
pid like "HelloWorld" and (status = "faulted")
pid like "HelloWorld" and (status in ("active","suspended"))
pid like "HelloWorld" and (status in ("active","suspended","error","completed","terminated","faulted"))
pid like "HelloWorld" and (started = "2006-01-01T00:00:01")
pid like "HelloWorld" and (started = "2006-01-31")
pid like "HelloWorld" and (started = "2006-01")
pid like "HelloWorld" and (started = "2006")
pid like "HelloWorld" and (started < "2006-01-01T00:00:01")
pid like "HelloWorld" and (started < "2006-01-31")
pid like "HelloWorld" and (started < "2006-01")
pid like "HelloWorld" and (started < "2006")
pid like "HelloWorld" and (started <= "2006-01-01T00:00:01")
pid like "HelloWorld" and (started <= "2006-01-31")
pid like "HelloWorld" and (started <= "2006-01")
pid like "HelloWorld" and (started <= "2006")
pid like "HelloWorld" and (started > "2006-01-01T00:00:01")
pid like "HelloWorld" and (started > "2006-01-31")
pid like "HelloWorld" and (started > "2006-01")
pid like "HelloWorld" and (started > "2006")
pid like "HelloWorld" and (started >= "2006-01-01T00:00:01")
pid like "HelloWorld" and (started >= "2006-01-31")
pid like "HelloWorld" and (started >= "2006-01")
pid like "HelloWorld" and (started >= "2006")
pid like "HelloWorld" and (started like "2006-01-01T00:00:01")
pid like "HelloWorld" and (started like "2006-01-31")
pid like "HelloWorld" and (started like "2006-01")
pid like "HelloWorld" and (started like "2006")
pid like "HelloWorld" and (started in ("2006-01-01T00:00:01"))
pid like "HelloWorld" and (started in ("2006-01-31","2006-01"))
pid like "HelloWorld" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
pid like "HelloWorld" and (last-active = "2006-02-01T00:00:01")
pid like "HelloWorld" and (last-active = "2006-02-21")
pid like "HelloWorld" and (last-active = "2006-02")
pid like "HelloWorld" and (last-active = "2006")
pid like "HelloWorld" and (last-active < "2006-02-01T00:00:01")
pid like "HelloWorld" and (last-active < "2006-02-21")
pid like "HelloWorld" and (last-active < "2006-02")
pid like "HelloWorld" and (last-active < "2006")
pid like "HelloWorld" and (last-active <= "2006-02-01T00:00:01")
pid like "HelloWorld" and (last-active <= "2006-02-21")
pid like "HelloWorld" and (last-active <= "2006-02")
pid like "HelloWorld" and (last-active <= "2006")
pid like "HelloWorld" and (last-active > "2006-02-01T00:00:01")
pid like "HelloWorld" and (last-active > "2006-02-21")
pid like "HelloWorld" and (last-active > "2006-02")
pid like "HelloWorld" and (last-active > "2006")
pid like "HelloWorld" and (last-active >= "2006-02-01T00:00:01")
pid like "HelloWorld" and (last-active >= "2006-02-21")
pid like "HelloWorld" and (last-active >= "2006-02")
pid like "HelloWorld" and (last-active >= "2006")
pid like "HelloWorld" and (last-active like "2006-02-01T00:00:01")
pid like "HelloWorld" and (last-active like "2006-02-21")
pid like "HelloWorld" and (last-active like "2006-02")
pid like "HelloWorld" and (last-active like "2006")
pid like "HelloWorld" and (last-active in ("2006-02-01T00:00:01"))
pid like "HelloWorld" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
pid like "HelloWorld" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
pid like "HelloWorld" and (${org.apache.ode.BPELProcess}author = "yuriy")
pid like "HelloWorld" and ($author = "yuriy")
pid like "HelloWorld" and (${org.apache.ode.BPELProcess}author < "yuriy")
pid like "HelloWorld" and ($author < "yuriy")
pid like "HelloWorld" and (${org.apache.ode.BPELProcess}author <= "yuriy")
pid like "HelloWorld" and ($author <= "yuriy")
pid like "HelloWorld" and (${org.apache.ode.BPELProcess}author > "yuriy")
pid like "HelloWorld" and ($author > "yuriy")
pid like "HelloWorld" and (${org.apache.ode.BPELProcess}author >= "yuriy")
pid like "HelloWorld" and ($author >= "yuriy")
pid like "HelloWorld" and (${org.apache.ode.BPELProcess}author like "yuriy")
pid like "HelloWorld" and ($author like "yuriy")
pid like "HelloWorld" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
pid like "HelloWorld" and ($author in ("yuriy"))
pid like "HelloWorld" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
pid like "HelloWorld" and ($author in ("yuriy","kostya","nazar","orest"))
pid in ("HelloWorld","Hello*","Hello*World") and (iid = "2006")
pid in ("HelloWorld","Hello*","Hello*World") and (iid < "2006")
pid in ("HelloWorld","Hello*","Hello*World") and (iid <= "2006")
pid in ("HelloWorld","Hello*","Hello*World") and (iid > "2006")
pid in ("HelloWorld","Hello*","Hello*World") and (iid >= "2006")
pid in ("HelloWorld","Hello*","Hello*World") and (iid in ("2006"))
pid in ("HelloWorld","Hello*","Hello*World") and (iid in ("2006","20061231"))
pid in ("HelloWorld","Hello*","Hello*World") and (status = "active")
pid in ("HelloWorld","Hello*","Hello*World") and (status = "suspended")
pid in ("HelloWorld","Hello*","Hello*World") and (status = "error")
pid in ("HelloWorld","Hello*","Hello*World") and (status = "completed")
pid in ("HelloWorld","Hello*","Hello*World") and (status = "terminated")
pid in ("HelloWorld","Hello*","Hello*World") and (status = "faulted")
pid in ("HelloWorld","Hello*","Hello*World") and (status in ("active","suspended"))
pid in ("HelloWorld","Hello*","Hello*World") and (status in ("active","suspended","error","completed","terminated","faulted"))
pid in ("HelloWorld","Hello*","Hello*World") and (started = "2006-01-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") and (started = "2006-01-31")
pid in ("HelloWorld","Hello*","Hello*World") and (started = "2006-01")
pid in ("HelloWorld","Hello*","Hello*World") and (started = "2006")
pid in ("HelloWorld","Hello*","Hello*World") and (started < "2006-01-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") and (started < "2006-01-31")
pid in ("HelloWorld","Hello*","Hello*World") and (started < "2006-01")
pid in ("HelloWorld","Hello*","Hello*World") and (started < "2006")
pid in ("HelloWorld","Hello*","Hello*World") and (started <= "2006-01-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") and (started <= "2006-01-31")
pid in ("HelloWorld","Hello*","Hello*World") and (started <= "2006-01")
pid in ("HelloWorld","Hello*","Hello*World") and (started <= "2006")
pid in ("HelloWorld","Hello*","Hello*World") and (started > "2006-01-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") and (started > "2006-01-31")
pid in ("HelloWorld","Hello*","Hello*World") and (started > "2006-01")
pid in ("HelloWorld","Hello*","Hello*World") and (started > "2006")
pid in ("HelloWorld","Hello*","Hello*World") and (started >= "2006-01-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") and (started >= "2006-01-31")
pid in ("HelloWorld","Hello*","Hello*World") and (started >= "2006-01")
pid in ("HelloWorld","Hello*","Hello*World") and (started >= "2006")
pid in ("HelloWorld","Hello*","Hello*World") and (started like "2006-01-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") and (started like "2006-01-31")
pid in ("HelloWorld","Hello*","Hello*World") and (started like "2006-01")
pid in ("HelloWorld","Hello*","Hello*World") and (started like "2006")
pid in ("HelloWorld","Hello*","Hello*World") and (started in ("2006-01-01T00:00:01"))
pid in ("HelloWorld","Hello*","Hello*World") and (started in ("2006-01-31","2006-01"))
pid in ("HelloWorld","Hello*","Hello*World") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
pid in ("HelloWorld","Hello*","Hello*World") and (last-active = "2006-02-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active = "2006-02-21")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active = "2006-02")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active = "2006")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active < "2006-02-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active < "2006-02-21")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active < "2006-02")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active < "2006")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active <= "2006-02-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active <= "2006-02-21")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active <= "2006-02")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active <= "2006")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active > "2006-02-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active > "2006-02-21")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active > "2006-02")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active > "2006")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active >= "2006-02-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active >= "2006-02-21")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active >= "2006-02")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active >= "2006")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active like "2006-02-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active like "2006-02-21")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active like "2006-02")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active like "2006")
pid in ("HelloWorld","Hello*","Hello*World") and (last-active in ("2006-02-01T00:00:01"))
pid in ("HelloWorld","Hello*","Hello*World") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
pid in ("HelloWorld","Hello*","Hello*World") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
pid in ("HelloWorld","Hello*","Hello*World") and (${org.apache.ode.BPELProcess}author = "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") and ($author = "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") and (${org.apache.ode.BPELProcess}author < "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") and ($author < "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") and (${org.apache.ode.BPELProcess}author <= "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") and ($author <= "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") and (${org.apache.ode.BPELProcess}author > "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") and ($author > "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") and (${org.apache.ode.BPELProcess}author >= "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") and ($author >= "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") and (${org.apache.ode.BPELProcess}author like "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") and ($author like "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
pid in ("HelloWorld","Hello*","Hello*World") and ($author in ("yuriy"))
pid in ("HelloWorld","Hello*","Hello*World") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
pid in ("HelloWorld","Hello*","Hello*World") and ($author in ("yuriy","kostya","nazar","orest"))
pid in ("Hello*","Hello*World") and (iid = "2006")
pid in ("Hello*","Hello*World") and (iid < "2006")
pid in ("Hello*","Hello*World") and (iid <= "2006")
pid in ("Hello*","Hello*World") and (iid > "2006")
pid in ("Hello*","Hello*World") and (iid >= "2006")
pid in ("Hello*","Hello*World") and (iid in ("2006"))
pid in ("Hello*","Hello*World") and (iid in ("2006","20061231"))
pid in ("Hello*","Hello*World") and (status = "active")
pid in ("Hello*","Hello*World") and (status = "suspended")
pid in ("Hello*","Hello*World") and (status = "error")
pid in ("Hello*","Hello*World") and (status = "completed")
pid in ("Hello*","Hello*World") and (status = "terminated")
pid in ("Hello*","Hello*World") and (status = "faulted")
pid in ("Hello*","Hello*World") and (status in ("active","suspended"))
pid in ("Hello*","Hello*World") and (status in ("active","suspended","error","completed","terminated","faulted"))
pid in ("Hello*","Hello*World") and (started = "2006-01-01T00:00:01")
pid in ("Hello*","Hello*World") and (started = "2006-01-31")
pid in ("Hello*","Hello*World") and (started = "2006-01")
pid in ("Hello*","Hello*World") and (started = "2006")
pid in ("Hello*","Hello*World") and (started < "2006-01-01T00:00:01")
pid in ("Hello*","Hello*World") and (started < "2006-01-31")
pid in ("Hello*","Hello*World") and (started < "2006-01")
pid in ("Hello*","Hello*World") and (started < "2006")
pid in ("Hello*","Hello*World") and (started <= "2006-01-01T00:00:01")
pid in ("Hello*","Hello*World") and (started <= "2006-01-31")
pid in ("Hello*","Hello*World") and (started <= "2006-01")
pid in ("Hello*","Hello*World") and (started <= "2006")
pid in ("Hello*","Hello*World") and (started > "2006-01-01T00:00:01")
pid in ("Hello*","Hello*World") and (started > "2006-01-31")
pid in ("Hello*","Hello*World") and (started > "2006-01")
pid in ("Hello*","Hello*World") and (started > "2006")
pid in ("Hello*","Hello*World") and (started >= "2006-01-01T00:00:01")
pid in ("Hello*","Hello*World") and (started >= "2006-01-31")
pid in ("Hello*","Hello*World") and (started >= "2006-01")
pid in ("Hello*","Hello*World") and (started >= "2006")
pid in ("Hello*","Hello*World") and (started like "2006-01-01T00:00:01")
pid in ("Hello*","Hello*World") and (started like "2006-01-31")
pid in ("Hello*","Hello*World") and (started like "2006-01")
pid in ("Hello*","Hello*World") and (started like "2006")
pid in ("Hello*","Hello*World") and (started in ("2006-01-01T00:00:01"))
pid in ("Hello*","Hello*World") and (started in ("2006-01-31","2006-01"))
pid in ("Hello*","Hello*World") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
pid in ("Hello*","Hello*World") and (last-active = "2006-02-01T00:00:01")
pid in ("Hello*","Hello*World") and (last-active = "2006-02-21")
pid in ("Hello*","Hello*World") and (last-active = "2006-02")
pid in ("Hello*","Hello*World") and (last-active = "2006")
pid in ("Hello*","Hello*World") and (last-active < "2006-02-01T00:00:01")
pid in ("Hello*","Hello*World") and (last-active < "2006-02-21")
pid in ("Hello*","Hello*World") and (last-active < "2006-02")
pid in ("Hello*","Hello*World") and (last-active < "2006")
pid in ("Hello*","Hello*World") and (last-active <= "2006-02-01T00:00:01")
pid in ("Hello*","Hello*World") and (last-active <= "2006-02-21")
pid in ("Hello*","Hello*World") and (last-active <= "2006-02")
pid in ("Hello*","Hello*World") and (last-active <= "2006")
pid in ("Hello*","Hello*World") and (last-active > "2006-02-01T00:00:01")
pid in ("Hello*","Hello*World") and (last-active > "2006-02-21")
pid in ("Hello*","Hello*World") and (last-active > "2006-02")
pid in ("Hello*","Hello*World") and (last-active > "2006")
pid in ("Hello*","Hello*World") and (last-active >= "2006-02-01T00:00:01")
pid in ("Hello*","Hello*World") and (last-active >= "2006-02-21")
pid in ("Hello*","Hello*World") and (last-active >= "2006-02")
pid in ("Hello*","Hello*World") and (last-active >= "2006")
pid in ("Hello*","Hello*World") and (last-active like "2006-02-01T00:00:01")
pid in ("Hello*","Hello*World") and (last-active like "2006-02-21")
pid in ("Hello*","Hello*World") and (last-active like "2006-02")
pid in ("Hello*","Hello*World") and (last-active like "2006")
pid in ("Hello*","Hello*World") and (last-active in ("2006-02-01T00:00:01"))
pid in ("Hello*","Hello*World") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
pid in ("Hello*","Hello*World") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
pid in ("Hello*","Hello*World") and (${org.apache.ode.BPELProcess}author = "yuriy")
pid in ("Hello*","Hello*World") and ($author = "yuriy")
pid in ("Hello*","Hello*World") and (${org.apache.ode.BPELProcess}author < "yuriy")
pid in ("Hello*","Hello*World") and ($author < "yuriy")
pid in ("Hello*","Hello*World") and (${org.apache.ode.BPELProcess}author <= "yuriy")
pid in ("Hello*","Hello*World") and ($author <= "yuriy")
pid in ("Hello*","Hello*World") and (${org.apache.ode.BPELProcess}author > "yuriy")
pid in ("Hello*","Hello*World") and ($author > "yuriy")
pid in ("Hello*","Hello*World") and (${org.apache.ode.BPELProcess}author >= "yuriy")
pid in ("Hello*","Hello*World") and ($author >= "yuriy")
pid in ("Hello*","Hello*World") and (${org.apache.ode.BPELProcess}author like "yuriy")
pid in ("Hello*","Hello*World") and ($author like "yuriy")
pid in ("Hello*","Hello*World") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
pid in ("Hello*","Hello*World") and ($author in ("yuriy"))
pid in ("Hello*","Hello*World") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
pid in ("Hello*","Hello*World") and ($author in ("yuriy","kostya","nazar","orest"))
pid in ("Hello*World") and (iid = "2006")
pid in ("Hello*World") and (iid < "2006")
pid in ("Hello*World") and (iid <= "2006")
pid in ("Hello*World") and (iid > "2006")
pid in ("Hello*World") and (iid >= "2006")
pid in ("Hello*World") and (iid in ("2006"))
pid in ("Hello*World") and (iid in ("2006","20061231"))
pid in ("Hello*World") and (status = "active")
pid in ("Hello*World") and (status = "suspended")
pid in ("Hello*World") and (status = "error")
pid in ("Hello*World") and (status = "completed")
pid in ("Hello*World") and (status = "terminated")
pid in ("Hello*World") and (status = "faulted")
pid in ("Hello*World") and (status in ("active","suspended"))
pid in ("Hello*World") and (status in ("active","suspended","error","completed","terminated","faulted"))
pid in ("Hello*World") and (started = "2006-01-01T00:00:01")
pid in ("Hello*World") and (started = "2006-01-31")
pid in ("Hello*World") and (started = "2006-01")
pid in ("Hello*World") and (started = "2006")
pid in ("Hello*World") and (started < "2006-01-01T00:00:01")
pid in ("Hello*World") and (started < "2006-01-31")
pid in ("Hello*World") and (started < "2006-01")
pid in ("Hello*World") and (started < "2006")
pid in ("Hello*World") and (started <= "2006-01-01T00:00:01")
pid in ("Hello*World") and (started <= "2006-01-31")
pid in ("Hello*World") and (started <= "2006-01")
pid in ("Hello*World") and (started <= "2006")
pid in ("Hello*World") and (started > "2006-01-01T00:00:01")
pid in ("Hello*World") and (started > "2006-01-31")
pid in ("Hello*World") and (started > "2006-01")
pid in ("Hello*World") and (started > "2006")
pid in ("Hello*World") and (started >= "2006-01-01T00:00:01")
pid in ("Hello*World") and (started >= "2006-01-31")
pid in ("Hello*World") and (started >= "2006-01")
pid in ("Hello*World") and (started >= "2006")
pid in ("Hello*World") and (started like "2006-01-01T00:00:01")
pid in ("Hello*World") and (started like "2006-01-31")
pid in ("Hello*World") and (started like "2006-01")
pid in ("Hello*World") and (started like "2006")
pid in ("Hello*World") and (started in ("2006-01-01T00:00:01"))
pid in ("Hello*World") and (started in ("2006-01-31","2006-01"))
pid in ("Hello*World") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
pid in ("Hello*World") and (last-active = "2006-02-01T00:00:01")
pid in ("Hello*World") and (last-active = "2006-02-21")
pid in ("Hello*World") and (last-active = "2006-02")
pid in ("Hello*World") and (last-active = "2006")
pid in ("Hello*World") and (last-active < "2006-02-01T00:00:01")
pid in ("Hello*World") and (last-active < "2006-02-21")
pid in ("Hello*World") and (last-active < "2006-02")
pid in ("Hello*World") and (last-active < "2006")
pid in ("Hello*World") and (last-active <= "2006-02-01T00:00:01")
pid in ("Hello*World") and (last-active <= "2006-02-21")
pid in ("Hello*World") and (last-active <= "2006-02")
pid in ("Hello*World") and (last-active <= "2006")
pid in ("Hello*World") and (last-active > "2006-02-01T00:00:01")
pid in ("Hello*World") and (last-active > "2006-02-21")
pid in ("Hello*World") and (last-active > "2006-02")
pid in ("Hello*World") and (last-active > "2006")
pid in ("Hello*World") and (last-active >= "2006-02-01T00:00:01")
pid in ("Hello*World") and (last-active >= "2006-02-21")
pid in ("Hello*World") and (last-active >= "2006-02")
pid in ("Hello*World") and (last-active >= "2006")
pid in ("Hello*World") and (last-active like "2006-02-01T00:00:01")
pid in ("Hello*World") and (last-active like "2006-02-21")
pid in ("Hello*World") and (last-active like "2006-02")
pid in ("Hello*World") and (last-active like "2006")
pid in ("Hello*World") and (last-active in ("2006-02-01T00:00:01"))
pid in ("Hello*World") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
pid in ("Hello*World") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
pid in ("Hello*World") and (${org.apache.ode.BPELProcess}author = "yuriy")
pid in ("Hello*World") and ($author = "yuriy")
pid in ("Hello*World") and (${org.apache.ode.BPELProcess}author < "yuriy")
pid in ("Hello*World") and ($author < "yuriy")
pid in ("Hello*World") and (${org.apache.ode.BPELProcess}author <= "yuriy")
pid in ("Hello*World") and ($author <= "yuriy")
pid in ("Hello*World") and (${org.apache.ode.BPELProcess}author > "yuriy")
pid in ("Hello*World") and ($author > "yuriy")
pid in ("Hello*World") and (${org.apache.ode.BPELProcess}author >= "yuriy")
pid in ("Hello*World") and ($author >= "yuriy")
pid in ("Hello*World") and (${org.apache.ode.BPELProcess}author like "yuriy")
pid in ("Hello*World") and ($author like "yuriy")
pid in ("Hello*World") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
pid in ("Hello*World") and ($author in ("yuriy"))
pid in ("Hello*World") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
pid in ("Hello*World") and ($author in ("yuriy","kostya","nazar","orest"))
(pid = "HelloWorld") and (iid = "2006")
(pid = "HelloWorld") and (iid < "2006")
(pid = "HelloWorld") and (iid <= "2006")
(pid = "HelloWorld") and (iid > "2006")
(pid = "HelloWorld") and (iid >= "2006")
(pid = "HelloWorld") and (iid in ("2006"))
(pid = "HelloWorld") and (iid in ("2006","20061231"))
(pid = "HelloWorld") and (status = "active")
(pid = "HelloWorld") and (status = "suspended")
(pid = "HelloWorld") and (status = "error")
(pid = "HelloWorld") and (status = "completed")
(pid = "HelloWorld") and (status = "terminated")
(pid = "HelloWorld") and (status = "faulted")
(pid = "HelloWorld") and (status in ("active","suspended"))
(pid = "HelloWorld") and (status in ("active","suspended","error","completed","terminated","faulted"))
(pid = "HelloWorld") and (started = "2006-01-01T00:00:01")
(pid = "HelloWorld") and (started = "2006-01-31")
(pid = "HelloWorld") and (started = "2006-01")
(pid = "HelloWorld") and (started = "2006")
(pid = "HelloWorld") and (started < "2006-01-01T00:00:01")
(pid = "HelloWorld") and (started < "2006-01-31")
(pid = "HelloWorld") and (started < "2006-01")
(pid = "HelloWorld") and (started < "2006")
(pid = "HelloWorld") and (started <= "2006-01-01T00:00:01")
(pid = "HelloWorld") and (started <= "2006-01-31")
(pid = "HelloWorld") and (started <= "2006-01")
(pid = "HelloWorld") and (started <= "2006")
(pid = "HelloWorld") and (started > "2006-01-01T00:00:01")
(pid = "HelloWorld") and (started > "2006-01-31")
(pid = "HelloWorld") and (started > "2006-01")
(pid = "HelloWorld") and (started > "2006")
(pid = "HelloWorld") and (started >= "2006-01-01T00:00:01")
(pid = "HelloWorld") and (started >= "2006-01-31")
(pid = "HelloWorld") and (started >= "2006-01")
(pid = "HelloWorld") and (started >= "2006")
(pid = "HelloWorld") and (started like "2006-01-01T00:00:01")
(pid = "HelloWorld") and (started like "2006-01-31")
(pid = "HelloWorld") and (started like "2006-01")
(pid = "HelloWorld") and (started like "2006")
(pid = "HelloWorld") and (started in ("2006-01-01T00:00:01"))
(pid = "HelloWorld") and (started in ("2006-01-31","2006-01"))
(pid = "HelloWorld") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(pid = "HelloWorld") and (last-active = "2006-02-01T00:00:01")
(pid = "HelloWorld") and (last-active = "2006-02-21")
(pid = "HelloWorld") and (last-active = "2006-02")
(pid = "HelloWorld") and (last-active = "2006")
(pid = "HelloWorld") and (last-active < "2006-02-01T00:00:01")
(pid = "HelloWorld") and (last-active < "2006-02-21")
(pid = "HelloWorld") and (last-active < "2006-02")
(pid = "HelloWorld") and (last-active < "2006")
(pid = "HelloWorld") and (last-active <= "2006-02-01T00:00:01")
(pid = "HelloWorld") and (last-active <= "2006-02-21")
(pid = "HelloWorld") and (last-active <= "2006-02")
(pid = "HelloWorld") and (last-active <= "2006")
(pid = "HelloWorld") and (last-active > "2006-02-01T00:00:01")
(pid = "HelloWorld") and (last-active > "2006-02-21")
(pid = "HelloWorld") and (last-active > "2006-02")
(pid = "HelloWorld") and (last-active > "2006")
(pid = "HelloWorld") and (last-active >= "2006-02-01T00:00:01")
(pid = "HelloWorld") and (last-active >= "2006-02-21")
(pid = "HelloWorld") and (last-active >= "2006-02")
(pid = "HelloWorld") and (last-active >= "2006")
(pid = "HelloWorld") and (last-active like "2006-02-01T00:00:01")
(pid = "HelloWorld") and (last-active like "2006-02-21")
(pid = "HelloWorld") and (last-active like "2006-02")
(pid = "HelloWorld") and (last-active like "2006")
(pid = "HelloWorld") and (last-active in ("2006-02-01T00:00:01"))
(pid = "HelloWorld") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(pid = "HelloWorld") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(pid = "HelloWorld") and (${org.apache.ode.BPELProcess}author = "yuriy")
(pid = "HelloWorld") and ($author = "yuriy")
(pid = "HelloWorld") and (${org.apache.ode.BPELProcess}author < "yuriy")
(pid = "HelloWorld") and ($author < "yuriy")
(pid = "HelloWorld") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(pid = "HelloWorld") and ($author <= "yuriy")
(pid = "HelloWorld") and (${org.apache.ode.BPELProcess}author > "yuriy")
(pid = "HelloWorld") and ($author > "yuriy")
(pid = "HelloWorld") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(pid = "HelloWorld") and ($author >= "yuriy")
(pid = "HelloWorld") and (${org.apache.ode.BPELProcess}author like "yuriy")
(pid = "HelloWorld") and ($author like "yuriy")
(pid = "HelloWorld") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(pid = "HelloWorld") and ($author in ("yuriy"))
(pid = "HelloWorld") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(pid = "HelloWorld") and ($author in ("yuriy","kostya","nazar","orest"))
(pid < "HelloWorld") and (iid = "2006")
(pid < "HelloWorld") and (iid < "2006")
(pid < "HelloWorld") and (iid <= "2006")
(pid < "HelloWorld") and (iid > "2006")
(pid < "HelloWorld") and (iid >= "2006")
(pid < "HelloWorld") and (iid in ("2006"))
(pid < "HelloWorld") and (iid in ("2006","20061231"))
(pid < "HelloWorld") and (status = "active")
(pid < "HelloWorld") and (status = "suspended")
(pid < "HelloWorld") and (status = "error")
(pid < "HelloWorld") and (status = "completed")
(pid < "HelloWorld") and (status = "terminated")
(pid < "HelloWorld") and (status = "faulted")
(pid < "HelloWorld") and (status in ("active","suspended"))
(pid < "HelloWorld") and (status in ("active","suspended","error","completed","terminated","faulted"))
(pid < "HelloWorld") and (started = "2006-01-01T00:00:01")
(pid < "HelloWorld") and (started = "2006-01-31")
(pid < "HelloWorld") and (started = "2006-01")
(pid < "HelloWorld") and (started = "2006")
(pid < "HelloWorld") and (started < "2006-01-01T00:00:01")
(pid < "HelloWorld") and (started < "2006-01-31")
(pid < "HelloWorld") and (started < "2006-01")
(pid < "HelloWorld") and (started < "2006")
(pid < "HelloWorld") and (started <= "2006-01-01T00:00:01")
(pid < "HelloWorld") and (started <= "2006-01-31")
(pid < "HelloWorld") and (started <= "2006-01")
(pid < "HelloWorld") and (started <= "2006")
(pid < "HelloWorld") and (started > "2006-01-01T00:00:01")
(pid < "HelloWorld") and (started > "2006-01-31")
(pid < "HelloWorld") and (started > "2006-01")
(pid < "HelloWorld") and (started > "2006")
(pid < "HelloWorld") and (started >= "2006-01-01T00:00:01")
(pid < "HelloWorld") and (started >= "2006-01-31")
(pid < "HelloWorld") and (started >= "2006-01")
(pid < "HelloWorld") and (started >= "2006")
(pid < "HelloWorld") and (started like "2006-01-01T00:00:01")
(pid < "HelloWorld") and (started like "2006-01-31")
(pid < "HelloWorld") and (started like "2006-01")
(pid < "HelloWorld") and (started like "2006")
(pid < "HelloWorld") and (started in ("2006-01-01T00:00:01"))
(pid < "HelloWorld") and (started in ("2006-01-31","2006-01"))
(pid < "HelloWorld") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(pid < "HelloWorld") and (last-active = "2006-02-01T00:00:01")
(pid < "HelloWorld") and (last-active = "2006-02-21")
(pid < "HelloWorld") and (last-active = "2006-02")
(pid < "HelloWorld") and (last-active = "2006")
(pid < "HelloWorld") and (last-active < "2006-02-01T00:00:01")
(pid < "HelloWorld") and (last-active < "2006-02-21")
(pid < "HelloWorld") and (last-active < "2006-02")
(pid < "HelloWorld") and (last-active < "2006")
(pid < "HelloWorld") and (last-active <= "2006-02-01T00:00:01")
(pid < "HelloWorld") and (last-active <= "2006-02-21")
(pid < "HelloWorld") and (last-active <= "2006-02")
(pid < "HelloWorld") and (last-active <= "2006")
(pid < "HelloWorld") and (last-active > "2006-02-01T00:00:01")
(pid < "HelloWorld") and (last-active > "2006-02-21")
(pid < "HelloWorld") and (last-active > "2006-02")
(pid < "HelloWorld") and (last-active > "2006")
(pid < "HelloWorld") and (last-active >= "2006-02-01T00:00:01")
(pid < "HelloWorld") and (last-active >= "2006-02-21")
(pid < "HelloWorld") and (last-active >= "2006-02")
(pid < "HelloWorld") and (last-active >= "2006")
(pid < "HelloWorld") and (last-active like "2006-02-01T00:00:01")
(pid < "HelloWorld") and (last-active like "2006-02-21")
(pid < "HelloWorld") and (last-active like "2006-02")
(pid < "HelloWorld") and (last-active like "2006")
(pid < "HelloWorld") and (last-active in ("2006-02-01T00:00:01"))
(pid < "HelloWorld") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(pid < "HelloWorld") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(pid < "HelloWorld") and (${org.apache.ode.BPELProcess}author = "yuriy")
(pid < "HelloWorld") and ($author = "yuriy")
(pid < "HelloWorld") and (${org.apache.ode.BPELProcess}author < "yuriy")
(pid < "HelloWorld") and ($author < "yuriy")
(pid < "HelloWorld") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(pid < "HelloWorld") and ($author <= "yuriy")
(pid < "HelloWorld") and (${org.apache.ode.BPELProcess}author > "yuriy")
(pid < "HelloWorld") and ($author > "yuriy")
(pid < "HelloWorld") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(pid < "HelloWorld") and ($author >= "yuriy")
(pid < "HelloWorld") and (${org.apache.ode.BPELProcess}author like "yuriy")
(pid < "HelloWorld") and ($author like "yuriy")
(pid < "HelloWorld") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(pid < "HelloWorld") and ($author in ("yuriy"))
(pid < "HelloWorld") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(pid < "HelloWorld") and ($author in ("yuriy","kostya","nazar","orest"))
(pid <= "HelloWorld") and (iid = "2006")
(pid <= "HelloWorld") and (iid < "2006")
(pid <= "HelloWorld") and (iid <= "2006")
(pid <= "HelloWorld") and (iid > "2006")
(pid <= "HelloWorld") and (iid >= "2006")
(pid <= "HelloWorld") and (iid in ("2006"))
(pid <= "HelloWorld") and (iid in ("2006","20061231"))
(pid <= "HelloWorld") and (status = "active")
(pid <= "HelloWorld") and (status = "suspended")
(pid <= "HelloWorld") and (status = "error")
(pid <= "HelloWorld") and (status = "completed")
(pid <= "HelloWorld") and (status = "terminated")
(pid <= "HelloWorld") and (status = "faulted")
(pid <= "HelloWorld") and (status in ("active","suspended"))
(pid <= "HelloWorld") and (status in ("active","suspended","error","completed","terminated","faulted"))
(pid <= "HelloWorld") and (started = "2006-01-01T00:00:01")
(pid <= "HelloWorld") and (started = "2006-01-31")
(pid <= "HelloWorld") and (started = "2006-01")
(pid <= "HelloWorld") and (started = "2006")
(pid <= "HelloWorld") and (started < "2006-01-01T00:00:01")
(pid <= "HelloWorld") and (started < "2006-01-31")
(pid <= "HelloWorld") and (started < "2006-01")
(pid <= "HelloWorld") and (started < "2006")
(pid <= "HelloWorld") and (started <= "2006-01-01T00:00:01")
(pid <= "HelloWorld") and (started <= "2006-01-31")
(pid <= "HelloWorld") and (started <= "2006-01")
(pid <= "HelloWorld") and (started <= "2006")
(pid <= "HelloWorld") and (started > "2006-01-01T00:00:01")
(pid <= "HelloWorld") and (started > "2006-01-31")
(pid <= "HelloWorld") and (started > "2006-01")
(pid <= "HelloWorld") and (started > "2006")
(pid <= "HelloWorld") and (started >= "2006-01-01T00:00:01")
(pid <= "HelloWorld") and (started >= "2006-01-31")
(pid <= "HelloWorld") and (started >= "2006-01")
(pid <= "HelloWorld") and (started >= "2006")
(pid <= "HelloWorld") and (started like "2006-01-01T00:00:01")
(pid <= "HelloWorld") and (started like "2006-01-31")
(pid <= "HelloWorld") and (started like "2006-01")
(pid <= "HelloWorld") and (started like "2006")
(pid <= "HelloWorld") and (started in ("2006-01-01T00:00:01"))
(pid <= "HelloWorld") and (started in ("2006-01-31","2006-01"))
(pid <= "HelloWorld") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(pid <= "HelloWorld") and (last-active = "2006-02-01T00:00:01")
(pid <= "HelloWorld") and (last-active = "2006-02-21")
(pid <= "HelloWorld") and (last-active = "2006-02")
(pid <= "HelloWorld") and (last-active = "2006")
(pid <= "HelloWorld") and (last-active < "2006-02-01T00:00:01")
(pid <= "HelloWorld") and (last-active < "2006-02-21")
(pid <= "HelloWorld") and (last-active < "2006-02")
(pid <= "HelloWorld") and (last-active < "2006")
(pid <= "HelloWorld") and (last-active <= "2006-02-01T00:00:01")
(pid <= "HelloWorld") and (last-active <= "2006-02-21")
(pid <= "HelloWorld") and (last-active <= "2006-02")
(pid <= "HelloWorld") and (last-active <= "2006")
(pid <= "HelloWorld") and (last-active > "2006-02-01T00:00:01")
(pid <= "HelloWorld") and (last-active > "2006-02-21")
(pid <= "HelloWorld") and (last-active > "2006-02")
(pid <= "HelloWorld") and (last-active > "2006")
(pid <= "HelloWorld") and (last-active >= "2006-02-01T00:00:01")
(pid <= "HelloWorld") and (last-active >= "2006-02-21")
(pid <= "HelloWorld") and (last-active >= "2006-02")
(pid <= "HelloWorld") and (last-active >= "2006")
(pid <= "HelloWorld") and (last-active like "2006-02-01T00:00:01")
(pid <= "HelloWorld") and (last-active like "2006-02-21")
(pid <= "HelloWorld") and (last-active like "2006-02")
(pid <= "HelloWorld") and (last-active like "2006")
(pid <= "HelloWorld") and (last-active in ("2006-02-01T00:00:01"))
(pid <= "HelloWorld") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(pid <= "HelloWorld") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(pid <= "HelloWorld") and (${org.apache.ode.BPELProcess}author = "yuriy")
(pid <= "HelloWorld") and ($author = "yuriy")
(pid <= "HelloWorld") and (${org.apache.ode.BPELProcess}author < "yuriy")
(pid <= "HelloWorld") and ($author < "yuriy")
(pid <= "HelloWorld") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(pid <= "HelloWorld") and ($author <= "yuriy")
(pid <= "HelloWorld") and (${org.apache.ode.BPELProcess}author > "yuriy")
(pid <= "HelloWorld") and ($author > "yuriy")
(pid <= "HelloWorld") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(pid <= "HelloWorld") and ($author >= "yuriy")
(pid <= "HelloWorld") and (${org.apache.ode.BPELProcess}author like "yuriy")
(pid <= "HelloWorld") and ($author like "yuriy")
(pid <= "HelloWorld") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(pid <= "HelloWorld") and ($author in ("yuriy"))
(pid <= "HelloWorld") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(pid <= "HelloWorld") and ($author in ("yuriy","kostya","nazar","orest"))
(pid > "HelloWorld") and (iid = "2006")
(pid > "HelloWorld") and (iid < "2006")
(pid > "HelloWorld") and (iid <= "2006")
(pid > "HelloWorld") and (iid > "2006")
(pid > "HelloWorld") and (iid >= "2006")
(pid > "HelloWorld") and (iid in ("2006"))
(pid > "HelloWorld") and (iid in ("2006","20061231"))
(pid > "HelloWorld") and (status = "active")
(pid > "HelloWorld") and (status = "suspended")
(pid > "HelloWorld") and (status = "error")
(pid > "HelloWorld") and (status = "completed")
(pid > "HelloWorld") and (status = "terminated")
(pid > "HelloWorld") and (status = "faulted")
(pid > "HelloWorld") and (status in ("active","suspended"))
(pid > "HelloWorld") and (status in ("active","suspended","error","completed","terminated","faulted"))
(pid > "HelloWorld") and (started = "2006-01-01T00:00:01")
(pid > "HelloWorld") and (started = "2006-01-31")
(pid > "HelloWorld") and (started = "2006-01")
(pid > "HelloWorld") and (started = "2006")
(pid > "HelloWorld") and (started < "2006-01-01T00:00:01")
(pid > "HelloWorld") and (started < "2006-01-31")
(pid > "HelloWorld") and (started < "2006-01")
(pid > "HelloWorld") and (started < "2006")
(pid > "HelloWorld") and (started <= "2006-01-01T00:00:01")
(pid > "HelloWorld") and (started <= "2006-01-31")
(pid > "HelloWorld") and (started <= "2006-01")
(pid > "HelloWorld") and (started <= "2006")
(pid > "HelloWorld") and (started > "2006-01-01T00:00:01")
(pid > "HelloWorld") and (started > "2006-01-31")
(pid > "HelloWorld") and (started > "2006-01")
(pid > "HelloWorld") and (started > "2006")
(pid > "HelloWorld") and (started >= "2006-01-01T00:00:01")
(pid > "HelloWorld") and (started >= "2006-01-31")
(pid > "HelloWorld") and (started >= "2006-01")
(pid > "HelloWorld") and (started >= "2006")
(pid > "HelloWorld") and (started like "2006-01-01T00:00:01")
(pid > "HelloWorld") and (started like "2006-01-31")
(pid > "HelloWorld") and (started like "2006-01")
(pid > "HelloWorld") and (started like "2006")
(pid > "HelloWorld") and (started in ("2006-01-01T00:00:01"))
(pid > "HelloWorld") and (started in ("2006-01-31","2006-01"))
(pid > "HelloWorld") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(pid > "HelloWorld") and (last-active = "2006-02-01T00:00:01")
(pid > "HelloWorld") and (last-active = "2006-02-21")
(pid > "HelloWorld") and (last-active = "2006-02")
(pid > "HelloWorld") and (last-active = "2006")
(pid > "HelloWorld") and (last-active < "2006-02-01T00:00:01")
(pid > "HelloWorld") and (last-active < "2006-02-21")
(pid > "HelloWorld") and (last-active < "2006-02")
(pid > "HelloWorld") and (last-active < "2006")
(pid > "HelloWorld") and (last-active <= "2006-02-01T00:00:01")
(pid > "HelloWorld") and (last-active <= "2006-02-21")
(pid > "HelloWorld") and (last-active <= "2006-02")
(pid > "HelloWorld") and (last-active <= "2006")
(pid > "HelloWorld") and (last-active > "2006-02-01T00:00:01")
(pid > "HelloWorld") and (last-active > "2006-02-21")
(pid > "HelloWorld") and (last-active > "2006-02")
(pid > "HelloWorld") and (last-active > "2006")
(pid > "HelloWorld") and (last-active >= "2006-02-01T00:00:01")
(pid > "HelloWorld") and (last-active >= "2006-02-21")
(pid > "HelloWorld") and (last-active >= "2006-02")
(pid > "HelloWorld") and (last-active >= "2006")
(pid > "HelloWorld") and (last-active like "2006-02-01T00:00:01")
(pid > "HelloWorld") and (last-active like "2006-02-21")
(pid > "HelloWorld") and (last-active like "2006-02")
(pid > "HelloWorld") and (last-active like "2006")
(pid > "HelloWorld") and (last-active in ("2006-02-01T00:00:01"))
(pid > "HelloWorld") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(pid > "HelloWorld") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(pid > "HelloWorld") and (${org.apache.ode.BPELProcess}author = "yuriy")
(pid > "HelloWorld") and ($author = "yuriy")
(pid > "HelloWorld") and (${org.apache.ode.BPELProcess}author < "yuriy")
(pid > "HelloWorld") and ($author < "yuriy")
(pid > "HelloWorld") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(pid > "HelloWorld") and ($author <= "yuriy")
(pid > "HelloWorld") and (${org.apache.ode.BPELProcess}author > "yuriy")
(pid > "HelloWorld") and ($author > "yuriy")
(pid > "HelloWorld") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(pid > "HelloWorld") and ($author >= "yuriy")
(pid > "HelloWorld") and (${org.apache.ode.BPELProcess}author like "yuriy")
(pid > "HelloWorld") and ($author like "yuriy")
(pid > "HelloWorld") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(pid > "HelloWorld") and ($author in ("yuriy"))
(pid > "HelloWorld") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(pid > "HelloWorld") and ($author in ("yuriy","kostya","nazar","orest"))
(pid >= "HelloWorld") and (iid = "2006")
(pid >= "HelloWorld") and (iid < "2006")
(pid >= "HelloWorld") and (iid <= "2006")
(pid >= "HelloWorld") and (iid > "2006")
(pid >= "HelloWorld") and (iid >= "2006")
(pid >= "HelloWorld") and (iid in ("2006"))
(pid >= "HelloWorld") and (iid in ("2006","20061231"))
(pid >= "HelloWorld") and (status = "active")
(pid >= "HelloWorld") and (status = "suspended")
(pid >= "HelloWorld") and (status = "error")
(pid >= "HelloWorld") and (status = "completed")
(pid >= "HelloWorld") and (status = "terminated")
(pid >= "HelloWorld") and (status = "faulted")
(pid >= "HelloWorld") and (status in ("active","suspended"))
(pid >= "HelloWorld") and (status in ("active","suspended","error","completed","terminated","faulted"))
(pid >= "HelloWorld") and (started = "2006-01-01T00:00:01")
(pid >= "HelloWorld") and (started = "2006-01-31")
(pid >= "HelloWorld") and (started = "2006-01")
(pid >= "HelloWorld") and (started = "2006")
(pid >= "HelloWorld") and (started < "2006-01-01T00:00:01")
(pid >= "HelloWorld") and (started < "2006-01-31")
(pid >= "HelloWorld") and (started < "2006-01")
(pid >= "HelloWorld") and (started < "2006")
(pid >= "HelloWorld") and (started <= "2006-01-01T00:00:01")
(pid >= "HelloWorld") and (started <= "2006-01-31")
(pid >= "HelloWorld") and (started <= "2006-01")
(pid >= "HelloWorld") and (started <= "2006")
(pid >= "HelloWorld") and (started > "2006-01-01T00:00:01")
(pid >= "HelloWorld") and (started > "2006-01-31")
(pid >= "HelloWorld") and (started > "2006-01")
(pid >= "HelloWorld") and (started > "2006")
(pid >= "HelloWorld") and (started >= "2006-01-01T00:00:01")
(pid >= "HelloWorld") and (started >= "2006-01-31")
(pid >= "HelloWorld") and (started >= "2006-01")
(pid >= "HelloWorld") and (started >= "2006")
(pid >= "HelloWorld") and (started like "2006-01-01T00:00:01")
(pid >= "HelloWorld") and (started like "2006-01-31")
(pid >= "HelloWorld") and (started like "2006-01")
(pid >= "HelloWorld") and (started like "2006")
(pid >= "HelloWorld") and (started in ("2006-01-01T00:00:01"))
(pid >= "HelloWorld") and (started in ("2006-01-31","2006-01"))
(pid >= "HelloWorld") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(pid >= "HelloWorld") and (last-active = "2006-02-01T00:00:01")
(pid >= "HelloWorld") and (last-active = "2006-02-21")
(pid >= "HelloWorld") and (last-active = "2006-02")
(pid >= "HelloWorld") and (last-active = "2006")
(pid >= "HelloWorld") and (last-active < "2006-02-01T00:00:01")
(pid >= "HelloWorld") and (last-active < "2006-02-21")
(pid >= "HelloWorld") and (last-active < "2006-02")
(pid >= "HelloWorld") and (last-active < "2006")
(pid >= "HelloWorld") and (last-active <= "2006-02-01T00:00:01")
(pid >= "HelloWorld") and (last-active <= "2006-02-21")
(pid >= "HelloWorld") and (last-active <= "2006-02")
(pid >= "HelloWorld") and (last-active <= "2006")
(pid >= "HelloWorld") and (last-active > "2006-02-01T00:00:01")
(pid >= "HelloWorld") and (last-active > "2006-02-21")
(pid >= "HelloWorld") and (last-active > "2006-02")
(pid >= "HelloWorld") and (last-active > "2006")
(pid >= "HelloWorld") and (last-active >= "2006-02-01T00:00:01")
(pid >= "HelloWorld") and (last-active >= "2006-02-21")
(pid >= "HelloWorld") and (last-active >= "2006-02")
(pid >= "HelloWorld") and (last-active >= "2006")
(pid >= "HelloWorld") and (last-active like "2006-02-01T00:00:01")
(pid >= "HelloWorld") and (last-active like "2006-02-21")
(pid >= "HelloWorld") and (last-active like "2006-02")
(pid >= "HelloWorld") and (last-active like "2006")
(pid >= "HelloWorld") and (last-active in ("2006-02-01T00:00:01"))
(pid >= "HelloWorld") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(pid >= "HelloWorld") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(pid >= "HelloWorld") and (${org.apache.ode.BPELProcess}author = "yuriy")
(pid >= "HelloWorld") and ($author = "yuriy")
(pid >= "HelloWorld") and (${org.apache.ode.BPELProcess}author < "yuriy")
(pid >= "HelloWorld") and ($author < "yuriy")
(pid >= "HelloWorld") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(pid >= "HelloWorld") and ($author <= "yuriy")
(pid >= "HelloWorld") and (${org.apache.ode.BPELProcess}author > "yuriy")
(pid >= "HelloWorld") and ($author > "yuriy")
(pid >= "HelloWorld") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(pid >= "HelloWorld") and ($author >= "yuriy")
(pid >= "HelloWorld") and (${org.apache.ode.BPELProcess}author like "yuriy")
(pid >= "HelloWorld") and ($author like "yuriy")
(pid >= "HelloWorld") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(pid >= "HelloWorld") and ($author in ("yuriy"))
(pid >= "HelloWorld") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(pid >= "HelloWorld") and ($author in ("yuriy","kostya","nazar","orest"))
(pid like "HelloWorld") and (iid = "2006")
(pid like "HelloWorld") and (iid < "2006")
(pid like "HelloWorld") and (iid <= "2006")
(pid like "HelloWorld") and (iid > "2006")
(pid like "HelloWorld") and (iid >= "2006")
(pid like "HelloWorld") and (iid in ("2006"))
(pid like "HelloWorld") and (iid in ("2006","20061231"))
(pid like "HelloWorld") and (status = "active")
(pid like "HelloWorld") and (status = "suspended")
(pid like "HelloWorld") and (status = "error")
(pid like "HelloWorld") and (status = "completed")
(pid like "HelloWorld") and (status = "terminated")
(pid like "HelloWorld") and (status = "faulted")
(pid like "HelloWorld") and (status in ("active","suspended"))
(pid like "HelloWorld") and (status in ("active","suspended","error","completed","terminated","faulted"))
(pid like "HelloWorld") and (started = "2006-01-01T00:00:01")
(pid like "HelloWorld") and (started = "2006-01-31")
(pid like "HelloWorld") and (started = "2006-01")
(pid like "HelloWorld") and (started = "2006")
(pid like "HelloWorld") and (started < "2006-01-01T00:00:01")
(pid like "HelloWorld") and (started < "2006-01-31")
(pid like "HelloWorld") and (started < "2006-01")
(pid like "HelloWorld") and (started < "2006")
(pid like "HelloWorld") and (started <= "2006-01-01T00:00:01")
(pid like "HelloWorld") and (started <= "2006-01-31")
(pid like "HelloWorld") and (started <= "2006-01")
(pid like "HelloWorld") and (started <= "2006")
(pid like "HelloWorld") and (started > "2006-01-01T00:00:01")
(pid like "HelloWorld") and (started > "2006-01-31")
(pid like "HelloWorld") and (started > "2006-01")
(pid like "HelloWorld") and (started > "2006")
(pid like "HelloWorld") and (started >= "2006-01-01T00:00:01")
(pid like "HelloWorld") and (started >= "2006-01-31")
(pid like "HelloWorld") and (started >= "2006-01")
(pid like "HelloWorld") and (started >= "2006")
(pid like "HelloWorld") and (started like "2006-01-01T00:00:01")
(pid like "HelloWorld") and (started like "2006-01-31")
(pid like "HelloWorld") and (started like "2006-01")
(pid like "HelloWorld") and (started like "2006")
(pid like "HelloWorld") and (started in ("2006-01-01T00:00:01"))
(pid like "HelloWorld") and (started in ("2006-01-31","2006-01"))
(pid like "HelloWorld") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(pid like "HelloWorld") and (last-active = "2006-02-01T00:00:01")
(pid like "HelloWorld") and (last-active = "2006-02-21")
(pid like "HelloWorld") and (last-active = "2006-02")
(pid like "HelloWorld") and (last-active = "2006")
(pid like "HelloWorld") and (last-active < "2006-02-01T00:00:01")
(pid like "HelloWorld") and (last-active < "2006-02-21")
(pid like "HelloWorld") and (last-active < "2006-02")
(pid like "HelloWorld") and (last-active < "2006")
(pid like "HelloWorld") and (last-active <= "2006-02-01T00:00:01")
(pid like "HelloWorld") and (last-active <= "2006-02-21")
(pid like "HelloWorld") and (last-active <= "2006-02")
(pid like "HelloWorld") and (last-active <= "2006")
(pid like "HelloWorld") and (last-active > "2006-02-01T00:00:01")
(pid like "HelloWorld") and (last-active > "2006-02-21")
(pid like "HelloWorld") and (last-active > "2006-02")
(pid like "HelloWorld") and (last-active > "2006")
(pid like "HelloWorld") and (last-active >= "2006-02-01T00:00:01")
(pid like "HelloWorld") and (last-active >= "2006-02-21")
(pid like "HelloWorld") and (last-active >= "2006-02")
(pid like "HelloWorld") and (last-active >= "2006")
(pid like "HelloWorld") and (last-active like "2006-02-01T00:00:01")
(pid like "HelloWorld") and (last-active like "2006-02-21")
(pid like "HelloWorld") and (last-active like "2006-02")
(pid like "HelloWorld") and (last-active like "2006")
(pid like "HelloWorld") and (last-active in ("2006-02-01T00:00:01"))
(pid like "HelloWorld") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(pid like "HelloWorld") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(pid like "HelloWorld") and (${org.apache.ode.BPELProcess}author = "yuriy")
(pid like "HelloWorld") and ($author = "yuriy")
(pid like "HelloWorld") and (${org.apache.ode.BPELProcess}author < "yuriy")
(pid like "HelloWorld") and ($author < "yuriy")
(pid like "HelloWorld") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(pid like "HelloWorld") and ($author <= "yuriy")
(pid like "HelloWorld") and (${org.apache.ode.BPELProcess}author > "yuriy")
(pid like "HelloWorld") and ($author > "yuriy")
(pid like "HelloWorld") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(pid like "HelloWorld") and ($author >= "yuriy")
(pid like "HelloWorld") and (${org.apache.ode.BPELProcess}author like "yuriy")
(pid like "HelloWorld") and ($author like "yuriy")
(pid like "HelloWorld") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(pid like "HelloWorld") and ($author in ("yuriy"))
(pid like "HelloWorld") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(pid like "HelloWorld") and ($author in ("yuriy","kostya","nazar","orest"))
(pid in ("HelloWorld","Hello*","Hello*World")) and (iid = "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) and (iid < "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) and (iid <= "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) and (iid > "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) and (iid >= "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) and (iid in ("2006"))
(pid in ("HelloWorld","Hello*","Hello*World")) and (iid in ("2006","20061231"))
(pid in ("HelloWorld","Hello*","Hello*World")) and (status = "active")
(pid in ("HelloWorld","Hello*","Hello*World")) and (status = "suspended")
(pid in ("HelloWorld","Hello*","Hello*World")) and (status = "error")
(pid in ("HelloWorld","Hello*","Hello*World")) and (status = "completed")
(pid in ("HelloWorld","Hello*","Hello*World")) and (status = "terminated")
(pid in ("HelloWorld","Hello*","Hello*World")) and (status = "faulted")
(pid in ("HelloWorld","Hello*","Hello*World")) and (status in ("active","suspended"))
(pid in ("HelloWorld","Hello*","Hello*World")) and (status in ("active","suspended","error","completed","terminated","faulted"))
(pid in ("HelloWorld","Hello*","Hello*World")) and (started = "2006-01-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started = "2006-01-31")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started = "2006-01")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started = "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started < "2006-01-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started < "2006-01-31")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started < "2006-01")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started < "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started <= "2006-01-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started <= "2006-01-31")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started <= "2006-01")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started <= "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started > "2006-01-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started > "2006-01-31")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started > "2006-01")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started > "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started >= "2006-01-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started >= "2006-01-31")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started >= "2006-01")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started >= "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started like "2006-01-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started like "2006-01-31")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started like "2006-01")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started like "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) and (started in ("2006-01-01T00:00:01"))
(pid in ("HelloWorld","Hello*","Hello*World")) and (started in ("2006-01-31","2006-01"))
(pid in ("HelloWorld","Hello*","Hello*World")) and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active = "2006-02-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active = "2006-02-21")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active = "2006-02")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active = "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active < "2006-02-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active < "2006-02-21")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active < "2006-02")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active < "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active <= "2006-02-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active <= "2006-02-21")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active <= "2006-02")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active <= "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active > "2006-02-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active > "2006-02-21")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active > "2006-02")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active > "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active >= "2006-02-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active >= "2006-02-21")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active >= "2006-02")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active >= "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active like "2006-02-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active like "2006-02-21")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active like "2006-02")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active like "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active in ("2006-02-01T00:00:01"))
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(pid in ("HelloWorld","Hello*","Hello*World")) and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(pid in ("HelloWorld","Hello*","Hello*World")) and (${org.apache.ode.BPELProcess}author = "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) and ($author = "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) and (${org.apache.ode.BPELProcess}author < "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) and ($author < "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) and (${org.apache.ode.BPELProcess}author <= "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) and ($author <= "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) and (${org.apache.ode.BPELProcess}author > "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) and ($author > "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) and (${org.apache.ode.BPELProcess}author >= "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) and ($author >= "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) and (${org.apache.ode.BPELProcess}author like "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) and ($author like "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(pid in ("HelloWorld","Hello*","Hello*World")) and ($author in ("yuriy"))
(pid in ("HelloWorld","Hello*","Hello*World")) and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(pid in ("HelloWorld","Hello*","Hello*World")) and ($author in ("yuriy","kostya","nazar","orest"))
(pid in ("Hello*","Hello*World")) and (iid = "2006")
(pid in ("Hello*","Hello*World")) and (iid < "2006")
(pid in ("Hello*","Hello*World")) and (iid <= "2006")
(pid in ("Hello*","Hello*World")) and (iid > "2006")
(pid in ("Hello*","Hello*World")) and (iid >= "2006")
(pid in ("Hello*","Hello*World")) and (iid in ("2006"))
(pid in ("Hello*","Hello*World")) and (iid in ("2006","20061231"))
(pid in ("Hello*","Hello*World")) and (status = "active")
(pid in ("Hello*","Hello*World")) and (status = "suspended")
(pid in ("Hello*","Hello*World")) and (status = "error")
(pid in ("Hello*","Hello*World")) and (status = "completed")
(pid in ("Hello*","Hello*World")) and (status = "terminated")
(pid in ("Hello*","Hello*World")) and (status = "faulted")
(pid in ("Hello*","Hello*World")) and (status in ("active","suspended"))
(pid in ("Hello*","Hello*World")) and (status in ("active","suspended","error","completed","terminated","faulted"))
(pid in ("Hello*","Hello*World")) and (started = "2006-01-01T00:00:01")
(pid in ("Hello*","Hello*World")) and (started = "2006-01-31")
(pid in ("Hello*","Hello*World")) and (started = "2006-01")
(pid in ("Hello*","Hello*World")) and (started = "2006")
(pid in ("Hello*","Hello*World")) and (started < "2006-01-01T00:00:01")
(pid in ("Hello*","Hello*World")) and (started < "2006-01-31")
(pid in ("Hello*","Hello*World")) and (started < "2006-01")
(pid in ("Hello*","Hello*World")) and (started < "2006")
(pid in ("Hello*","Hello*World")) and (started <= "2006-01-01T00:00:01")
(pid in ("Hello*","Hello*World")) and (started <= "2006-01-31")
(pid in ("Hello*","Hello*World")) and (started <= "2006-01")
(pid in ("Hello*","Hello*World")) and (started <= "2006")
(pid in ("Hello*","Hello*World")) and (started > "2006-01-01T00:00:01")
(pid in ("Hello*","Hello*World")) and (started > "2006-01-31")
(pid in ("Hello*","Hello*World")) and (started > "2006-01")
(pid in ("Hello*","Hello*World")) and (started > "2006")
(pid in ("Hello*","Hello*World")) and (started >= "2006-01-01T00:00:01")
(pid in ("Hello*","Hello*World")) and (started >= "2006-01-31")
(pid in ("Hello*","Hello*World")) and (started >= "2006-01")
(pid in ("Hello*","Hello*World")) and (started >= "2006")
(pid in ("Hello*","Hello*World")) and (started like "2006-01-01T00:00:01")
(pid in ("Hello*","Hello*World")) and (started like "2006-01-31")
(pid in ("Hello*","Hello*World")) and (started like "2006-01")
(pid in ("Hello*","Hello*World")) and (started like "2006")
(pid in ("Hello*","Hello*World")) and (started in ("2006-01-01T00:00:01"))
(pid in ("Hello*","Hello*World")) and (started in ("2006-01-31","2006-01"))
(pid in ("Hello*","Hello*World")) and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(pid in ("Hello*","Hello*World")) and (last-active = "2006-02-01T00:00:01")
(pid in ("Hello*","Hello*World")) and (last-active = "2006-02-21")
(pid in ("Hello*","Hello*World")) and (last-active = "2006-02")
(pid in ("Hello*","Hello*World")) and (last-active = "2006")
(pid in ("Hello*","Hello*World")) and (last-active < "2006-02-01T00:00:01")
(pid in ("Hello*","Hello*World")) and (last-active < "2006-02-21")
(pid in ("Hello*","Hello*World")) and (last-active < "2006-02")
(pid in ("Hello*","Hello*World")) and (last-active < "2006")
(pid in ("Hello*","Hello*World")) and (last-active <= "2006-02-01T00:00:01")
(pid in ("Hello*","Hello*World")) and (last-active <= "2006-02-21")
(pid in ("Hello*","Hello*World")) and (last-active <= "2006-02")
(pid in ("Hello*","Hello*World")) and (last-active <= "2006")
(pid in ("Hello*","Hello*World")) and (last-active > "2006-02-01T00:00:01")
(pid in ("Hello*","Hello*World")) and (last-active > "2006-02-21")
(pid in ("Hello*","Hello*World")) and (last-active > "2006-02")
(pid in ("Hello*","Hello*World")) and (last-active > "2006")
(pid in ("Hello*","Hello*World")) and (last-active >= "2006-02-01T00:00:01")
(pid in ("Hello*","Hello*World")) and (last-active >= "2006-02-21")
(pid in ("Hello*","Hello*World")) and (last-active >= "2006-02")
(pid in ("Hello*","Hello*World")) and (last-active >= "2006")
(pid in ("Hello*","Hello*World")) and (last-active like "2006-02-01T00:00:01")
(pid in ("Hello*","Hello*World")) and (last-active like "2006-02-21")
(pid in ("Hello*","Hello*World")) and (last-active like "2006-02")
(pid in ("Hello*","Hello*World")) and (last-active like "2006")
(pid in ("Hello*","Hello*World")) and (last-active in ("2006-02-01T00:00:01"))
(pid in ("Hello*","Hello*World")) and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(pid in ("Hello*","Hello*World")) and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(pid in ("Hello*","Hello*World")) and (${org.apache.ode.BPELProcess}author = "yuriy")
(pid in ("Hello*","Hello*World")) and ($author = "yuriy")
(pid in ("Hello*","Hello*World")) and (${org.apache.ode.BPELProcess}author < "yuriy")
(pid in ("Hello*","Hello*World")) and ($author < "yuriy")
(pid in ("Hello*","Hello*World")) and (${org.apache.ode.BPELProcess}author <= "yuriy")
(pid in ("Hello*","Hello*World")) and ($author <= "yuriy")
(pid in ("Hello*","Hello*World")) and (${org.apache.ode.BPELProcess}author > "yuriy")
(pid in ("Hello*","Hello*World")) and ($author > "yuriy")
(pid in ("Hello*","Hello*World")) and (${org.apache.ode.BPELProcess}author >= "yuriy")
(pid in ("Hello*","Hello*World")) and ($author >= "yuriy")
(pid in ("Hello*","Hello*World")) and (${org.apache.ode.BPELProcess}author like "yuriy")
(pid in ("Hello*","Hello*World")) and ($author like "yuriy")
(pid in ("Hello*","Hello*World")) and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(pid in ("Hello*","Hello*World")) and ($author in ("yuriy"))
(pid in ("Hello*","Hello*World")) and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(pid in ("Hello*","Hello*World")) and ($author in ("yuriy","kostya","nazar","orest"))
(pid in ("Hello*World")) and (iid = "2006")
(pid in ("Hello*World")) and (iid < "2006")
(pid in ("Hello*World")) and (iid <= "2006")
(pid in ("Hello*World")) and (iid > "2006")
(pid in ("Hello*World")) and (iid >= "2006")
(pid in ("Hello*World")) and (iid in ("2006"))
(pid in ("Hello*World")) and (iid in ("2006","20061231"))
(pid in ("Hello*World")) and (status = "active")
(pid in ("Hello*World")) and (status = "suspended")
(pid in ("Hello*World")) and (status = "error")
(pid in ("Hello*World")) and (status = "completed")
(pid in ("Hello*World")) and (status = "terminated")
(pid in ("Hello*World")) and (status = "faulted")
(pid in ("Hello*World")) and (status in ("active","suspended"))
(pid in ("Hello*World")) and (status in ("active","suspended","error","completed","terminated","faulted"))
(pid in ("Hello*World")) and (started = "2006-01-01T00:00:01")
(pid in ("Hello*World")) and (started = "2006-01-31")
(pid in ("Hello*World")) and (started = "2006-01")
(pid in ("Hello*World")) and (started = "2006")
(pid in ("Hello*World")) and (started < "2006-01-01T00:00:01")
(pid in ("Hello*World")) and (started < "2006-01-31")
(pid in ("Hello*World")) and (started < "2006-01")
(pid in ("Hello*World")) and (started < "2006")
(pid in ("Hello*World")) and (started <= "2006-01-01T00:00:01")
(pid in ("Hello*World")) and (started <= "2006-01-31")
(pid in ("Hello*World")) and (started <= "2006-01")
(pid in ("Hello*World")) and (started <= "2006")
(pid in ("Hello*World")) and (started > "2006-01-01T00:00:01")
(pid in ("Hello*World")) and (started > "2006-01-31")
(pid in ("Hello*World")) and (started > "2006-01")
(pid in ("Hello*World")) and (started > "2006")
(pid in ("Hello*World")) and (started >= "2006-01-01T00:00:01")
(pid in ("Hello*World")) and (started >= "2006-01-31")
(pid in ("Hello*World")) and (started >= "2006-01")
(pid in ("Hello*World")) and (started >= "2006")
(pid in ("Hello*World")) and (started like "2006-01-01T00:00:01")
(pid in ("Hello*World")) and (started like "2006-01-31")
(pid in ("Hello*World")) and (started like "2006-01")
(pid in ("Hello*World")) and (started like "2006")
(pid in ("Hello*World")) and (started in ("2006-01-01T00:00:01"))
(pid in ("Hello*World")) and (started in ("2006-01-31","2006-01"))
(pid in ("Hello*World")) and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(pid in ("Hello*World")) and (last-active = "2006-02-01T00:00:01")
(pid in ("Hello*World")) and (last-active = "2006-02-21")
(pid in ("Hello*World")) and (last-active = "2006-02")
(pid in ("Hello*World")) and (last-active = "2006")
(pid in ("Hello*World")) and (last-active < "2006-02-01T00:00:01")
(pid in ("Hello*World")) and (last-active < "2006-02-21")
(pid in ("Hello*World")) and (last-active < "2006-02")
(pid in ("Hello*World")) and (last-active < "2006")
(pid in ("Hello*World")) and (last-active <= "2006-02-01T00:00:01")
(pid in ("Hello*World")) and (last-active <= "2006-02-21")
(pid in ("Hello*World")) and (last-active <= "2006-02")
(pid in ("Hello*World")) and (last-active <= "2006")
(pid in ("Hello*World")) and (last-active > "2006-02-01T00:00:01")
(pid in ("Hello*World")) and (last-active > "2006-02-21")
(pid in ("Hello*World")) and (last-active > "2006-02")
(pid in ("Hello*World")) and (last-active > "2006")
(pid in ("Hello*World")) and (last-active >= "2006-02-01T00:00:01")
(pid in ("Hello*World")) and (last-active >= "2006-02-21")
(pid in ("Hello*World")) and (last-active >= "2006-02")
(pid in ("Hello*World")) and (last-active >= "2006")
(pid in ("Hello*World")) and (last-active like "2006-02-01T00:00:01")
(pid in ("Hello*World")) and (last-active like "2006-02-21")
(pid in ("Hello*World")) and (last-active like "2006-02")
(pid in ("Hello*World")) and (last-active like "2006")
(pid in ("Hello*World")) and (last-active in ("2006-02-01T00:00:01"))
(pid in ("Hello*World")) and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(pid in ("Hello*World")) and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(pid in ("Hello*World")) and (${org.apache.ode.BPELProcess}author = "yuriy")
(pid in ("Hello*World")) and ($author = "yuriy")
(pid in ("Hello*World")) and (${org.apache.ode.BPELProcess}author < "yuriy")
(pid in ("Hello*World")) and ($author < "yuriy")
(pid in ("Hello*World")) and (${org.apache.ode.BPELProcess}author <= "yuriy")
(pid in ("Hello*World")) and ($author <= "yuriy")
(pid in ("Hello*World")) and (${org.apache.ode.BPELProcess}author > "yuriy")
(pid in ("Hello*World")) and ($author > "yuriy")
(pid in ("Hello*World")) and (${org.apache.ode.BPELProcess}author >= "yuriy")
(pid in ("Hello*World")) and ($author >= "yuriy")
(pid in ("Hello*World")) and (${org.apache.ode.BPELProcess}author like "yuriy")
(pid in ("Hello*World")) and ($author like "yuriy")
(pid in ("Hello*World")) and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(pid in ("Hello*World")) and ($author in ("yuriy"))
(pid in ("Hello*World")) and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(pid in ("Hello*World")) and ($author in ("yuriy","kostya","nazar","orest"))
pid = "HelloWorld" or iid = "2006"
pid = "HelloWorld" or iid < "2006"
pid = "HelloWorld" or iid <= "2006"
pid = "HelloWorld" or iid > "2006"
pid = "HelloWorld" or iid >= "2006"
pid = "HelloWorld" or iid in ("2006")
pid = "HelloWorld" or iid in ("2006","20061231")
pid = "HelloWorld" or status = "active"
pid = "HelloWorld" or status = "suspended"
pid = "HelloWorld" or status = "error"
pid = "HelloWorld" or status = "completed"
pid = "HelloWorld" or status = "terminated"
pid = "HelloWorld" or status = "faulted"
pid = "HelloWorld" or status in ("active","suspended")
pid = "HelloWorld" or status in ("active","suspended","error","completed","terminated","faulted")
pid = "HelloWorld" or started = "2006-01-01T00:00:01"
pid = "HelloWorld" or started = "2006-01-31"
pid = "HelloWorld" or started = "2006-01"
pid = "HelloWorld" or started = "2006"
pid = "HelloWorld" or started < "2006-01-01T00:00:01"
pid = "HelloWorld" or started < "2006-01-31"
pid = "HelloWorld" or started < "2006-01"
pid = "HelloWorld" or started < "2006"
pid = "HelloWorld" or started <= "2006-01-01T00:00:01"
pid = "HelloWorld" or started <= "2006-01-31"
pid = "HelloWorld" or started <= "2006-01"
pid = "HelloWorld" or started <= "2006"
pid = "HelloWorld" or started > "2006-01-01T00:00:01"
pid = "HelloWorld" or started > "2006-01-31"
pid = "HelloWorld" or started > "2006-01"
pid = "HelloWorld" or started > "2006"
pid = "HelloWorld" or started >= "2006-01-01T00:00:01"
pid = "HelloWorld" or started >= "2006-01-31"
pid = "HelloWorld" or started >= "2006-01"
pid = "HelloWorld" or started >= "2006"
pid = "HelloWorld" or started like "2006-01-01T00:00:01"
pid = "HelloWorld" or started like "2006-01-31"
pid = "HelloWorld" or started like "2006-01"
pid = "HelloWorld" or started like "2006"
pid = "HelloWorld" or started in ("2006-01-01T00:00:01")
pid = "HelloWorld" or started in ("2006-01-31","2006-01")
pid = "HelloWorld" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
pid = "HelloWorld" or last-active = "2006-02-01T00:00:01"
pid = "HelloWorld" or last-active = "2006-02-21"
pid = "HelloWorld" or last-active = "2006-02"
pid = "HelloWorld" or last-active = "2006"
pid = "HelloWorld" or last-active < "2006-02-01T00:00:01"
pid = "HelloWorld" or last-active < "2006-02-21"
pid = "HelloWorld" or last-active < "2006-02"
pid = "HelloWorld" or last-active < "2006"
pid = "HelloWorld" or last-active <= "2006-02-01T00:00:01"
pid = "HelloWorld" or last-active <= "2006-02-21"
pid = "HelloWorld" or last-active <= "2006-02"
pid = "HelloWorld" or last-active <= "2006"
pid = "HelloWorld" or last-active > "2006-02-01T00:00:01"
pid = "HelloWorld" or last-active > "2006-02-21"
pid = "HelloWorld" or last-active > "2006-02"
pid = "HelloWorld" or last-active > "2006"
pid = "HelloWorld" or last-active >= "2006-02-01T00:00:01"
pid = "HelloWorld" or last-active >= "2006-02-21"
pid = "HelloWorld" or last-active >= "2006-02"
pid = "HelloWorld" or last-active >= "2006"
pid = "HelloWorld" or last-active like "2006-02-01T00:00:01"
pid = "HelloWorld" or last-active like "2006-02-21"
pid = "HelloWorld" or last-active like "2006-02"
pid = "HelloWorld" or last-active like "2006"
pid = "HelloWorld" or last-active in ("2006-02-01T00:00:01")
pid = "HelloWorld" or last-active in ("2006-02-01T00:00:01","2006-02-21")
pid = "HelloWorld" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
pid = "HelloWorld" or ${org.apache.ode.BPELProcess}author = "yuriy"
pid = "HelloWorld" or $author = "yuriy"
pid = "HelloWorld" or ${org.apache.ode.BPELProcess}author < "yuriy"
pid = "HelloWorld" or $author < "yuriy"
pid = "HelloWorld" or ${org.apache.ode.BPELProcess}author <= "yuriy"
pid = "HelloWorld" or $author <= "yuriy"
pid = "HelloWorld" or ${org.apache.ode.BPELProcess}author > "yuriy"
pid = "HelloWorld" or $author > "yuriy"
pid = "HelloWorld" or ${org.apache.ode.BPELProcess}author >= "yuriy"
pid = "HelloWorld" or $author >= "yuriy"
pid = "HelloWorld" or ${org.apache.ode.BPELProcess}author like "yuriy"
pid = "HelloWorld" or $author like "yuriy"
pid = "HelloWorld" or ${org.apache.ode.BPELProcess}author in ("yuriy")
pid = "HelloWorld" or $author in ("yuriy")
pid = "HelloWorld" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
pid = "HelloWorld" or $author in ("yuriy","kostya","nazar","orest")
pid < "HelloWorld" or iid = "2006"
pid < "HelloWorld" or iid < "2006"
pid < "HelloWorld" or iid <= "2006"
pid < "HelloWorld" or iid > "2006"
pid < "HelloWorld" or iid >= "2006"
pid < "HelloWorld" or iid in ("2006")
pid < "HelloWorld" or iid in ("2006","20061231")
pid < "HelloWorld" or status = "active"
pid < "HelloWorld" or status = "suspended"
pid < "HelloWorld" or status = "error"
pid < "HelloWorld" or status = "completed"
pid < "HelloWorld" or status = "terminated"
pid < "HelloWorld" or status = "faulted"
pid < "HelloWorld" or status in ("active","suspended")
pid < "HelloWorld" or status in ("active","suspended","error","completed","terminated","faulted")
pid < "HelloWorld" or started = "2006-01-01T00:00:01"
pid < "HelloWorld" or started = "2006-01-31"
pid < "HelloWorld" or started = "2006-01"
pid < "HelloWorld" or started = "2006"
pid < "HelloWorld" or started < "2006-01-01T00:00:01"
pid < "HelloWorld" or started < "2006-01-31"
pid < "HelloWorld" or started < "2006-01"
pid < "HelloWorld" or started < "2006"
pid < "HelloWorld" or started <= "2006-01-01T00:00:01"
pid < "HelloWorld" or started <= "2006-01-31"
pid < "HelloWorld" or started <= "2006-01"
pid < "HelloWorld" or started <= "2006"
pid < "HelloWorld" or started > "2006-01-01T00:00:01"
pid < "HelloWorld" or started > "2006-01-31"
pid < "HelloWorld" or started > "2006-01"
pid < "HelloWorld" or started > "2006"
pid < "HelloWorld" or started >= "2006-01-01T00:00:01"
pid < "HelloWorld" or started >= "2006-01-31"
pid < "HelloWorld" or started >= "2006-01"
pid < "HelloWorld" or started >= "2006"
pid < "HelloWorld" or started like "2006-01-01T00:00:01"
pid < "HelloWorld" or started like "2006-01-31"
pid < "HelloWorld" or started like "2006-01"
pid < "HelloWorld" or started like "2006"
pid < "HelloWorld" or started in ("2006-01-01T00:00:01")
pid < "HelloWorld" or started in ("2006-01-31","2006-01")
pid < "HelloWorld" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
pid < "HelloWorld" or last-active = "2006-02-01T00:00:01"
pid < "HelloWorld" or last-active = "2006-02-21"
pid < "HelloWorld" or last-active = "2006-02"
pid < "HelloWorld" or last-active = "2006"
pid < "HelloWorld" or last-active < "2006-02-01T00:00:01"
pid < "HelloWorld" or last-active < "2006-02-21"
pid < "HelloWorld" or last-active < "2006-02"
pid < "HelloWorld" or last-active < "2006"
pid < "HelloWorld" or last-active <= "2006-02-01T00:00:01"
pid < "HelloWorld" or last-active <= "2006-02-21"
pid < "HelloWorld" or last-active <= "2006-02"
pid < "HelloWorld" or last-active <= "2006"
pid < "HelloWorld" or last-active > "2006-02-01T00:00:01"
pid < "HelloWorld" or last-active > "2006-02-21"
pid < "HelloWorld" or last-active > "2006-02"
pid < "HelloWorld" or last-active > "2006"
pid < "HelloWorld" or last-active >= "2006-02-01T00:00:01"
pid < "HelloWorld" or last-active >= "2006-02-21"
pid < "HelloWorld" or last-active >= "2006-02"
pid < "HelloWorld" or last-active >= "2006"
pid < "HelloWorld" or last-active like "2006-02-01T00:00:01"
pid < "HelloWorld" or last-active like "2006-02-21"
pid < "HelloWorld" or last-active like "2006-02"
pid < "HelloWorld" or last-active like "2006"
pid < "HelloWorld" or last-active in ("2006-02-01T00:00:01")
pid < "HelloWorld" or last-active in ("2006-02-01T00:00:01","2006-02-21")
pid < "HelloWorld" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
pid < "HelloWorld" or ${org.apache.ode.BPELProcess}author = "yuriy"
pid < "HelloWorld" or $author = "yuriy"
pid < "HelloWorld" or ${org.apache.ode.BPELProcess}author < "yuriy"
pid < "HelloWorld" or $author < "yuriy"
pid < "HelloWorld" or ${org.apache.ode.BPELProcess}author <= "yuriy"
pid < "HelloWorld" or $author <= "yuriy"
pid < "HelloWorld" or ${org.apache.ode.BPELProcess}author > "yuriy"
pid < "HelloWorld" or $author > "yuriy"
pid < "HelloWorld" or ${org.apache.ode.BPELProcess}author >= "yuriy"
pid < "HelloWorld" or $author >= "yuriy"
pid < "HelloWorld" or ${org.apache.ode.BPELProcess}author like "yuriy"
pid < "HelloWorld" or $author like "yuriy"
pid < "HelloWorld" or ${org.apache.ode.BPELProcess}author in ("yuriy")
pid < "HelloWorld" or $author in ("yuriy")
pid < "HelloWorld" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
pid < "HelloWorld" or $author in ("yuriy","kostya","nazar","orest")
pid <= "HelloWorld" or iid = "2006"
pid <= "HelloWorld" or iid < "2006"
pid <= "HelloWorld" or iid <= "2006"
pid <= "HelloWorld" or iid > "2006"
pid <= "HelloWorld" or iid >= "2006"
pid <= "HelloWorld" or iid in ("2006")
pid <= "HelloWorld" or iid in ("2006","20061231")
pid <= "HelloWorld" or status = "active"
pid <= "HelloWorld" or status = "suspended"
pid <= "HelloWorld" or status = "error"
pid <= "HelloWorld" or status = "completed"
pid <= "HelloWorld" or status = "terminated"
pid <= "HelloWorld" or status = "faulted"
pid <= "HelloWorld" or status in ("active","suspended")
pid <= "HelloWorld" or status in ("active","suspended","error","completed","terminated","faulted")
pid <= "HelloWorld" or started = "2006-01-01T00:00:01"
pid <= "HelloWorld" or started = "2006-01-31"
pid <= "HelloWorld" or started = "2006-01"
pid <= "HelloWorld" or started = "2006"
pid <= "HelloWorld" or started < "2006-01-01T00:00:01"
pid <= "HelloWorld" or started < "2006-01-31"
pid <= "HelloWorld" or started < "2006-01"
pid <= "HelloWorld" or started < "2006"
pid <= "HelloWorld" or started <= "2006-01-01T00:00:01"
pid <= "HelloWorld" or started <= "2006-01-31"
pid <= "HelloWorld" or started <= "2006-01"
pid <= "HelloWorld" or started <= "2006"
pid <= "HelloWorld" or started > "2006-01-01T00:00:01"
pid <= "HelloWorld" or started > "2006-01-31"
pid <= "HelloWorld" or started > "2006-01"
pid <= "HelloWorld" or started > "2006"
pid <= "HelloWorld" or started >= "2006-01-01T00:00:01"
pid <= "HelloWorld" or started >= "2006-01-31"
pid <= "HelloWorld" or started >= "2006-01"
pid <= "HelloWorld" or started >= "2006"
pid <= "HelloWorld" or started like "2006-01-01T00:00:01"
pid <= "HelloWorld" or started like "2006-01-31"
pid <= "HelloWorld" or started like "2006-01"
pid <= "HelloWorld" or started like "2006"
pid <= "HelloWorld" or started in ("2006-01-01T00:00:01")
pid <= "HelloWorld" or started in ("2006-01-31","2006-01")
pid <= "HelloWorld" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
pid <= "HelloWorld" or last-active = "2006-02-01T00:00:01"
pid <= "HelloWorld" or last-active = "2006-02-21"
pid <= "HelloWorld" or last-active = "2006-02"
pid <= "HelloWorld" or last-active = "2006"
pid <= "HelloWorld" or last-active < "2006-02-01T00:00:01"
pid <= "HelloWorld" or last-active < "2006-02-21"
pid <= "HelloWorld" or last-active < "2006-02"
pid <= "HelloWorld" or last-active < "2006"
pid <= "HelloWorld" or last-active <= "2006-02-01T00:00:01"
pid <= "HelloWorld" or last-active <= "2006-02-21"
pid <= "HelloWorld" or last-active <= "2006-02"
pid <= "HelloWorld" or last-active <= "2006"
pid <= "HelloWorld" or last-active > "2006-02-01T00:00:01"
pid <= "HelloWorld" or last-active > "2006-02-21"
pid <= "HelloWorld" or last-active > "2006-02"
pid <= "HelloWorld" or last-active > "2006"
pid <= "HelloWorld" or last-active >= "2006-02-01T00:00:01"
pid <= "HelloWorld" or last-active >= "2006-02-21"
pid <= "HelloWorld" or last-active >= "2006-02"
pid <= "HelloWorld" or last-active >= "2006"
pid <= "HelloWorld" or last-active like "2006-02-01T00:00:01"
pid <= "HelloWorld" or last-active like "2006-02-21"
pid <= "HelloWorld" or last-active like "2006-02"
pid <= "HelloWorld" or last-active like "2006"
pid <= "HelloWorld" or last-active in ("2006-02-01T00:00:01")
pid <= "HelloWorld" or last-active in ("2006-02-01T00:00:01","2006-02-21")
pid <= "HelloWorld" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
pid <= "HelloWorld" or ${org.apache.ode.BPELProcess}author = "yuriy"
pid <= "HelloWorld" or $author = "yuriy"
pid <= "HelloWorld" or ${org.apache.ode.BPELProcess}author < "yuriy"
pid <= "HelloWorld" or $author < "yuriy"
pid <= "HelloWorld" or ${org.apache.ode.BPELProcess}author <= "yuriy"
pid <= "HelloWorld" or $author <= "yuriy"
pid <= "HelloWorld" or ${org.apache.ode.BPELProcess}author > "yuriy"
pid <= "HelloWorld" or $author > "yuriy"
pid <= "HelloWorld" or ${org.apache.ode.BPELProcess}author >= "yuriy"
pid <= "HelloWorld" or $author >= "yuriy"
pid <= "HelloWorld" or ${org.apache.ode.BPELProcess}author like "yuriy"
pid <= "HelloWorld" or $author like "yuriy"
pid <= "HelloWorld" or ${org.apache.ode.BPELProcess}author in ("yuriy")
pid <= "HelloWorld" or $author in ("yuriy")
pid <= "HelloWorld" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
pid <= "HelloWorld" or $author in ("yuriy","kostya","nazar","orest")
pid > "HelloWorld" or iid = "2006"
pid > "HelloWorld" or iid < "2006"
pid > "HelloWorld" or iid <= "2006"
pid > "HelloWorld" or iid > "2006"
pid > "HelloWorld" or iid >= "2006"
pid > "HelloWorld" or iid in ("2006")
pid > "HelloWorld" or iid in ("2006","20061231")
pid > "HelloWorld" or status = "active"
pid > "HelloWorld" or status = "suspended"
pid > "HelloWorld" or status = "error"
pid > "HelloWorld" or status = "completed"
pid > "HelloWorld" or status = "terminated"
pid > "HelloWorld" or status = "faulted"
pid > "HelloWorld" or status in ("active","suspended")
pid > "HelloWorld" or status in ("active","suspended","error","completed","terminated","faulted")
pid > "HelloWorld" or started = "2006-01-01T00:00:01"
pid > "HelloWorld" or started = "2006-01-31"
pid > "HelloWorld" or started = "2006-01"
pid > "HelloWorld" or started = "2006"
pid > "HelloWorld" or started < "2006-01-01T00:00:01"
pid > "HelloWorld" or started < "2006-01-31"
pid > "HelloWorld" or started < "2006-01"
pid > "HelloWorld" or started < "2006"
pid > "HelloWorld" or started <= "2006-01-01T00:00:01"
pid > "HelloWorld" or started <= "2006-01-31"
pid > "HelloWorld" or started <= "2006-01"
pid > "HelloWorld" or started <= "2006"
pid > "HelloWorld" or started > "2006-01-01T00:00:01"
pid > "HelloWorld" or started > "2006-01-31"
pid > "HelloWorld" or started > "2006-01"
pid > "HelloWorld" or started > "2006"
pid > "HelloWorld" or started >= "2006-01-01T00:00:01"
pid > "HelloWorld" or started >= "2006-01-31"
pid > "HelloWorld" or started >= "2006-01"
pid > "HelloWorld" or started >= "2006"
pid > "HelloWorld" or started like "2006-01-01T00:00:01"
pid > "HelloWorld" or started like "2006-01-31"
pid > "HelloWorld" or started like "2006-01"
pid > "HelloWorld" or started like "2006"
pid > "HelloWorld" or started in ("2006-01-01T00:00:01")
pid > "HelloWorld" or started in ("2006-01-31","2006-01")
pid > "HelloWorld" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
pid > "HelloWorld" or last-active = "2006-02-01T00:00:01"
pid > "HelloWorld" or last-active = "2006-02-21"
pid > "HelloWorld" or last-active = "2006-02"
pid > "HelloWorld" or last-active = "2006"
pid > "HelloWorld" or last-active < "2006-02-01T00:00:01"
pid > "HelloWorld" or last-active < "2006-02-21"
pid > "HelloWorld" or last-active < "2006-02"
pid > "HelloWorld" or last-active < "2006"
pid > "HelloWorld" or last-active <= "2006-02-01T00:00:01"
pid > "HelloWorld" or last-active <= "2006-02-21"
pid > "HelloWorld" or last-active <= "2006-02"
pid > "HelloWorld" or last-active <= "2006"
pid > "HelloWorld" or last-active > "2006-02-01T00:00:01"
pid > "HelloWorld" or last-active > "2006-02-21"
pid > "HelloWorld" or last-active > "2006-02"
pid > "HelloWorld" or last-active > "2006"
pid > "HelloWorld" or last-active >= "2006-02-01T00:00:01"
pid > "HelloWorld" or last-active >= "2006-02-21"
pid > "HelloWorld" or last-active >= "2006-02"
pid > "HelloWorld" or last-active >= "2006"
pid > "HelloWorld" or last-active like "2006-02-01T00:00:01"
pid > "HelloWorld" or last-active like "2006-02-21"
pid > "HelloWorld" or last-active like "2006-02"
pid > "HelloWorld" or last-active like "2006"
pid > "HelloWorld" or last-active in ("2006-02-01T00:00:01")
pid > "HelloWorld" or last-active in ("2006-02-01T00:00:01","2006-02-21")
pid > "HelloWorld" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
pid > "HelloWorld" or ${org.apache.ode.BPELProcess}author = "yuriy"
pid > "HelloWorld" or $author = "yuriy"
pid > "HelloWorld" or ${org.apache.ode.BPELProcess}author < "yuriy"
pid > "HelloWorld" or $author < "yuriy"
pid > "HelloWorld" or ${org.apache.ode.BPELProcess}author <= "yuriy"
pid > "HelloWorld" or $author <= "yuriy"
pid > "HelloWorld" or ${org.apache.ode.BPELProcess}author > "yuriy"
pid > "HelloWorld" or $author > "yuriy"
pid > "HelloWorld" or ${org.apache.ode.BPELProcess}author >= "yuriy"
pid > "HelloWorld" or $author >= "yuriy"
pid > "HelloWorld" or ${org.apache.ode.BPELProcess}author like "yuriy"
pid > "HelloWorld" or $author like "yuriy"
pid > "HelloWorld" or ${org.apache.ode.BPELProcess}author in ("yuriy")
pid > "HelloWorld" or $author in ("yuriy")
pid > "HelloWorld" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
pid > "HelloWorld" or $author in ("yuriy","kostya","nazar","orest")
pid >= "HelloWorld" or iid = "2006"
pid >= "HelloWorld" or iid < "2006"
pid >= "HelloWorld" or iid <= "2006"
pid >= "HelloWorld" or iid > "2006"
pid >= "HelloWorld" or iid >= "2006"
pid >= "HelloWorld" or iid in ("2006")
pid >= "HelloWorld" or iid in ("2006","20061231")
pid >= "HelloWorld" or status = "active"
pid >= "HelloWorld" or status = "suspended"
pid >= "HelloWorld" or status = "error"
pid >= "HelloWorld" or status = "completed"
pid >= "HelloWorld" or status = "terminated"
pid >= "HelloWorld" or status = "faulted"
pid >= "HelloWorld" or status in ("active","suspended")
pid >= "HelloWorld" or status in ("active","suspended","error","completed","terminated","faulted")
pid >= "HelloWorld" or started = "2006-01-01T00:00:01"
pid >= "HelloWorld" or started = "2006-01-31"
pid >= "HelloWorld" or started = "2006-01"
pid >= "HelloWorld" or started = "2006"
pid >= "HelloWorld" or started < "2006-01-01T00:00:01"
pid >= "HelloWorld" or started < "2006-01-31"
pid >= "HelloWorld" or started < "2006-01"
pid >= "HelloWorld" or started < "2006"
pid >= "HelloWorld" or started <= "2006-01-01T00:00:01"
pid >= "HelloWorld" or started <= "2006-01-31"
pid >= "HelloWorld" or started <= "2006-01"
pid >= "HelloWorld" or started <= "2006"
pid >= "HelloWorld" or started > "2006-01-01T00:00:01"
pid >= "HelloWorld" or started > "2006-01-31"
pid >= "HelloWorld" or started > "2006-01"
pid >= "HelloWorld" or started > "2006"
pid >= "HelloWorld" or started >= "2006-01-01T00:00:01"
pid >= "HelloWorld" or started >= "2006-01-31"
pid >= "HelloWorld" or started >= "2006-01"
pid >= "HelloWorld" or started >= "2006"
pid >= "HelloWorld" or started like "2006-01-01T00:00:01"
pid >= "HelloWorld" or started like "2006-01-31"
pid >= "HelloWorld" or started like "2006-01"
pid >= "HelloWorld" or started like "2006"
pid >= "HelloWorld" or started in ("2006-01-01T00:00:01")
pid >= "HelloWorld" or started in ("2006-01-31","2006-01")
pid >= "HelloWorld" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
pid >= "HelloWorld" or last-active = "2006-02-01T00:00:01"
pid >= "HelloWorld" or last-active = "2006-02-21"
pid >= "HelloWorld" or last-active = "2006-02"
pid >= "HelloWorld" or last-active = "2006"
pid >= "HelloWorld" or last-active < "2006-02-01T00:00:01"
pid >= "HelloWorld" or last-active < "2006-02-21"
pid >= "HelloWorld" or last-active < "2006-02"
pid >= "HelloWorld" or last-active < "2006"
pid >= "HelloWorld" or last-active <= "2006-02-01T00:00:01"
pid >= "HelloWorld" or last-active <= "2006-02-21"
pid >= "HelloWorld" or last-active <= "2006-02"
pid >= "HelloWorld" or last-active <= "2006"
pid >= "HelloWorld" or last-active > "2006-02-01T00:00:01"
pid >= "HelloWorld" or last-active > "2006-02-21"
pid >= "HelloWorld" or last-active > "2006-02"
pid >= "HelloWorld" or last-active > "2006"
pid >= "HelloWorld" or last-active >= "2006-02-01T00:00:01"
pid >= "HelloWorld" or last-active >= "2006-02-21"
pid >= "HelloWorld" or last-active >= "2006-02"
pid >= "HelloWorld" or last-active >= "2006"
pid >= "HelloWorld" or last-active like "2006-02-01T00:00:01"
pid >= "HelloWorld" or last-active like "2006-02-21"
pid >= "HelloWorld" or last-active like "2006-02"
pid >= "HelloWorld" or last-active like "2006"
pid >= "HelloWorld" or last-active in ("2006-02-01T00:00:01")
pid >= "HelloWorld" or last-active in ("2006-02-01T00:00:01","2006-02-21")
pid >= "HelloWorld" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
pid >= "HelloWorld" or ${org.apache.ode.BPELProcess}author = "yuriy"
pid >= "HelloWorld" or $author = "yuriy"
pid >= "HelloWorld" or ${org.apache.ode.BPELProcess}author < "yuriy"
pid >= "HelloWorld" or $author < "yuriy"
pid >= "HelloWorld" or ${org.apache.ode.BPELProcess}author <= "yuriy"
pid >= "HelloWorld" or $author <= "yuriy"
pid >= "HelloWorld" or ${org.apache.ode.BPELProcess}author > "yuriy"
pid >= "HelloWorld" or $author > "yuriy"
pid >= "HelloWorld" or ${org.apache.ode.BPELProcess}author >= "yuriy"
pid >= "HelloWorld" or $author >= "yuriy"
pid >= "HelloWorld" or ${org.apache.ode.BPELProcess}author like "yuriy"
pid >= "HelloWorld" or $author like "yuriy"
pid >= "HelloWorld" or ${org.apache.ode.BPELProcess}author in ("yuriy")
pid >= "HelloWorld" or $author in ("yuriy")
pid >= "HelloWorld" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
pid >= "HelloWorld" or $author in ("yuriy","kostya","nazar","orest")
pid like "HelloWorld" or iid = "2006"
pid like "HelloWorld" or iid < "2006"
pid like "HelloWorld" or iid <= "2006"
pid like "HelloWorld" or iid > "2006"
pid like "HelloWorld" or iid >= "2006"
pid like "HelloWorld" or iid in ("2006")
pid like "HelloWorld" or iid in ("2006","20061231")
pid like "HelloWorld" or status = "active"
pid like "HelloWorld" or status = "suspended"
pid like "HelloWorld" or status = "error"
pid like "HelloWorld" or status = "completed"
pid like "HelloWorld" or status = "terminated"
pid like "HelloWorld" or status = "faulted"
pid like "HelloWorld" or status in ("active","suspended")
pid like "HelloWorld" or status in ("active","suspended","error","completed","terminated","faulted")
pid like "HelloWorld" or started = "2006-01-01T00:00:01"
pid like "HelloWorld" or started = "2006-01-31"
pid like "HelloWorld" or started = "2006-01"
pid like "HelloWorld" or started = "2006"
pid like "HelloWorld" or started < "2006-01-01T00:00:01"
pid like "HelloWorld" or started < "2006-01-31"
pid like "HelloWorld" or started < "2006-01"
pid like "HelloWorld" or started < "2006"
pid like "HelloWorld" or started <= "2006-01-01T00:00:01"
pid like "HelloWorld" or started <= "2006-01-31"
pid like "HelloWorld" or started <= "2006-01"
pid like "HelloWorld" or started <= "2006"
pid like "HelloWorld" or started > "2006-01-01T00:00:01"
pid like "HelloWorld" or started > "2006-01-31"
pid like "HelloWorld" or started > "2006-01"
pid like "HelloWorld" or started > "2006"
pid like "HelloWorld" or started >= "2006-01-01T00:00:01"
pid like "HelloWorld" or started >= "2006-01-31"
pid like "HelloWorld" or started >= "2006-01"
pid like "HelloWorld" or started >= "2006"
pid like "HelloWorld" or started like "2006-01-01T00:00:01"
pid like "HelloWorld" or started like "2006-01-31"
pid like "HelloWorld" or started like "2006-01"
pid like "HelloWorld" or started like "2006"
pid like "HelloWorld" or started in ("2006-01-01T00:00:01")
pid like "HelloWorld" or started in ("2006-01-31","2006-01")
pid like "HelloWorld" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
pid like "HelloWorld" or last-active = "2006-02-01T00:00:01"
pid like "HelloWorld" or last-active = "2006-02-21"
pid like "HelloWorld" or last-active = "2006-02"
pid like "HelloWorld" or last-active = "2006"
pid like "HelloWorld" or last-active < "2006-02-01T00:00:01"
pid like "HelloWorld" or last-active < "2006-02-21"
pid like "HelloWorld" or last-active < "2006-02"
pid like "HelloWorld" or last-active < "2006"
pid like "HelloWorld" or last-active <= "2006-02-01T00:00:01"
pid like "HelloWorld" or last-active <= "2006-02-21"
pid like "HelloWorld" or last-active <= "2006-02"
pid like "HelloWorld" or last-active <= "2006"
pid like "HelloWorld" or last-active > "2006-02-01T00:00:01"
pid like "HelloWorld" or last-active > "2006-02-21"
pid like "HelloWorld" or last-active > "2006-02"
pid like "HelloWorld" or last-active > "2006"
pid like "HelloWorld" or last-active >= "2006-02-01T00:00:01"
pid like "HelloWorld" or last-active >= "2006-02-21"
pid like "HelloWorld" or last-active >= "2006-02"
pid like "HelloWorld" or last-active >= "2006"
pid like "HelloWorld" or last-active like "2006-02-01T00:00:01"
pid like "HelloWorld" or last-active like "2006-02-21"
pid like "HelloWorld" or last-active like "2006-02"
pid like "HelloWorld" or last-active like "2006"
pid like "HelloWorld" or last-active in ("2006-02-01T00:00:01")
pid like "HelloWorld" or last-active in ("2006-02-01T00:00:01","2006-02-21")
pid like "HelloWorld" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
pid like "HelloWorld" or ${org.apache.ode.BPELProcess}author = "yuriy"
pid like "HelloWorld" or $author = "yuriy"
pid like "HelloWorld" or ${org.apache.ode.BPELProcess}author < "yuriy"
pid like "HelloWorld" or $author < "yuriy"
pid like "HelloWorld" or ${org.apache.ode.BPELProcess}author <= "yuriy"
pid like "HelloWorld" or $author <= "yuriy"
pid like "HelloWorld" or ${org.apache.ode.BPELProcess}author > "yuriy"
pid like "HelloWorld" or $author > "yuriy"
pid like "HelloWorld" or ${org.apache.ode.BPELProcess}author >= "yuriy"
pid like "HelloWorld" or $author >= "yuriy"
pid like "HelloWorld" or ${org.apache.ode.BPELProcess}author like "yuriy"
pid like "HelloWorld" or $author like "yuriy"
pid like "HelloWorld" or ${org.apache.ode.BPELProcess}author in ("yuriy")
pid like "HelloWorld" or $author in ("yuriy")
pid like "HelloWorld" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
pid like "HelloWorld" or $author in ("yuriy","kostya","nazar","orest")
pid in ("HelloWorld","Hello*","Hello*World") or iid = "2006"
pid in ("HelloWorld","Hello*","Hello*World") or iid < "2006"
pid in ("HelloWorld","Hello*","Hello*World") or iid <= "2006"
pid in ("HelloWorld","Hello*","Hello*World") or iid > "2006"
pid in ("HelloWorld","Hello*","Hello*World") or iid >= "2006"
pid in ("HelloWorld","Hello*","Hello*World") or iid in ("2006")
pid in ("HelloWorld","Hello*","Hello*World") or iid in ("2006","20061231")
pid in ("HelloWorld","Hello*","Hello*World") or status = "active"
pid in ("HelloWorld","Hello*","Hello*World") or status = "suspended"
pid in ("HelloWorld","Hello*","Hello*World") or status = "error"
pid in ("HelloWorld","Hello*","Hello*World") or status = "completed"
pid in ("HelloWorld","Hello*","Hello*World") or status = "terminated"
pid in ("HelloWorld","Hello*","Hello*World") or status = "faulted"
pid in ("HelloWorld","Hello*","Hello*World") or status in ("active","suspended")
pid in ("HelloWorld","Hello*","Hello*World") or status in ("active","suspended","error","completed","terminated","faulted")
pid in ("HelloWorld","Hello*","Hello*World") or started = "2006-01-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") or started = "2006-01-31"
pid in ("HelloWorld","Hello*","Hello*World") or started = "2006-01"
pid in ("HelloWorld","Hello*","Hello*World") or started = "2006"
pid in ("HelloWorld","Hello*","Hello*World") or started < "2006-01-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") or started < "2006-01-31"
pid in ("HelloWorld","Hello*","Hello*World") or started < "2006-01"
pid in ("HelloWorld","Hello*","Hello*World") or started < "2006"
pid in ("HelloWorld","Hello*","Hello*World") or started <= "2006-01-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") or started <= "2006-01-31"
pid in ("HelloWorld","Hello*","Hello*World") or started <= "2006-01"
pid in ("HelloWorld","Hello*","Hello*World") or started <= "2006"
pid in ("HelloWorld","Hello*","Hello*World") or started > "2006-01-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") or started > "2006-01-31"
pid in ("HelloWorld","Hello*","Hello*World") or started > "2006-01"
pid in ("HelloWorld","Hello*","Hello*World") or started > "2006"
pid in ("HelloWorld","Hello*","Hello*World") or started >= "2006-01-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") or started >= "2006-01-31"
pid in ("HelloWorld","Hello*","Hello*World") or started >= "2006-01"
pid in ("HelloWorld","Hello*","Hello*World") or started >= "2006"
pid in ("HelloWorld","Hello*","Hello*World") or started like "2006-01-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") or started like "2006-01-31"
pid in ("HelloWorld","Hello*","Hello*World") or started like "2006-01"
pid in ("HelloWorld","Hello*","Hello*World") or started like "2006"
pid in ("HelloWorld","Hello*","Hello*World") or started in ("2006-01-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") or started in ("2006-01-31","2006-01")
pid in ("HelloWorld","Hello*","Hello*World") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
pid in ("HelloWorld","Hello*","Hello*World") or last-active = "2006-02-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") or last-active = "2006-02-21"
pid in ("HelloWorld","Hello*","Hello*World") or last-active = "2006-02"
pid in ("HelloWorld","Hello*","Hello*World") or last-active = "2006"
pid in ("HelloWorld","Hello*","Hello*World") or last-active < "2006-02-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") or last-active < "2006-02-21"
pid in ("HelloWorld","Hello*","Hello*World") or last-active < "2006-02"
pid in ("HelloWorld","Hello*","Hello*World") or last-active < "2006"
pid in ("HelloWorld","Hello*","Hello*World") or last-active <= "2006-02-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") or last-active <= "2006-02-21"
pid in ("HelloWorld","Hello*","Hello*World") or last-active <= "2006-02"
pid in ("HelloWorld","Hello*","Hello*World") or last-active <= "2006"
pid in ("HelloWorld","Hello*","Hello*World") or last-active > "2006-02-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") or last-active > "2006-02-21"
pid in ("HelloWorld","Hello*","Hello*World") or last-active > "2006-02"
pid in ("HelloWorld","Hello*","Hello*World") or last-active > "2006"
pid in ("HelloWorld","Hello*","Hello*World") or last-active >= "2006-02-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") or last-active >= "2006-02-21"
pid in ("HelloWorld","Hello*","Hello*World") or last-active >= "2006-02"
pid in ("HelloWorld","Hello*","Hello*World") or last-active >= "2006"
pid in ("HelloWorld","Hello*","Hello*World") or last-active like "2006-02-01T00:00:01"
pid in ("HelloWorld","Hello*","Hello*World") or last-active like "2006-02-21"
pid in ("HelloWorld","Hello*","Hello*World") or last-active like "2006-02"
pid in ("HelloWorld","Hello*","Hello*World") or last-active like "2006"
pid in ("HelloWorld","Hello*","Hello*World") or last-active in ("2006-02-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") or last-active in ("2006-02-01T00:00:01","2006-02-21")
pid in ("HelloWorld","Hello*","Hello*World") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
pid in ("HelloWorld","Hello*","Hello*World") or ${org.apache.ode.BPELProcess}author = "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") or $author = "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") or ${org.apache.ode.BPELProcess}author < "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") or $author < "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") or ${org.apache.ode.BPELProcess}author <= "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") or $author <= "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") or ${org.apache.ode.BPELProcess}author > "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") or $author > "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") or ${org.apache.ode.BPELProcess}author >= "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") or $author >= "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") or ${org.apache.ode.BPELProcess}author like "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") or $author like "yuriy"
pid in ("HelloWorld","Hello*","Hello*World") or ${org.apache.ode.BPELProcess}author in ("yuriy")
pid in ("HelloWorld","Hello*","Hello*World") or $author in ("yuriy")
pid in ("HelloWorld","Hello*","Hello*World") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
pid in ("HelloWorld","Hello*","Hello*World") or $author in ("yuriy","kostya","nazar","orest")
pid in ("Hello*","Hello*World") or iid = "2006"
pid in ("Hello*","Hello*World") or iid < "2006"
pid in ("Hello*","Hello*World") or iid <= "2006"
pid in ("Hello*","Hello*World") or iid > "2006"
pid in ("Hello*","Hello*World") or iid >= "2006"
pid in ("Hello*","Hello*World") or iid in ("2006")
pid in ("Hello*","Hello*World") or iid in ("2006","20061231")
pid in ("Hello*","Hello*World") or status = "active"
pid in ("Hello*","Hello*World") or status = "suspended"
pid in ("Hello*","Hello*World") or status = "error"
pid in ("Hello*","Hello*World") or status = "completed"
pid in ("Hello*","Hello*World") or status = "terminated"
pid in ("Hello*","Hello*World") or status = "faulted"
pid in ("Hello*","Hello*World") or status in ("active","suspended")
pid in ("Hello*","Hello*World") or status in ("active","suspended","error","completed","terminated","faulted")
pid in ("Hello*","Hello*World") or started = "2006-01-01T00:00:01"
pid in ("Hello*","Hello*World") or started = "2006-01-31"
pid in ("Hello*","Hello*World") or started = "2006-01"
pid in ("Hello*","Hello*World") or started = "2006"
pid in ("Hello*","Hello*World") or started < "2006-01-01T00:00:01"
pid in ("Hello*","Hello*World") or started < "2006-01-31"
pid in ("Hello*","Hello*World") or started < "2006-01"
pid in ("Hello*","Hello*World") or started < "2006"
pid in ("Hello*","Hello*World") or started <= "2006-01-01T00:00:01"
pid in ("Hello*","Hello*World") or started <= "2006-01-31"
pid in ("Hello*","Hello*World") or started <= "2006-01"
pid in ("Hello*","Hello*World") or started <= "2006"
pid in ("Hello*","Hello*World") or started > "2006-01-01T00:00:01"
pid in ("Hello*","Hello*World") or started > "2006-01-31"
pid in ("Hello*","Hello*World") or started > "2006-01"
pid in ("Hello*","Hello*World") or started > "2006"
pid in ("Hello*","Hello*World") or started >= "2006-01-01T00:00:01"
pid in ("Hello*","Hello*World") or started >= "2006-01-31"
pid in ("Hello*","Hello*World") or started >= "2006-01"
pid in ("Hello*","Hello*World") or started >= "2006"
pid in ("Hello*","Hello*World") or started like "2006-01-01T00:00:01"
pid in ("Hello*","Hello*World") or started like "2006-01-31"
pid in ("Hello*","Hello*World") or started like "2006-01"
pid in ("Hello*","Hello*World") or started like "2006"
pid in ("Hello*","Hello*World") or started in ("2006-01-01T00:00:01")
pid in ("Hello*","Hello*World") or started in ("2006-01-31","2006-01")
pid in ("Hello*","Hello*World") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
pid in ("Hello*","Hello*World") or last-active = "2006-02-01T00:00:01"
pid in ("Hello*","Hello*World") or last-active = "2006-02-21"
pid in ("Hello*","Hello*World") or last-active = "2006-02"
pid in ("Hello*","Hello*World") or last-active = "2006"
pid in ("Hello*","Hello*World") or last-active < "2006-02-01T00:00:01"
pid in ("Hello*","Hello*World") or last-active < "2006-02-21"
pid in ("Hello*","Hello*World") or last-active < "2006-02"
pid in ("Hello*","Hello*World") or last-active < "2006"
pid in ("Hello*","Hello*World") or last-active <= "2006-02-01T00:00:01"
pid in ("Hello*","Hello*World") or last-active <= "2006-02-21"
pid in ("Hello*","Hello*World") or last-active <= "2006-02"
pid in ("Hello*","Hello*World") or last-active <= "2006"
pid in ("Hello*","Hello*World") or last-active > "2006-02-01T00:00:01"
pid in ("Hello*","Hello*World") or last-active > "2006-02-21"
pid in ("Hello*","Hello*World") or last-active > "2006-02"
pid in ("Hello*","Hello*World") or last-active > "2006"
pid in ("Hello*","Hello*World") or last-active >= "2006-02-01T00:00:01"
pid in ("Hello*","Hello*World") or last-active >= "2006-02-21"
pid in ("Hello*","Hello*World") or last-active >= "2006-02"
pid in ("Hello*","Hello*World") or last-active >= "2006"
pid in ("Hello*","Hello*World") or last-active like "2006-02-01T00:00:01"
pid in ("Hello*","Hello*World") or last-active like "2006-02-21"
pid in ("Hello*","Hello*World") or last-active like "2006-02"
pid in ("Hello*","Hello*World") or last-active like "2006"
pid in ("Hello*","Hello*World") or last-active in ("2006-02-01T00:00:01")
pid in ("Hello*","Hello*World") or last-active in ("2006-02-01T00:00:01","2006-02-21")
pid in ("Hello*","Hello*World") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
pid in ("Hello*","Hello*World") or ${org.apache.ode.BPELProcess}author = "yuriy"
pid in ("Hello*","Hello*World") or $author = "yuriy"
pid in ("Hello*","Hello*World") or ${org.apache.ode.BPELProcess}author < "yuriy"
pid in ("Hello*","Hello*World") or $author < "yuriy"
pid in ("Hello*","Hello*World") or ${org.apache.ode.BPELProcess}author <= "yuriy"
pid in ("Hello*","Hello*World") or $author <= "yuriy"
pid in ("Hello*","Hello*World") or ${org.apache.ode.BPELProcess}author > "yuriy"
pid in ("Hello*","Hello*World") or $author > "yuriy"
pid in ("Hello*","Hello*World") or ${org.apache.ode.BPELProcess}author >= "yuriy"
pid in ("Hello*","Hello*World") or $author >= "yuriy"
pid in ("Hello*","Hello*World") or ${org.apache.ode.BPELProcess}author like "yuriy"
pid in ("Hello*","Hello*World") or $author like "yuriy"
pid in ("Hello*","Hello*World") or ${org.apache.ode.BPELProcess}author in ("yuriy")
pid in ("Hello*","Hello*World") or $author in ("yuriy")
pid in ("Hello*","Hello*World") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
pid in ("Hello*","Hello*World") or $author in ("yuriy","kostya","nazar","orest")
pid in ("Hello*World") or iid = "2006"
pid in ("Hello*World") or iid < "2006"
pid in ("Hello*World") or iid <= "2006"
pid in ("Hello*World") or iid > "2006"
pid in ("Hello*World") or iid >= "2006"
pid in ("Hello*World") or iid in ("2006")
pid in ("Hello*World") or iid in ("2006","20061231")
pid in ("Hello*World") or status = "active"
pid in ("Hello*World") or status = "suspended"
pid in ("Hello*World") or status = "error"
pid in ("Hello*World") or status = "completed"
pid in ("Hello*World") or status = "terminated"
pid in ("Hello*World") or status = "faulted"
pid in ("Hello*World") or status in ("active","suspended")
pid in ("Hello*World") or status in ("active","suspended","error","completed","terminated","faulted")
pid in ("Hello*World") or started = "2006-01-01T00:00:01"
pid in ("Hello*World") or started = "2006-01-31"
pid in ("Hello*World") or started = "2006-01"
pid in ("Hello*World") or started = "2006"
pid in ("Hello*World") or started < "2006-01-01T00:00:01"
pid in ("Hello*World") or started < "2006-01-31"
pid in ("Hello*World") or started < "2006-01"
pid in ("Hello*World") or started < "2006"
pid in ("Hello*World") or started <= "2006-01-01T00:00:01"
pid in ("Hello*World") or started <= "2006-01-31"
pid in ("Hello*World") or started <= "2006-01"
pid in ("Hello*World") or started <= "2006"
pid in ("Hello*World") or started > "2006-01-01T00:00:01"
pid in ("Hello*World") or started > "2006-01-31"
pid in ("Hello*World") or started > "2006-01"
pid in ("Hello*World") or started > "2006"
pid in ("Hello*World") or started >= "2006-01-01T00:00:01"
pid in ("Hello*World") or started >= "2006-01-31"
pid in ("Hello*World") or started >= "2006-01"
pid in ("Hello*World") or started >= "2006"
pid in ("Hello*World") or started like "2006-01-01T00:00:01"
pid in ("Hello*World") or started like "2006-01-31"
pid in ("Hello*World") or started like "2006-01"
pid in ("Hello*World") or started like "2006"
pid in ("Hello*World") or started in ("2006-01-01T00:00:01")
pid in ("Hello*World") or started in ("2006-01-31","2006-01")
pid in ("Hello*World") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
pid in ("Hello*World") or last-active = "2006-02-01T00:00:01"
pid in ("Hello*World") or last-active = "2006-02-21"
pid in ("Hello*World") or last-active = "2006-02"
pid in ("Hello*World") or last-active = "2006"
pid in ("Hello*World") or last-active < "2006-02-01T00:00:01"
pid in ("Hello*World") or last-active < "2006-02-21"
pid in ("Hello*World") or last-active < "2006-02"
pid in ("Hello*World") or last-active < "2006"
pid in ("Hello*World") or last-active <= "2006-02-01T00:00:01"
pid in ("Hello*World") or last-active <= "2006-02-21"
pid in ("Hello*World") or last-active <= "2006-02"
pid in ("Hello*World") or last-active <= "2006"
pid in ("Hello*World") or last-active > "2006-02-01T00:00:01"
pid in ("Hello*World") or last-active > "2006-02-21"
pid in ("Hello*World") or last-active > "2006-02"
pid in ("Hello*World") or last-active > "2006"
pid in ("Hello*World") or last-active >= "2006-02-01T00:00:01"
pid in ("Hello*World") or last-active >= "2006-02-21"
pid in ("Hello*World") or last-active >= "2006-02"
pid in ("Hello*World") or last-active >= "2006"
pid in ("Hello*World") or last-active like "2006-02-01T00:00:01"
pid in ("Hello*World") or last-active like "2006-02-21"
pid in ("Hello*World") or last-active like "2006-02"
pid in ("Hello*World") or last-active like "2006"
pid in ("Hello*World") or last-active in ("2006-02-01T00:00:01")
pid in ("Hello*World") or last-active in ("2006-02-01T00:00:01","2006-02-21")
pid in ("Hello*World") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
pid in ("Hello*World") or ${org.apache.ode.BPELProcess}author = "yuriy"
pid in ("Hello*World") or $author = "yuriy"
pid in ("Hello*World") or ${org.apache.ode.BPELProcess}author < "yuriy"
pid in ("Hello*World") or $author < "yuriy"
pid in ("Hello*World") or ${org.apache.ode.BPELProcess}author <= "yuriy"
pid in ("Hello*World") or $author <= "yuriy"
pid in ("Hello*World") or ${org.apache.ode.BPELProcess}author > "yuriy"
pid in ("Hello*World") or $author > "yuriy"
pid in ("Hello*World") or ${org.apache.ode.BPELProcess}author >= "yuriy"
pid in ("Hello*World") or $author >= "yuriy"
pid in ("Hello*World") or ${org.apache.ode.BPELProcess}author like "yuriy"
pid in ("Hello*World") or $author like "yuriy"
pid in ("Hello*World") or ${org.apache.ode.BPELProcess}author in ("yuriy")
pid in ("Hello*World") or $author in ("yuriy")
pid in ("Hello*World") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
pid in ("Hello*World") or $author in ("yuriy","kostya","nazar","orest")
(pid = "HelloWorld") or iid = "2006"
(pid = "HelloWorld") or iid < "2006"
(pid = "HelloWorld") or iid <= "2006"
(pid = "HelloWorld") or iid > "2006"
(pid = "HelloWorld") or iid >= "2006"
(pid = "HelloWorld") or iid in ("2006")
(pid = "HelloWorld") or iid in ("2006","20061231")
(pid = "HelloWorld") or status = "active"
(pid = "HelloWorld") or status = "suspended"
(pid = "HelloWorld") or status = "error"
(pid = "HelloWorld") or status = "completed"
(pid = "HelloWorld") or status = "terminated"
(pid = "HelloWorld") or status = "faulted"
(pid = "HelloWorld") or status in ("active","suspended")
(pid = "HelloWorld") or status in ("active","suspended","error","completed","terminated","faulted")
(pid = "HelloWorld") or started = "2006-01-01T00:00:01"
(pid = "HelloWorld") or started = "2006-01-31"
(pid = "HelloWorld") or started = "2006-01"
(pid = "HelloWorld") or started = "2006"
(pid = "HelloWorld") or started < "2006-01-01T00:00:01"
(pid = "HelloWorld") or started < "2006-01-31"
(pid = "HelloWorld") or started < "2006-01"
(pid = "HelloWorld") or started < "2006"
(pid = "HelloWorld") or started <= "2006-01-01T00:00:01"
(pid = "HelloWorld") or started <= "2006-01-31"
(pid = "HelloWorld") or started <= "2006-01"
(pid = "HelloWorld") or started <= "2006"
(pid = "HelloWorld") or started > "2006-01-01T00:00:01"
(pid = "HelloWorld") or started > "2006-01-31"
(pid = "HelloWorld") or started > "2006-01"
(pid = "HelloWorld") or started > "2006"
(pid = "HelloWorld") or started >= "2006-01-01T00:00:01"
(pid = "HelloWorld") or started >= "2006-01-31"
(pid = "HelloWorld") or started >= "2006-01"
(pid = "HelloWorld") or started >= "2006"
(pid = "HelloWorld") or started like "2006-01-01T00:00:01"
(pid = "HelloWorld") or started like "2006-01-31"
(pid = "HelloWorld") or started like "2006-01"
(pid = "HelloWorld") or started like "2006"
(pid = "HelloWorld") or started in ("2006-01-01T00:00:01")
(pid = "HelloWorld") or started in ("2006-01-31","2006-01")
(pid = "HelloWorld") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(pid = "HelloWorld") or last-active = "2006-02-01T00:00:01"
(pid = "HelloWorld") or last-active = "2006-02-21"
(pid = "HelloWorld") or last-active = "2006-02"
(pid = "HelloWorld") or last-active = "2006"
(pid = "HelloWorld") or last-active < "2006-02-01T00:00:01"
(pid = "HelloWorld") or last-active < "2006-02-21"
(pid = "HelloWorld") or last-active < "2006-02"
(pid = "HelloWorld") or last-active < "2006"
(pid = "HelloWorld") or last-active <= "2006-02-01T00:00:01"
(pid = "HelloWorld") or last-active <= "2006-02-21"
(pid = "HelloWorld") or last-active <= "2006-02"
(pid = "HelloWorld") or last-active <= "2006"
(pid = "HelloWorld") or last-active > "2006-02-01T00:00:01"
(pid = "HelloWorld") or last-active > "2006-02-21"
(pid = "HelloWorld") or last-active > "2006-02"
(pid = "HelloWorld") or last-active > "2006"
(pid = "HelloWorld") or last-active >= "2006-02-01T00:00:01"
(pid = "HelloWorld") or last-active >= "2006-02-21"
(pid = "HelloWorld") or last-active >= "2006-02"
(pid = "HelloWorld") or last-active >= "2006"
(pid = "HelloWorld") or last-active like "2006-02-01T00:00:01"
(pid = "HelloWorld") or last-active like "2006-02-21"
(pid = "HelloWorld") or last-active like "2006-02"
(pid = "HelloWorld") or last-active like "2006"
(pid = "HelloWorld") or last-active in ("2006-02-01T00:00:01")
(pid = "HelloWorld") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(pid = "HelloWorld") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(pid = "HelloWorld") or ${org.apache.ode.BPELProcess}author = "yuriy"
(pid = "HelloWorld") or $author = "yuriy"
(pid = "HelloWorld") or ${org.apache.ode.BPELProcess}author < "yuriy"
(pid = "HelloWorld") or $author < "yuriy"
(pid = "HelloWorld") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(pid = "HelloWorld") or $author <= "yuriy"
(pid = "HelloWorld") or ${org.apache.ode.BPELProcess}author > "yuriy"
(pid = "HelloWorld") or $author > "yuriy"
(pid = "HelloWorld") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(pid = "HelloWorld") or $author >= "yuriy"
(pid = "HelloWorld") or ${org.apache.ode.BPELProcess}author like "yuriy"
(pid = "HelloWorld") or $author like "yuriy"
(pid = "HelloWorld") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(pid = "HelloWorld") or $author in ("yuriy")
(pid = "HelloWorld") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(pid = "HelloWorld") or $author in ("yuriy","kostya","nazar","orest")
(pid < "HelloWorld") or iid = "2006"
(pid < "HelloWorld") or iid < "2006"
(pid < "HelloWorld") or iid <= "2006"
(pid < "HelloWorld") or iid > "2006"
(pid < "HelloWorld") or iid >= "2006"
(pid < "HelloWorld") or iid in ("2006")
(pid < "HelloWorld") or iid in ("2006","20061231")
(pid < "HelloWorld") or status = "active"
(pid < "HelloWorld") or status = "suspended"
(pid < "HelloWorld") or status = "error"
(pid < "HelloWorld") or status = "completed"
(pid < "HelloWorld") or status = "terminated"
(pid < "HelloWorld") or status = "faulted"
(pid < "HelloWorld") or status in ("active","suspended")
(pid < "HelloWorld") or status in ("active","suspended","error","completed","terminated","faulted")
(pid < "HelloWorld") or started = "2006-01-01T00:00:01"
(pid < "HelloWorld") or started = "2006-01-31"
(pid < "HelloWorld") or started = "2006-01"
(pid < "HelloWorld") or started = "2006"
(pid < "HelloWorld") or started < "2006-01-01T00:00:01"
(pid < "HelloWorld") or started < "2006-01-31"
(pid < "HelloWorld") or started < "2006-01"
(pid < "HelloWorld") or started < "2006"
(pid < "HelloWorld") or started <= "2006-01-01T00:00:01"
(pid < "HelloWorld") or started <= "2006-01-31"
(pid < "HelloWorld") or started <= "2006-01"
(pid < "HelloWorld") or started <= "2006"
(pid < "HelloWorld") or started > "2006-01-01T00:00:01"
(pid < "HelloWorld") or started > "2006-01-31"
(pid < "HelloWorld") or started > "2006-01"
(pid < "HelloWorld") or started > "2006"
(pid < "HelloWorld") or started >= "2006-01-01T00:00:01"
(pid < "HelloWorld") or started >= "2006-01-31"
(pid < "HelloWorld") or started >= "2006-01"
(pid < "HelloWorld") or started >= "2006"
(pid < "HelloWorld") or started like "2006-01-01T00:00:01"
(pid < "HelloWorld") or started like "2006-01-31"
(pid < "HelloWorld") or started like "2006-01"
(pid < "HelloWorld") or started like "2006"
(pid < "HelloWorld") or started in ("2006-01-01T00:00:01")
(pid < "HelloWorld") or started in ("2006-01-31","2006-01")
(pid < "HelloWorld") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(pid < "HelloWorld") or last-active = "2006-02-01T00:00:01"
(pid < "HelloWorld") or last-active = "2006-02-21"
(pid < "HelloWorld") or last-active = "2006-02"
(pid < "HelloWorld") or last-active = "2006"
(pid < "HelloWorld") or last-active < "2006-02-01T00:00:01"
(pid < "HelloWorld") or last-active < "2006-02-21"
(pid < "HelloWorld") or last-active < "2006-02"
(pid < "HelloWorld") or last-active < "2006"
(pid < "HelloWorld") or last-active <= "2006-02-01T00:00:01"
(pid < "HelloWorld") or last-active <= "2006-02-21"
(pid < "HelloWorld") or last-active <= "2006-02"
(pid < "HelloWorld") or last-active <= "2006"
(pid < "HelloWorld") or last-active > "2006-02-01T00:00:01"
(pid < "HelloWorld") or last-active > "2006-02-21"
(pid < "HelloWorld") or last-active > "2006-02"
(pid < "HelloWorld") or last-active > "2006"
(pid < "HelloWorld") or last-active >= "2006-02-01T00:00:01"
(pid < "HelloWorld") or last-active >= "2006-02-21"
(pid < "HelloWorld") or last-active >= "2006-02"
(pid < "HelloWorld") or last-active >= "2006"
(pid < "HelloWorld") or last-active like "2006-02-01T00:00:01"
(pid < "HelloWorld") or last-active like "2006-02-21"
(pid < "HelloWorld") or last-active like "2006-02"
(pid < "HelloWorld") or last-active like "2006"
(pid < "HelloWorld") or last-active in ("2006-02-01T00:00:01")
(pid < "HelloWorld") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(pid < "HelloWorld") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(pid < "HelloWorld") or ${org.apache.ode.BPELProcess}author = "yuriy"
(pid < "HelloWorld") or $author = "yuriy"
(pid < "HelloWorld") or ${org.apache.ode.BPELProcess}author < "yuriy"
(pid < "HelloWorld") or $author < "yuriy"
(pid < "HelloWorld") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(pid < "HelloWorld") or $author <= "yuriy"
(pid < "HelloWorld") or ${org.apache.ode.BPELProcess}author > "yuriy"
(pid < "HelloWorld") or $author > "yuriy"
(pid < "HelloWorld") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(pid < "HelloWorld") or $author >= "yuriy"
(pid < "HelloWorld") or ${org.apache.ode.BPELProcess}author like "yuriy"
(pid < "HelloWorld") or $author like "yuriy"
(pid < "HelloWorld") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(pid < "HelloWorld") or $author in ("yuriy")
(pid < "HelloWorld") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(pid < "HelloWorld") or $author in ("yuriy","kostya","nazar","orest")
(pid <= "HelloWorld") or iid = "2006"
(pid <= "HelloWorld") or iid < "2006"
(pid <= "HelloWorld") or iid <= "2006"
(pid <= "HelloWorld") or iid > "2006"
(pid <= "HelloWorld") or iid >= "2006"
(pid <= "HelloWorld") or iid in ("2006")
(pid <= "HelloWorld") or iid in ("2006","20061231")
(pid <= "HelloWorld") or status = "active"
(pid <= "HelloWorld") or status = "suspended"
(pid <= "HelloWorld") or status = "error"
(pid <= "HelloWorld") or status = "completed"
(pid <= "HelloWorld") or status = "terminated"
(pid <= "HelloWorld") or status = "faulted"
(pid <= "HelloWorld") or status in ("active","suspended")
(pid <= "HelloWorld") or status in ("active","suspended","error","completed","terminated","faulted")
(pid <= "HelloWorld") or started = "2006-01-01T00:00:01"
(pid <= "HelloWorld") or started = "2006-01-31"
(pid <= "HelloWorld") or started = "2006-01"
(pid <= "HelloWorld") or started = "2006"
(pid <= "HelloWorld") or started < "2006-01-01T00:00:01"
(pid <= "HelloWorld") or started < "2006-01-31"
(pid <= "HelloWorld") or started < "2006-01"
(pid <= "HelloWorld") or started < "2006"
(pid <= "HelloWorld") or started <= "2006-01-01T00:00:01"
(pid <= "HelloWorld") or started <= "2006-01-31"
(pid <= "HelloWorld") or started <= "2006-01"
(pid <= "HelloWorld") or started <= "2006"
(pid <= "HelloWorld") or started > "2006-01-01T00:00:01"
(pid <= "HelloWorld") or started > "2006-01-31"
(pid <= "HelloWorld") or started > "2006-01"
(pid <= "HelloWorld") or started > "2006"
(pid <= "HelloWorld") or started >= "2006-01-01T00:00:01"
(pid <= "HelloWorld") or started >= "2006-01-31"
(pid <= "HelloWorld") or started >= "2006-01"
(pid <= "HelloWorld") or started >= "2006"
(pid <= "HelloWorld") or started like "2006-01-01T00:00:01"
(pid <= "HelloWorld") or started like "2006-01-31"
(pid <= "HelloWorld") or started like "2006-01"
(pid <= "HelloWorld") or started like "2006"
(pid <= "HelloWorld") or started in ("2006-01-01T00:00:01")
(pid <= "HelloWorld") or started in ("2006-01-31","2006-01")
(pid <= "HelloWorld") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(pid <= "HelloWorld") or last-active = "2006-02-01T00:00:01"
(pid <= "HelloWorld") or last-active = "2006-02-21"
(pid <= "HelloWorld") or last-active = "2006-02"
(pid <= "HelloWorld") or last-active = "2006"
(pid <= "HelloWorld") or last-active < "2006-02-01T00:00:01"
(pid <= "HelloWorld") or last-active < "2006-02-21"
(pid <= "HelloWorld") or last-active < "2006-02"
(pid <= "HelloWorld") or last-active < "2006"
(pid <= "HelloWorld") or last-active <= "2006-02-01T00:00:01"
(pid <= "HelloWorld") or last-active <= "2006-02-21"
(pid <= "HelloWorld") or last-active <= "2006-02"
(pid <= "HelloWorld") or last-active <= "2006"
(pid <= "HelloWorld") or last-active > "2006-02-01T00:00:01"
(pid <= "HelloWorld") or last-active > "2006-02-21"
(pid <= "HelloWorld") or last-active > "2006-02"
(pid <= "HelloWorld") or last-active > "2006"
(pid <= "HelloWorld") or last-active >= "2006-02-01T00:00:01"
(pid <= "HelloWorld") or last-active >= "2006-02-21"
(pid <= "HelloWorld") or last-active >= "2006-02"
(pid <= "HelloWorld") or last-active >= "2006"
(pid <= "HelloWorld") or last-active like "2006-02-01T00:00:01"
(pid <= "HelloWorld") or last-active like "2006-02-21"
(pid <= "HelloWorld") or last-active like "2006-02"
(pid <= "HelloWorld") or last-active like "2006"
(pid <= "HelloWorld") or last-active in ("2006-02-01T00:00:01")
(pid <= "HelloWorld") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(pid <= "HelloWorld") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(pid <= "HelloWorld") or ${org.apache.ode.BPELProcess}author = "yuriy"
(pid <= "HelloWorld") or $author = "yuriy"
(pid <= "HelloWorld") or ${org.apache.ode.BPELProcess}author < "yuriy"
(pid <= "HelloWorld") or $author < "yuriy"
(pid <= "HelloWorld") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(pid <= "HelloWorld") or $author <= "yuriy"
(pid <= "HelloWorld") or ${org.apache.ode.BPELProcess}author > "yuriy"
(pid <= "HelloWorld") or $author > "yuriy"
(pid <= "HelloWorld") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(pid <= "HelloWorld") or $author >= "yuriy"
(pid <= "HelloWorld") or ${org.apache.ode.BPELProcess}author like "yuriy"
(pid <= "HelloWorld") or $author like "yuriy"
(pid <= "HelloWorld") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(pid <= "HelloWorld") or $author in ("yuriy")
(pid <= "HelloWorld") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(pid <= "HelloWorld") or $author in ("yuriy","kostya","nazar","orest")
(pid > "HelloWorld") or iid = "2006"
(pid > "HelloWorld") or iid < "2006"
(pid > "HelloWorld") or iid <= "2006"
(pid > "HelloWorld") or iid > "2006"
(pid > "HelloWorld") or iid >= "2006"
(pid > "HelloWorld") or iid in ("2006")
(pid > "HelloWorld") or iid in ("2006","20061231")
(pid > "HelloWorld") or status = "active"
(pid > "HelloWorld") or status = "suspended"
(pid > "HelloWorld") or status = "error"
(pid > "HelloWorld") or status = "completed"
(pid > "HelloWorld") or status = "terminated"
(pid > "HelloWorld") or status = "faulted"
(pid > "HelloWorld") or status in ("active","suspended")
(pid > "HelloWorld") or status in ("active","suspended","error","completed","terminated","faulted")
(pid > "HelloWorld") or started = "2006-01-01T00:00:01"
(pid > "HelloWorld") or started = "2006-01-31"
(pid > "HelloWorld") or started = "2006-01"
(pid > "HelloWorld") or started = "2006"
(pid > "HelloWorld") or started < "2006-01-01T00:00:01"
(pid > "HelloWorld") or started < "2006-01-31"
(pid > "HelloWorld") or started < "2006-01"
(pid > "HelloWorld") or started < "2006"
(pid > "HelloWorld") or started <= "2006-01-01T00:00:01"
(pid > "HelloWorld") or started <= "2006-01-31"
(pid > "HelloWorld") or started <= "2006-01"
(pid > "HelloWorld") or started <= "2006"
(pid > "HelloWorld") or started > "2006-01-01T00:00:01"
(pid > "HelloWorld") or started > "2006-01-31"
(pid > "HelloWorld") or started > "2006-01"
(pid > "HelloWorld") or started > "2006"
(pid > "HelloWorld") or started >= "2006-01-01T00:00:01"
(pid > "HelloWorld") or started >= "2006-01-31"
(pid > "HelloWorld") or started >= "2006-01"
(pid > "HelloWorld") or started >= "2006"
(pid > "HelloWorld") or started like "2006-01-01T00:00:01"
(pid > "HelloWorld") or started like "2006-01-31"
(pid > "HelloWorld") or started like "2006-01"
(pid > "HelloWorld") or started like "2006"
(pid > "HelloWorld") or started in ("2006-01-01T00:00:01")
(pid > "HelloWorld") or started in ("2006-01-31","2006-01")
(pid > "HelloWorld") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(pid > "HelloWorld") or last-active = "2006-02-01T00:00:01"
(pid > "HelloWorld") or last-active = "2006-02-21"
(pid > "HelloWorld") or last-active = "2006-02"
(pid > "HelloWorld") or last-active = "2006"
(pid > "HelloWorld") or last-active < "2006-02-01T00:00:01"
(pid > "HelloWorld") or last-active < "2006-02-21"
(pid > "HelloWorld") or last-active < "2006-02"
(pid > "HelloWorld") or last-active < "2006"
(pid > "HelloWorld") or last-active <= "2006-02-01T00:00:01"
(pid > "HelloWorld") or last-active <= "2006-02-21"
(pid > "HelloWorld") or last-active <= "2006-02"
(pid > "HelloWorld") or last-active <= "2006"
(pid > "HelloWorld") or last-active > "2006-02-01T00:00:01"
(pid > "HelloWorld") or last-active > "2006-02-21"
(pid > "HelloWorld") or last-active > "2006-02"
(pid > "HelloWorld") or last-active > "2006"
(pid > "HelloWorld") or last-active >= "2006-02-01T00:00:01"
(pid > "HelloWorld") or last-active >= "2006-02-21"
(pid > "HelloWorld") or last-active >= "2006-02"
(pid > "HelloWorld") or last-active >= "2006"
(pid > "HelloWorld") or last-active like "2006-02-01T00:00:01"
(pid > "HelloWorld") or last-active like "2006-02-21"
(pid > "HelloWorld") or last-active like "2006-02"
(pid > "HelloWorld") or last-active like "2006"
(pid > "HelloWorld") or last-active in ("2006-02-01T00:00:01")
(pid > "HelloWorld") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(pid > "HelloWorld") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(pid > "HelloWorld") or ${org.apache.ode.BPELProcess}author = "yuriy"
(pid > "HelloWorld") or $author = "yuriy"
(pid > "HelloWorld") or ${org.apache.ode.BPELProcess}author < "yuriy"
(pid > "HelloWorld") or $author < "yuriy"
(pid > "HelloWorld") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(pid > "HelloWorld") or $author <= "yuriy"
(pid > "HelloWorld") or ${org.apache.ode.BPELProcess}author > "yuriy"
(pid > "HelloWorld") or $author > "yuriy"
(pid > "HelloWorld") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(pid > "HelloWorld") or $author >= "yuriy"
(pid > "HelloWorld") or ${org.apache.ode.BPELProcess}author like "yuriy"
(pid > "HelloWorld") or $author like "yuriy"
(pid > "HelloWorld") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(pid > "HelloWorld") or $author in ("yuriy")
(pid > "HelloWorld") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(pid > "HelloWorld") or $author in ("yuriy","kostya","nazar","orest")
(pid >= "HelloWorld") or iid = "2006"
(pid >= "HelloWorld") or iid < "2006"
(pid >= "HelloWorld") or iid <= "2006"
(pid >= "HelloWorld") or iid > "2006"
(pid >= "HelloWorld") or iid >= "2006"
(pid >= "HelloWorld") or iid in ("2006")
(pid >= "HelloWorld") or iid in ("2006","20061231")
(pid >= "HelloWorld") or status = "active"
(pid >= "HelloWorld") or status = "suspended"
(pid >= "HelloWorld") or status = "error"
(pid >= "HelloWorld") or status = "completed"
(pid >= "HelloWorld") or status = "terminated"
(pid >= "HelloWorld") or status = "faulted"
(pid >= "HelloWorld") or status in ("active","suspended")
(pid >= "HelloWorld") or status in ("active","suspended","error","completed","terminated","faulted")
(pid >= "HelloWorld") or started = "2006-01-01T00:00:01"
(pid >= "HelloWorld") or started = "2006-01-31"
(pid >= "HelloWorld") or started = "2006-01"
(pid >= "HelloWorld") or started = "2006"
(pid >= "HelloWorld") or started < "2006-01-01T00:00:01"
(pid >= "HelloWorld") or started < "2006-01-31"
(pid >= "HelloWorld") or started < "2006-01"
(pid >= "HelloWorld") or started < "2006"
(pid >= "HelloWorld") or started <= "2006-01-01T00:00:01"
(pid >= "HelloWorld") or started <= "2006-01-31"
(pid >= "HelloWorld") or started <= "2006-01"
(pid >= "HelloWorld") or started <= "2006"
(pid >= "HelloWorld") or started > "2006-01-01T00:00:01"
(pid >= "HelloWorld") or started > "2006-01-31"
(pid >= "HelloWorld") or started > "2006-01"
(pid >= "HelloWorld") or started > "2006"
(pid >= "HelloWorld") or started >= "2006-01-01T00:00:01"
(pid >= "HelloWorld") or started >= "2006-01-31"
(pid >= "HelloWorld") or started >= "2006-01"
(pid >= "HelloWorld") or started >= "2006"
(pid >= "HelloWorld") or started like "2006-01-01T00:00:01"
(pid >= "HelloWorld") or started like "2006-01-31"
(pid >= "HelloWorld") or started like "2006-01"
(pid >= "HelloWorld") or started like "2006"
(pid >= "HelloWorld") or started in ("2006-01-01T00:00:01")
(pid >= "HelloWorld") or started in ("2006-01-31","2006-01")
(pid >= "HelloWorld") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(pid >= "HelloWorld") or last-active = "2006-02-01T00:00:01"
(pid >= "HelloWorld") or last-active = "2006-02-21"
(pid >= "HelloWorld") or last-active = "2006-02"
(pid >= "HelloWorld") or last-active = "2006"
(pid >= "HelloWorld") or last-active < "2006-02-01T00:00:01"
(pid >= "HelloWorld") or last-active < "2006-02-21"
(pid >= "HelloWorld") or last-active < "2006-02"
(pid >= "HelloWorld") or last-active < "2006"
(pid >= "HelloWorld") or last-active <= "2006-02-01T00:00:01"
(pid >= "HelloWorld") or last-active <= "2006-02-21"
(pid >= "HelloWorld") or last-active <= "2006-02"
(pid >= "HelloWorld") or last-active <= "2006"
(pid >= "HelloWorld") or last-active > "2006-02-01T00:00:01"
(pid >= "HelloWorld") or last-active > "2006-02-21"
(pid >= "HelloWorld") or last-active > "2006-02"
(pid >= "HelloWorld") or last-active > "2006"
(pid >= "HelloWorld") or last-active >= "2006-02-01T00:00:01"
(pid >= "HelloWorld") or last-active >= "2006-02-21"
(pid >= "HelloWorld") or last-active >= "2006-02"
(pid >= "HelloWorld") or last-active >= "2006"
(pid >= "HelloWorld") or last-active like "2006-02-01T00:00:01"
(pid >= "HelloWorld") or last-active like "2006-02-21"
(pid >= "HelloWorld") or last-active like "2006-02"
(pid >= "HelloWorld") or last-active like "2006"
(pid >= "HelloWorld") or last-active in ("2006-02-01T00:00:01")
(pid >= "HelloWorld") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(pid >= "HelloWorld") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(pid >= "HelloWorld") or ${org.apache.ode.BPELProcess}author = "yuriy"
(pid >= "HelloWorld") or $author = "yuriy"
(pid >= "HelloWorld") or ${org.apache.ode.BPELProcess}author < "yuriy"
(pid >= "HelloWorld") or $author < "yuriy"
(pid >= "HelloWorld") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(pid >= "HelloWorld") or $author <= "yuriy"
(pid >= "HelloWorld") or ${org.apache.ode.BPELProcess}author > "yuriy"
(pid >= "HelloWorld") or $author > "yuriy"
(pid >= "HelloWorld") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(pid >= "HelloWorld") or $author >= "yuriy"
(pid >= "HelloWorld") or ${org.apache.ode.BPELProcess}author like "yuriy"
(pid >= "HelloWorld") or $author like "yuriy"
(pid >= "HelloWorld") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(pid >= "HelloWorld") or $author in ("yuriy")
(pid >= "HelloWorld") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(pid >= "HelloWorld") or $author in ("yuriy","kostya","nazar","orest")
(pid like "HelloWorld") or iid = "2006"
(pid like "HelloWorld") or iid < "2006"
(pid like "HelloWorld") or iid <= "2006"
(pid like "HelloWorld") or iid > "2006"
(pid like "HelloWorld") or iid >= "2006"
(pid like "HelloWorld") or iid in ("2006")
(pid like "HelloWorld") or iid in ("2006","20061231")
(pid like "HelloWorld") or status = "active"
(pid like "HelloWorld") or status = "suspended"
(pid like "HelloWorld") or status = "error"
(pid like "HelloWorld") or status = "completed"
(pid like "HelloWorld") or status = "terminated"
(pid like "HelloWorld") or status = "faulted"
(pid like "HelloWorld") or status in ("active","suspended")
(pid like "HelloWorld") or status in ("active","suspended","error","completed","terminated","faulted")
(pid like "HelloWorld") or started = "2006-01-01T00:00:01"
(pid like "HelloWorld") or started = "2006-01-31"
(pid like "HelloWorld") or started = "2006-01"
(pid like "HelloWorld") or started = "2006"
(pid like "HelloWorld") or started < "2006-01-01T00:00:01"
(pid like "HelloWorld") or started < "2006-01-31"
(pid like "HelloWorld") or started < "2006-01"
(pid like "HelloWorld") or started < "2006"
(pid like "HelloWorld") or started <= "2006-01-01T00:00:01"
(pid like "HelloWorld") or started <= "2006-01-31"
(pid like "HelloWorld") or started <= "2006-01"
(pid like "HelloWorld") or started <= "2006"
(pid like "HelloWorld") or started > "2006-01-01T00:00:01"
(pid like "HelloWorld") or started > "2006-01-31"
(pid like "HelloWorld") or started > "2006-01"
(pid like "HelloWorld") or started > "2006"
(pid like "HelloWorld") or started >= "2006-01-01T00:00:01"
(pid like "HelloWorld") or started >= "2006-01-31"
(pid like "HelloWorld") or started >= "2006-01"
(pid like "HelloWorld") or started >= "2006"
(pid like "HelloWorld") or started like "2006-01-01T00:00:01"
(pid like "HelloWorld") or started like "2006-01-31"
(pid like "HelloWorld") or started like "2006-01"
(pid like "HelloWorld") or started like "2006"
(pid like "HelloWorld") or started in ("2006-01-01T00:00:01")
(pid like "HelloWorld") or started in ("2006-01-31","2006-01")
(pid like "HelloWorld") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(pid like "HelloWorld") or last-active = "2006-02-01T00:00:01"
(pid like "HelloWorld") or last-active = "2006-02-21"
(pid like "HelloWorld") or last-active = "2006-02"
(pid like "HelloWorld") or last-active = "2006"
(pid like "HelloWorld") or last-active < "2006-02-01T00:00:01"
(pid like "HelloWorld") or last-active < "2006-02-21"
(pid like "HelloWorld") or last-active < "2006-02"
(pid like "HelloWorld") or last-active < "2006"
(pid like "HelloWorld") or last-active <= "2006-02-01T00:00:01"
(pid like "HelloWorld") or last-active <= "2006-02-21"
(pid like "HelloWorld") or last-active <= "2006-02"
(pid like "HelloWorld") or last-active <= "2006"
(pid like "HelloWorld") or last-active > "2006-02-01T00:00:01"
(pid like "HelloWorld") or last-active > "2006-02-21"
(pid like "HelloWorld") or last-active > "2006-02"
(pid like "HelloWorld") or last-active > "2006"
(pid like "HelloWorld") or last-active >= "2006-02-01T00:00:01"
(pid like "HelloWorld") or last-active >= "2006-02-21"
(pid like "HelloWorld") or last-active >= "2006-02"
(pid like "HelloWorld") or last-active >= "2006"
(pid like "HelloWorld") or last-active like "2006-02-01T00:00:01"
(pid like "HelloWorld") or last-active like "2006-02-21"
(pid like "HelloWorld") or last-active like "2006-02"
(pid like "HelloWorld") or last-active like "2006"
(pid like "HelloWorld") or last-active in ("2006-02-01T00:00:01")
(pid like "HelloWorld") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(pid like "HelloWorld") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(pid like "HelloWorld") or ${org.apache.ode.BPELProcess}author = "yuriy"
(pid like "HelloWorld") or $author = "yuriy"
(pid like "HelloWorld") or ${org.apache.ode.BPELProcess}author < "yuriy"
(pid like "HelloWorld") or $author < "yuriy"
(pid like "HelloWorld") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(pid like "HelloWorld") or $author <= "yuriy"
(pid like "HelloWorld") or ${org.apache.ode.BPELProcess}author > "yuriy"
(pid like "HelloWorld") or $author > "yuriy"
(pid like "HelloWorld") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(pid like "HelloWorld") or $author >= "yuriy"
(pid like "HelloWorld") or ${org.apache.ode.BPELProcess}author like "yuriy"
(pid like "HelloWorld") or $author like "yuriy"
(pid like "HelloWorld") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(pid like "HelloWorld") or $author in ("yuriy")
(pid like "HelloWorld") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(pid like "HelloWorld") or $author in ("yuriy","kostya","nazar","orest")
(pid in ("HelloWorld","Hello*","Hello*World")) or iid = "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) or iid < "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) or iid <= "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) or iid > "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) or iid >= "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) or iid in ("2006")
(pid in ("HelloWorld","Hello*","Hello*World")) or iid in ("2006","20061231")
(pid in ("HelloWorld","Hello*","Hello*World")) or status = "active"
(pid in ("HelloWorld","Hello*","Hello*World")) or status = "suspended"
(pid in ("HelloWorld","Hello*","Hello*World")) or status = "error"
(pid in ("HelloWorld","Hello*","Hello*World")) or status = "completed"
(pid in ("HelloWorld","Hello*","Hello*World")) or status = "terminated"
(pid in ("HelloWorld","Hello*","Hello*World")) or status = "faulted"
(pid in ("HelloWorld","Hello*","Hello*World")) or status in ("active","suspended")
(pid in ("HelloWorld","Hello*","Hello*World")) or status in ("active","suspended","error","completed","terminated","faulted")
(pid in ("HelloWorld","Hello*","Hello*World")) or started = "2006-01-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) or started = "2006-01-31"
(pid in ("HelloWorld","Hello*","Hello*World")) or started = "2006-01"
(pid in ("HelloWorld","Hello*","Hello*World")) or started = "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) or started < "2006-01-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) or started < "2006-01-31"
(pid in ("HelloWorld","Hello*","Hello*World")) or started < "2006-01"
(pid in ("HelloWorld","Hello*","Hello*World")) or started < "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) or started <= "2006-01-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) or started <= "2006-01-31"
(pid in ("HelloWorld","Hello*","Hello*World")) or started <= "2006-01"
(pid in ("HelloWorld","Hello*","Hello*World")) or started <= "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) or started > "2006-01-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) or started > "2006-01-31"
(pid in ("HelloWorld","Hello*","Hello*World")) or started > "2006-01"
(pid in ("HelloWorld","Hello*","Hello*World")) or started > "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) or started >= "2006-01-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) or started >= "2006-01-31"
(pid in ("HelloWorld","Hello*","Hello*World")) or started >= "2006-01"
(pid in ("HelloWorld","Hello*","Hello*World")) or started >= "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) or started like "2006-01-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) or started like "2006-01-31"
(pid in ("HelloWorld","Hello*","Hello*World")) or started like "2006-01"
(pid in ("HelloWorld","Hello*","Hello*World")) or started like "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) or started in ("2006-01-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) or started in ("2006-01-31","2006-01")
(pid in ("HelloWorld","Hello*","Hello*World")) or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active = "2006-02-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active = "2006-02-21"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active = "2006-02"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active = "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active < "2006-02-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active < "2006-02-21"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active < "2006-02"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active < "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active <= "2006-02-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active <= "2006-02-21"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active <= "2006-02"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active <= "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active > "2006-02-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active > "2006-02-21"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active > "2006-02"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active > "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active >= "2006-02-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active >= "2006-02-21"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active >= "2006-02"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active >= "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active like "2006-02-01T00:00:01"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active like "2006-02-21"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active like "2006-02"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active like "2006"
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active in ("2006-02-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active in ("2006-02-01T00:00:01","2006-02-21")
(pid in ("HelloWorld","Hello*","Hello*World")) or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(pid in ("HelloWorld","Hello*","Hello*World")) or ${org.apache.ode.BPELProcess}author = "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) or $author = "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) or ${org.apache.ode.BPELProcess}author < "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) or $author < "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) or ${org.apache.ode.BPELProcess}author <= "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) or $author <= "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) or ${org.apache.ode.BPELProcess}author > "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) or $author > "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) or ${org.apache.ode.BPELProcess}author >= "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) or $author >= "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) or ${org.apache.ode.BPELProcess}author like "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) or $author like "yuriy"
(pid in ("HelloWorld","Hello*","Hello*World")) or ${org.apache.ode.BPELProcess}author in ("yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) or $author in ("yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(pid in ("HelloWorld","Hello*","Hello*World")) or $author in ("yuriy","kostya","nazar","orest")
(pid in ("Hello*","Hello*World")) or iid = "2006"
(pid in ("Hello*","Hello*World")) or iid < "2006"
(pid in ("Hello*","Hello*World")) or iid <= "2006"
(pid in ("Hello*","Hello*World")) or iid > "2006"
(pid in ("Hello*","Hello*World")) or iid >= "2006"
(pid in ("Hello*","Hello*World")) or iid in ("2006")
(pid in ("Hello*","Hello*World")) or iid in ("2006","20061231")
(pid in ("Hello*","Hello*World")) or status = "active"
(pid in ("Hello*","Hello*World")) or status = "suspended"
(pid in ("Hello*","Hello*World")) or status = "error"
(pid in ("Hello*","Hello*World")) or status = "completed"
(pid in ("Hello*","Hello*World")) or status = "terminated"
(pid in ("Hello*","Hello*World")) or status = "faulted"
(pid in ("Hello*","Hello*World")) or status in ("active","suspended")
(pid in ("Hello*","Hello*World")) or status in ("active","suspended","error","completed","terminated","faulted")
(pid in ("Hello*","Hello*World")) or started = "2006-01-01T00:00:01"
(pid in ("Hello*","Hello*World")) or started = "2006-01-31"
(pid in ("Hello*","Hello*World")) or started = "2006-01"
(pid in ("Hello*","Hello*World")) or started = "2006"
(pid in ("Hello*","Hello*World")) or started < "2006-01-01T00:00:01"
(pid in ("Hello*","Hello*World")) or started < "2006-01-31"
(pid in ("Hello*","Hello*World")) or started < "2006-01"
(pid in ("Hello*","Hello*World")) or started < "2006"
(pid in ("Hello*","Hello*World")) or started <= "2006-01-01T00:00:01"
(pid in ("Hello*","Hello*World")) or started <= "2006-01-31"
(pid in ("Hello*","Hello*World")) or started <= "2006-01"
(pid in ("Hello*","Hello*World")) or started <= "2006"
(pid in ("Hello*","Hello*World")) or started > "2006-01-01T00:00:01"
(pid in ("Hello*","Hello*World")) or started > "2006-01-31"
(pid in ("Hello*","Hello*World")) or started > "2006-01"
(pid in ("Hello*","Hello*World")) or started > "2006"
(pid in ("Hello*","Hello*World")) or started >= "2006-01-01T00:00:01"
(pid in ("Hello*","Hello*World")) or started >= "2006-01-31"
(pid in ("Hello*","Hello*World")) or started >= "2006-01"
(pid in ("Hello*","Hello*World")) or started >= "2006"
(pid in ("Hello*","Hello*World")) or started like "2006-01-01T00:00:01"
(pid in ("Hello*","Hello*World")) or started like "2006-01-31"
(pid in ("Hello*","Hello*World")) or started like "2006-01"
(pid in ("Hello*","Hello*World")) or started like "2006"
(pid in ("Hello*","Hello*World")) or started in ("2006-01-01T00:00:01")
(pid in ("Hello*","Hello*World")) or started in ("2006-01-31","2006-01")
(pid in ("Hello*","Hello*World")) or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(pid in ("Hello*","Hello*World")) or last-active = "2006-02-01T00:00:01"
(pid in ("Hello*","Hello*World")) or last-active = "2006-02-21"
(pid in ("Hello*","Hello*World")) or last-active = "2006-02"
(pid in ("Hello*","Hello*World")) or last-active = "2006"
(pid in ("Hello*","Hello*World")) or last-active < "2006-02-01T00:00:01"
(pid in ("Hello*","Hello*World")) or last-active < "2006-02-21"
(pid in ("Hello*","Hello*World")) or last-active < "2006-02"
(pid in ("Hello*","Hello*World")) or last-active < "2006"
(pid in ("Hello*","Hello*World")) or last-active <= "2006-02-01T00:00:01"
(pid in ("Hello*","Hello*World")) or last-active <= "2006-02-21"
(pid in ("Hello*","Hello*World")) or last-active <= "2006-02"
(pid in ("Hello*","Hello*World")) or last-active <= "2006"
(pid in ("Hello*","Hello*World")) or last-active > "2006-02-01T00:00:01"
(pid in ("Hello*","Hello*World")) or last-active > "2006-02-21"
(pid in ("Hello*","Hello*World")) or last-active > "2006-02"
(pid in ("Hello*","Hello*World")) or last-active > "2006"
(pid in ("Hello*","Hello*World")) or last-active >= "2006-02-01T00:00:01"
(pid in ("Hello*","Hello*World")) or last-active >= "2006-02-21"
(pid in ("Hello*","Hello*World")) or last-active >= "2006-02"
(pid in ("Hello*","Hello*World")) or last-active >= "2006"
(pid in ("Hello*","Hello*World")) or last-active like "2006-02-01T00:00:01"
(pid in ("Hello*","Hello*World")) or last-active like "2006-02-21"
(pid in ("Hello*","Hello*World")) or last-active like "2006-02"
(pid in ("Hello*","Hello*World")) or last-active like "2006"
(pid in ("Hello*","Hello*World")) or last-active in ("2006-02-01T00:00:01")
(pid in ("Hello*","Hello*World")) or last-active in ("2006-02-01T00:00:01","2006-02-21")
(pid in ("Hello*","Hello*World")) or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(pid in ("Hello*","Hello*World")) or ${org.apache.ode.BPELProcess}author = "yuriy"
(pid in ("Hello*","Hello*World")) or $author = "yuriy"
(pid in ("Hello*","Hello*World")) or ${org.apache.ode.BPELProcess}author < "yuriy"
(pid in ("Hello*","Hello*World")) or $author < "yuriy"
(pid in ("Hello*","Hello*World")) or ${org.apache.ode.BPELProcess}author <= "yuriy"
(pid in ("Hello*","Hello*World")) or $author <= "yuriy"
(pid in ("Hello*","Hello*World")) or ${org.apache.ode.BPELProcess}author > "yuriy"
(pid in ("Hello*","Hello*World")) or $author > "yuriy"
(pid in ("Hello*","Hello*World")) or ${org.apache.ode.BPELProcess}author >= "yuriy"
(pid in ("Hello*","Hello*World")) or $author >= "yuriy"
(pid in ("Hello*","Hello*World")) or ${org.apache.ode.BPELProcess}author like "yuriy"
(pid in ("Hello*","Hello*World")) or $author like "yuriy"
(pid in ("Hello*","Hello*World")) or ${org.apache.ode.BPELProcess}author in ("yuriy")
(pid in ("Hello*","Hello*World")) or $author in ("yuriy")
(pid in ("Hello*","Hello*World")) or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(pid in ("Hello*","Hello*World")) or $author in ("yuriy","kostya","nazar","orest")
(pid in ("Hello*World")) or iid = "2006"
(pid in ("Hello*World")) or iid < "2006"
(pid in ("Hello*World")) or iid <= "2006"
(pid in ("Hello*World")) or iid > "2006"
(pid in ("Hello*World")) or iid >= "2006"
(pid in ("Hello*World")) or iid in ("2006")
(pid in ("Hello*World")) or iid in ("2006","20061231")
(pid in ("Hello*World")) or status = "active"
(pid in ("Hello*World")) or status = "suspended"
(pid in ("Hello*World")) or status = "error"
(pid in ("Hello*World")) or status = "completed"
(pid in ("Hello*World")) or status = "terminated"
(pid in ("Hello*World")) or status = "faulted"
(pid in ("Hello*World")) or status in ("active","suspended")
(pid in ("Hello*World")) or status in ("active","suspended","error","completed","terminated","faulted")
(pid in ("Hello*World")) or started = "2006-01-01T00:00:01"
(pid in ("Hello*World")) or started = "2006-01-31"
(pid in ("Hello*World")) or started = "2006-01"
(pid in ("Hello*World")) or started = "2006"
(pid in ("Hello*World")) or started < "2006-01-01T00:00:01"
(pid in ("Hello*World")) or started < "2006-01-31"
(pid in ("Hello*World")) or started < "2006-01"
(pid in ("Hello*World")) or started < "2006"
(pid in ("Hello*World")) or started <= "2006-01-01T00:00:01"
(pid in ("Hello*World")) or started <= "2006-01-31"
(pid in ("Hello*World")) or started <= "2006-01"
(pid in ("Hello*World")) or started <= "2006"
(pid in ("Hello*World")) or started > "2006-01-01T00:00:01"
(pid in ("Hello*World")) or started > "2006-01-31"
(pid in ("Hello*World")) or started > "2006-01"
(pid in ("Hello*World")) or started > "2006"
(pid in ("Hello*World")) or started >= "2006-01-01T00:00:01"
(pid in ("Hello*World")) or started >= "2006-01-31"
(pid in ("Hello*World")) or started >= "2006-01"
(pid in ("Hello*World")) or started >= "2006"
(pid in ("Hello*World")) or started like "2006-01-01T00:00:01"
(pid in ("Hello*World")) or started like "2006-01-31"
(pid in ("Hello*World")) or started like "2006-01"
(pid in ("Hello*World")) or started like "2006"
(pid in ("Hello*World")) or started in ("2006-01-01T00:00:01")
(pid in ("Hello*World")) or started in ("2006-01-31","2006-01")
(pid in ("Hello*World")) or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(pid in ("Hello*World")) or last-active = "2006-02-01T00:00:01"
(pid in ("Hello*World")) or last-active = "2006-02-21"
(pid in ("Hello*World")) or last-active = "2006-02"
(pid in ("Hello*World")) or last-active = "2006"
(pid in ("Hello*World")) or last-active < "2006-02-01T00:00:01"
(pid in ("Hello*World")) or last-active < "2006-02-21"
(pid in ("Hello*World")) or last-active < "2006-02"
(pid in ("Hello*World")) or last-active < "2006"
(pid in ("Hello*World")) or last-active <= "2006-02-01T00:00:01"
(pid in ("Hello*World")) or last-active <= "2006-02-21"
(pid in ("Hello*World")) or last-active <= "2006-02"
(pid in ("Hello*World")) or last-active <= "2006"
(pid in ("Hello*World")) or last-active > "2006-02-01T00:00:01"
(pid in ("Hello*World")) or last-active > "2006-02-21"
(pid in ("Hello*World")) or last-active > "2006-02"
(pid in ("Hello*World")) or last-active > "2006"
(pid in ("Hello*World")) or last-active >= "2006-02-01T00:00:01"
(pid in ("Hello*World")) or last-active >= "2006-02-21"
(pid in ("Hello*World")) or last-active >= "2006-02"
(pid in ("Hello*World")) or last-active >= "2006"
(pid in ("Hello*World")) or last-active like "2006-02-01T00:00:01"
(pid in ("Hello*World")) or last-active like "2006-02-21"
(pid in ("Hello*World")) or last-active like "2006-02"
(pid in ("Hello*World")) or last-active like "2006"
(pid in ("Hello*World")) or last-active in ("2006-02-01T00:00:01")
(pid in ("Hello*World")) or last-active in ("2006-02-01T00:00:01","2006-02-21")
(pid in ("Hello*World")) or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(pid in ("Hello*World")) or ${org.apache.ode.BPELProcess}author = "yuriy"
(pid in ("Hello*World")) or $author = "yuriy"
(pid in ("Hello*World")) or ${org.apache.ode.BPELProcess}author < "yuriy"
(pid in ("Hello*World")) or $author < "yuriy"
(pid in ("Hello*World")) or ${org.apache.ode.BPELProcess}author <= "yuriy"
(pid in ("Hello*World")) or $author <= "yuriy"
(pid in ("Hello*World")) or ${org.apache.ode.BPELProcess}author > "yuriy"
(pid in ("Hello*World")) or $author > "yuriy"
(pid in ("Hello*World")) or ${org.apache.ode.BPELProcess}author >= "yuriy"
(pid in ("Hello*World")) or $author >= "yuriy"
(pid in ("Hello*World")) or ${org.apache.ode.BPELProcess}author like "yuriy"
(pid in ("Hello*World")) or $author like "yuriy"
(pid in ("Hello*World")) or ${org.apache.ode.BPELProcess}author in ("yuriy")
(pid in ("Hello*World")) or $author in ("yuriy")
(pid in ("Hello*World")) or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(pid in ("Hello*World")) or $author in ("yuriy","kostya","nazar","orest")
pid = "HelloWorld" or (iid = "2006")
pid = "HelloWorld" or (iid < "2006")
pid = "HelloWorld" or (iid <= "2006")
pid = "HelloWorld" or (iid > "2006")
pid = "HelloWorld" or (iid >= "2006")
pid = "HelloWorld" or (iid in ("2006"))
pid = "HelloWorld" or (iid in ("2006","20061231"))
pid = "HelloWorld" or (status = "active")
pid = "HelloWorld" or (status = "suspended")
pid = "HelloWorld" or (status = "error")
pid = "HelloWorld" or (status = "completed")
pid = "HelloWorld" or (status = "terminated")
pid = "HelloWorld" or (status = "faulted")
pid = "HelloWorld" or (status in ("active","suspended"))
pid = "HelloWorld" or (status in ("active","suspended","error","completed","terminated","faulted"))
pid = "HelloWorld" or (started = "2006-01-01T00:00:01")
pid = "HelloWorld" or (started = "2006-01-31")
pid = "HelloWorld" or (started = "2006-01")
pid = "HelloWorld" or (started = "2006")
pid = "HelloWorld" or (started < "2006-01-01T00:00:01")
pid = "HelloWorld" or (started < "2006-01-31")
pid = "HelloWorld" or (started < "2006-01")
pid = "HelloWorld" or (started < "2006")
pid = "HelloWorld" or (started <= "2006-01-01T00:00:01")
pid = "HelloWorld" or (started <= "2006-01-31")
pid = "HelloWorld" or (started <= "2006-01")
pid = "HelloWorld" or (started <= "2006")
pid = "HelloWorld" or (started > "2006-01-01T00:00:01")
pid = "HelloWorld" or (started > "2006-01-31")
pid = "HelloWorld" or (started > "2006-01")
pid = "HelloWorld" or (started > "2006")
pid = "HelloWorld" or (started >= "2006-01-01T00:00:01")
pid = "HelloWorld" or (started >= "2006-01-31")
pid = "HelloWorld" or (started >= "2006-01")
pid = "HelloWorld" or (started >= "2006")
pid = "HelloWorld" or (started like "2006-01-01T00:00:01")
pid = "HelloWorld" or (started like "2006-01-31")
pid = "HelloWorld" or (started like "2006-01")
pid = "HelloWorld" or (started like "2006")
pid = "HelloWorld" or (started in ("2006-01-01T00:00:01"))
pid = "HelloWorld" or (started in ("2006-01-31","2006-01"))
pid = "HelloWorld" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
pid = "HelloWorld" or (last-active = "2006-02-01T00:00:01")
pid = "HelloWorld" or (last-active = "2006-02-21")
pid = "HelloWorld" or (last-active = "2006-02")
pid = "HelloWorld" or (last-active = "2006")
pid = "HelloWorld" or (last-active < "2006-02-01T00:00:01")
pid = "HelloWorld" or (last-active < "2006-02-21")
pid = "HelloWorld" or (last-active < "2006-02")
pid = "HelloWorld" or (last-active < "2006")
pid = "HelloWorld" or (last-active <= "2006-02-01T00:00:01")
pid = "HelloWorld" or (last-active <= "2006-02-21")
pid = "HelloWorld" or (last-active <= "2006-02")
pid = "HelloWorld" or (last-active <= "2006")
pid = "HelloWorld" or (last-active > "2006-02-01T00:00:01")
pid = "HelloWorld" or (last-active > "2006-02-21")
pid = "HelloWorld" or (last-active > "2006-02")
pid = "HelloWorld" or (last-active > "2006")
pid = "HelloWorld" or (last-active >= "2006-02-01T00:00:01")
pid = "HelloWorld" or (last-active >= "2006-02-21")
pid = "HelloWorld" or (last-active >= "2006-02")
pid = "HelloWorld" or (last-active >= "2006")
pid = "HelloWorld" or (last-active like "2006-02-01T00:00:01")
pid = "HelloWorld" or (last-active like "2006-02-21")
pid = "HelloWorld" or (last-active like "2006-02")
pid = "HelloWorld" or (last-active like "2006")
pid = "HelloWorld" or (last-active in ("2006-02-01T00:00:01"))
pid = "HelloWorld" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
pid = "HelloWorld" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
pid = "HelloWorld" or (${org.apache.ode.BPELProcess}author = "yuriy")
pid = "HelloWorld" or ($author = "yuriy")
pid = "HelloWorld" or (${org.apache.ode.BPELProcess}author < "yuriy")
pid = "HelloWorld" or ($author < "yuriy")
pid = "HelloWorld" or (${org.apache.ode.BPELProcess}author <= "yuriy")
pid = "HelloWorld" or ($author <= "yuriy")
pid = "HelloWorld" or (${org.apache.ode.BPELProcess}author > "yuriy")
pid = "HelloWorld" or ($author > "yuriy")
pid = "HelloWorld" or (${org.apache.ode.BPELProcess}author >= "yuriy")
pid = "HelloWorld" or ($author >= "yuriy")
pid = "HelloWorld" or (${org.apache.ode.BPELProcess}author like "yuriy")
pid = "HelloWorld" or ($author like "yuriy")
pid = "HelloWorld" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
pid = "HelloWorld" or ($author in ("yuriy"))
pid = "HelloWorld" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
pid = "HelloWorld" or ($author in ("yuriy","kostya","nazar","orest"))
pid < "HelloWorld" or (iid = "2006")
pid < "HelloWorld" or (iid < "2006")
pid < "HelloWorld" or (iid <= "2006")
pid < "HelloWorld" or (iid > "2006")
pid < "HelloWorld" or (iid >= "2006")
pid < "HelloWorld" or (iid in ("2006"))
pid < "HelloWorld" or (iid in ("2006","20061231"))
pid < "HelloWorld" or (status = "active")
pid < "HelloWorld" or (status = "suspended")
pid < "HelloWorld" or (status = "error")
pid < "HelloWorld" or (status = "completed")
pid < "HelloWorld" or (status = "terminated")
pid < "HelloWorld" or (status = "faulted")
pid < "HelloWorld" or (status in ("active","suspended"))
pid < "HelloWorld" or (status in ("active","suspended","error","completed","terminated","faulted"))
pid < "HelloWorld" or (started = "2006-01-01T00:00:01")
pid < "HelloWorld" or (started = "2006-01-31")
pid < "HelloWorld" or (started = "2006-01")
pid < "HelloWorld" or (started = "2006")
pid < "HelloWorld" or (started < "2006-01-01T00:00:01")
pid < "HelloWorld" or (started < "2006-01-31")
pid < "HelloWorld" or (started < "2006-01")
pid < "HelloWorld" or (started < "2006")
pid < "HelloWorld" or (started <= "2006-01-01T00:00:01")
pid < "HelloWorld" or (started <= "2006-01-31")
pid < "HelloWorld" or (started <= "2006-01")
pid < "HelloWorld" or (started <= "2006")
pid < "HelloWorld" or (started > "2006-01-01T00:00:01")
pid < "HelloWorld" or (started > "2006-01-31")
pid < "HelloWorld" or (started > "2006-01")
pid < "HelloWorld" or (started > "2006")
pid < "HelloWorld" or (started >= "2006-01-01T00:00:01")
pid < "HelloWorld" or (started >= "2006-01-31")
pid < "HelloWorld" or (started >= "2006-01")
pid < "HelloWorld" or (started >= "2006")
pid < "HelloWorld" or (started like "2006-01-01T00:00:01")
pid < "HelloWorld" or (started like "2006-01-31")
pid < "HelloWorld" or (started like "2006-01")
pid < "HelloWorld" or (started like "2006")
pid < "HelloWorld" or (started in ("2006-01-01T00:00:01"))
pid < "HelloWorld" or (started in ("2006-01-31","2006-01"))
pid < "HelloWorld" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
pid < "HelloWorld" or (last-active = "2006-02-01T00:00:01")
pid < "HelloWorld" or (last-active = "2006-02-21")
pid < "HelloWorld" or (last-active = "2006-02")
pid < "HelloWorld" or (last-active = "2006")
pid < "HelloWorld" or (last-active < "2006-02-01T00:00:01")
pid < "HelloWorld" or (last-active < "2006-02-21")
pid < "HelloWorld" or (last-active < "2006-02")
pid < "HelloWorld" or (last-active < "2006")
pid < "HelloWorld" or (last-active <= "2006-02-01T00:00:01")
pid < "HelloWorld" or (last-active <= "2006-02-21")
pid < "HelloWorld" or (last-active <= "2006-02")
pid < "HelloWorld" or (last-active <= "2006")
pid < "HelloWorld" or (last-active > "2006-02-01T00:00:01")
pid < "HelloWorld" or (last-active > "2006-02-21")
pid < "HelloWorld" or (last-active > "2006-02")
pid < "HelloWorld" or (last-active > "2006")
pid < "HelloWorld" or (last-active >= "2006-02-01T00:00:01")
pid < "HelloWorld" or (last-active >= "2006-02-21")
pid < "HelloWorld" or (last-active >= "2006-02")
pid < "HelloWorld" or (last-active >= "2006")
pid < "HelloWorld" or (last-active like "2006-02-01T00:00:01")
pid < "HelloWorld" or (last-active like "2006-02-21")
pid < "HelloWorld" or (last-active like "2006-02")
pid < "HelloWorld" or (last-active like "2006")
pid < "HelloWorld" or (last-active in ("2006-02-01T00:00:01"))
pid < "HelloWorld" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
pid < "HelloWorld" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
pid < "HelloWorld" or (${org.apache.ode.BPELProcess}author = "yuriy")
pid < "HelloWorld" or ($author = "yuriy")
pid < "HelloWorld" or (${org.apache.ode.BPELProcess}author < "yuriy")
pid < "HelloWorld" or ($author < "yuriy")
pid < "HelloWorld" or (${org.apache.ode.BPELProcess}author <= "yuriy")
pid < "HelloWorld" or ($author <= "yuriy")
pid < "HelloWorld" or (${org.apache.ode.BPELProcess}author > "yuriy")
pid < "HelloWorld" or ($author > "yuriy")
pid < "HelloWorld" or (${org.apache.ode.BPELProcess}author >= "yuriy")
pid < "HelloWorld" or ($author >= "yuriy")
pid < "HelloWorld" or (${org.apache.ode.BPELProcess}author like "yuriy")
pid < "HelloWorld" or ($author like "yuriy")
pid < "HelloWorld" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
pid < "HelloWorld" or ($author in ("yuriy"))
pid < "HelloWorld" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
pid < "HelloWorld" or ($author in ("yuriy","kostya","nazar","orest"))
pid <= "HelloWorld" or (iid = "2006")
pid <= "HelloWorld" or (iid < "2006")
pid <= "HelloWorld" or (iid <= "2006")
pid <= "HelloWorld" or (iid > "2006")
pid <= "HelloWorld" or (iid >= "2006")
pid <= "HelloWorld" or (iid in ("2006"))
pid <= "HelloWorld" or (iid in ("2006","20061231"))
pid <= "HelloWorld" or (status = "active")
pid <= "HelloWorld" or (status = "suspended")
pid <= "HelloWorld" or (status = "error")
pid <= "HelloWorld" or (status = "completed")
pid <= "HelloWorld" or (status = "terminated")
pid <= "HelloWorld" or (status = "faulted")
pid <= "HelloWorld" or (status in ("active","suspended"))
pid <= "HelloWorld" or (status in ("active","suspended","error","completed","terminated","faulted"))
pid <= "HelloWorld" or (started = "2006-01-01T00:00:01")
pid <= "HelloWorld" or (started = "2006-01-31")
pid <= "HelloWorld" or (started = "2006-01")
pid <= "HelloWorld" or (started = "2006")
pid <= "HelloWorld" or (started < "2006-01-01T00:00:01")
pid <= "HelloWorld" or (started < "2006-01-31")
pid <= "HelloWorld" or (started < "2006-01")
pid <= "HelloWorld" or (started < "2006")
pid <= "HelloWorld" or (started <= "2006-01-01T00:00:01")
pid <= "HelloWorld" or (started <= "2006-01-31")
pid <= "HelloWorld" or (started <= "2006-01")
pid <= "HelloWorld" or (started <= "2006")
pid <= "HelloWorld" or (started > "2006-01-01T00:00:01")
pid <= "HelloWorld" or (started > "2006-01-31")
pid <= "HelloWorld" or (started > "2006-01")
pid <= "HelloWorld" or (started > "2006")
pid <= "HelloWorld" or (started >= "2006-01-01T00:00:01")
pid <= "HelloWorld" or (started >= "2006-01-31")
pid <= "HelloWorld" or (started >= "2006-01")
pid <= "HelloWorld" or (started >= "2006")
pid <= "HelloWorld" or (started like "2006-01-01T00:00:01")
pid <= "HelloWorld" or (started like "2006-01-31")
pid <= "HelloWorld" or (started like "2006-01")
pid <= "HelloWorld" or (started like "2006")
pid <= "HelloWorld" or (started in ("2006-01-01T00:00:01"))
pid <= "HelloWorld" or (started in ("2006-01-31","2006-01"))
pid <= "HelloWorld" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
pid <= "HelloWorld" or (last-active = "2006-02-01T00:00:01")
pid <= "HelloWorld" or (last-active = "2006-02-21")
pid <= "HelloWorld" or (last-active = "2006-02")
pid <= "HelloWorld" or (last-active = "2006")
pid <= "HelloWorld" or (last-active < "2006-02-01T00:00:01")
pid <= "HelloWorld" or (last-active < "2006-02-21")
pid <= "HelloWorld" or (last-active < "2006-02")
pid <= "HelloWorld" or (last-active < "2006")
pid <= "HelloWorld" or (last-active <= "2006-02-01T00:00:01")
pid <= "HelloWorld" or (last-active <= "2006-02-21")
pid <= "HelloWorld" or (last-active <= "2006-02")
pid <= "HelloWorld" or (last-active <= "2006")
pid <= "HelloWorld" or (last-active > "2006-02-01T00:00:01")
pid <= "HelloWorld" or (last-active > "2006-02-21")
pid <= "HelloWorld" or (last-active > "2006-02")
pid <= "HelloWorld" or (last-active > "2006")
pid <= "HelloWorld" or (last-active >= "2006-02-01T00:00:01")
pid <= "HelloWorld" or (last-active >= "2006-02-21")
pid <= "HelloWorld" or (last-active >= "2006-02")
pid <= "HelloWorld" or (last-active >= "2006")
pid <= "HelloWorld" or (last-active like "2006-02-01T00:00:01")
pid <= "HelloWorld" or (last-active like "2006-02-21")
pid <= "HelloWorld" or (last-active like "2006-02")
pid <= "HelloWorld" or (last-active like "2006")
pid <= "HelloWorld" or (last-active in ("2006-02-01T00:00:01"))
pid <= "HelloWorld" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
pid <= "HelloWorld" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
pid <= "HelloWorld" or (${org.apache.ode.BPELProcess}author = "yuriy")
pid <= "HelloWorld" or ($author = "yuriy")
pid <= "HelloWorld" or (${org.apache.ode.BPELProcess}author < "yuriy")
pid <= "HelloWorld" or ($author < "yuriy")
pid <= "HelloWorld" or (${org.apache.ode.BPELProcess}author <= "yuriy")
pid <= "HelloWorld" or ($author <= "yuriy")
pid <= "HelloWorld" or (${org.apache.ode.BPELProcess}author > "yuriy")
pid <= "HelloWorld" or ($author > "yuriy")
pid <= "HelloWorld" or (${org.apache.ode.BPELProcess}author >= "yuriy")
pid <= "HelloWorld" or ($author >= "yuriy")
pid <= "HelloWorld" or (${org.apache.ode.BPELProcess}author like "yuriy")
pid <= "HelloWorld" or ($author like "yuriy")
pid <= "HelloWorld" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
pid <= "HelloWorld" or ($author in ("yuriy"))
pid <= "HelloWorld" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
pid <= "HelloWorld" or ($author in ("yuriy","kostya","nazar","orest"))
pid > "HelloWorld" or (iid = "2006")
pid > "HelloWorld" or (iid < "2006")
pid > "HelloWorld" or (iid <= "2006")
pid > "HelloWorld" or (iid > "2006")
pid > "HelloWorld" or (iid >= "2006")
pid > "HelloWorld" or (iid in ("2006"))
pid > "HelloWorld" or (iid in ("2006","20061231"))
pid > "HelloWorld" or (status = "active")
pid > "HelloWorld" or (status = "suspended")
pid > "HelloWorld" or (status = "error")
pid > "HelloWorld" or (status = "completed")
pid > "HelloWorld" or (status = "terminated")
pid > "HelloWorld" or (status = "faulted")
pid > "HelloWorld" or (status in ("active","suspended"))
pid > "HelloWorld" or (status in ("active","suspended","error","completed","terminated","faulted"))
pid > "HelloWorld" or (started = "2006-01-01T00:00:01")
pid > "HelloWorld" or (started = "2006-01-31")
pid > "HelloWorld" or (started = "2006-01")
pid > "HelloWorld" or (started = "2006")
pid > "HelloWorld" or (started < "2006-01-01T00:00:01")
pid > "HelloWorld" or (started < "2006-01-31")
pid > "HelloWorld" or (started < "2006-01")
pid > "HelloWorld" or (started < "2006")
pid > "HelloWorld" or (started <= "2006-01-01T00:00:01")
pid > "HelloWorld" or (started <= "2006-01-31")
pid > "HelloWorld" or (started <= "2006-01")
pid > "HelloWorld" or (started <= "2006")
pid > "HelloWorld" or (started > "2006-01-01T00:00:01")
pid > "HelloWorld" or (started > "2006-01-31")
pid > "HelloWorld" or (started > "2006-01")
pid > "HelloWorld" or (started > "2006")
pid > "HelloWorld" or (started >= "2006-01-01T00:00:01")
pid > "HelloWorld" or (started >= "2006-01-31")
pid > "HelloWorld" or (started >= "2006-01")
pid > "HelloWorld" or (started >= "2006")
pid > "HelloWorld" or (started like "2006-01-01T00:00:01")
pid > "HelloWorld" or (started like "2006-01-31")
pid > "HelloWorld" or (started like "2006-01")
pid > "HelloWorld" or (started like "2006")
pid > "HelloWorld" or (started in ("2006-01-01T00:00:01"))
pid > "HelloWorld" or (started in ("2006-01-31","2006-01"))
pid > "HelloWorld" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
pid > "HelloWorld" or (last-active = "2006-02-01T00:00:01")
pid > "HelloWorld" or (last-active = "2006-02-21")
pid > "HelloWorld" or (last-active = "2006-02")
pid > "HelloWorld" or (last-active = "2006")
pid > "HelloWorld" or (last-active < "2006-02-01T00:00:01")
pid > "HelloWorld" or (last-active < "2006-02-21")
pid > "HelloWorld" or (last-active < "2006-02")
pid > "HelloWorld" or (last-active < "2006")
pid > "HelloWorld" or (last-active <= "2006-02-01T00:00:01")
pid > "HelloWorld" or (last-active <= "2006-02-21")
pid > "HelloWorld" or (last-active <= "2006-02")
pid > "HelloWorld" or (last-active <= "2006")
pid > "HelloWorld" or (last-active > "2006-02-01T00:00:01")
pid > "HelloWorld" or (last-active > "2006-02-21")
pid > "HelloWorld" or (last-active > "2006-02")
pid > "HelloWorld" or (last-active > "2006")
pid > "HelloWorld" or (last-active >= "2006-02-01T00:00:01")
pid > "HelloWorld" or (last-active >= "2006-02-21")
pid > "HelloWorld" or (last-active >= "2006-02")
pid > "HelloWorld" or (last-active >= "2006")
pid > "HelloWorld" or (last-active like "2006-02-01T00:00:01")
pid > "HelloWorld" or (last-active like "2006-02-21")
pid > "HelloWorld" or (last-active like "2006-02")
pid > "HelloWorld" or (last-active like "2006")
pid > "HelloWorld" or (last-active in ("2006-02-01T00:00:01"))
pid > "HelloWorld" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
pid > "HelloWorld" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
pid > "HelloWorld" or (${org.apache.ode.BPELProcess}author = "yuriy")
pid > "HelloWorld" or ($author = "yuriy")
pid > "HelloWorld" or (${org.apache.ode.BPELProcess}author < "yuriy")
pid > "HelloWorld" or ($author < "yuriy")
pid > "HelloWorld" or (${org.apache.ode.BPELProcess}author <= "yuriy")
pid > "HelloWorld" or ($author <= "yuriy")
pid > "HelloWorld" or (${org.apache.ode.BPELProcess}author > "yuriy")
pid > "HelloWorld" or ($author > "yuriy")
pid > "HelloWorld" or (${org.apache.ode.BPELProcess}author >= "yuriy")
pid > "HelloWorld" or ($author >= "yuriy")
pid > "HelloWorld" or (${org.apache.ode.BPELProcess}author like "yuriy")
pid > "HelloWorld" or ($author like "yuriy")
pid > "HelloWorld" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
pid > "HelloWorld" or ($author in ("yuriy"))
pid > "HelloWorld" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
pid > "HelloWorld" or ($author in ("yuriy","kostya","nazar","orest"))
pid >= "HelloWorld" or (iid = "2006")
pid >= "HelloWorld" or (iid < "2006")
pid >= "HelloWorld" or (iid <= "2006")
pid >= "HelloWorld" or (iid > "2006")
pid >= "HelloWorld" or (iid >= "2006")
pid >= "HelloWorld" or (iid in ("2006"))
pid >= "HelloWorld" or (iid in ("2006","20061231"))
pid >= "HelloWorld" or (status = "active")
pid >= "HelloWorld" or (status = "suspended")
pid >= "HelloWorld" or (status = "error")
pid >= "HelloWorld" or (status = "completed")
pid >= "HelloWorld" or (status = "terminated")
pid >= "HelloWorld" or (status = "faulted")
pid >= "HelloWorld" or (status in ("active","suspended"))
pid >= "HelloWorld" or (status in ("active","suspended","error","completed","terminated","faulted"))
pid >= "HelloWorld" or (started = "2006-01-01T00:00:01")
pid >= "HelloWorld" or (started = "2006-01-31")
pid >= "HelloWorld" or (started = "2006-01")
pid >= "HelloWorld" or (started = "2006")
pid >= "HelloWorld" or (started < "2006-01-01T00:00:01")
pid >= "HelloWorld" or (started < "2006-01-31")
pid >= "HelloWorld" or (started < "2006-01")
pid >= "HelloWorld" or (started < "2006")
pid >= "HelloWorld" or (started <= "2006-01-01T00:00:01")
pid >= "HelloWorld" or (started <= "2006-01-31")
pid >= "HelloWorld" or (started <= "2006-01")
pid >= "HelloWorld" or (started <= "2006")
pid >= "HelloWorld" or (started > "2006-01-01T00:00:01")
pid >= "HelloWorld" or (started > "2006-01-31")
pid >= "HelloWorld" or (started > "2006-01")
pid >= "HelloWorld" or (started > "2006")
pid >= "HelloWorld" or (started >= "2006-01-01T00:00:01")
pid >= "HelloWorld" or (started >= "2006-01-31")
pid >= "HelloWorld" or (started >= "2006-01")
pid >= "HelloWorld" or (started >= "2006")
pid >= "HelloWorld" or (started like "2006-01-01T00:00:01")
pid >= "HelloWorld" or (started like "2006-01-31")
pid >= "HelloWorld" or (started like "2006-01")
pid >= "HelloWorld" or (started like "2006")
pid >= "HelloWorld" or (started in ("2006-01-01T00:00:01"))
pid >= "HelloWorld" or (started in ("2006-01-31","2006-01"))
pid >= "HelloWorld" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
pid >= "HelloWorld" or (last-active = "2006-02-01T00:00:01")
pid >= "HelloWorld" or (last-active = "2006-02-21")
pid >= "HelloWorld" or (last-active = "2006-02")
pid >= "HelloWorld" or (last-active = "2006")
pid >= "HelloWorld" or (last-active < "2006-02-01T00:00:01")
pid >= "HelloWorld" or (last-active < "2006-02-21")
pid >= "HelloWorld" or (last-active < "2006-02")
pid >= "HelloWorld" or (last-active < "2006")
pid >= "HelloWorld" or (last-active <= "2006-02-01T00:00:01")
pid >= "HelloWorld" or (last-active <= "2006-02-21")
pid >= "HelloWorld" or (last-active <= "2006-02")
pid >= "HelloWorld" or (last-active <= "2006")
pid >= "HelloWorld" or (last-active > "2006-02-01T00:00:01")
pid >= "HelloWorld" or (last-active > "2006-02-21")
pid >= "HelloWorld" or (last-active > "2006-02")
pid >= "HelloWorld" or (last-active > "2006")
pid >= "HelloWorld" or (last-active >= "2006-02-01T00:00:01")
pid >= "HelloWorld" or (last-active >= "2006-02-21")
pid >= "HelloWorld" or (last-active >= "2006-02")
pid >= "HelloWorld" or (last-active >= "2006")
pid >= "HelloWorld" or (last-active like "2006-02-01T00:00:01")
pid >= "HelloWorld" or (last-active like "2006-02-21")
pid >= "HelloWorld" or (last-active like "2006-02")
pid >= "HelloWorld" or (last-active like "2006")
pid >= "HelloWorld" or (last-active in ("2006-02-01T00:00:01"))
pid >= "HelloWorld" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
pid >= "HelloWorld" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
pid >= "HelloWorld" or (${org.apache.ode.BPELProcess}author = "yuriy")
pid >= "HelloWorld" or ($author = "yuriy")
pid >= "HelloWorld" or (${org.apache.ode.BPELProcess}author < "yuriy")
pid >= "HelloWorld" or ($author < "yuriy")
pid >= "HelloWorld" or (${org.apache.ode.BPELProcess}author <= "yuriy")
pid >= "HelloWorld" or ($author <= "yuriy")
pid >= "HelloWorld" or (${org.apache.ode.BPELProcess}author > "yuriy")
pid >= "HelloWorld" or ($author > "yuriy")
pid >= "HelloWorld" or (${org.apache.ode.BPELProcess}author >= "yuriy")
pid >= "HelloWorld" or ($author >= "yuriy")
pid >= "HelloWorld" or (${org.apache.ode.BPELProcess}author like "yuriy")
pid >= "HelloWorld" or ($author like "yuriy")
pid >= "HelloWorld" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
pid >= "HelloWorld" or ($author in ("yuriy"))
pid >= "HelloWorld" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
pid >= "HelloWorld" or ($author in ("yuriy","kostya","nazar","orest"))
pid like "HelloWorld" or (iid = "2006")
pid like "HelloWorld" or (iid < "2006")
pid like "HelloWorld" or (iid <= "2006")
pid like "HelloWorld" or (iid > "2006")
pid like "HelloWorld" or (iid >= "2006")
pid like "HelloWorld" or (iid in ("2006"))
pid like "HelloWorld" or (iid in ("2006","20061231"))
pid like "HelloWorld" or (status = "active")
pid like "HelloWorld" or (status = "suspended")
pid like "HelloWorld" or (status = "error")
pid like "HelloWorld" or (status = "completed")
pid like "HelloWorld" or (status = "terminated")
pid like "HelloWorld" or (status = "faulted")
pid like "HelloWorld" or (status in ("active","suspended"))
pid like "HelloWorld" or (status in ("active","suspended","error","completed","terminated","faulted"))
pid like "HelloWorld" or (started = "2006-01-01T00:00:01")
pid like "HelloWorld" or (started = "2006-01-31")
pid like "HelloWorld" or (started = "2006-01")
pid like "HelloWorld" or (started = "2006")
pid like "HelloWorld" or (started < "2006-01-01T00:00:01")
pid like "HelloWorld" or (started < "2006-01-31")
pid like "HelloWorld" or (started < "2006-01")
pid like "HelloWorld" or (started < "2006")
pid like "HelloWorld" or (started <= "2006-01-01T00:00:01")
pid like "HelloWorld" or (started <= "2006-01-31")
pid like "HelloWorld" or (started <= "2006-01")
pid like "HelloWorld" or (started <= "2006")
pid like "HelloWorld" or (started > "2006-01-01T00:00:01")
pid like "HelloWorld" or (started > "2006-01-31")
pid like "HelloWorld" or (started > "2006-01")
pid like "HelloWorld" or (started > "2006")
pid like "HelloWorld" or (started >= "2006-01-01T00:00:01")
pid like "HelloWorld" or (started >= "2006-01-31")
pid like "HelloWorld" or (started >= "2006-01")
pid like "HelloWorld" or (started >= "2006")
pid like "HelloWorld" or (started like "2006-01-01T00:00:01")
pid like "HelloWorld" or (started like "2006-01-31")
pid like "HelloWorld" or (started like "2006-01")
pid like "HelloWorld" or (started like "2006")
pid like "HelloWorld" or (started in ("2006-01-01T00:00:01"))
pid like "HelloWorld" or (started in ("2006-01-31","2006-01"))
pid like "HelloWorld" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
pid like "HelloWorld" or (last-active = "2006-02-01T00:00:01")
pid like "HelloWorld" or (last-active = "2006-02-21")
pid like "HelloWorld" or (last-active = "2006-02")
pid like "HelloWorld" or (last-active = "2006")
pid like "HelloWorld" or (last-active < "2006-02-01T00:00:01")
pid like "HelloWorld" or (last-active < "2006-02-21")
pid like "HelloWorld" or (last-active < "2006-02")
pid like "HelloWorld" or (last-active < "2006")
pid like "HelloWorld" or (last-active <= "2006-02-01T00:00:01")
pid like "HelloWorld" or (last-active <= "2006-02-21")
pid like "HelloWorld" or (last-active <= "2006-02")
pid like "HelloWorld" or (last-active <= "2006")
pid like "HelloWorld" or (last-active > "2006-02-01T00:00:01")
pid like "HelloWorld" or (last-active > "2006-02-21")
pid like "HelloWorld" or (last-active > "2006-02")
pid like "HelloWorld" or (last-active > "2006")
pid like "HelloWorld" or (last-active >= "2006-02-01T00:00:01")
pid like "HelloWorld" or (last-active >= "2006-02-21")
pid like "HelloWorld" or (last-active >= "2006-02")
pid like "HelloWorld" or (last-active >= "2006")
pid like "HelloWorld" or (last-active like "2006-02-01T00:00:01")
pid like "HelloWorld" or (last-active like "2006-02-21")
pid like "HelloWorld" or (last-active like "2006-02")
pid like "HelloWorld" or (last-active like "2006")
pid like "HelloWorld" or (last-active in ("2006-02-01T00:00:01"))
pid like "HelloWorld" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
pid like "HelloWorld" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
pid like "HelloWorld" or (${org.apache.ode.BPELProcess}author = "yuriy")
pid like "HelloWorld" or ($author = "yuriy")
pid like "HelloWorld" or (${org.apache.ode.BPELProcess}author < "yuriy")
pid like "HelloWorld" or ($author < "yuriy")
pid like "HelloWorld" or (${org.apache.ode.BPELProcess}author <= "yuriy")
pid like "HelloWorld" or ($author <= "yuriy")
pid like "HelloWorld" or (${org.apache.ode.BPELProcess}author > "yuriy")
pid like "HelloWorld" or ($author > "yuriy")
pid like "HelloWorld" or (${org.apache.ode.BPELProcess}author >= "yuriy")
pid like "HelloWorld" or ($author >= "yuriy")
pid like "HelloWorld" or (${org.apache.ode.BPELProcess}author like "yuriy")
pid like "HelloWorld" or ($author like "yuriy")
pid like "HelloWorld" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
pid like "HelloWorld" or ($author in ("yuriy"))
pid like "HelloWorld" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
pid like "HelloWorld" or ($author in ("yuriy","kostya","nazar","orest"))
pid in ("HelloWorld","Hello*","Hello*World") or (iid = "2006")
pid in ("HelloWorld","Hello*","Hello*World") or (iid < "2006")
pid in ("HelloWorld","Hello*","Hello*World") or (iid <= "2006")
pid in ("HelloWorld","Hello*","Hello*World") or (iid > "2006")
pid in ("HelloWorld","Hello*","Hello*World") or (iid >= "2006")
pid in ("HelloWorld","Hello*","Hello*World") or (iid in ("2006"))
pid in ("HelloWorld","Hello*","Hello*World") or (iid in ("2006","20061231"))
pid in ("HelloWorld","Hello*","Hello*World") or (status = "active")
pid in ("HelloWorld","Hello*","Hello*World") or (status = "suspended")
pid in ("HelloWorld","Hello*","Hello*World") or (status = "error")
pid in ("HelloWorld","Hello*","Hello*World") or (status = "completed")
pid in ("HelloWorld","Hello*","Hello*World") or (status = "terminated")
pid in ("HelloWorld","Hello*","Hello*World") or (status = "faulted")
pid in ("HelloWorld","Hello*","Hello*World") or (status in ("active","suspended"))
pid in ("HelloWorld","Hello*","Hello*World") or (status in ("active","suspended","error","completed","terminated","faulted"))
pid in ("HelloWorld","Hello*","Hello*World") or (started = "2006-01-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") or (started = "2006-01-31")
pid in ("HelloWorld","Hello*","Hello*World") or (started = "2006-01")
pid in ("HelloWorld","Hello*","Hello*World") or (started = "2006")
pid in ("HelloWorld","Hello*","Hello*World") or (started < "2006-01-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") or (started < "2006-01-31")
pid in ("HelloWorld","Hello*","Hello*World") or (started < "2006-01")
pid in ("HelloWorld","Hello*","Hello*World") or (started < "2006")
pid in ("HelloWorld","Hello*","Hello*World") or (started <= "2006-01-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") or (started <= "2006-01-31")
pid in ("HelloWorld","Hello*","Hello*World") or (started <= "2006-01")
pid in ("HelloWorld","Hello*","Hello*World") or (started <= "2006")
pid in ("HelloWorld","Hello*","Hello*World") or (started > "2006-01-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") or (started > "2006-01-31")
pid in ("HelloWorld","Hello*","Hello*World") or (started > "2006-01")
pid in ("HelloWorld","Hello*","Hello*World") or (started > "2006")
pid in ("HelloWorld","Hello*","Hello*World") or (started >= "2006-01-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") or (started >= "2006-01-31")
pid in ("HelloWorld","Hello*","Hello*World") or (started >= "2006-01")
pid in ("HelloWorld","Hello*","Hello*World") or (started >= "2006")
pid in ("HelloWorld","Hello*","Hello*World") or (started like "2006-01-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") or (started like "2006-01-31")
pid in ("HelloWorld","Hello*","Hello*World") or (started like "2006-01")
pid in ("HelloWorld","Hello*","Hello*World") or (started like "2006")
pid in ("HelloWorld","Hello*","Hello*World") or (started in ("2006-01-01T00:00:01"))
pid in ("HelloWorld","Hello*","Hello*World") or (started in ("2006-01-31","2006-01"))
pid in ("HelloWorld","Hello*","Hello*World") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
pid in ("HelloWorld","Hello*","Hello*World") or (last-active = "2006-02-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active = "2006-02-21")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active = "2006-02")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active = "2006")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active < "2006-02-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active < "2006-02-21")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active < "2006-02")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active < "2006")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active <= "2006-02-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active <= "2006-02-21")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active <= "2006-02")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active <= "2006")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active > "2006-02-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active > "2006-02-21")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active > "2006-02")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active > "2006")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active >= "2006-02-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active >= "2006-02-21")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active >= "2006-02")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active >= "2006")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active like "2006-02-01T00:00:01")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active like "2006-02-21")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active like "2006-02")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active like "2006")
pid in ("HelloWorld","Hello*","Hello*World") or (last-active in ("2006-02-01T00:00:01"))
pid in ("HelloWorld","Hello*","Hello*World") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
pid in ("HelloWorld","Hello*","Hello*World") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
pid in ("HelloWorld","Hello*","Hello*World") or (${org.apache.ode.BPELProcess}author = "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") or ($author = "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") or (${org.apache.ode.BPELProcess}author < "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") or ($author < "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") or (${org.apache.ode.BPELProcess}author <= "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") or ($author <= "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") or (${org.apache.ode.BPELProcess}author > "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") or ($author > "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") or (${org.apache.ode.BPELProcess}author >= "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") or ($author >= "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") or (${org.apache.ode.BPELProcess}author like "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") or ($author like "yuriy")
pid in ("HelloWorld","Hello*","Hello*World") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
pid in ("HelloWorld","Hello*","Hello*World") or ($author in ("yuriy"))
pid in ("HelloWorld","Hello*","Hello*World") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
pid in ("HelloWorld","Hello*","Hello*World") or ($author in ("yuriy","kostya","nazar","orest"))
pid in ("Hello*","Hello*World") or (iid = "2006")
pid in ("Hello*","Hello*World") or (iid < "2006")
pid in ("Hello*","Hello*World") or (iid <= "2006")
pid in ("Hello*","Hello*World") or (iid > "2006")
pid in ("Hello*","Hello*World") or (iid >= "2006")
pid in ("Hello*","Hello*World") or (iid in ("2006"))
pid in ("Hello*","Hello*World") or (iid in ("2006","20061231"))
pid in ("Hello*","Hello*World") or (status = "active")
pid in ("Hello*","Hello*World") or (status = "suspended")
pid in ("Hello*","Hello*World") or (status = "error")
pid in ("Hello*","Hello*World") or (status = "completed")
pid in ("Hello*","Hello*World") or (status = "terminated")
pid in ("Hello*","Hello*World") or (status = "faulted")
pid in ("Hello*","Hello*World") or (status in ("active","suspended"))
pid in ("Hello*","Hello*World") or (status in ("active","suspended","error","completed","terminated","faulted"))
pid in ("Hello*","Hello*World") or (started = "2006-01-01T00:00:01")
pid in ("Hello*","Hello*World") or (started = "2006-01-31")
pid in ("Hello*","Hello*World") or (started = "2006-01")
pid in ("Hello*","Hello*World") or (started = "2006")
pid in ("Hello*","Hello*World") or (started < "2006-01-01T00:00:01")
pid in ("Hello*","Hello*World") or (started < "2006-01-31")
pid in ("Hello*","Hello*World") or (started < "2006-01")
pid in ("Hello*","Hello*World") or (started < "2006")
pid in ("Hello*","Hello*World") or (started <= "2006-01-01T00:00:01")
pid in ("Hello*","Hello*World") or (started <= "2006-01-31")
pid in ("Hello*","Hello*World") or (started <= "2006-01")
pid in ("Hello*","Hello*World") or (started <= "2006")
pid in ("Hello*","Hello*World") or (started > "2006-01-01T00:00:01")
pid in ("Hello*","Hello*World") or (started > "2006-01-31")
pid in ("Hello*","Hello*World") or (started > "2006-01")
pid in ("Hello*","Hello*World") or (started > "2006")
pid in ("Hello*","Hello*World") or (started >= "2006-01-01T00:00:01")
pid in ("Hello*","Hello*World") or (started >= "2006-01-31")
pid in ("Hello*","Hello*World") or (started >= "2006-01")
pid in ("Hello*","Hello*World") or (started >= "2006")
pid in ("Hello*","Hello*World") or (started like "2006-01-01T00:00:01")
pid in ("Hello*","Hello*World") or (started like "2006-01-31")
pid in ("Hello*","Hello*World") or (started like "2006-01")
pid in ("Hello*","Hello*World") or (started like "2006")
pid in ("Hello*","Hello*World") or (started in ("2006-01-01T00:00:01"))
pid in ("Hello*","Hello*World") or (started in ("2006-01-31","2006-01"))
pid in ("Hello*","Hello*World") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
pid in ("Hello*","Hello*World") or (last-active = "2006-02-01T00:00:01")
pid in ("Hello*","Hello*World") or (last-active = "2006-02-21")
pid in ("Hello*","Hello*World") or (last-active = "2006-02")
pid in ("Hello*","Hello*World") or (last-active = "2006")
pid in ("Hello*","Hello*World") or (last-active < "2006-02-01T00:00:01")
pid in ("Hello*","Hello*World") or (last-active < "2006-02-21")
pid in ("Hello*","Hello*World") or (last-active < "2006-02")
pid in ("Hello*","Hello*World") or (last-active < "2006")
pid in ("Hello*","Hello*World") or (last-active <= "2006-02-01T00:00:01")
pid in ("Hello*","Hello*World") or (last-active <= "2006-02-21")
pid in ("Hello*","Hello*World") or (last-active <= "2006-02")
pid in ("Hello*","Hello*World") or (last-active <= "2006")
pid in ("Hello*","Hello*World") or (last-active > "2006-02-01T00:00:01")
pid in ("Hello*","Hello*World") or (last-active > "2006-02-21")
pid in ("Hello*","Hello*World") or (last-active > "2006-02")
pid in ("Hello*","Hello*World") or (last-active > "2006")
pid in ("Hello*","Hello*World") or (last-active >= "2006-02-01T00:00:01")
pid in ("Hello*","Hello*World") or (last-active >= "2006-02-21")
pid in ("Hello*","Hello*World") or (last-active >= "2006-02")
pid in ("Hello*","Hello*World") or (last-active >= "2006")
pid in ("Hello*","Hello*World") or (last-active like "2006-02-01T00:00:01")
pid in ("Hello*","Hello*World") or (last-active like "2006-02-21")
pid in ("Hello*","Hello*World") or (last-active like "2006-02")
pid in ("Hello*","Hello*World") or (last-active like "2006")
pid in ("Hello*","Hello*World") or (last-active in ("2006-02-01T00:00:01"))
pid in ("Hello*","Hello*World") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
pid in ("Hello*","Hello*World") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
pid in ("Hello*","Hello*World") or (${org.apache.ode.BPELProcess}author = "yuriy")
pid in ("Hello*","Hello*World") or ($author = "yuriy")
pid in ("Hello*","Hello*World") or (${org.apache.ode.BPELProcess}author < "yuriy")
pid in ("Hello*","Hello*World") or ($author < "yuriy")
pid in ("Hello*","Hello*World") or (${org.apache.ode.BPELProcess}author <= "yuriy")
pid in ("Hello*","Hello*World") or ($author <= "yuriy")
pid in ("Hello*","Hello*World") or (${org.apache.ode.BPELProcess}author > "yuriy")
pid in ("Hello*","Hello*World") or ($author > "yuriy")
pid in ("Hello*","Hello*World") or (${org.apache.ode.BPELProcess}author >= "yuriy")
pid in ("Hello*","Hello*World") or ($author >= "yuriy")
pid in ("Hello*","Hello*World") or (${org.apache.ode.BPELProcess}author like "yuriy")
pid in ("Hello*","Hello*World") or ($author like "yuriy")
pid in ("Hello*","Hello*World") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
pid in ("Hello*","Hello*World") or ($author in ("yuriy"))
pid in ("Hello*","Hello*World") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
pid in ("Hello*","Hello*World") or ($author in ("yuriy","kostya","nazar","orest"))
pid in ("Hello*World") or (iid = "2006")
pid in ("Hello*World") or (iid < "2006")
pid in ("Hello*World") or (iid <= "2006")
pid in ("Hello*World") or (iid > "2006")
pid in ("Hello*World") or (iid >= "2006")
pid in ("Hello*World") or (iid in ("2006"))
pid in ("Hello*World") or (iid in ("2006","20061231"))
pid in ("Hello*World") or (status = "active")
pid in ("Hello*World") or (status = "suspended")
pid in ("Hello*World") or (status = "error")
pid in ("Hello*World") or (status = "completed")
pid in ("Hello*World") or (status = "terminated")
pid in ("Hello*World") or (status = "faulted")
pid in ("Hello*World") or (status in ("active","suspended"))
pid in ("Hello*World") or (status in ("active","suspended","error","completed","terminated","faulted"))
pid in ("Hello*World") or (started = "2006-01-01T00:00:01")
pid in ("Hello*World") or (started = "2006-01-31")
pid in ("Hello*World") or (started = "2006-01")
pid in ("Hello*World") or (started = "2006")
pid in ("Hello*World") or (started < "2006-01-01T00:00:01")
pid in ("Hello*World") or (started < "2006-01-31")
pid in ("Hello*World") or (started < "2006-01")
pid in ("Hello*World") or (started < "2006")
pid in ("Hello*World") or (started <= "2006-01-01T00:00:01")
pid in ("Hello*World") or (started <= "2006-01-31")
pid in ("Hello*World") or (started <= "2006-01")
pid in ("Hello*World") or (started <= "2006")
pid in ("Hello*World") or (started > "2006-01-01T00:00:01")
pid in ("Hello*World") or (started > "2006-01-31")
pid in ("Hello*World") or (started > "2006-01")
pid in ("Hello*World") or (started > "2006")
pid in ("Hello*World") or (started >= "2006-01-01T00:00:01")
pid in ("Hello*World") or (started >= "2006-01-31")
pid in ("Hello*World") or (started >= "2006-01")
pid in ("Hello*World") or (started >= "2006")
pid in ("Hello*World") or (started like "2006-01-01T00:00:01")
pid in ("Hello*World") or (started like "2006-01-31")
pid in ("Hello*World") or (started like "2006-01")
pid in ("Hello*World") or (started like "2006")
pid in ("Hello*World") or (started in ("2006-01-01T00:00:01"))
pid in ("Hello*World") or (started in ("2006-01-31","2006-01"))
pid in ("Hello*World") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
pid in ("Hello*World") or (last-active = "2006-02-01T00:00:01")
pid in ("Hello*World") or (last-active = "2006-02-21")
pid in ("Hello*World") or (last-active = "2006-02")
pid in ("Hello*World") or (last-active = "2006")
pid in ("Hello*World") or (last-active < "2006-02-01T00:00:01")
pid in ("Hello*World") or (last-active < "2006-02-21")
pid in ("Hello*World") or (last-active < "2006-02")
pid in ("Hello*World") or (last-active < "2006")
pid in ("Hello*World") or (last-active <= "2006-02-01T00:00:01")
pid in ("Hello*World") or (last-active <= "2006-02-21")
pid in ("Hello*World") or (last-active <= "2006-02")
pid in ("Hello*World") or (last-active <= "2006")
pid in ("Hello*World") or (last-active > "2006-02-01T00:00:01")
pid in ("Hello*World") or (last-active > "2006-02-21")
pid in ("Hello*World") or (last-active > "2006-02")
pid in ("Hello*World") or (last-active > "2006")
pid in ("Hello*World") or (last-active >= "2006-02-01T00:00:01")
pid in ("Hello*World") or (last-active >= "2006-02-21")
pid in ("Hello*World") or (last-active >= "2006-02")
pid in ("Hello*World") or (last-active >= "2006")
pid in ("Hello*World") or (last-active like "2006-02-01T00:00:01")
pid in ("Hello*World") or (last-active like "2006-02-21")
pid in ("Hello*World") or (last-active like "2006-02")
pid in ("Hello*World") or (last-active like "2006")
pid in ("Hello*World") or (last-active in ("2006-02-01T00:00:01"))
pid in ("Hello*World") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
pid in ("Hello*World") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
pid in ("Hello*World") or (${org.apache.ode.BPELProcess}author = "yuriy")
pid in ("Hello*World") or ($author = "yuriy")
pid in ("Hello*World") or (${org.apache.ode.BPELProcess}author < "yuriy")
pid in ("Hello*World") or ($author < "yuriy")
pid in ("Hello*World") or (${org.apache.ode.BPELProcess}author <= "yuriy")
pid in ("Hello*World") or ($author <= "yuriy")
pid in ("Hello*World") or (${org.apache.ode.BPELProcess}author > "yuriy")
pid in ("Hello*World") or ($author > "yuriy")
pid in ("Hello*World") or (${org.apache.ode.BPELProcess}author >= "yuriy")
pid in ("Hello*World") or ($author >= "yuriy")
pid in ("Hello*World") or (${org.apache.ode.BPELProcess}author like "yuriy")
pid in ("Hello*World") or ($author like "yuriy")
pid in ("Hello*World") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
pid in ("Hello*World") or ($author in ("yuriy"))
pid in ("Hello*World") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
pid in ("Hello*World") or ($author in ("yuriy","kostya","nazar","orest"))
(pid = "HelloWorld") or (iid = "2006")
(pid = "HelloWorld") or (iid < "2006")
(pid = "HelloWorld") or (iid <= "2006")
(pid = "HelloWorld") or (iid > "2006")
(pid = "HelloWorld") or (iid >= "2006")
(pid = "HelloWorld") or (iid in ("2006"))
(pid = "HelloWorld") or (iid in ("2006","20061231"))
(pid = "HelloWorld") or (status = "active")
(pid = "HelloWorld") or (status = "suspended")
(pid = "HelloWorld") or (status = "error")
(pid = "HelloWorld") or (status = "completed")
(pid = "HelloWorld") or (status = "terminated")
(pid = "HelloWorld") or (status = "faulted")
(pid = "HelloWorld") or (status in ("active","suspended"))
(pid = "HelloWorld") or (status in ("active","suspended","error","completed","terminated","faulted"))
(pid = "HelloWorld") or (started = "2006-01-01T00:00:01")
(pid = "HelloWorld") or (started = "2006-01-31")
(pid = "HelloWorld") or (started = "2006-01")
(pid = "HelloWorld") or (started = "2006")
(pid = "HelloWorld") or (started < "2006-01-01T00:00:01")
(pid = "HelloWorld") or (started < "2006-01-31")
(pid = "HelloWorld") or (started < "2006-01")
(pid = "HelloWorld") or (started < "2006")
(pid = "HelloWorld") or (started <= "2006-01-01T00:00:01")
(pid = "HelloWorld") or (started <= "2006-01-31")
(pid = "HelloWorld") or (started <= "2006-01")
(pid = "HelloWorld") or (started <= "2006")
(pid = "HelloWorld") or (started > "2006-01-01T00:00:01")
(pid = "HelloWorld") or (started > "2006-01-31")
(pid = "HelloWorld") or (started > "2006-01")
(pid = "HelloWorld") or (started > "2006")
(pid = "HelloWorld") or (started >= "2006-01-01T00:00:01")
(pid = "HelloWorld") or (started >= "2006-01-31")
(pid = "HelloWorld") or (started >= "2006-01")
(pid = "HelloWorld") or (started >= "2006")
(pid = "HelloWorld") or (started like "2006-01-01T00:00:01")
(pid = "HelloWorld") or (started like "2006-01-31")
(pid = "HelloWorld") or (started like "2006-01")
(pid = "HelloWorld") or (started like "2006")
(pid = "HelloWorld") or (started in ("2006-01-01T00:00:01"))
(pid = "HelloWorld") or (started in ("2006-01-31","2006-01"))
(pid = "HelloWorld") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(pid = "HelloWorld") or (last-active = "2006-02-01T00:00:01")
(pid = "HelloWorld") or (last-active = "2006-02-21")
(pid = "HelloWorld") or (last-active = "2006-02")
(pid = "HelloWorld") or (last-active = "2006")
(pid = "HelloWorld") or (last-active < "2006-02-01T00:00:01")
(pid = "HelloWorld") or (last-active < "2006-02-21")
(pid = "HelloWorld") or (last-active < "2006-02")
(pid = "HelloWorld") or (last-active < "2006")
(pid = "HelloWorld") or (last-active <= "2006-02-01T00:00:01")
(pid = "HelloWorld") or (last-active <= "2006-02-21")
(pid = "HelloWorld") or (last-active <= "2006-02")
(pid = "HelloWorld") or (last-active <= "2006")
(pid = "HelloWorld") or (last-active > "2006-02-01T00:00:01")
(pid = "HelloWorld") or (last-active > "2006-02-21")
(pid = "HelloWorld") or (last-active > "2006-02")
(pid = "HelloWorld") or (last-active > "2006")
(pid = "HelloWorld") or (last-active >= "2006-02-01T00:00:01")
(pid = "HelloWorld") or (last-active >= "2006-02-21")
(pid = "HelloWorld") or (last-active >= "2006-02")
(pid = "HelloWorld") or (last-active >= "2006")
(pid = "HelloWorld") or (last-active like "2006-02-01T00:00:01")
(pid = "HelloWorld") or (last-active like "2006-02-21")
(pid = "HelloWorld") or (last-active like "2006-02")
(pid = "HelloWorld") or (last-active like "2006")
(pid = "HelloWorld") or (last-active in ("2006-02-01T00:00:01"))
(pid = "HelloWorld") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(pid = "HelloWorld") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(pid = "HelloWorld") or (${org.apache.ode.BPELProcess}author = "yuriy")
(pid = "HelloWorld") or ($author = "yuriy")
(pid = "HelloWorld") or (${org.apache.ode.BPELProcess}author < "yuriy")
(pid = "HelloWorld") or ($author < "yuriy")
(pid = "HelloWorld") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(pid = "HelloWorld") or ($author <= "yuriy")
(pid = "HelloWorld") or (${org.apache.ode.BPELProcess}author > "yuriy")
(pid = "HelloWorld") or ($author > "yuriy")
(pid = "HelloWorld") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(pid = "HelloWorld") or ($author >= "yuriy")
(pid = "HelloWorld") or (${org.apache.ode.BPELProcess}author like "yuriy")
(pid = "HelloWorld") or ($author like "yuriy")
(pid = "HelloWorld") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(pid = "HelloWorld") or ($author in ("yuriy"))
(pid = "HelloWorld") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(pid = "HelloWorld") or ($author in ("yuriy","kostya","nazar","orest"))
(pid < "HelloWorld") or (iid = "2006")
(pid < "HelloWorld") or (iid < "2006")
(pid < "HelloWorld") or (iid <= "2006")
(pid < "HelloWorld") or (iid > "2006")
(pid < "HelloWorld") or (iid >= "2006")
(pid < "HelloWorld") or (iid in ("2006"))
(pid < "HelloWorld") or (iid in ("2006","20061231"))
(pid < "HelloWorld") or (status = "active")
(pid < "HelloWorld") or (status = "suspended")
(pid < "HelloWorld") or (status = "error")
(pid < "HelloWorld") or (status = "completed")
(pid < "HelloWorld") or (status = "terminated")
(pid < "HelloWorld") or (status = "faulted")
(pid < "HelloWorld") or (status in ("active","suspended"))
(pid < "HelloWorld") or (status in ("active","suspended","error","completed","terminated","faulted"))
(pid < "HelloWorld") or (started = "2006-01-01T00:00:01")
(pid < "HelloWorld") or (started = "2006-01-31")
(pid < "HelloWorld") or (started = "2006-01")
(pid < "HelloWorld") or (started = "2006")
(pid < "HelloWorld") or (started < "2006-01-01T00:00:01")
(pid < "HelloWorld") or (started < "2006-01-31")
(pid < "HelloWorld") or (started < "2006-01")
(pid < "HelloWorld") or (started < "2006")
(pid < "HelloWorld") or (started <= "2006-01-01T00:00:01")
(pid < "HelloWorld") or (started <= "2006-01-31")
(pid < "HelloWorld") or (started <= "2006-01")
(pid < "HelloWorld") or (started <= "2006")
(pid < "HelloWorld") or (started > "2006-01-01T00:00:01")
(pid < "HelloWorld") or (started > "2006-01-31")
(pid < "HelloWorld") or (started > "2006-01")
(pid < "HelloWorld") or (started > "2006")
(pid < "HelloWorld") or (started >= "2006-01-01T00:00:01")
(pid < "HelloWorld") or (started >= "2006-01-31")
(pid < "HelloWorld") or (started >= "2006-01")
(pid < "HelloWorld") or (started >= "2006")
(pid < "HelloWorld") or (started like "2006-01-01T00:00:01")
(pid < "HelloWorld") or (started like "2006-01-31")
(pid < "HelloWorld") or (started like "2006-01")
(pid < "HelloWorld") or (started like "2006")
(pid < "HelloWorld") or (started in ("2006-01-01T00:00:01"))
(pid < "HelloWorld") or (started in ("2006-01-31","2006-01"))
(pid < "HelloWorld") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(pid < "HelloWorld") or (last-active = "2006-02-01T00:00:01")
(pid < "HelloWorld") or (last-active = "2006-02-21")
(pid < "HelloWorld") or (last-active = "2006-02")
(pid < "HelloWorld") or (last-active = "2006")
(pid < "HelloWorld") or (last-active < "2006-02-01T00:00:01")
(pid < "HelloWorld") or (last-active < "2006-02-21")
(pid < "HelloWorld") or (last-active < "2006-02")
(pid < "HelloWorld") or (last-active < "2006")
(pid < "HelloWorld") or (last-active <= "2006-02-01T00:00:01")
(pid < "HelloWorld") or (last-active <= "2006-02-21")
(pid < "HelloWorld") or (last-active <= "2006-02")
(pid < "HelloWorld") or (last-active <= "2006")
(pid < "HelloWorld") or (last-active > "2006-02-01T00:00:01")
(pid < "HelloWorld") or (last-active > "2006-02-21")
(pid < "HelloWorld") or (last-active > "2006-02")
(pid < "HelloWorld") or (last-active > "2006")
(pid < "HelloWorld") or (last-active >= "2006-02-01T00:00:01")
(pid < "HelloWorld") or (last-active >= "2006-02-21")
(pid < "HelloWorld") or (last-active >= "2006-02")
(pid < "HelloWorld") or (last-active >= "2006")
(pid < "HelloWorld") or (last-active like "2006-02-01T00:00:01")
(pid < "HelloWorld") or (last-active like "2006-02-21")
(pid < "HelloWorld") or (last-active like "2006-02")
(pid < "HelloWorld") or (last-active like "2006")
(pid < "HelloWorld") or (last-active in ("2006-02-01T00:00:01"))
(pid < "HelloWorld") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(pid < "HelloWorld") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(pid < "HelloWorld") or (${org.apache.ode.BPELProcess}author = "yuriy")
(pid < "HelloWorld") or ($author = "yuriy")
(pid < "HelloWorld") or (${org.apache.ode.BPELProcess}author < "yuriy")
(pid < "HelloWorld") or ($author < "yuriy")
(pid < "HelloWorld") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(pid < "HelloWorld") or ($author <= "yuriy")
(pid < "HelloWorld") or (${org.apache.ode.BPELProcess}author > "yuriy")
(pid < "HelloWorld") or ($author > "yuriy")
(pid < "HelloWorld") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(pid < "HelloWorld") or ($author >= "yuriy")
(pid < "HelloWorld") or (${org.apache.ode.BPELProcess}author like "yuriy")
(pid < "HelloWorld") or ($author like "yuriy")
(pid < "HelloWorld") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(pid < "HelloWorld") or ($author in ("yuriy"))
(pid < "HelloWorld") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(pid < "HelloWorld") or ($author in ("yuriy","kostya","nazar","orest"))
(pid <= "HelloWorld") or (iid = "2006")
(pid <= "HelloWorld") or (iid < "2006")
(pid <= "HelloWorld") or (iid <= "2006")
(pid <= "HelloWorld") or (iid > "2006")
(pid <= "HelloWorld") or (iid >= "2006")
(pid <= "HelloWorld") or (iid in ("2006"))
(pid <= "HelloWorld") or (iid in ("2006","20061231"))
(pid <= "HelloWorld") or (status = "active")
(pid <= "HelloWorld") or (status = "suspended")
(pid <= "HelloWorld") or (status = "error")
(pid <= "HelloWorld") or (status = "completed")
(pid <= "HelloWorld") or (status = "terminated")
(pid <= "HelloWorld") or (status = "faulted")
(pid <= "HelloWorld") or (status in ("active","suspended"))
(pid <= "HelloWorld") or (status in ("active","suspended","error","completed","terminated","faulted"))
(pid <= "HelloWorld") or (started = "2006-01-01T00:00:01")
(pid <= "HelloWorld") or (started = "2006-01-31")
(pid <= "HelloWorld") or (started = "2006-01")
(pid <= "HelloWorld") or (started = "2006")
(pid <= "HelloWorld") or (started < "2006-01-01T00:00:01")
(pid <= "HelloWorld") or (started < "2006-01-31")
(pid <= "HelloWorld") or (started < "2006-01")
(pid <= "HelloWorld") or (started < "2006")
(pid <= "HelloWorld") or (started <= "2006-01-01T00:00:01")
(pid <= "HelloWorld") or (started <= "2006-01-31")
(pid <= "HelloWorld") or (started <= "2006-01")
(pid <= "HelloWorld") or (started <= "2006")
(pid <= "HelloWorld") or (started > "2006-01-01T00:00:01")
(pid <= "HelloWorld") or (started > "2006-01-31")
(pid <= "HelloWorld") or (started > "2006-01")
(pid <= "HelloWorld") or (started > "2006")
(pid <= "HelloWorld") or (started >= "2006-01-01T00:00:01")
(pid <= "HelloWorld") or (started >= "2006-01-31")
(pid <= "HelloWorld") or (started >= "2006-01")
(pid <= "HelloWorld") or (started >= "2006")
(pid <= "HelloWorld") or (started like "2006-01-01T00:00:01")
(pid <= "HelloWorld") or (started like "2006-01-31")
(pid <= "HelloWorld") or (started like "2006-01")
(pid <= "HelloWorld") or (started like "2006")
(pid <= "HelloWorld") or (started in ("2006-01-01T00:00:01"))
(pid <= "HelloWorld") or (started in ("2006-01-31","2006-01"))
(pid <= "HelloWorld") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(pid <= "HelloWorld") or (last-active = "2006-02-01T00:00:01")
(pid <= "HelloWorld") or (last-active = "2006-02-21")
(pid <= "HelloWorld") or (last-active = "2006-02")
(pid <= "HelloWorld") or (last-active = "2006")
(pid <= "HelloWorld") or (last-active < "2006-02-01T00:00:01")
(pid <= "HelloWorld") or (last-active < "2006-02-21")
(pid <= "HelloWorld") or (last-active < "2006-02")
(pid <= "HelloWorld") or (last-active < "2006")
(pid <= "HelloWorld") or (last-active <= "2006-02-01T00:00:01")
(pid <= "HelloWorld") or (last-active <= "2006-02-21")
(pid <= "HelloWorld") or (last-active <= "2006-02")
(pid <= "HelloWorld") or (last-active <= "2006")
(pid <= "HelloWorld") or (last-active > "2006-02-01T00:00:01")
(pid <= "HelloWorld") or (last-active > "2006-02-21")
(pid <= "HelloWorld") or (last-active > "2006-02")
(pid <= "HelloWorld") or (last-active > "2006")
(pid <= "HelloWorld") or (last-active >= "2006-02-01T00:00:01")
(pid <= "HelloWorld") or (last-active >= "2006-02-21")
(pid <= "HelloWorld") or (last-active >= "2006-02")
(pid <= "HelloWorld") or (last-active >= "2006")
(pid <= "HelloWorld") or (last-active like "2006-02-01T00:00:01")
(pid <= "HelloWorld") or (last-active like "2006-02-21")
(pid <= "HelloWorld") or (last-active like "2006-02")
(pid <= "HelloWorld") or (last-active like "2006")
(pid <= "HelloWorld") or (last-active in ("2006-02-01T00:00:01"))
(pid <= "HelloWorld") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(pid <= "HelloWorld") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(pid <= "HelloWorld") or (${org.apache.ode.BPELProcess}author = "yuriy")
(pid <= "HelloWorld") or ($author = "yuriy")
(pid <= "HelloWorld") or (${org.apache.ode.BPELProcess}author < "yuriy")
(pid <= "HelloWorld") or ($author < "yuriy")
(pid <= "HelloWorld") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(pid <= "HelloWorld") or ($author <= "yuriy")
(pid <= "HelloWorld") or (${org.apache.ode.BPELProcess}author > "yuriy")
(pid <= "HelloWorld") or ($author > "yuriy")
(pid <= "HelloWorld") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(pid <= "HelloWorld") or ($author >= "yuriy")
(pid <= "HelloWorld") or (${org.apache.ode.BPELProcess}author like "yuriy")
(pid <= "HelloWorld") or ($author like "yuriy")
(pid <= "HelloWorld") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(pid <= "HelloWorld") or ($author in ("yuriy"))
(pid <= "HelloWorld") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(pid <= "HelloWorld") or ($author in ("yuriy","kostya","nazar","orest"))
(pid > "HelloWorld") or (iid = "2006")
(pid > "HelloWorld") or (iid < "2006")
(pid > "HelloWorld") or (iid <= "2006")
(pid > "HelloWorld") or (iid > "2006")
(pid > "HelloWorld") or (iid >= "2006")
(pid > "HelloWorld") or (iid in ("2006"))
(pid > "HelloWorld") or (iid in ("2006","20061231"))
(pid > "HelloWorld") or (status = "active")
(pid > "HelloWorld") or (status = "suspended")
(pid > "HelloWorld") or (status = "error")
(pid > "HelloWorld") or (status = "completed")
(pid > "HelloWorld") or (status = "terminated")
(pid > "HelloWorld") or (status = "faulted")
(pid > "HelloWorld") or (status in ("active","suspended"))
(pid > "HelloWorld") or (status in ("active","suspended","error","completed","terminated","faulted"))
(pid > "HelloWorld") or (started = "2006-01-01T00:00:01")
(pid > "HelloWorld") or (started = "2006-01-31")
(pid > "HelloWorld") or (started = "2006-01")
(pid > "HelloWorld") or (started = "2006")
(pid > "HelloWorld") or (started < "2006-01-01T00:00:01")
(pid > "HelloWorld") or (started < "2006-01-31")
(pid > "HelloWorld") or (started < "2006-01")
(pid > "HelloWorld") or (started < "2006")
(pid > "HelloWorld") or (started <= "2006-01-01T00:00:01")
(pid > "HelloWorld") or (started <= "2006-01-31")
(pid > "HelloWorld") or (started <= "2006-01")
(pid > "HelloWorld") or (started <= "2006")
(pid > "HelloWorld") or (started > "2006-01-01T00:00:01")
(pid > "HelloWorld") or (started > "2006-01-31")
(pid > "HelloWorld") or (started > "2006-01")
(pid > "HelloWorld") or (started > "2006")
(pid > "HelloWorld") or (started >= "2006-01-01T00:00:01")
(pid > "HelloWorld") or (started >= "2006-01-31")
(pid > "HelloWorld") or (started >= "2006-01")
(pid > "HelloWorld") or (started >= "2006")
(pid > "HelloWorld") or (started like "2006-01-01T00:00:01")
(pid > "HelloWorld") or (started like "2006-01-31")
(pid > "HelloWorld") or (started like "2006-01")
(pid > "HelloWorld") or (started like "2006")
(pid > "HelloWorld") or (started in ("2006-01-01T00:00:01"))
(pid > "HelloWorld") or (started in ("2006-01-31","2006-01"))
(pid > "HelloWorld") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(pid > "HelloWorld") or (last-active = "2006-02-01T00:00:01")
(pid > "HelloWorld") or (last-active = "2006-02-21")
(pid > "HelloWorld") or (last-active = "2006-02")
(pid > "HelloWorld") or (last-active = "2006")
(pid > "HelloWorld") or (last-active < "2006-02-01T00:00:01")
(pid > "HelloWorld") or (last-active < "2006-02-21")
(pid > "HelloWorld") or (last-active < "2006-02")
(pid > "HelloWorld") or (last-active < "2006")
(pid > "HelloWorld") or (last-active <= "2006-02-01T00:00:01")
(pid > "HelloWorld") or (last-active <= "2006-02-21")
(pid > "HelloWorld") or (last-active <= "2006-02")
(pid > "HelloWorld") or (last-active <= "2006")
(pid > "HelloWorld") or (last-active > "2006-02-01T00:00:01")
(pid > "HelloWorld") or (last-active > "2006-02-21")
(pid > "HelloWorld") or (last-active > "2006-02")
(pid > "HelloWorld") or (last-active > "2006")
(pid > "HelloWorld") or (last-active >= "2006-02-01T00:00:01")
(pid > "HelloWorld") or (last-active >= "2006-02-21")
(pid > "HelloWorld") or (last-active >= "2006-02")
(pid > "HelloWorld") or (last-active >= "2006")
(pid > "HelloWorld") or (last-active like "2006-02-01T00:00:01")
(pid > "HelloWorld") or (last-active like "2006-02-21")
(pid > "HelloWorld") or (last-active like "2006-02")
(pid > "HelloWorld") or (last-active like "2006")
(pid > "HelloWorld") or (last-active in ("2006-02-01T00:00:01"))
(pid > "HelloWorld") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(pid > "HelloWorld") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(pid > "HelloWorld") or (${org.apache.ode.BPELProcess}author = "yuriy")
(pid > "HelloWorld") or ($author = "yuriy")
(pid > "HelloWorld") or (${org.apache.ode.BPELProcess}author < "yuriy")
(pid > "HelloWorld") or ($author < "yuriy")
(pid > "HelloWorld") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(pid > "HelloWorld") or ($author <= "yuriy")
(pid > "HelloWorld") or (${org.apache.ode.BPELProcess}author > "yuriy")
(pid > "HelloWorld") or ($author > "yuriy")
(pid > "HelloWorld") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(pid > "HelloWorld") or ($author >= "yuriy")
(pid > "HelloWorld") or (${org.apache.ode.BPELProcess}author like "yuriy")
(pid > "HelloWorld") or ($author like "yuriy")
(pid > "HelloWorld") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(pid > "HelloWorld") or ($author in ("yuriy"))
(pid > "HelloWorld") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(pid > "HelloWorld") or ($author in ("yuriy","kostya","nazar","orest"))
(pid >= "HelloWorld") or (iid = "2006")
(pid >= "HelloWorld") or (iid < "2006")
(pid >= "HelloWorld") or (iid <= "2006")
(pid >= "HelloWorld") or (iid > "2006")
(pid >= "HelloWorld") or (iid >= "2006")
(pid >= "HelloWorld") or (iid in ("2006"))
(pid >= "HelloWorld") or (iid in ("2006","20061231"))
(pid >= "HelloWorld") or (status = "active")
(pid >= "HelloWorld") or (status = "suspended")
(pid >= "HelloWorld") or (status = "error")
(pid >= "HelloWorld") or (status = "completed")
(pid >= "HelloWorld") or (status = "terminated")
(pid >= "HelloWorld") or (status = "faulted")
(pid >= "HelloWorld") or (status in ("active","suspended"))
(pid >= "HelloWorld") or (status in ("active","suspended","error","completed","terminated","faulted"))
(pid >= "HelloWorld") or (started = "2006-01-01T00:00:01")
(pid >= "HelloWorld") or (started = "2006-01-31")
(pid >= "HelloWorld") or (started = "2006-01")
(pid >= "HelloWorld") or (started = "2006")
(pid >= "HelloWorld") or (started < "2006-01-01T00:00:01")
(pid >= "HelloWorld") or (started < "2006-01-31")
(pid >= "HelloWorld") or (started < "2006-01")
(pid >= "HelloWorld") or (started < "2006")
(pid >= "HelloWorld") or (started <= "2006-01-01T00:00:01")
(pid >= "HelloWorld") or (started <= "2006-01-31")
(pid >= "HelloWorld") or (started <= "2006-01")
(pid >= "HelloWorld") or (started <= "2006")
(pid >= "HelloWorld") or (started > "2006-01-01T00:00:01")
(pid >= "HelloWorld") or (started > "2006-01-31")
(pid >= "HelloWorld") or (started > "2006-01")
(pid >= "HelloWorld") or (started > "2006")
(pid >= "HelloWorld") or (started >= "2006-01-01T00:00:01")
(pid >= "HelloWorld") or (started >= "2006-01-31")
(pid >= "HelloWorld") or (started >= "2006-01")
(pid >= "HelloWorld") or (started >= "2006")
(pid >= "HelloWorld") or (started like "2006-01-01T00:00:01")
(pid >= "HelloWorld") or (started like "2006-01-31")
(pid >= "HelloWorld") or (started like "2006-01")
(pid >= "HelloWorld") or (started like "2006")
(pid >= "HelloWorld") or (started in ("2006-01-01T00:00:01"))
(pid >= "HelloWorld") or (started in ("2006-01-31","2006-01"))
(pid >= "HelloWorld") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(pid >= "HelloWorld") or (last-active = "2006-02-01T00:00:01")
(pid >= "HelloWorld") or (last-active = "2006-02-21")
(pid >= "HelloWorld") or (last-active = "2006-02")
(pid >= "HelloWorld") or (last-active = "2006")
(pid >= "HelloWorld") or (last-active < "2006-02-01T00:00:01")
(pid >= "HelloWorld") or (last-active < "2006-02-21")
(pid >= "HelloWorld") or (last-active < "2006-02")
(pid >= "HelloWorld") or (last-active < "2006")
(pid >= "HelloWorld") or (last-active <= "2006-02-01T00:00:01")
(pid >= "HelloWorld") or (last-active <= "2006-02-21")
(pid >= "HelloWorld") or (last-active <= "2006-02")
(pid >= "HelloWorld") or (last-active <= "2006")
(pid >= "HelloWorld") or (last-active > "2006-02-01T00:00:01")
(pid >= "HelloWorld") or (last-active > "2006-02-21")
(pid >= "HelloWorld") or (last-active > "2006-02")
(pid >= "HelloWorld") or (last-active > "2006")
(pid >= "HelloWorld") or (last-active >= "2006-02-01T00:00:01")
(pid >= "HelloWorld") or (last-active >= "2006-02-21")
(pid >= "HelloWorld") or (last-active >= "2006-02")
(pid >= "HelloWorld") or (last-active >= "2006")
(pid >= "HelloWorld") or (last-active like "2006-02-01T00:00:01")
(pid >= "HelloWorld") or (last-active like "2006-02-21")
(pid >= "HelloWorld") or (last-active like "2006-02")
(pid >= "HelloWorld") or (last-active like "2006")
(pid >= "HelloWorld") or (last-active in ("2006-02-01T00:00:01"))
(pid >= "HelloWorld") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(pid >= "HelloWorld") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(pid >= "HelloWorld") or (${org.apache.ode.BPELProcess}author = "yuriy")
(pid >= "HelloWorld") or ($author = "yuriy")
(pid >= "HelloWorld") or (${org.apache.ode.BPELProcess}author < "yuriy")
(pid >= "HelloWorld") or ($author < "yuriy")
(pid >= "HelloWorld") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(pid >= "HelloWorld") or ($author <= "yuriy")
(pid >= "HelloWorld") or (${org.apache.ode.BPELProcess}author > "yuriy")
(pid >= "HelloWorld") or ($author > "yuriy")
(pid >= "HelloWorld") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(pid >= "HelloWorld") or ($author >= "yuriy")
(pid >= "HelloWorld") or (${org.apache.ode.BPELProcess}author like "yuriy")
(pid >= "HelloWorld") or ($author like "yuriy")
(pid >= "HelloWorld") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(pid >= "HelloWorld") or ($author in ("yuriy"))
(pid >= "HelloWorld") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(pid >= "HelloWorld") or ($author in ("yuriy","kostya","nazar","orest"))
(pid like "HelloWorld") or (iid = "2006")
(pid like "HelloWorld") or (iid < "2006")
(pid like "HelloWorld") or (iid <= "2006")
(pid like "HelloWorld") or (iid > "2006")
(pid like "HelloWorld") or (iid >= "2006")
(pid like "HelloWorld") or (iid in ("2006"))
(pid like "HelloWorld") or (iid in ("2006","20061231"))
(pid like "HelloWorld") or (status = "active")
(pid like "HelloWorld") or (status = "suspended")
(pid like "HelloWorld") or (status = "error")
(pid like "HelloWorld") or (status = "completed")
(pid like "HelloWorld") or (status = "terminated")
(pid like "HelloWorld") or (status = "faulted")
(pid like "HelloWorld") or (status in ("active","suspended"))
(pid like "HelloWorld") or (status in ("active","suspended","error","completed","terminated","faulted"))
(pid like "HelloWorld") or (started = "2006-01-01T00:00:01")
(pid like "HelloWorld") or (started = "2006-01-31")
(pid like "HelloWorld") or (started = "2006-01")
(pid like "HelloWorld") or (started = "2006")
(pid like "HelloWorld") or (started < "2006-01-01T00:00:01")
(pid like "HelloWorld") or (started < "2006-01-31")
(pid like "HelloWorld") or (started < "2006-01")
(pid like "HelloWorld") or (started < "2006")
(pid like "HelloWorld") or (started <= "2006-01-01T00:00:01")
(pid like "HelloWorld") or (started <= "2006-01-31")
(pid like "HelloWorld") or (started <= "2006-01")
(pid like "HelloWorld") or (started <= "2006")
(pid like "HelloWorld") or (started > "2006-01-01T00:00:01")
(pid like "HelloWorld") or (started > "2006-01-31")
(pid like "HelloWorld") or (started > "2006-01")
(pid like "HelloWorld") or (started > "2006")
(pid like "HelloWorld") or (started >= "2006-01-01T00:00:01")
(pid like "HelloWorld") or (started >= "2006-01-31")
(pid like "HelloWorld") or (started >= "2006-01")
(pid like "HelloWorld") or (started >= "2006")
(pid like "HelloWorld") or (started like "2006-01-01T00:00:01")
(pid like "HelloWorld") or (started like "2006-01-31")
(pid like "HelloWorld") or (started like "2006-01")
(pid like "HelloWorld") or (started like "2006")
(pid like "HelloWorld") or (started in ("2006-01-01T00:00:01"))
(pid like "HelloWorld") or (started in ("2006-01-31","2006-01"))
(pid like "HelloWorld") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(pid like "HelloWorld") or (last-active = "2006-02-01T00:00:01")
(pid like "HelloWorld") or (last-active = "2006-02-21")
(pid like "HelloWorld") or (last-active = "2006-02")
(pid like "HelloWorld") or (last-active = "2006")
(pid like "HelloWorld") or (last-active < "2006-02-01T00:00:01")
(pid like "HelloWorld") or (last-active < "2006-02-21")
(pid like "HelloWorld") or (last-active < "2006-02")
(pid like "HelloWorld") or (last-active < "2006")
(pid like "HelloWorld") or (last-active <= "2006-02-01T00:00:01")
(pid like "HelloWorld") or (last-active <= "2006-02-21")
(pid like "HelloWorld") or (last-active <= "2006-02")
(pid like "HelloWorld") or (last-active <= "2006")
(pid like "HelloWorld") or (last-active > "2006-02-01T00:00:01")
(pid like "HelloWorld") or (last-active > "2006-02-21")
(pid like "HelloWorld") or (last-active > "2006-02")
(pid like "HelloWorld") or (last-active > "2006")
(pid like "HelloWorld") or (last-active >= "2006-02-01T00:00:01")
(pid like "HelloWorld") or (last-active >= "2006-02-21")
(pid like "HelloWorld") or (last-active >= "2006-02")
(pid like "HelloWorld") or (last-active >= "2006")
(pid like "HelloWorld") or (last-active like "2006-02-01T00:00:01")
(pid like "HelloWorld") or (last-active like "2006-02-21")
(pid like "HelloWorld") or (last-active like "2006-02")
(pid like "HelloWorld") or (last-active like "2006")
(pid like "HelloWorld") or (last-active in ("2006-02-01T00:00:01"))
(pid like "HelloWorld") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(pid like "HelloWorld") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(pid like "HelloWorld") or (${org.apache.ode.BPELProcess}author = "yuriy")
(pid like "HelloWorld") or ($author = "yuriy")
(pid like "HelloWorld") or (${org.apache.ode.BPELProcess}author < "yuriy")
(pid like "HelloWorld") or ($author < "yuriy")
(pid like "HelloWorld") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(pid like "HelloWorld") or ($author <= "yuriy")
(pid like "HelloWorld") or (${org.apache.ode.BPELProcess}author > "yuriy")
(pid like "HelloWorld") or ($author > "yuriy")
(pid like "HelloWorld") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(pid like "HelloWorld") or ($author >= "yuriy")
(pid like "HelloWorld") or (${org.apache.ode.BPELProcess}author like "yuriy")
(pid like "HelloWorld") or ($author like "yuriy")
(pid like "HelloWorld") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(pid like "HelloWorld") or ($author in ("yuriy"))
(pid like "HelloWorld") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(pid like "HelloWorld") or ($author in ("yuriy","kostya","nazar","orest"))
(pid in ("HelloWorld","Hello*","Hello*World")) or (iid = "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) or (iid < "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) or (iid <= "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) or (iid > "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) or (iid >= "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) or (iid in ("2006"))
(pid in ("HelloWorld","Hello*","Hello*World")) or (iid in ("2006","20061231"))
(pid in ("HelloWorld","Hello*","Hello*World")) or (status = "active")
(pid in ("HelloWorld","Hello*","Hello*World")) or (status = "suspended")
(pid in ("HelloWorld","Hello*","Hello*World")) or (status = "error")
(pid in ("HelloWorld","Hello*","Hello*World")) or (status = "completed")
(pid in ("HelloWorld","Hello*","Hello*World")) or (status = "terminated")
(pid in ("HelloWorld","Hello*","Hello*World")) or (status = "faulted")
(pid in ("HelloWorld","Hello*","Hello*World")) or (status in ("active","suspended"))
(pid in ("HelloWorld","Hello*","Hello*World")) or (status in ("active","suspended","error","completed","terminated","faulted"))
(pid in ("HelloWorld","Hello*","Hello*World")) or (started = "2006-01-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started = "2006-01-31")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started = "2006-01")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started = "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started < "2006-01-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started < "2006-01-31")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started < "2006-01")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started < "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started <= "2006-01-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started <= "2006-01-31")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started <= "2006-01")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started <= "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started > "2006-01-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started > "2006-01-31")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started > "2006-01")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started > "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started >= "2006-01-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started >= "2006-01-31")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started >= "2006-01")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started >= "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started like "2006-01-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started like "2006-01-31")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started like "2006-01")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started like "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) or (started in ("2006-01-01T00:00:01"))
(pid in ("HelloWorld","Hello*","Hello*World")) or (started in ("2006-01-31","2006-01"))
(pid in ("HelloWorld","Hello*","Hello*World")) or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active = "2006-02-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active = "2006-02-21")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active = "2006-02")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active = "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active < "2006-02-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active < "2006-02-21")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active < "2006-02")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active < "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active <= "2006-02-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active <= "2006-02-21")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active <= "2006-02")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active <= "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active > "2006-02-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active > "2006-02-21")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active > "2006-02")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active > "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active >= "2006-02-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active >= "2006-02-21")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active >= "2006-02")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active >= "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active like "2006-02-01T00:00:01")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active like "2006-02-21")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active like "2006-02")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active like "2006")
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active in ("2006-02-01T00:00:01"))
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(pid in ("HelloWorld","Hello*","Hello*World")) or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(pid in ("HelloWorld","Hello*","Hello*World")) or (${org.apache.ode.BPELProcess}author = "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) or ($author = "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) or (${org.apache.ode.BPELProcess}author < "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) or ($author < "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) or (${org.apache.ode.BPELProcess}author <= "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) or ($author <= "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) or (${org.apache.ode.BPELProcess}author > "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) or ($author > "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) or (${org.apache.ode.BPELProcess}author >= "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) or ($author >= "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) or (${org.apache.ode.BPELProcess}author like "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) or ($author like "yuriy")
(pid in ("HelloWorld","Hello*","Hello*World")) or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(pid in ("HelloWorld","Hello*","Hello*World")) or ($author in ("yuriy"))
(pid in ("HelloWorld","Hello*","Hello*World")) or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(pid in ("HelloWorld","Hello*","Hello*World")) or ($author in ("yuriy","kostya","nazar","orest"))
(pid in ("Hello*","Hello*World")) or (iid = "2006")
(pid in ("Hello*","Hello*World")) or (iid < "2006")
(pid in ("Hello*","Hello*World")) or (iid <= "2006")
(pid in ("Hello*","Hello*World")) or (iid > "2006")
(pid in ("Hello*","Hello*World")) or (iid >= "2006")
(pid in ("Hello*","Hello*World")) or (iid in ("2006"))
(pid in ("Hello*","Hello*World")) or (iid in ("2006","20061231"))
(pid in ("Hello*","Hello*World")) or (status = "active")
(pid in ("Hello*","Hello*World")) or (status = "suspended")
(pid in ("Hello*","Hello*World")) or (status = "error")
(pid in ("Hello*","Hello*World")) or (status = "completed")
(pid in ("Hello*","Hello*World")) or (status = "terminated")
(pid in ("Hello*","Hello*World")) or (status = "faulted")
(pid in ("Hello*","Hello*World")) or (status in ("active","suspended"))
(pid in ("Hello*","Hello*World")) or (status in ("active","suspended","error","completed","terminated","faulted"))
(pid in ("Hello*","Hello*World")) or (started = "2006-01-01T00:00:01")
(pid in ("Hello*","Hello*World")) or (started = "2006-01-31")
(pid in ("Hello*","Hello*World")) or (started = "2006-01")
(pid in ("Hello*","Hello*World")) or (started = "2006")
(pid in ("Hello*","Hello*World")) or (started < "2006-01-01T00:00:01")
(pid in ("Hello*","Hello*World")) or (started < "2006-01-31")
(pid in ("Hello*","Hello*World")) or (started < "2006-01")
(pid in ("Hello*","Hello*World")) or (started < "2006")
(pid in ("Hello*","Hello*World")) or (started <= "2006-01-01T00:00:01")
(pid in ("Hello*","Hello*World")) or (started <= "2006-01-31")
(pid in ("Hello*","Hello*World")) or (started <= "2006-01")
(pid in ("Hello*","Hello*World")) or (started <= "2006")
(pid in ("Hello*","Hello*World")) or (started > "2006-01-01T00:00:01")
(pid in ("Hello*","Hello*World")) or (started > "2006-01-31")
(pid in ("Hello*","Hello*World")) or (started > "2006-01")
(pid in ("Hello*","Hello*World")) or (started > "2006")
(pid in ("Hello*","Hello*World")) or (started >= "2006-01-01T00:00:01")
(pid in ("Hello*","Hello*World")) or (started >= "2006-01-31")
(pid in ("Hello*","Hello*World")) or (started >= "2006-01")
(pid in ("Hello*","Hello*World")) or (started >= "2006")
(pid in ("Hello*","Hello*World")) or (started like "2006-01-01T00:00:01")
(pid in ("Hello*","Hello*World")) or (started like "2006-01-31")
(pid in ("Hello*","Hello*World")) or (started like "2006-01")
(pid in ("Hello*","Hello*World")) or (started like "2006")
(pid in ("Hello*","Hello*World")) or (started in ("2006-01-01T00:00:01"))
(pid in ("Hello*","Hello*World")) or (started in ("2006-01-31","2006-01"))
(pid in ("Hello*","Hello*World")) or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(pid in ("Hello*","Hello*World")) or (last-active = "2006-02-01T00:00:01")
(pid in ("Hello*","Hello*World")) or (last-active = "2006-02-21")
(pid in ("Hello*","Hello*World")) or (last-active = "2006-02")
(pid in ("Hello*","Hello*World")) or (last-active = "2006")
(pid in ("Hello*","Hello*World")) or (last-active < "2006-02-01T00:00:01")
(pid in ("Hello*","Hello*World")) or (last-active < "2006-02-21")
(pid in ("Hello*","Hello*World")) or (last-active < "2006-02")
(pid in ("Hello*","Hello*World")) or (last-active < "2006")
(pid in ("Hello*","Hello*World")) or (last-active <= "2006-02-01T00:00:01")
(pid in ("Hello*","Hello*World")) or (last-active <= "2006-02-21")
(pid in ("Hello*","Hello*World")) or (last-active <= "2006-02")
(pid in ("Hello*","Hello*World")) or (last-active <= "2006")
(pid in ("Hello*","Hello*World")) or (last-active > "2006-02-01T00:00:01")
(pid in ("Hello*","Hello*World")) or (last-active > "2006-02-21")
(pid in ("Hello*","Hello*World")) or (last-active > "2006-02")
(pid in ("Hello*","Hello*World")) or (last-active > "2006")
(pid in ("Hello*","Hello*World")) or (last-active >= "2006-02-01T00:00:01")
(pid in ("Hello*","Hello*World")) or (last-active >= "2006-02-21")
(pid in ("Hello*","Hello*World")) or (last-active >= "2006-02")
(pid in ("Hello*","Hello*World")) or (last-active >= "2006")
(pid in ("Hello*","Hello*World")) or (last-active like "2006-02-01T00:00:01")
(pid in ("Hello*","Hello*World")) or (last-active like "2006-02-21")
(pid in ("Hello*","Hello*World")) or (last-active like "2006-02")
(pid in ("Hello*","Hello*World")) or (last-active like "2006")
(pid in ("Hello*","Hello*World")) or (last-active in ("2006-02-01T00:00:01"))
(pid in ("Hello*","Hello*World")) or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(pid in ("Hello*","Hello*World")) or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(pid in ("Hello*","Hello*World")) or (${org.apache.ode.BPELProcess}author = "yuriy")
(pid in ("Hello*","Hello*World")) or ($author = "yuriy")
(pid in ("Hello*","Hello*World")) or (${org.apache.ode.BPELProcess}author < "yuriy")
(pid in ("Hello*","Hello*World")) or ($author < "yuriy")
(pid in ("Hello*","Hello*World")) or (${org.apache.ode.BPELProcess}author <= "yuriy")
(pid in ("Hello*","Hello*World")) or ($author <= "yuriy")
(pid in ("Hello*","Hello*World")) or (${org.apache.ode.BPELProcess}author > "yuriy")
(pid in ("Hello*","Hello*World")) or ($author > "yuriy")
(pid in ("Hello*","Hello*World")) or (${org.apache.ode.BPELProcess}author >= "yuriy")
(pid in ("Hello*","Hello*World")) or ($author >= "yuriy")
(pid in ("Hello*","Hello*World")) or (${org.apache.ode.BPELProcess}author like "yuriy")
(pid in ("Hello*","Hello*World")) or ($author like "yuriy")
(pid in ("Hello*","Hello*World")) or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(pid in ("Hello*","Hello*World")) or ($author in ("yuriy"))
(pid in ("Hello*","Hello*World")) or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(pid in ("Hello*","Hello*World")) or ($author in ("yuriy","kostya","nazar","orest"))
(pid in ("Hello*World")) or (iid = "2006")
(pid in ("Hello*World")) or (iid < "2006")
(pid in ("Hello*World")) or (iid <= "2006")
(pid in ("Hello*World")) or (iid > "2006")
(pid in ("Hello*World")) or (iid >= "2006")
(pid in ("Hello*World")) or (iid in ("2006"))
(pid in ("Hello*World")) or (iid in ("2006","20061231"))
(pid in ("Hello*World")) or (status = "active")
(pid in ("Hello*World")) or (status = "suspended")
(pid in ("Hello*World")) or (status = "error")
(pid in ("Hello*World")) or (status = "completed")
(pid in ("Hello*World")) or (status = "terminated")
(pid in ("Hello*World")) or (status = "faulted")
(pid in ("Hello*World")) or (status in ("active","suspended"))
(pid in ("Hello*World")) or (status in ("active","suspended","error","completed","terminated","faulted"))
(pid in ("Hello*World")) or (started = "2006-01-01T00:00:01")
(pid in ("Hello*World")) or (started = "2006-01-31")
(pid in ("Hello*World")) or (started = "2006-01")
(pid in ("Hello*World")) or (started = "2006")
(pid in ("Hello*World")) or (started < "2006-01-01T00:00:01")
(pid in ("Hello*World")) or (started < "2006-01-31")
(pid in ("Hello*World")) or (started < "2006-01")
(pid in ("Hello*World")) or (started < "2006")
(pid in ("Hello*World")) or (started <= "2006-01-01T00:00:01")
(pid in ("Hello*World")) or (started <= "2006-01-31")
(pid in ("Hello*World")) or (started <= "2006-01")
(pid in ("Hello*World")) or (started <= "2006")
(pid in ("Hello*World")) or (started > "2006-01-01T00:00:01")
(pid in ("Hello*World")) or (started > "2006-01-31")
(pid in ("Hello*World")) or (started > "2006-01")
(pid in ("Hello*World")) or (started > "2006")
(pid in ("Hello*World")) or (started >= "2006-01-01T00:00:01")
(pid in ("Hello*World")) or (started >= "2006-01-31")
(pid in ("Hello*World")) or (started >= "2006-01")
(pid in ("Hello*World")) or (started >= "2006")
(pid in ("Hello*World")) or (started like "2006-01-01T00:00:01")
(pid in ("Hello*World")) or (started like "2006-01-31")
(pid in ("Hello*World")) or (started like "2006-01")
(pid in ("Hello*World")) or (started like "2006")
(pid in ("Hello*World")) or (started in ("2006-01-01T00:00:01"))
(pid in ("Hello*World")) or (started in ("2006-01-31","2006-01"))
(pid in ("Hello*World")) or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(pid in ("Hello*World")) or (last-active = "2006-02-01T00:00:01")
(pid in ("Hello*World")) or (last-active = "2006-02-21")
(pid in ("Hello*World")) or (last-active = "2006-02")
(pid in ("Hello*World")) or (last-active = "2006")
(pid in ("Hello*World")) or (last-active < "2006-02-01T00:00:01")
(pid in ("Hello*World")) or (last-active < "2006-02-21")
(pid in ("Hello*World")) or (last-active < "2006-02")
(pid in ("Hello*World")) or (last-active < "2006")
(pid in ("Hello*World")) or (last-active <= "2006-02-01T00:00:01")
(pid in ("Hello*World")) or (last-active <= "2006-02-21")
(pid in ("Hello*World")) or (last-active <= "2006-02")
(pid in ("Hello*World")) or (last-active <= "2006")
(pid in ("Hello*World")) or (last-active > "2006-02-01T00:00:01")
(pid in ("Hello*World")) or (last-active > "2006-02-21")
(pid in ("Hello*World")) or (last-active > "2006-02")
(pid in ("Hello*World")) or (last-active > "2006")
(pid in ("Hello*World")) or (last-active >= "2006-02-01T00:00:01")
(pid in ("Hello*World")) or (last-active >= "2006-02-21")
(pid in ("Hello*World")) or (last-active >= "2006-02")
(pid in ("Hello*World")) or (last-active >= "2006")
(pid in ("Hello*World")) or (last-active like "2006-02-01T00:00:01")
(pid in ("Hello*World")) or (last-active like "2006-02-21")
(pid in ("Hello*World")) or (last-active like "2006-02")
(pid in ("Hello*World")) or (last-active like "2006")
(pid in ("Hello*World")) or (last-active in ("2006-02-01T00:00:01"))
(pid in ("Hello*World")) or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(pid in ("Hello*World")) or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(pid in ("Hello*World")) or (${org.apache.ode.BPELProcess}author = "yuriy")
(pid in ("Hello*World")) or ($author = "yuriy")
(pid in ("Hello*World")) or (${org.apache.ode.BPELProcess}author < "yuriy")
(pid in ("Hello*World")) or ($author < "yuriy")
(pid in ("Hello*World")) or (${org.apache.ode.BPELProcess}author <= "yuriy")
(pid in ("Hello*World")) or ($author <= "yuriy")
(pid in ("Hello*World")) or (${org.apache.ode.BPELProcess}author > "yuriy")
(pid in ("Hello*World")) or ($author > "yuriy")
(pid in ("Hello*World")) or (${org.apache.ode.BPELProcess}author >= "yuriy")
(pid in ("Hello*World")) or ($author >= "yuriy")
(pid in ("Hello*World")) or (${org.apache.ode.BPELProcess}author like "yuriy")
(pid in ("Hello*World")) or ($author like "yuriy")
(pid in ("Hello*World")) or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(pid in ("Hello*World")) or ($author in ("yuriy"))
(pid in ("Hello*World")) or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(pid in ("Hello*World")) or ($author in ("yuriy","kostya","nazar","orest"))
iid = "2006" and status = "active"
iid = "2006" and status = "suspended"
iid = "2006" and status = "error"
iid = "2006" and status = "completed"
iid = "2006" and status = "terminated"
iid = "2006" and status = "faulted"
iid = "2006" and status in ("active","suspended")
iid = "2006" and status in ("active","suspended","error","completed","terminated","faulted")
iid = "2006" and started = "2006-01-01T00:00:01"
iid = "2006" and started = "2006-01-31"
iid = "2006" and started = "2006-01"
iid = "2006" and started = "2006"
iid = "2006" and started < "2006-01-01T00:00:01"
iid = "2006" and started < "2006-01-31"
iid = "2006" and started < "2006-01"
iid = "2006" and started < "2006"
iid = "2006" and started <= "2006-01-01T00:00:01"
iid = "2006" and started <= "2006-01-31"
iid = "2006" and started <= "2006-01"
iid = "2006" and started <= "2006"
iid = "2006" and started > "2006-01-01T00:00:01"
iid = "2006" and started > "2006-01-31"
iid = "2006" and started > "2006-01"
iid = "2006" and started > "2006"
iid = "2006" and started >= "2006-01-01T00:00:01"
iid = "2006" and started >= "2006-01-31"
iid = "2006" and started >= "2006-01"
iid = "2006" and started >= "2006"
iid = "2006" and started like "2006-01-01T00:00:01"
iid = "2006" and started like "2006-01-31"
iid = "2006" and started like "2006-01"
iid = "2006" and started like "2006"
iid = "2006" and started in ("2006-01-01T00:00:01")
iid = "2006" and started in ("2006-01-31","2006-01")
iid = "2006" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
iid = "2006" and last-active = "2006-02-01T00:00:01"
iid = "2006" and last-active = "2006-02-21"
iid = "2006" and last-active = "2006-02"
iid = "2006" and last-active = "2006"
iid = "2006" and last-active < "2006-02-01T00:00:01"
iid = "2006" and last-active < "2006-02-21"
iid = "2006" and last-active < "2006-02"
iid = "2006" and last-active < "2006"
iid = "2006" and last-active <= "2006-02-01T00:00:01"
iid = "2006" and last-active <= "2006-02-21"
iid = "2006" and last-active <= "2006-02"
iid = "2006" and last-active <= "2006"
iid = "2006" and last-active > "2006-02-01T00:00:01"
iid = "2006" and last-active > "2006-02-21"
iid = "2006" and last-active > "2006-02"
iid = "2006" and last-active > "2006"
iid = "2006" and last-active >= "2006-02-01T00:00:01"
iid = "2006" and last-active >= "2006-02-21"
iid = "2006" and last-active >= "2006-02"
iid = "2006" and last-active >= "2006"
iid = "2006" and last-active like "2006-02-01T00:00:01"
iid = "2006" and last-active like "2006-02-21"
iid = "2006" and last-active like "2006-02"
iid = "2006" and last-active like "2006"
iid = "2006" and last-active in ("2006-02-01T00:00:01")
iid = "2006" and last-active in ("2006-02-01T00:00:01","2006-02-21")
iid = "2006" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
iid = "2006" and ${org.apache.ode.BPELProcess}author = "yuriy"
iid = "2006" and $author = "yuriy"
iid = "2006" and ${org.apache.ode.BPELProcess}author < "yuriy"
iid = "2006" and $author < "yuriy"
iid = "2006" and ${org.apache.ode.BPELProcess}author <= "yuriy"
iid = "2006" and $author <= "yuriy"
iid = "2006" and ${org.apache.ode.BPELProcess}author > "yuriy"
iid = "2006" and $author > "yuriy"
iid = "2006" and ${org.apache.ode.BPELProcess}author >= "yuriy"
iid = "2006" and $author >= "yuriy"
iid = "2006" and ${org.apache.ode.BPELProcess}author like "yuriy"
iid = "2006" and $author like "yuriy"
iid = "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy")
iid = "2006" and $author in ("yuriy")
iid = "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
iid = "2006" and $author in ("yuriy","kostya","nazar","orest")
iid = "2006" and pid = "HelloWorld"
iid = "2006" and pid < "HelloWorld"
iid = "2006" and pid <= "HelloWorld"
iid = "2006" and pid > "HelloWorld"
iid = "2006" and pid >= "HelloWorld"
iid = "2006" and pid like "HelloWorld"
iid = "2006" and pid in ("HelloWorld","Hello*","Hello*World")
iid = "2006" and pid in ("Hello*","Hello*World")
iid = "2006" and pid in ("Hello*World")
iid < "2006" and status = "active"
iid < "2006" and status = "suspended"
iid < "2006" and status = "error"
iid < "2006" and status = "completed"
iid < "2006" and status = "terminated"
iid < "2006" and status = "faulted"
iid < "2006" and status in ("active","suspended")
iid < "2006" and status in ("active","suspended","error","completed","terminated","faulted")
iid < "2006" and started = "2006-01-01T00:00:01"
iid < "2006" and started = "2006-01-31"
iid < "2006" and started = "2006-01"
iid < "2006" and started = "2006"
iid < "2006" and started < "2006-01-01T00:00:01"
iid < "2006" and started < "2006-01-31"
iid < "2006" and started < "2006-01"
iid < "2006" and started < "2006"
iid < "2006" and started <= "2006-01-01T00:00:01"
iid < "2006" and started <= "2006-01-31"
iid < "2006" and started <= "2006-01"
iid < "2006" and started <= "2006"
iid < "2006" and started > "2006-01-01T00:00:01"
iid < "2006" and started > "2006-01-31"
iid < "2006" and started > "2006-01"
iid < "2006" and started > "2006"
iid < "2006" and started >= "2006-01-01T00:00:01"
iid < "2006" and started >= "2006-01-31"
iid < "2006" and started >= "2006-01"
iid < "2006" and started >= "2006"
iid < "2006" and started like "2006-01-01T00:00:01"
iid < "2006" and started like "2006-01-31"
iid < "2006" and started like "2006-01"
iid < "2006" and started like "2006"
iid < "2006" and started in ("2006-01-01T00:00:01")
iid < "2006" and started in ("2006-01-31","2006-01")
iid < "2006" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
iid < "2006" and last-active = "2006-02-01T00:00:01"
iid < "2006" and last-active = "2006-02-21"
iid < "2006" and last-active = "2006-02"
iid < "2006" and last-active = "2006"
iid < "2006" and last-active < "2006-02-01T00:00:01"
iid < "2006" and last-active < "2006-02-21"
iid < "2006" and last-active < "2006-02"
iid < "2006" and last-active < "2006"
iid < "2006" and last-active <= "2006-02-01T00:00:01"
iid < "2006" and last-active <= "2006-02-21"
iid < "2006" and last-active <= "2006-02"
iid < "2006" and last-active <= "2006"
iid < "2006" and last-active > "2006-02-01T00:00:01"
iid < "2006" and last-active > "2006-02-21"
iid < "2006" and last-active > "2006-02"
iid < "2006" and last-active > "2006"
iid < "2006" and last-active >= "2006-02-01T00:00:01"
iid < "2006" and last-active >= "2006-02-21"
iid < "2006" and last-active >= "2006-02"
iid < "2006" and last-active >= "2006"
iid < "2006" and last-active like "2006-02-01T00:00:01"
iid < "2006" and last-active like "2006-02-21"
iid < "2006" and last-active like "2006-02"
iid < "2006" and last-active like "2006"
iid < "2006" and last-active in ("2006-02-01T00:00:01")
iid < "2006" and last-active in ("2006-02-01T00:00:01","2006-02-21")
iid < "2006" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
iid < "2006" and ${org.apache.ode.BPELProcess}author = "yuriy"
iid < "2006" and $author = "yuriy"
iid < "2006" and ${org.apache.ode.BPELProcess}author < "yuriy"
iid < "2006" and $author < "yuriy"
iid < "2006" and ${org.apache.ode.BPELProcess}author <= "yuriy"
iid < "2006" and $author <= "yuriy"
iid < "2006" and ${org.apache.ode.BPELProcess}author > "yuriy"
iid < "2006" and $author > "yuriy"
iid < "2006" and ${org.apache.ode.BPELProcess}author >= "yuriy"
iid < "2006" and $author >= "yuriy"
iid < "2006" and ${org.apache.ode.BPELProcess}author like "yuriy"
iid < "2006" and $author like "yuriy"
iid < "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy")
iid < "2006" and $author in ("yuriy")
iid < "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
iid < "2006" and $author in ("yuriy","kostya","nazar","orest")
iid < "2006" and pid = "HelloWorld"
iid < "2006" and pid < "HelloWorld"
iid < "2006" and pid <= "HelloWorld"
iid < "2006" and pid > "HelloWorld"
iid < "2006" and pid >= "HelloWorld"
iid < "2006" and pid like "HelloWorld"
iid < "2006" and pid in ("HelloWorld","Hello*","Hello*World")
iid < "2006" and pid in ("Hello*","Hello*World")
iid < "2006" and pid in ("Hello*World")
iid <= "2006" and status = "active"
iid <= "2006" and status = "suspended"
iid <= "2006" and status = "error"
iid <= "2006" and status = "completed"
iid <= "2006" and status = "terminated"
iid <= "2006" and status = "faulted"
iid <= "2006" and status in ("active","suspended")
iid <= "2006" and status in ("active","suspended","error","completed","terminated","faulted")
iid <= "2006" and started = "2006-01-01T00:00:01"
iid <= "2006" and started = "2006-01-31"
iid <= "2006" and started = "2006-01"
iid <= "2006" and started = "2006"
iid <= "2006" and started < "2006-01-01T00:00:01"
iid <= "2006" and started < "2006-01-31"
iid <= "2006" and started < "2006-01"
iid <= "2006" and started < "2006"
iid <= "2006" and started <= "2006-01-01T00:00:01"
iid <= "2006" and started <= "2006-01-31"
iid <= "2006" and started <= "2006-01"
iid <= "2006" and started <= "2006"
iid <= "2006" and started > "2006-01-01T00:00:01"
iid <= "2006" and started > "2006-01-31"
iid <= "2006" and started > "2006-01"
iid <= "2006" and started > "2006"
iid <= "2006" and started >= "2006-01-01T00:00:01"
iid <= "2006" and started >= "2006-01-31"
iid <= "2006" and started >= "2006-01"
iid <= "2006" and started >= "2006"
iid <= "2006" and started like "2006-01-01T00:00:01"
iid <= "2006" and started like "2006-01-31"
iid <= "2006" and started like "2006-01"
iid <= "2006" and started like "2006"
iid <= "2006" and started in ("2006-01-01T00:00:01")
iid <= "2006" and started in ("2006-01-31","2006-01")
iid <= "2006" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
iid <= "2006" and last-active = "2006-02-01T00:00:01"
iid <= "2006" and last-active = "2006-02-21"
iid <= "2006" and last-active = "2006-02"
iid <= "2006" and last-active = "2006"
iid <= "2006" and last-active < "2006-02-01T00:00:01"
iid <= "2006" and last-active < "2006-02-21"
iid <= "2006" and last-active < "2006-02"
iid <= "2006" and last-active < "2006"
iid <= "2006" and last-active <= "2006-02-01T00:00:01"
iid <= "2006" and last-active <= "2006-02-21"
iid <= "2006" and last-active <= "2006-02"
iid <= "2006" and last-active <= "2006"
iid <= "2006" and last-active > "2006-02-01T00:00:01"
iid <= "2006" and last-active > "2006-02-21"
iid <= "2006" and last-active > "2006-02"
iid <= "2006" and last-active > "2006"
iid <= "2006" and last-active >= "2006-02-01T00:00:01"
iid <= "2006" and last-active >= "2006-02-21"
iid <= "2006" and last-active >= "2006-02"
iid <= "2006" and last-active >= "2006"
iid <= "2006" and last-active like "2006-02-01T00:00:01"
iid <= "2006" and last-active like "2006-02-21"
iid <= "2006" and last-active like "2006-02"
iid <= "2006" and last-active like "2006"
iid <= "2006" and last-active in ("2006-02-01T00:00:01")
iid <= "2006" and last-active in ("2006-02-01T00:00:01","2006-02-21")
iid <= "2006" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
iid <= "2006" and ${org.apache.ode.BPELProcess}author = "yuriy"
iid <= "2006" and $author = "yuriy"
iid <= "2006" and ${org.apache.ode.BPELProcess}author < "yuriy"
iid <= "2006" and $author < "yuriy"
iid <= "2006" and ${org.apache.ode.BPELProcess}author <= "yuriy"
iid <= "2006" and $author <= "yuriy"
iid <= "2006" and ${org.apache.ode.BPELProcess}author > "yuriy"
iid <= "2006" and $author > "yuriy"
iid <= "2006" and ${org.apache.ode.BPELProcess}author >= "yuriy"
iid <= "2006" and $author >= "yuriy"
iid <= "2006" and ${org.apache.ode.BPELProcess}author like "yuriy"
iid <= "2006" and $author like "yuriy"
iid <= "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy")
iid <= "2006" and $author in ("yuriy")
iid <= "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
iid <= "2006" and $author in ("yuriy","kostya","nazar","orest")
iid <= "2006" and pid = "HelloWorld"
iid <= "2006" and pid < "HelloWorld"
iid <= "2006" and pid <= "HelloWorld"
iid <= "2006" and pid > "HelloWorld"
iid <= "2006" and pid >= "HelloWorld"
iid <= "2006" and pid like "HelloWorld"
iid <= "2006" and pid in ("HelloWorld","Hello*","Hello*World")
iid <= "2006" and pid in ("Hello*","Hello*World")
iid <= "2006" and pid in ("Hello*World")
iid > "2006" and status = "active"
iid > "2006" and status = "suspended"
iid > "2006" and status = "error"
iid > "2006" and status = "completed"
iid > "2006" and status = "terminated"
iid > "2006" and status = "faulted"
iid > "2006" and status in ("active","suspended")
iid > "2006" and status in ("active","suspended","error","completed","terminated","faulted")
iid > "2006" and started = "2006-01-01T00:00:01"
iid > "2006" and started = "2006-01-31"
iid > "2006" and started = "2006-01"
iid > "2006" and started = "2006"
iid > "2006" and started < "2006-01-01T00:00:01"
iid > "2006" and started < "2006-01-31"
iid > "2006" and started < "2006-01"
iid > "2006" and started < "2006"
iid > "2006" and started <= "2006-01-01T00:00:01"
iid > "2006" and started <= "2006-01-31"
iid > "2006" and started <= "2006-01"
iid > "2006" and started <= "2006"
iid > "2006" and started > "2006-01-01T00:00:01"
iid > "2006" and started > "2006-01-31"
iid > "2006" and started > "2006-01"
iid > "2006" and started > "2006"
iid > "2006" and started >= "2006-01-01T00:00:01"
iid > "2006" and started >= "2006-01-31"
iid > "2006" and started >= "2006-01"
iid > "2006" and started >= "2006"
iid > "2006" and started like "2006-01-01T00:00:01"
iid > "2006" and started like "2006-01-31"
iid > "2006" and started like "2006-01"
iid > "2006" and started like "2006"
iid > "2006" and started in ("2006-01-01T00:00:01")
iid > "2006" and started in ("2006-01-31","2006-01")
iid > "2006" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
iid > "2006" and last-active = "2006-02-01T00:00:01"
iid > "2006" and last-active = "2006-02-21"
iid > "2006" and last-active = "2006-02"
iid > "2006" and last-active = "2006"
iid > "2006" and last-active < "2006-02-01T00:00:01"
iid > "2006" and last-active < "2006-02-21"
iid > "2006" and last-active < "2006-02"
iid > "2006" and last-active < "2006"
iid > "2006" and last-active <= "2006-02-01T00:00:01"
iid > "2006" and last-active <= "2006-02-21"
iid > "2006" and last-active <= "2006-02"
iid > "2006" and last-active <= "2006"
iid > "2006" and last-active > "2006-02-01T00:00:01"
iid > "2006" and last-active > "2006-02-21"
iid > "2006" and last-active > "2006-02"
iid > "2006" and last-active > "2006"
iid > "2006" and last-active >= "2006-02-01T00:00:01"
iid > "2006" and last-active >= "2006-02-21"
iid > "2006" and last-active >= "2006-02"
iid > "2006" and last-active >= "2006"
iid > "2006" and last-active like "2006-02-01T00:00:01"
iid > "2006" and last-active like "2006-02-21"
iid > "2006" and last-active like "2006-02"
iid > "2006" and last-active like "2006"
iid > "2006" and last-active in ("2006-02-01T00:00:01")
iid > "2006" and last-active in ("2006-02-01T00:00:01","2006-02-21")
iid > "2006" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
iid > "2006" and ${org.apache.ode.BPELProcess}author = "yuriy"
iid > "2006" and $author = "yuriy"
iid > "2006" and ${org.apache.ode.BPELProcess}author < "yuriy"
iid > "2006" and $author < "yuriy"
iid > "2006" and ${org.apache.ode.BPELProcess}author <= "yuriy"
iid > "2006" and $author <= "yuriy"
iid > "2006" and ${org.apache.ode.BPELProcess}author > "yuriy"
iid > "2006" and $author > "yuriy"
iid > "2006" and ${org.apache.ode.BPELProcess}author >= "yuriy"
iid > "2006" and $author >= "yuriy"
iid > "2006" and ${org.apache.ode.BPELProcess}author like "yuriy"
iid > "2006" and $author like "yuriy"
iid > "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy")
iid > "2006" and $author in ("yuriy")
iid > "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
iid > "2006" and $author in ("yuriy","kostya","nazar","orest")
iid > "2006" and pid = "HelloWorld"
iid > "2006" and pid < "HelloWorld"
iid > "2006" and pid <= "HelloWorld"
iid > "2006" and pid > "HelloWorld"
iid > "2006" and pid >= "HelloWorld"
iid > "2006" and pid like "HelloWorld"
iid > "2006" and pid in ("HelloWorld","Hello*","Hello*World")
iid > "2006" and pid in ("Hello*","Hello*World")
iid > "2006" and pid in ("Hello*World")
iid >= "2006" and status = "active"
iid >= "2006" and status = "suspended"
iid >= "2006" and status = "error"
iid >= "2006" and status = "completed"
iid >= "2006" and status = "terminated"
iid >= "2006" and status = "faulted"
iid >= "2006" and status in ("active","suspended")
iid >= "2006" and status in ("active","suspended","error","completed","terminated","faulted")
iid >= "2006" and started = "2006-01-01T00:00:01"
iid >= "2006" and started = "2006-01-31"
iid >= "2006" and started = "2006-01"
iid >= "2006" and started = "2006"
iid >= "2006" and started < "2006-01-01T00:00:01"
iid >= "2006" and started < "2006-01-31"
iid >= "2006" and started < "2006-01"
iid >= "2006" and started < "2006"
iid >= "2006" and started <= "2006-01-01T00:00:01"
iid >= "2006" and started <= "2006-01-31"
iid >= "2006" and started <= "2006-01"
iid >= "2006" and started <= "2006"
iid >= "2006" and started > "2006-01-01T00:00:01"
iid >= "2006" and started > "2006-01-31"
iid >= "2006" and started > "2006-01"
iid >= "2006" and started > "2006"
iid >= "2006" and started >= "2006-01-01T00:00:01"
iid >= "2006" and started >= "2006-01-31"
iid >= "2006" and started >= "2006-01"
iid >= "2006" and started >= "2006"
iid >= "2006" and started like "2006-01-01T00:00:01"
iid >= "2006" and started like "2006-01-31"
iid >= "2006" and started like "2006-01"
iid >= "2006" and started like "2006"
iid >= "2006" and started in ("2006-01-01T00:00:01")
iid >= "2006" and started in ("2006-01-31","2006-01")
iid >= "2006" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
iid >= "2006" and last-active = "2006-02-01T00:00:01"
iid >= "2006" and last-active = "2006-02-21"
iid >= "2006" and last-active = "2006-02"
iid >= "2006" and last-active = "2006"
iid >= "2006" and last-active < "2006-02-01T00:00:01"
iid >= "2006" and last-active < "2006-02-21"
iid >= "2006" and last-active < "2006-02"
iid >= "2006" and last-active < "2006"
iid >= "2006" and last-active <= "2006-02-01T00:00:01"
iid >= "2006" and last-active <= "2006-02-21"
iid >= "2006" and last-active <= "2006-02"
iid >= "2006" and last-active <= "2006"
iid >= "2006" and last-active > "2006-02-01T00:00:01"
iid >= "2006" and last-active > "2006-02-21"
iid >= "2006" and last-active > "2006-02"
iid >= "2006" and last-active > "2006"
iid >= "2006" and last-active >= "2006-02-01T00:00:01"
iid >= "2006" and last-active >= "2006-02-21"
iid >= "2006" and last-active >= "2006-02"
iid >= "2006" and last-active >= "2006"
iid >= "2006" and last-active like "2006-02-01T00:00:01"
iid >= "2006" and last-active like "2006-02-21"
iid >= "2006" and last-active like "2006-02"
iid >= "2006" and last-active like "2006"
iid >= "2006" and last-active in ("2006-02-01T00:00:01")
iid >= "2006" and last-active in ("2006-02-01T00:00:01","2006-02-21")
iid >= "2006" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
iid >= "2006" and ${org.apache.ode.BPELProcess}author = "yuriy"
iid >= "2006" and $author = "yuriy"
iid >= "2006" and ${org.apache.ode.BPELProcess}author < "yuriy"
iid >= "2006" and $author < "yuriy"
iid >= "2006" and ${org.apache.ode.BPELProcess}author <= "yuriy"
iid >= "2006" and $author <= "yuriy"
iid >= "2006" and ${org.apache.ode.BPELProcess}author > "yuriy"
iid >= "2006" and $author > "yuriy"
iid >= "2006" and ${org.apache.ode.BPELProcess}author >= "yuriy"
iid >= "2006" and $author >= "yuriy"
iid >= "2006" and ${org.apache.ode.BPELProcess}author like "yuriy"
iid >= "2006" and $author like "yuriy"
iid >= "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy")
iid >= "2006" and $author in ("yuriy")
iid >= "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
iid >= "2006" and $author in ("yuriy","kostya","nazar","orest")
iid >= "2006" and pid = "HelloWorld"
iid >= "2006" and pid < "HelloWorld"
iid >= "2006" and pid <= "HelloWorld"
iid >= "2006" and pid > "HelloWorld"
iid >= "2006" and pid >= "HelloWorld"
iid >= "2006" and pid like "HelloWorld"
iid >= "2006" and pid in ("HelloWorld","Hello*","Hello*World")
iid >= "2006" and pid in ("Hello*","Hello*World")
iid >= "2006" and pid in ("Hello*World")
iid in ("2006") and status = "active"
iid in ("2006") and status = "suspended"
iid in ("2006") and status = "error"
iid in ("2006") and status = "completed"
iid in ("2006") and status = "terminated"
iid in ("2006") and status = "faulted"
iid in ("2006") and status in ("active","suspended")
iid in ("2006") and status in ("active","suspended","error","completed","terminated","faulted")
iid in ("2006") and started = "2006-01-01T00:00:01"
iid in ("2006") and started = "2006-01-31"
iid in ("2006") and started = "2006-01"
iid in ("2006") and started = "2006"
iid in ("2006") and started < "2006-01-01T00:00:01"
iid in ("2006") and started < "2006-01-31"
iid in ("2006") and started < "2006-01"
iid in ("2006") and started < "2006"
iid in ("2006") and started <= "2006-01-01T00:00:01"
iid in ("2006") and started <= "2006-01-31"
iid in ("2006") and started <= "2006-01"
iid in ("2006") and started <= "2006"
iid in ("2006") and started > "2006-01-01T00:00:01"
iid in ("2006") and started > "2006-01-31"
iid in ("2006") and started > "2006-01"
iid in ("2006") and started > "2006"
iid in ("2006") and started >= "2006-01-01T00:00:01"
iid in ("2006") and started >= "2006-01-31"
iid in ("2006") and started >= "2006-01"
iid in ("2006") and started >= "2006"
iid in ("2006") and started like "2006-01-01T00:00:01"
iid in ("2006") and started like "2006-01-31"
iid in ("2006") and started like "2006-01"
iid in ("2006") and started like "2006"
iid in ("2006") and started in ("2006-01-01T00:00:01")
iid in ("2006") and started in ("2006-01-31","2006-01")
iid in ("2006") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
iid in ("2006") and last-active = "2006-02-01T00:00:01"
iid in ("2006") and last-active = "2006-02-21"
iid in ("2006") and last-active = "2006-02"
iid in ("2006") and last-active = "2006"
iid in ("2006") and last-active < "2006-02-01T00:00:01"
iid in ("2006") and last-active < "2006-02-21"
iid in ("2006") and last-active < "2006-02"
iid in ("2006") and last-active < "2006"
iid in ("2006") and last-active <= "2006-02-01T00:00:01"
iid in ("2006") and last-active <= "2006-02-21"
iid in ("2006") and last-active <= "2006-02"
iid in ("2006") and last-active <= "2006"
iid in ("2006") and last-active > "2006-02-01T00:00:01"
iid in ("2006") and last-active > "2006-02-21"
iid in ("2006") and last-active > "2006-02"
iid in ("2006") and last-active > "2006"
iid in ("2006") and last-active >= "2006-02-01T00:00:01"
iid in ("2006") and last-active >= "2006-02-21"
iid in ("2006") and last-active >= "2006-02"
iid in ("2006") and last-active >= "2006"
iid in ("2006") and last-active like "2006-02-01T00:00:01"
iid in ("2006") and last-active like "2006-02-21"
iid in ("2006") and last-active like "2006-02"
iid in ("2006") and last-active like "2006"
iid in ("2006") and last-active in ("2006-02-01T00:00:01")
iid in ("2006") and last-active in ("2006-02-01T00:00:01","2006-02-21")
iid in ("2006") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
iid in ("2006") and ${org.apache.ode.BPELProcess}author = "yuriy"
iid in ("2006") and $author = "yuriy"
iid in ("2006") and ${org.apache.ode.BPELProcess}author < "yuriy"
iid in ("2006") and $author < "yuriy"
iid in ("2006") and ${org.apache.ode.BPELProcess}author <= "yuriy"
iid in ("2006") and $author <= "yuriy"
iid in ("2006") and ${org.apache.ode.BPELProcess}author > "yuriy"
iid in ("2006") and $author > "yuriy"
iid in ("2006") and ${org.apache.ode.BPELProcess}author >= "yuriy"
iid in ("2006") and $author >= "yuriy"
iid in ("2006") and ${org.apache.ode.BPELProcess}author like "yuriy"
iid in ("2006") and $author like "yuriy"
iid in ("2006") and ${org.apache.ode.BPELProcess}author in ("yuriy")
iid in ("2006") and $author in ("yuriy")
iid in ("2006") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
iid in ("2006") and $author in ("yuriy","kostya","nazar","orest")
iid in ("2006") and pid = "HelloWorld"
iid in ("2006") and pid < "HelloWorld"
iid in ("2006") and pid <= "HelloWorld"
iid in ("2006") and pid > "HelloWorld"
iid in ("2006") and pid >= "HelloWorld"
iid in ("2006") and pid like "HelloWorld"
iid in ("2006") and pid in ("HelloWorld","Hello*","Hello*World")
iid in ("2006") and pid in ("Hello*","Hello*World")
iid in ("2006") and pid in ("Hello*World")
iid in ("2006","20061231") and status = "active"
iid in ("2006","20061231") and status = "suspended"
iid in ("2006","20061231") and status = "error"
iid in ("2006","20061231") and status = "completed"
iid in ("2006","20061231") and status = "terminated"
iid in ("2006","20061231") and status = "faulted"
iid in ("2006","20061231") and status in ("active","suspended")
iid in ("2006","20061231") and status in ("active","suspended","error","completed","terminated","faulted")
iid in ("2006","20061231") and started = "2006-01-01T00:00:01"
iid in ("2006","20061231") and started = "2006-01-31"
iid in ("2006","20061231") and started = "2006-01"
iid in ("2006","20061231") and started = "2006"
iid in ("2006","20061231") and started < "2006-01-01T00:00:01"
iid in ("2006","20061231") and started < "2006-01-31"
iid in ("2006","20061231") and started < "2006-01"
iid in ("2006","20061231") and started < "2006"
iid in ("2006","20061231") and started <= "2006-01-01T00:00:01"
iid in ("2006","20061231") and started <= "2006-01-31"
iid in ("2006","20061231") and started <= "2006-01"
iid in ("2006","20061231") and started <= "2006"
iid in ("2006","20061231") and started > "2006-01-01T00:00:01"
iid in ("2006","20061231") and started > "2006-01-31"
iid in ("2006","20061231") and started > "2006-01"
iid in ("2006","20061231") and started > "2006"
iid in ("2006","20061231") and started >= "2006-01-01T00:00:01"
iid in ("2006","20061231") and started >= "2006-01-31"
iid in ("2006","20061231") and started >= "2006-01"
iid in ("2006","20061231") and started >= "2006"
iid in ("2006","20061231") and started like "2006-01-01T00:00:01"
iid in ("2006","20061231") and started like "2006-01-31"
iid in ("2006","20061231") and started like "2006-01"
iid in ("2006","20061231") and started like "2006"
iid in ("2006","20061231") and started in ("2006-01-01T00:00:01")
iid in ("2006","20061231") and started in ("2006-01-31","2006-01")
iid in ("2006","20061231") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
iid in ("2006","20061231") and last-active = "2006-02-01T00:00:01"
iid in ("2006","20061231") and last-active = "2006-02-21"
iid in ("2006","20061231") and last-active = "2006-02"
iid in ("2006","20061231") and last-active = "2006"
iid in ("2006","20061231") and last-active < "2006-02-01T00:00:01"
iid in ("2006","20061231") and last-active < "2006-02-21"
iid in ("2006","20061231") and last-active < "2006-02"
iid in ("2006","20061231") and last-active < "2006"
iid in ("2006","20061231") and last-active <= "2006-02-01T00:00:01"
iid in ("2006","20061231") and last-active <= "2006-02-21"
iid in ("2006","20061231") and last-active <= "2006-02"
iid in ("2006","20061231") and last-active <= "2006"
iid in ("2006","20061231") and last-active > "2006-02-01T00:00:01"
iid in ("2006","20061231") and last-active > "2006-02-21"
iid in ("2006","20061231") and last-active > "2006-02"
iid in ("2006","20061231") and last-active > "2006"
iid in ("2006","20061231") and last-active >= "2006-02-01T00:00:01"
iid in ("2006","20061231") and last-active >= "2006-02-21"
iid in ("2006","20061231") and last-active >= "2006-02"
iid in ("2006","20061231") and last-active >= "2006"
iid in ("2006","20061231") and last-active like "2006-02-01T00:00:01"
iid in ("2006","20061231") and last-active like "2006-02-21"
iid in ("2006","20061231") and last-active like "2006-02"
iid in ("2006","20061231") and last-active like "2006"
iid in ("2006","20061231") and last-active in ("2006-02-01T00:00:01")
iid in ("2006","20061231") and last-active in ("2006-02-01T00:00:01","2006-02-21")
iid in ("2006","20061231") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
iid in ("2006","20061231") and ${org.apache.ode.BPELProcess}author = "yuriy"
iid in ("2006","20061231") and $author = "yuriy"
iid in ("2006","20061231") and ${org.apache.ode.BPELProcess}author < "yuriy"
iid in ("2006","20061231") and $author < "yuriy"
iid in ("2006","20061231") and ${org.apache.ode.BPELProcess}author <= "yuriy"
iid in ("2006","20061231") and $author <= "yuriy"
iid in ("2006","20061231") and ${org.apache.ode.BPELProcess}author > "yuriy"
iid in ("2006","20061231") and $author > "yuriy"
iid in ("2006","20061231") and ${org.apache.ode.BPELProcess}author >= "yuriy"
iid in ("2006","20061231") and $author >= "yuriy"
iid in ("2006","20061231") and ${org.apache.ode.BPELProcess}author like "yuriy"
iid in ("2006","20061231") and $author like "yuriy"
iid in ("2006","20061231") and ${org.apache.ode.BPELProcess}author in ("yuriy")
iid in ("2006","20061231") and $author in ("yuriy")
iid in ("2006","20061231") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
iid in ("2006","20061231") and $author in ("yuriy","kostya","nazar","orest")
iid in ("2006","20061231") and pid = "HelloWorld"
iid in ("2006","20061231") and pid < "HelloWorld"
iid in ("2006","20061231") and pid <= "HelloWorld"
iid in ("2006","20061231") and pid > "HelloWorld"
iid in ("2006","20061231") and pid >= "HelloWorld"
iid in ("2006","20061231") and pid like "HelloWorld"
iid in ("2006","20061231") and pid in ("HelloWorld","Hello*","Hello*World")
iid in ("2006","20061231") and pid in ("Hello*","Hello*World")
iid in ("2006","20061231") and pid in ("Hello*World")
(iid = "2006") and status = "active"
(iid = "2006") and status = "suspended"
(iid = "2006") and status = "error"
(iid = "2006") and status = "completed"
(iid = "2006") and status = "terminated"
(iid = "2006") and status = "faulted"
(iid = "2006") and status in ("active","suspended")
(iid = "2006") and status in ("active","suspended","error","completed","terminated","faulted")
(iid = "2006") and started = "2006-01-01T00:00:01"
(iid = "2006") and started = "2006-01-31"
(iid = "2006") and started = "2006-01"
(iid = "2006") and started = "2006"
(iid = "2006") and started < "2006-01-01T00:00:01"
(iid = "2006") and started < "2006-01-31"
(iid = "2006") and started < "2006-01"
(iid = "2006") and started < "2006"
(iid = "2006") and started <= "2006-01-01T00:00:01"
(iid = "2006") and started <= "2006-01-31"
(iid = "2006") and started <= "2006-01"
(iid = "2006") and started <= "2006"
(iid = "2006") and started > "2006-01-01T00:00:01"
(iid = "2006") and started > "2006-01-31"
(iid = "2006") and started > "2006-01"
(iid = "2006") and started > "2006"
(iid = "2006") and started >= "2006-01-01T00:00:01"
(iid = "2006") and started >= "2006-01-31"
(iid = "2006") and started >= "2006-01"
(iid = "2006") and started >= "2006"
(iid = "2006") and started like "2006-01-01T00:00:01"
(iid = "2006") and started like "2006-01-31"
(iid = "2006") and started like "2006-01"
(iid = "2006") and started like "2006"
(iid = "2006") and started in ("2006-01-01T00:00:01")
(iid = "2006") and started in ("2006-01-31","2006-01")
(iid = "2006") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(iid = "2006") and last-active = "2006-02-01T00:00:01"
(iid = "2006") and last-active = "2006-02-21"
(iid = "2006") and last-active = "2006-02"
(iid = "2006") and last-active = "2006"
(iid = "2006") and last-active < "2006-02-01T00:00:01"
(iid = "2006") and last-active < "2006-02-21"
(iid = "2006") and last-active < "2006-02"
(iid = "2006") and last-active < "2006"
(iid = "2006") and last-active <= "2006-02-01T00:00:01"
(iid = "2006") and last-active <= "2006-02-21"
(iid = "2006") and last-active <= "2006-02"
(iid = "2006") and last-active <= "2006"
(iid = "2006") and last-active > "2006-02-01T00:00:01"
(iid = "2006") and last-active > "2006-02-21"
(iid = "2006") and last-active > "2006-02"
(iid = "2006") and last-active > "2006"
(iid = "2006") and last-active >= "2006-02-01T00:00:01"
(iid = "2006") and last-active >= "2006-02-21"
(iid = "2006") and last-active >= "2006-02"
(iid = "2006") and last-active >= "2006"
(iid = "2006") and last-active like "2006-02-01T00:00:01"
(iid = "2006") and last-active like "2006-02-21"
(iid = "2006") and last-active like "2006-02"
(iid = "2006") and last-active like "2006"
(iid = "2006") and last-active in ("2006-02-01T00:00:01")
(iid = "2006") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(iid = "2006") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(iid = "2006") and ${org.apache.ode.BPELProcess}author = "yuriy"
(iid = "2006") and $author = "yuriy"
(iid = "2006") and ${org.apache.ode.BPELProcess}author < "yuriy"
(iid = "2006") and $author < "yuriy"
(iid = "2006") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(iid = "2006") and $author <= "yuriy"
(iid = "2006") and ${org.apache.ode.BPELProcess}author > "yuriy"
(iid = "2006") and $author > "yuriy"
(iid = "2006") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(iid = "2006") and $author >= "yuriy"
(iid = "2006") and ${org.apache.ode.BPELProcess}author like "yuriy"
(iid = "2006") and $author like "yuriy"
(iid = "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(iid = "2006") and $author in ("yuriy")
(iid = "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(iid = "2006") and $author in ("yuriy","kostya","nazar","orest")
(iid = "2006") and pid = "HelloWorld"
(iid = "2006") and pid < "HelloWorld"
(iid = "2006") and pid <= "HelloWorld"
(iid = "2006") and pid > "HelloWorld"
(iid = "2006") and pid >= "HelloWorld"
(iid = "2006") and pid like "HelloWorld"
(iid = "2006") and pid in ("HelloWorld","Hello*","Hello*World")
(iid = "2006") and pid in ("Hello*","Hello*World")
(iid = "2006") and pid in ("Hello*World")
(iid < "2006") and status = "active"
(iid < "2006") and status = "suspended"
(iid < "2006") and status = "error"
(iid < "2006") and status = "completed"
(iid < "2006") and status = "terminated"
(iid < "2006") and status = "faulted"
(iid < "2006") and status in ("active","suspended")
(iid < "2006") and status in ("active","suspended","error","completed","terminated","faulted")
(iid < "2006") and started = "2006-01-01T00:00:01"
(iid < "2006") and started = "2006-01-31"
(iid < "2006") and started = "2006-01"
(iid < "2006") and started = "2006"
(iid < "2006") and started < "2006-01-01T00:00:01"
(iid < "2006") and started < "2006-01-31"
(iid < "2006") and started < "2006-01"
(iid < "2006") and started < "2006"
(iid < "2006") and started <= "2006-01-01T00:00:01"
(iid < "2006") and started <= "2006-01-31"
(iid < "2006") and started <= "2006-01"
(iid < "2006") and started <= "2006"
(iid < "2006") and started > "2006-01-01T00:00:01"
(iid < "2006") and started > "2006-01-31"
(iid < "2006") and started > "2006-01"
(iid < "2006") and started > "2006"
(iid < "2006") and started >= "2006-01-01T00:00:01"
(iid < "2006") and started >= "2006-01-31"
(iid < "2006") and started >= "2006-01"
(iid < "2006") and started >= "2006"
(iid < "2006") and started like "2006-01-01T00:00:01"
(iid < "2006") and started like "2006-01-31"
(iid < "2006") and started like "2006-01"
(iid < "2006") and started like "2006"
(iid < "2006") and started in ("2006-01-01T00:00:01")
(iid < "2006") and started in ("2006-01-31","2006-01")
(iid < "2006") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(iid < "2006") and last-active = "2006-02-01T00:00:01"
(iid < "2006") and last-active = "2006-02-21"
(iid < "2006") and last-active = "2006-02"
(iid < "2006") and last-active = "2006"
(iid < "2006") and last-active < "2006-02-01T00:00:01"
(iid < "2006") and last-active < "2006-02-21"
(iid < "2006") and last-active < "2006-02"
(iid < "2006") and last-active < "2006"
(iid < "2006") and last-active <= "2006-02-01T00:00:01"
(iid < "2006") and last-active <= "2006-02-21"
(iid < "2006") and last-active <= "2006-02"
(iid < "2006") and last-active <= "2006"
(iid < "2006") and last-active > "2006-02-01T00:00:01"
(iid < "2006") and last-active > "2006-02-21"
(iid < "2006") and last-active > "2006-02"
(iid < "2006") and last-active > "2006"
(iid < "2006") and last-active >= "2006-02-01T00:00:01"
(iid < "2006") and last-active >= "2006-02-21"
(iid < "2006") and last-active >= "2006-02"
(iid < "2006") and last-active >= "2006"
(iid < "2006") and last-active like "2006-02-01T00:00:01"
(iid < "2006") and last-active like "2006-02-21"
(iid < "2006") and last-active like "2006-02"
(iid < "2006") and last-active like "2006"
(iid < "2006") and last-active in ("2006-02-01T00:00:01")
(iid < "2006") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(iid < "2006") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(iid < "2006") and ${org.apache.ode.BPELProcess}author = "yuriy"
(iid < "2006") and $author = "yuriy"
(iid < "2006") and ${org.apache.ode.BPELProcess}author < "yuriy"
(iid < "2006") and $author < "yuriy"
(iid < "2006") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(iid < "2006") and $author <= "yuriy"
(iid < "2006") and ${org.apache.ode.BPELProcess}author > "yuriy"
(iid < "2006") and $author > "yuriy"
(iid < "2006") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(iid < "2006") and $author >= "yuriy"
(iid < "2006") and ${org.apache.ode.BPELProcess}author like "yuriy"
(iid < "2006") and $author like "yuriy"
(iid < "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(iid < "2006") and $author in ("yuriy")
(iid < "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(iid < "2006") and $author in ("yuriy","kostya","nazar","orest")
(iid < "2006") and pid = "HelloWorld"
(iid < "2006") and pid < "HelloWorld"
(iid < "2006") and pid <= "HelloWorld"
(iid < "2006") and pid > "HelloWorld"
(iid < "2006") and pid >= "HelloWorld"
(iid < "2006") and pid like "HelloWorld"
(iid < "2006") and pid in ("HelloWorld","Hello*","Hello*World")
(iid < "2006") and pid in ("Hello*","Hello*World")
(iid < "2006") and pid in ("Hello*World")
(iid <= "2006") and status = "active"
(iid <= "2006") and status = "suspended"
(iid <= "2006") and status = "error"
(iid <= "2006") and status = "completed"
(iid <= "2006") and status = "terminated"
(iid <= "2006") and status = "faulted"
(iid <= "2006") and status in ("active","suspended")
(iid <= "2006") and status in ("active","suspended","error","completed","terminated","faulted")
(iid <= "2006") and started = "2006-01-01T00:00:01"
(iid <= "2006") and started = "2006-01-31"
(iid <= "2006") and started = "2006-01"
(iid <= "2006") and started = "2006"
(iid <= "2006") and started < "2006-01-01T00:00:01"
(iid <= "2006") and started < "2006-01-31"
(iid <= "2006") and started < "2006-01"
(iid <= "2006") and started < "2006"
(iid <= "2006") and started <= "2006-01-01T00:00:01"
(iid <= "2006") and started <= "2006-01-31"
(iid <= "2006") and started <= "2006-01"
(iid <= "2006") and started <= "2006"
(iid <= "2006") and started > "2006-01-01T00:00:01"
(iid <= "2006") and started > "2006-01-31"
(iid <= "2006") and started > "2006-01"
(iid <= "2006") and started > "2006"
(iid <= "2006") and started >= "2006-01-01T00:00:01"
(iid <= "2006") and started >= "2006-01-31"
(iid <= "2006") and started >= "2006-01"
(iid <= "2006") and started >= "2006"
(iid <= "2006") and started like "2006-01-01T00:00:01"
(iid <= "2006") and started like "2006-01-31"
(iid <= "2006") and started like "2006-01"
(iid <= "2006") and started like "2006"
(iid <= "2006") and started in ("2006-01-01T00:00:01")
(iid <= "2006") and started in ("2006-01-31","2006-01")
(iid <= "2006") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(iid <= "2006") and last-active = "2006-02-01T00:00:01"
(iid <= "2006") and last-active = "2006-02-21"
(iid <= "2006") and last-active = "2006-02"
(iid <= "2006") and last-active = "2006"
(iid <= "2006") and last-active < "2006-02-01T00:00:01"
(iid <= "2006") and last-active < "2006-02-21"
(iid <= "2006") and last-active < "2006-02"
(iid <= "2006") and last-active < "2006"
(iid <= "2006") and last-active <= "2006-02-01T00:00:01"
(iid <= "2006") and last-active <= "2006-02-21"
(iid <= "2006") and last-active <= "2006-02"
(iid <= "2006") and last-active <= "2006"
(iid <= "2006") and last-active > "2006-02-01T00:00:01"
(iid <= "2006") and last-active > "2006-02-21"
(iid <= "2006") and last-active > "2006-02"
(iid <= "2006") and last-active > "2006"
(iid <= "2006") and last-active >= "2006-02-01T00:00:01"
(iid <= "2006") and last-active >= "2006-02-21"
(iid <= "2006") and last-active >= "2006-02"
(iid <= "2006") and last-active >= "2006"
(iid <= "2006") and last-active like "2006-02-01T00:00:01"
(iid <= "2006") and last-active like "2006-02-21"
(iid <= "2006") and last-active like "2006-02"
(iid <= "2006") and last-active like "2006"
(iid <= "2006") and last-active in ("2006-02-01T00:00:01")
(iid <= "2006") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(iid <= "2006") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(iid <= "2006") and ${org.apache.ode.BPELProcess}author = "yuriy"
(iid <= "2006") and $author = "yuriy"
(iid <= "2006") and ${org.apache.ode.BPELProcess}author < "yuriy"
(iid <= "2006") and $author < "yuriy"
(iid <= "2006") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(iid <= "2006") and $author <= "yuriy"
(iid <= "2006") and ${org.apache.ode.BPELProcess}author > "yuriy"
(iid <= "2006") and $author > "yuriy"
(iid <= "2006") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(iid <= "2006") and $author >= "yuriy"
(iid <= "2006") and ${org.apache.ode.BPELProcess}author like "yuriy"
(iid <= "2006") and $author like "yuriy"
(iid <= "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(iid <= "2006") and $author in ("yuriy")
(iid <= "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(iid <= "2006") and $author in ("yuriy","kostya","nazar","orest")
(iid <= "2006") and pid = "HelloWorld"
(iid <= "2006") and pid < "HelloWorld"
(iid <= "2006") and pid <= "HelloWorld"
(iid <= "2006") and pid > "HelloWorld"
(iid <= "2006") and pid >= "HelloWorld"
(iid <= "2006") and pid like "HelloWorld"
(iid <= "2006") and pid in ("HelloWorld","Hello*","Hello*World")
(iid <= "2006") and pid in ("Hello*","Hello*World")
(iid <= "2006") and pid in ("Hello*World")
(iid > "2006") and status = "active"
(iid > "2006") and status = "suspended"
(iid > "2006") and status = "error"
(iid > "2006") and status = "completed"
(iid > "2006") and status = "terminated"
(iid > "2006") and status = "faulted"
(iid > "2006") and status in ("active","suspended")
(iid > "2006") and status in ("active","suspended","error","completed","terminated","faulted")
(iid > "2006") and started = "2006-01-01T00:00:01"
(iid > "2006") and started = "2006-01-31"
(iid > "2006") and started = "2006-01"
(iid > "2006") and started = "2006"
(iid > "2006") and started < "2006-01-01T00:00:01"
(iid > "2006") and started < "2006-01-31"
(iid > "2006") and started < "2006-01"
(iid > "2006") and started < "2006"
(iid > "2006") and started <= "2006-01-01T00:00:01"
(iid > "2006") and started <= "2006-01-31"
(iid > "2006") and started <= "2006-01"
(iid > "2006") and started <= "2006"
(iid > "2006") and started > "2006-01-01T00:00:01"
(iid > "2006") and started > "2006-01-31"
(iid > "2006") and started > "2006-01"
(iid > "2006") and started > "2006"
(iid > "2006") and started >= "2006-01-01T00:00:01"
(iid > "2006") and started >= "2006-01-31"
(iid > "2006") and started >= "2006-01"
(iid > "2006") and started >= "2006"
(iid > "2006") and started like "2006-01-01T00:00:01"
(iid > "2006") and started like "2006-01-31"
(iid > "2006") and started like "2006-01"
(iid > "2006") and started like "2006"
(iid > "2006") and started in ("2006-01-01T00:00:01")
(iid > "2006") and started in ("2006-01-31","2006-01")
(iid > "2006") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(iid > "2006") and last-active = "2006-02-01T00:00:01"
(iid > "2006") and last-active = "2006-02-21"
(iid > "2006") and last-active = "2006-02"
(iid > "2006") and last-active = "2006"
(iid > "2006") and last-active < "2006-02-01T00:00:01"
(iid > "2006") and last-active < "2006-02-21"
(iid > "2006") and last-active < "2006-02"
(iid > "2006") and last-active < "2006"
(iid > "2006") and last-active <= "2006-02-01T00:00:01"
(iid > "2006") and last-active <= "2006-02-21"
(iid > "2006") and last-active <= "2006-02"
(iid > "2006") and last-active <= "2006"
(iid > "2006") and last-active > "2006-02-01T00:00:01"
(iid > "2006") and last-active > "2006-02-21"
(iid > "2006") and last-active > "2006-02"
(iid > "2006") and last-active > "2006"
(iid > "2006") and last-active >= "2006-02-01T00:00:01"
(iid > "2006") and last-active >= "2006-02-21"
(iid > "2006") and last-active >= "2006-02"
(iid > "2006") and last-active >= "2006"
(iid > "2006") and last-active like "2006-02-01T00:00:01"
(iid > "2006") and last-active like "2006-02-21"
(iid > "2006") and last-active like "2006-02"
(iid > "2006") and last-active like "2006"
(iid > "2006") and last-active in ("2006-02-01T00:00:01")
(iid > "2006") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(iid > "2006") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(iid > "2006") and ${org.apache.ode.BPELProcess}author = "yuriy"
(iid > "2006") and $author = "yuriy"
(iid > "2006") and ${org.apache.ode.BPELProcess}author < "yuriy"
(iid > "2006") and $author < "yuriy"
(iid > "2006") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(iid > "2006") and $author <= "yuriy"
(iid > "2006") and ${org.apache.ode.BPELProcess}author > "yuriy"
(iid > "2006") and $author > "yuriy"
(iid > "2006") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(iid > "2006") and $author >= "yuriy"
(iid > "2006") and ${org.apache.ode.BPELProcess}author like "yuriy"
(iid > "2006") and $author like "yuriy"
(iid > "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(iid > "2006") and $author in ("yuriy")
(iid > "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(iid > "2006") and $author in ("yuriy","kostya","nazar","orest")
(iid > "2006") and pid = "HelloWorld"
(iid > "2006") and pid < "HelloWorld"
(iid > "2006") and pid <= "HelloWorld"
(iid > "2006") and pid > "HelloWorld"
(iid > "2006") and pid >= "HelloWorld"
(iid > "2006") and pid like "HelloWorld"
(iid > "2006") and pid in ("HelloWorld","Hello*","Hello*World")
(iid > "2006") and pid in ("Hello*","Hello*World")
(iid > "2006") and pid in ("Hello*World")
(iid >= "2006") and status = "active"
(iid >= "2006") and status = "suspended"
(iid >= "2006") and status = "error"
(iid >= "2006") and status = "completed"
(iid >= "2006") and status = "terminated"
(iid >= "2006") and status = "faulted"
(iid >= "2006") and status in ("active","suspended")
(iid >= "2006") and status in ("active","suspended","error","completed","terminated","faulted")
(iid >= "2006") and started = "2006-01-01T00:00:01"
(iid >= "2006") and started = "2006-01-31"
(iid >= "2006") and started = "2006-01"
(iid >= "2006") and started = "2006"
(iid >= "2006") and started < "2006-01-01T00:00:01"
(iid >= "2006") and started < "2006-01-31"
(iid >= "2006") and started < "2006-01"
(iid >= "2006") and started < "2006"
(iid >= "2006") and started <= "2006-01-01T00:00:01"
(iid >= "2006") and started <= "2006-01-31"
(iid >= "2006") and started <= "2006-01"
(iid >= "2006") and started <= "2006"
(iid >= "2006") and started > "2006-01-01T00:00:01"
(iid >= "2006") and started > "2006-01-31"
(iid >= "2006") and started > "2006-01"
(iid >= "2006") and started > "2006"
(iid >= "2006") and started >= "2006-01-01T00:00:01"
(iid >= "2006") and started >= "2006-01-31"
(iid >= "2006") and started >= "2006-01"
(iid >= "2006") and started >= "2006"
(iid >= "2006") and started like "2006-01-01T00:00:01"
(iid >= "2006") and started like "2006-01-31"
(iid >= "2006") and started like "2006-01"
(iid >= "2006") and started like "2006"
(iid >= "2006") and started in ("2006-01-01T00:00:01")
(iid >= "2006") and started in ("2006-01-31","2006-01")
(iid >= "2006") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(iid >= "2006") and last-active = "2006-02-01T00:00:01"
(iid >= "2006") and last-active = "2006-02-21"
(iid >= "2006") and last-active = "2006-02"
(iid >= "2006") and last-active = "2006"
(iid >= "2006") and last-active < "2006-02-01T00:00:01"
(iid >= "2006") and last-active < "2006-02-21"
(iid >= "2006") and last-active < "2006-02"
(iid >= "2006") and last-active < "2006"
(iid >= "2006") and last-active <= "2006-02-01T00:00:01"
(iid >= "2006") and last-active <= "2006-02-21"
(iid >= "2006") and last-active <= "2006-02"
(iid >= "2006") and last-active <= "2006"
(iid >= "2006") and last-active > "2006-02-01T00:00:01"
(iid >= "2006") and last-active > "2006-02-21"
(iid >= "2006") and last-active > "2006-02"
(iid >= "2006") and last-active > "2006"
(iid >= "2006") and last-active >= "2006-02-01T00:00:01"
(iid >= "2006") and last-active >= "2006-02-21"
(iid >= "2006") and last-active >= "2006-02"
(iid >= "2006") and last-active >= "2006"
(iid >= "2006") and last-active like "2006-02-01T00:00:01"
(iid >= "2006") and last-active like "2006-02-21"
(iid >= "2006") and last-active like "2006-02"
(iid >= "2006") and last-active like "2006"
(iid >= "2006") and last-active in ("2006-02-01T00:00:01")
(iid >= "2006") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(iid >= "2006") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(iid >= "2006") and ${org.apache.ode.BPELProcess}author = "yuriy"
(iid >= "2006") and $author = "yuriy"
(iid >= "2006") and ${org.apache.ode.BPELProcess}author < "yuriy"
(iid >= "2006") and $author < "yuriy"
(iid >= "2006") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(iid >= "2006") and $author <= "yuriy"
(iid >= "2006") and ${org.apache.ode.BPELProcess}author > "yuriy"
(iid >= "2006") and $author > "yuriy"
(iid >= "2006") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(iid >= "2006") and $author >= "yuriy"
(iid >= "2006") and ${org.apache.ode.BPELProcess}author like "yuriy"
(iid >= "2006") and $author like "yuriy"
(iid >= "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(iid >= "2006") and $author in ("yuriy")
(iid >= "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(iid >= "2006") and $author in ("yuriy","kostya","nazar","orest")
(iid >= "2006") and pid = "HelloWorld"
(iid >= "2006") and pid < "HelloWorld"
(iid >= "2006") and pid <= "HelloWorld"
(iid >= "2006") and pid > "HelloWorld"
(iid >= "2006") and pid >= "HelloWorld"
(iid >= "2006") and pid like "HelloWorld"
(iid >= "2006") and pid in ("HelloWorld","Hello*","Hello*World")
(iid >= "2006") and pid in ("Hello*","Hello*World")
(iid >= "2006") and pid in ("Hello*World")
(iid in ("2006")) and status = "active"
(iid in ("2006")) and status = "suspended"
(iid in ("2006")) and status = "error"
(iid in ("2006")) and status = "completed"
(iid in ("2006")) and status = "terminated"
(iid in ("2006")) and status = "faulted"
(iid in ("2006")) and status in ("active","suspended")
(iid in ("2006")) and status in ("active","suspended","error","completed","terminated","faulted")
(iid in ("2006")) and started = "2006-01-01T00:00:01"
(iid in ("2006")) and started = "2006-01-31"
(iid in ("2006")) and started = "2006-01"
(iid in ("2006")) and started = "2006"
(iid in ("2006")) and started < "2006-01-01T00:00:01"
(iid in ("2006")) and started < "2006-01-31"
(iid in ("2006")) and started < "2006-01"
(iid in ("2006")) and started < "2006"
(iid in ("2006")) and started <= "2006-01-01T00:00:01"
(iid in ("2006")) and started <= "2006-01-31"
(iid in ("2006")) and started <= "2006-01"
(iid in ("2006")) and started <= "2006"
(iid in ("2006")) and started > "2006-01-01T00:00:01"
(iid in ("2006")) and started > "2006-01-31"
(iid in ("2006")) and started > "2006-01"
(iid in ("2006")) and started > "2006"
(iid in ("2006")) and started >= "2006-01-01T00:00:01"
(iid in ("2006")) and started >= "2006-01-31"
(iid in ("2006")) and started >= "2006-01"
(iid in ("2006")) and started >= "2006"
(iid in ("2006")) and started like "2006-01-01T00:00:01"
(iid in ("2006")) and started like "2006-01-31"
(iid in ("2006")) and started like "2006-01"
(iid in ("2006")) and started like "2006"
(iid in ("2006")) and started in ("2006-01-01T00:00:01")
(iid in ("2006")) and started in ("2006-01-31","2006-01")
(iid in ("2006")) and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(iid in ("2006")) and last-active = "2006-02-01T00:00:01"
(iid in ("2006")) and last-active = "2006-02-21"
(iid in ("2006")) and last-active = "2006-02"
(iid in ("2006")) and last-active = "2006"
(iid in ("2006")) and last-active < "2006-02-01T00:00:01"
(iid in ("2006")) and last-active < "2006-02-21"
(iid in ("2006")) and last-active < "2006-02"
(iid in ("2006")) and last-active < "2006"
(iid in ("2006")) and last-active <= "2006-02-01T00:00:01"
(iid in ("2006")) and last-active <= "2006-02-21"
(iid in ("2006")) and last-active <= "2006-02"
(iid in ("2006")) and last-active <= "2006"
(iid in ("2006")) and last-active > "2006-02-01T00:00:01"
(iid in ("2006")) and last-active > "2006-02-21"
(iid in ("2006")) and last-active > "2006-02"
(iid in ("2006")) and last-active > "2006"
(iid in ("2006")) and last-active >= "2006-02-01T00:00:01"
(iid in ("2006")) and last-active >= "2006-02-21"
(iid in ("2006")) and last-active >= "2006-02"
(iid in ("2006")) and last-active >= "2006"
(iid in ("2006")) and last-active like "2006-02-01T00:00:01"
(iid in ("2006")) and last-active like "2006-02-21"
(iid in ("2006")) and last-active like "2006-02"
(iid in ("2006")) and last-active like "2006"
(iid in ("2006")) and last-active in ("2006-02-01T00:00:01")
(iid in ("2006")) and last-active in ("2006-02-01T00:00:01","2006-02-21")
(iid in ("2006")) and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(iid in ("2006")) and ${org.apache.ode.BPELProcess}author = "yuriy"
(iid in ("2006")) and $author = "yuriy"
(iid in ("2006")) and ${org.apache.ode.BPELProcess}author < "yuriy"
(iid in ("2006")) and $author < "yuriy"
(iid in ("2006")) and ${org.apache.ode.BPELProcess}author <= "yuriy"
(iid in ("2006")) and $author <= "yuriy"
(iid in ("2006")) and ${org.apache.ode.BPELProcess}author > "yuriy"
(iid in ("2006")) and $author > "yuriy"
(iid in ("2006")) and ${org.apache.ode.BPELProcess}author >= "yuriy"
(iid in ("2006")) and $author >= "yuriy"
(iid in ("2006")) and ${org.apache.ode.BPELProcess}author like "yuriy"
(iid in ("2006")) and $author like "yuriy"
(iid in ("2006")) and ${org.apache.ode.BPELProcess}author in ("yuriy")
(iid in ("2006")) and $author in ("yuriy")
(iid in ("2006")) and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(iid in ("2006")) and $author in ("yuriy","kostya","nazar","orest")
(iid in ("2006")) and pid = "HelloWorld"
(iid in ("2006")) and pid < "HelloWorld"
(iid in ("2006")) and pid <= "HelloWorld"
(iid in ("2006")) and pid > "HelloWorld"
(iid in ("2006")) and pid >= "HelloWorld"
(iid in ("2006")) and pid like "HelloWorld"
(iid in ("2006")) and pid in ("HelloWorld","Hello*","Hello*World")
(iid in ("2006")) and pid in ("Hello*","Hello*World")
(iid in ("2006")) and pid in ("Hello*World")
(iid in ("2006","20061231")) and status = "active"
(iid in ("2006","20061231")) and status = "suspended"
(iid in ("2006","20061231")) and status = "error"
(iid in ("2006","20061231")) and status = "completed"
(iid in ("2006","20061231")) and status = "terminated"
(iid in ("2006","20061231")) and status = "faulted"
(iid in ("2006","20061231")) and status in ("active","suspended")
(iid in ("2006","20061231")) and status in ("active","suspended","error","completed","terminated","faulted")
(iid in ("2006","20061231")) and started = "2006-01-01T00:00:01"
(iid in ("2006","20061231")) and started = "2006-01-31"
(iid in ("2006","20061231")) and started = "2006-01"
(iid in ("2006","20061231")) and started = "2006"
(iid in ("2006","20061231")) and started < "2006-01-01T00:00:01"
(iid in ("2006","20061231")) and started < "2006-01-31"
(iid in ("2006","20061231")) and started < "2006-01"
(iid in ("2006","20061231")) and started < "2006"
(iid in ("2006","20061231")) and started <= "2006-01-01T00:00:01"
(iid in ("2006","20061231")) and started <= "2006-01-31"
(iid in ("2006","20061231")) and started <= "2006-01"
(iid in ("2006","20061231")) and started <= "2006"
(iid in ("2006","20061231")) and started > "2006-01-01T00:00:01"
(iid in ("2006","20061231")) and started > "2006-01-31"
(iid in ("2006","20061231")) and started > "2006-01"
(iid in ("2006","20061231")) and started > "2006"
(iid in ("2006","20061231")) and started >= "2006-01-01T00:00:01"
(iid in ("2006","20061231")) and started >= "2006-01-31"
(iid in ("2006","20061231")) and started >= "2006-01"
(iid in ("2006","20061231")) and started >= "2006"
(iid in ("2006","20061231")) and started like "2006-01-01T00:00:01"
(iid in ("2006","20061231")) and started like "2006-01-31"
(iid in ("2006","20061231")) and started like "2006-01"
(iid in ("2006","20061231")) and started like "2006"
(iid in ("2006","20061231")) and started in ("2006-01-01T00:00:01")
(iid in ("2006","20061231")) and started in ("2006-01-31","2006-01")
(iid in ("2006","20061231")) and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(iid in ("2006","20061231")) and last-active = "2006-02-01T00:00:01"
(iid in ("2006","20061231")) and last-active = "2006-02-21"
(iid in ("2006","20061231")) and last-active = "2006-02"
(iid in ("2006","20061231")) and last-active = "2006"
(iid in ("2006","20061231")) and last-active < "2006-02-01T00:00:01"
(iid in ("2006","20061231")) and last-active < "2006-02-21"
(iid in ("2006","20061231")) and last-active < "2006-02"
(iid in ("2006","20061231")) and last-active < "2006"
(iid in ("2006","20061231")) and last-active <= "2006-02-01T00:00:01"
(iid in ("2006","20061231")) and last-active <= "2006-02-21"
(iid in ("2006","20061231")) and last-active <= "2006-02"
(iid in ("2006","20061231")) and last-active <= "2006"
(iid in ("2006","20061231")) and last-active > "2006-02-01T00:00:01"
(iid in ("2006","20061231")) and last-active > "2006-02-21"
(iid in ("2006","20061231")) and last-active > "2006-02"
(iid in ("2006","20061231")) and last-active > "2006"
(iid in ("2006","20061231")) and last-active >= "2006-02-01T00:00:01"
(iid in ("2006","20061231")) and last-active >= "2006-02-21"
(iid in ("2006","20061231")) and last-active >= "2006-02"
(iid in ("2006","20061231")) and last-active >= "2006"
(iid in ("2006","20061231")) and last-active like "2006-02-01T00:00:01"
(iid in ("2006","20061231")) and last-active like "2006-02-21"
(iid in ("2006","20061231")) and last-active like "2006-02"
(iid in ("2006","20061231")) and last-active like "2006"
(iid in ("2006","20061231")) and last-active in ("2006-02-01T00:00:01")
(iid in ("2006","20061231")) and last-active in ("2006-02-01T00:00:01","2006-02-21")
(iid in ("2006","20061231")) and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(iid in ("2006","20061231")) and ${org.apache.ode.BPELProcess}author = "yuriy"
(iid in ("2006","20061231")) and $author = "yuriy"
(iid in ("2006","20061231")) and ${org.apache.ode.BPELProcess}author < "yuriy"
(iid in ("2006","20061231")) and $author < "yuriy"
(iid in ("2006","20061231")) and ${org.apache.ode.BPELProcess}author <= "yuriy"
(iid in ("2006","20061231")) and $author <= "yuriy"
(iid in ("2006","20061231")) and ${org.apache.ode.BPELProcess}author > "yuriy"
(iid in ("2006","20061231")) and $author > "yuriy"
(iid in ("2006","20061231")) and ${org.apache.ode.BPELProcess}author >= "yuriy"
(iid in ("2006","20061231")) and $author >= "yuriy"
(iid in ("2006","20061231")) and ${org.apache.ode.BPELProcess}author like "yuriy"
(iid in ("2006","20061231")) and $author like "yuriy"
(iid in ("2006","20061231")) and ${org.apache.ode.BPELProcess}author in ("yuriy")
(iid in ("2006","20061231")) and $author in ("yuriy")
(iid in ("2006","20061231")) and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(iid in ("2006","20061231")) and $author in ("yuriy","kostya","nazar","orest")
(iid in ("2006","20061231")) and pid = "HelloWorld"
(iid in ("2006","20061231")) and pid < "HelloWorld"
(iid in ("2006","20061231")) and pid <= "HelloWorld"
(iid in ("2006","20061231")) and pid > "HelloWorld"
(iid in ("2006","20061231")) and pid >= "HelloWorld"
(iid in ("2006","20061231")) and pid like "HelloWorld"
(iid in ("2006","20061231")) and pid in ("HelloWorld","Hello*","Hello*World")
(iid in ("2006","20061231")) and pid in ("Hello*","Hello*World")
(iid in ("2006","20061231")) and pid in ("Hello*World")
iid = "2006" and (status = "active")
iid = "2006" and (status = "suspended")
iid = "2006" and (status = "error")
iid = "2006" and (status = "completed")
iid = "2006" and (status = "terminated")
iid = "2006" and (status = "faulted")
iid = "2006" and (status in ("active","suspended"))
iid = "2006" and (status in ("active","suspended","error","completed","terminated","faulted"))
iid = "2006" and (started = "2006-01-01T00:00:01")
iid = "2006" and (started = "2006-01-31")
iid = "2006" and (started = "2006-01")
iid = "2006" and (started = "2006")
iid = "2006" and (started < "2006-01-01T00:00:01")
iid = "2006" and (started < "2006-01-31")
iid = "2006" and (started < "2006-01")
iid = "2006" and (started < "2006")
iid = "2006" and (started <= "2006-01-01T00:00:01")
iid = "2006" and (started <= "2006-01-31")
iid = "2006" and (started <= "2006-01")
iid = "2006" and (started <= "2006")
iid = "2006" and (started > "2006-01-01T00:00:01")
iid = "2006" and (started > "2006-01-31")
iid = "2006" and (started > "2006-01")
iid = "2006" and (started > "2006")
iid = "2006" and (started >= "2006-01-01T00:00:01")
iid = "2006" and (started >= "2006-01-31")
iid = "2006" and (started >= "2006-01")
iid = "2006" and (started >= "2006")
iid = "2006" and (started like "2006-01-01T00:00:01")
iid = "2006" and (started like "2006-01-31")
iid = "2006" and (started like "2006-01")
iid = "2006" and (started like "2006")
iid = "2006" and (started in ("2006-01-01T00:00:01"))
iid = "2006" and (started in ("2006-01-31","2006-01"))
iid = "2006" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
iid = "2006" and (last-active = "2006-02-01T00:00:01")
iid = "2006" and (last-active = "2006-02-21")
iid = "2006" and (last-active = "2006-02")
iid = "2006" and (last-active = "2006")
iid = "2006" and (last-active < "2006-02-01T00:00:01")
iid = "2006" and (last-active < "2006-02-21")
iid = "2006" and (last-active < "2006-02")
iid = "2006" and (last-active < "2006")
iid = "2006" and (last-active <= "2006-02-01T00:00:01")
iid = "2006" and (last-active <= "2006-02-21")
iid = "2006" and (last-active <= "2006-02")
iid = "2006" and (last-active <= "2006")
iid = "2006" and (last-active > "2006-02-01T00:00:01")
iid = "2006" and (last-active > "2006-02-21")
iid = "2006" and (last-active > "2006-02")
iid = "2006" and (last-active > "2006")
iid = "2006" and (last-active >= "2006-02-01T00:00:01")
iid = "2006" and (last-active >= "2006-02-21")
iid = "2006" and (last-active >= "2006-02")
iid = "2006" and (last-active >= "2006")
iid = "2006" and (last-active like "2006-02-01T00:00:01")
iid = "2006" and (last-active like "2006-02-21")
iid = "2006" and (last-active like "2006-02")
iid = "2006" and (last-active like "2006")
iid = "2006" and (last-active in ("2006-02-01T00:00:01"))
iid = "2006" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
iid = "2006" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
iid = "2006" and (${org.apache.ode.BPELProcess}author = "yuriy")
iid = "2006" and ($author = "yuriy")
iid = "2006" and (${org.apache.ode.BPELProcess}author < "yuriy")
iid = "2006" and ($author < "yuriy")
iid = "2006" and (${org.apache.ode.BPELProcess}author <= "yuriy")
iid = "2006" and ($author <= "yuriy")
iid = "2006" and (${org.apache.ode.BPELProcess}author > "yuriy")
iid = "2006" and ($author > "yuriy")
iid = "2006" and (${org.apache.ode.BPELProcess}author >= "yuriy")
iid = "2006" and ($author >= "yuriy")
iid = "2006" and (${org.apache.ode.BPELProcess}author like "yuriy")
iid = "2006" and ($author like "yuriy")
iid = "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
iid = "2006" and ($author in ("yuriy"))
iid = "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
iid = "2006" and ($author in ("yuriy","kostya","nazar","orest"))
iid = "2006" and (pid = "HelloWorld")
iid = "2006" and (pid < "HelloWorld")
iid = "2006" and (pid <= "HelloWorld")
iid = "2006" and (pid > "HelloWorld")
iid = "2006" and (pid >= "HelloWorld")
iid = "2006" and (pid like "HelloWorld")
iid = "2006" and (pid in ("HelloWorld","Hello*","Hello*World"))
iid = "2006" and (pid in ("Hello*","Hello*World"))
iid = "2006" and (pid in ("Hello*World"))
iid < "2006" and (status = "active")
iid < "2006" and (status = "suspended")
iid < "2006" and (status = "error")
iid < "2006" and (status = "completed")
iid < "2006" and (status = "terminated")
iid < "2006" and (status = "faulted")
iid < "2006" and (status in ("active","suspended"))
iid < "2006" and (status in ("active","suspended","error","completed","terminated","faulted"))
iid < "2006" and (started = "2006-01-01T00:00:01")
iid < "2006" and (started = "2006-01-31")
iid < "2006" and (started = "2006-01")
iid < "2006" and (started = "2006")
iid < "2006" and (started < "2006-01-01T00:00:01")
iid < "2006" and (started < "2006-01-31")
iid < "2006" and (started < "2006-01")
iid < "2006" and (started < "2006")
iid < "2006" and (started <= "2006-01-01T00:00:01")
iid < "2006" and (started <= "2006-01-31")
iid < "2006" and (started <= "2006-01")
iid < "2006" and (started <= "2006")
iid < "2006" and (started > "2006-01-01T00:00:01")
iid < "2006" and (started > "2006-01-31")
iid < "2006" and (started > "2006-01")
iid < "2006" and (started > "2006")
iid < "2006" and (started >= "2006-01-01T00:00:01")
iid < "2006" and (started >= "2006-01-31")
iid < "2006" and (started >= "2006-01")
iid < "2006" and (started >= "2006")
iid < "2006" and (started like "2006-01-01T00:00:01")
iid < "2006" and (started like "2006-01-31")
iid < "2006" and (started like "2006-01")
iid < "2006" and (started like "2006")
iid < "2006" and (started in ("2006-01-01T00:00:01"))
iid < "2006" and (started in ("2006-01-31","2006-01"))
iid < "2006" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
iid < "2006" and (last-active = "2006-02-01T00:00:01")
iid < "2006" and (last-active = "2006-02-21")
iid < "2006" and (last-active = "2006-02")
iid < "2006" and (last-active = "2006")
iid < "2006" and (last-active < "2006-02-01T00:00:01")
iid < "2006" and (last-active < "2006-02-21")
iid < "2006" and (last-active < "2006-02")
iid < "2006" and (last-active < "2006")
iid < "2006" and (last-active <= "2006-02-01T00:00:01")
iid < "2006" and (last-active <= "2006-02-21")
iid < "2006" and (last-active <= "2006-02")
iid < "2006" and (last-active <= "2006")
iid < "2006" and (last-active > "2006-02-01T00:00:01")
iid < "2006" and (last-active > "2006-02-21")
iid < "2006" and (last-active > "2006-02")
iid < "2006" and (last-active > "2006")
iid < "2006" and (last-active >= "2006-02-01T00:00:01")
iid < "2006" and (last-active >= "2006-02-21")
iid < "2006" and (last-active >= "2006-02")
iid < "2006" and (last-active >= "2006")
iid < "2006" and (last-active like "2006-02-01T00:00:01")
iid < "2006" and (last-active like "2006-02-21")
iid < "2006" and (last-active like "2006-02")
iid < "2006" and (last-active like "2006")
iid < "2006" and (last-active in ("2006-02-01T00:00:01"))
iid < "2006" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
iid < "2006" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
iid < "2006" and (${org.apache.ode.BPELProcess}author = "yuriy")
iid < "2006" and ($author = "yuriy")
iid < "2006" and (${org.apache.ode.BPELProcess}author < "yuriy")
iid < "2006" and ($author < "yuriy")
iid < "2006" and (${org.apache.ode.BPELProcess}author <= "yuriy")
iid < "2006" and ($author <= "yuriy")
iid < "2006" and (${org.apache.ode.BPELProcess}author > "yuriy")
iid < "2006" and ($author > "yuriy")
iid < "2006" and (${org.apache.ode.BPELProcess}author >= "yuriy")
iid < "2006" and ($author >= "yuriy")
iid < "2006" and (${org.apache.ode.BPELProcess}author like "yuriy")
iid < "2006" and ($author like "yuriy")
iid < "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
iid < "2006" and ($author in ("yuriy"))
iid < "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
iid < "2006" and ($author in ("yuriy","kostya","nazar","orest"))
iid < "2006" and (pid = "HelloWorld")
iid < "2006" and (pid < "HelloWorld")
iid < "2006" and (pid <= "HelloWorld")
iid < "2006" and (pid > "HelloWorld")
iid < "2006" and (pid >= "HelloWorld")
iid < "2006" and (pid like "HelloWorld")
iid < "2006" and (pid in ("HelloWorld","Hello*","Hello*World"))
iid < "2006" and (pid in ("Hello*","Hello*World"))
iid < "2006" and (pid in ("Hello*World"))
iid <= "2006" and (status = "active")
iid <= "2006" and (status = "suspended")
iid <= "2006" and (status = "error")
iid <= "2006" and (status = "completed")
iid <= "2006" and (status = "terminated")
iid <= "2006" and (status = "faulted")
iid <= "2006" and (status in ("active","suspended"))
iid <= "2006" and (status in ("active","suspended","error","completed","terminated","faulted"))
iid <= "2006" and (started = "2006-01-01T00:00:01")
iid <= "2006" and (started = "2006-01-31")
iid <= "2006" and (started = "2006-01")
iid <= "2006" and (started = "2006")
iid <= "2006" and (started < "2006-01-01T00:00:01")
iid <= "2006" and (started < "2006-01-31")
iid <= "2006" and (started < "2006-01")
iid <= "2006" and (started < "2006")
iid <= "2006" and (started <= "2006-01-01T00:00:01")
iid <= "2006" and (started <= "2006-01-31")
iid <= "2006" and (started <= "2006-01")
iid <= "2006" and (started <= "2006")
iid <= "2006" and (started > "2006-01-01T00:00:01")
iid <= "2006" and (started > "2006-01-31")
iid <= "2006" and (started > "2006-01")
iid <= "2006" and (started > "2006")
iid <= "2006" and (started >= "2006-01-01T00:00:01")
iid <= "2006" and (started >= "2006-01-31")
iid <= "2006" and (started >= "2006-01")
iid <= "2006" and (started >= "2006")
iid <= "2006" and (started like "2006-01-01T00:00:01")
iid <= "2006" and (started like "2006-01-31")
iid <= "2006" and (started like "2006-01")
iid <= "2006" and (started like "2006")
iid <= "2006" and (started in ("2006-01-01T00:00:01"))
iid <= "2006" and (started in ("2006-01-31","2006-01"))
iid <= "2006" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
iid <= "2006" and (last-active = "2006-02-01T00:00:01")
iid <= "2006" and (last-active = "2006-02-21")
iid <= "2006" and (last-active = "2006-02")
iid <= "2006" and (last-active = "2006")
iid <= "2006" and (last-active < "2006-02-01T00:00:01")
iid <= "2006" and (last-active < "2006-02-21")
iid <= "2006" and (last-active < "2006-02")
iid <= "2006" and (last-active < "2006")
iid <= "2006" and (last-active <= "2006-02-01T00:00:01")
iid <= "2006" and (last-active <= "2006-02-21")
iid <= "2006" and (last-active <= "2006-02")
iid <= "2006" and (last-active <= "2006")
iid <= "2006" and (last-active > "2006-02-01T00:00:01")
iid <= "2006" and (last-active > "2006-02-21")
iid <= "2006" and (last-active > "2006-02")
iid <= "2006" and (last-active > "2006")
iid <= "2006" and (last-active >= "2006-02-01T00:00:01")
iid <= "2006" and (last-active >= "2006-02-21")
iid <= "2006" and (last-active >= "2006-02")
iid <= "2006" and (last-active >= "2006")
iid <= "2006" and (last-active like "2006-02-01T00:00:01")
iid <= "2006" and (last-active like "2006-02-21")
iid <= "2006" and (last-active like "2006-02")
iid <= "2006" and (last-active like "2006")
iid <= "2006" and (last-active in ("2006-02-01T00:00:01"))
iid <= "2006" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
iid <= "2006" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
iid <= "2006" and (${org.apache.ode.BPELProcess}author = "yuriy")
iid <= "2006" and ($author = "yuriy")
iid <= "2006" and (${org.apache.ode.BPELProcess}author < "yuriy")
iid <= "2006" and ($author < "yuriy")
iid <= "2006" and (${org.apache.ode.BPELProcess}author <= "yuriy")
iid <= "2006" and ($author <= "yuriy")
iid <= "2006" and (${org.apache.ode.BPELProcess}author > "yuriy")
iid <= "2006" and ($author > "yuriy")
iid <= "2006" and (${org.apache.ode.BPELProcess}author >= "yuriy")
iid <= "2006" and ($author >= "yuriy")
iid <= "2006" and (${org.apache.ode.BPELProcess}author like "yuriy")
iid <= "2006" and ($author like "yuriy")
iid <= "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
iid <= "2006" and ($author in ("yuriy"))
iid <= "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
iid <= "2006" and ($author in ("yuriy","kostya","nazar","orest"))
iid <= "2006" and (pid = "HelloWorld")
iid <= "2006" and (pid < "HelloWorld")
iid <= "2006" and (pid <= "HelloWorld")
iid <= "2006" and (pid > "HelloWorld")
iid <= "2006" and (pid >= "HelloWorld")
iid <= "2006" and (pid like "HelloWorld")
iid <= "2006" and (pid in ("HelloWorld","Hello*","Hello*World"))
iid <= "2006" and (pid in ("Hello*","Hello*World"))
iid <= "2006" and (pid in ("Hello*World"))
iid > "2006" and (status = "active")
iid > "2006" and (status = "suspended")
iid > "2006" and (status = "error")
iid > "2006" and (status = "completed")
iid > "2006" and (status = "terminated")
iid > "2006" and (status = "faulted")
iid > "2006" and (status in ("active","suspended"))
iid > "2006" and (status in ("active","suspended","error","completed","terminated","faulted"))
iid > "2006" and (started = "2006-01-01T00:00:01")
iid > "2006" and (started = "2006-01-31")
iid > "2006" and (started = "2006-01")
iid > "2006" and (started = "2006")
iid > "2006" and (started < "2006-01-01T00:00:01")
iid > "2006" and (started < "2006-01-31")
iid > "2006" and (started < "2006-01")
iid > "2006" and (started < "2006")
iid > "2006" and (started <= "2006-01-01T00:00:01")
iid > "2006" and (started <= "2006-01-31")
iid > "2006" and (started <= "2006-01")
iid > "2006" and (started <= "2006")
iid > "2006" and (started > "2006-01-01T00:00:01")
iid > "2006" and (started > "2006-01-31")
iid > "2006" and (started > "2006-01")
iid > "2006" and (started > "2006")
iid > "2006" and (started >= "2006-01-01T00:00:01")
iid > "2006" and (started >= "2006-01-31")
iid > "2006" and (started >= "2006-01")
iid > "2006" and (started >= "2006")
iid > "2006" and (started like "2006-01-01T00:00:01")
iid > "2006" and (started like "2006-01-31")
iid > "2006" and (started like "2006-01")
iid > "2006" and (started like "2006")
iid > "2006" and (started in ("2006-01-01T00:00:01"))
iid > "2006" and (started in ("2006-01-31","2006-01"))
iid > "2006" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
iid > "2006" and (last-active = "2006-02-01T00:00:01")
iid > "2006" and (last-active = "2006-02-21")
iid > "2006" and (last-active = "2006-02")
iid > "2006" and (last-active = "2006")
iid > "2006" and (last-active < "2006-02-01T00:00:01")
iid > "2006" and (last-active < "2006-02-21")
iid > "2006" and (last-active < "2006-02")
iid > "2006" and (last-active < "2006")
iid > "2006" and (last-active <= "2006-02-01T00:00:01")
iid > "2006" and (last-active <= "2006-02-21")
iid > "2006" and (last-active <= "2006-02")
iid > "2006" and (last-active <= "2006")
iid > "2006" and (last-active > "2006-02-01T00:00:01")
iid > "2006" and (last-active > "2006-02-21")
iid > "2006" and (last-active > "2006-02")
iid > "2006" and (last-active > "2006")
iid > "2006" and (last-active >= "2006-02-01T00:00:01")
iid > "2006" and (last-active >= "2006-02-21")
iid > "2006" and (last-active >= "2006-02")
iid > "2006" and (last-active >= "2006")
iid > "2006" and (last-active like "2006-02-01T00:00:01")
iid > "2006" and (last-active like "2006-02-21")
iid > "2006" and (last-active like "2006-02")
iid > "2006" and (last-active like "2006")
iid > "2006" and (last-active in ("2006-02-01T00:00:01"))
iid > "2006" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
iid > "2006" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
iid > "2006" and (${org.apache.ode.BPELProcess}author = "yuriy")
iid > "2006" and ($author = "yuriy")
iid > "2006" and (${org.apache.ode.BPELProcess}author < "yuriy")
iid > "2006" and ($author < "yuriy")
iid > "2006" and (${org.apache.ode.BPELProcess}author <= "yuriy")
iid > "2006" and ($author <= "yuriy")
iid > "2006" and (${org.apache.ode.BPELProcess}author > "yuriy")
iid > "2006" and ($author > "yuriy")
iid > "2006" and (${org.apache.ode.BPELProcess}author >= "yuriy")
iid > "2006" and ($author >= "yuriy")
iid > "2006" and (${org.apache.ode.BPELProcess}author like "yuriy")
iid > "2006" and ($author like "yuriy")
iid > "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
iid > "2006" and ($author in ("yuriy"))
iid > "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
iid > "2006" and ($author in ("yuriy","kostya","nazar","orest"))
iid > "2006" and (pid = "HelloWorld")
iid > "2006" and (pid < "HelloWorld")
iid > "2006" and (pid <= "HelloWorld")
iid > "2006" and (pid > "HelloWorld")
iid > "2006" and (pid >= "HelloWorld")
iid > "2006" and (pid like "HelloWorld")
iid > "2006" and (pid in ("HelloWorld","Hello*","Hello*World"))
iid > "2006" and (pid in ("Hello*","Hello*World"))
iid > "2006" and (pid in ("Hello*World"))
iid >= "2006" and (status = "active")
iid >= "2006" and (status = "suspended")
iid >= "2006" and (status = "error")
iid >= "2006" and (status = "completed")
iid >= "2006" and (status = "terminated")
iid >= "2006" and (status = "faulted")
iid >= "2006" and (status in ("active","suspended"))
iid >= "2006" and (status in ("active","suspended","error","completed","terminated","faulted"))
iid >= "2006" and (started = "2006-01-01T00:00:01")
iid >= "2006" and (started = "2006-01-31")
iid >= "2006" and (started = "2006-01")
iid >= "2006" and (started = "2006")
iid >= "2006" and (started < "2006-01-01T00:00:01")
iid >= "2006" and (started < "2006-01-31")
iid >= "2006" and (started < "2006-01")
iid >= "2006" and (started < "2006")
iid >= "2006" and (started <= "2006-01-01T00:00:01")
iid >= "2006" and (started <= "2006-01-31")
iid >= "2006" and (started <= "2006-01")
iid >= "2006" and (started <= "2006")
iid >= "2006" and (started > "2006-01-01T00:00:01")
iid >= "2006" and (started > "2006-01-31")
iid >= "2006" and (started > "2006-01")
iid >= "2006" and (started > "2006")
iid >= "2006" and (started >= "2006-01-01T00:00:01")
iid >= "2006" and (started >= "2006-01-31")
iid >= "2006" and (started >= "2006-01")
iid >= "2006" and (started >= "2006")
iid >= "2006" and (started like "2006-01-01T00:00:01")
iid >= "2006" and (started like "2006-01-31")
iid >= "2006" and (started like "2006-01")
iid >= "2006" and (started like "2006")
iid >= "2006" and (started in ("2006-01-01T00:00:01"))
iid >= "2006" and (started in ("2006-01-31","2006-01"))
iid >= "2006" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
iid >= "2006" and (last-active = "2006-02-01T00:00:01")
iid >= "2006" and (last-active = "2006-02-21")
iid >= "2006" and (last-active = "2006-02")
iid >= "2006" and (last-active = "2006")
iid >= "2006" and (last-active < "2006-02-01T00:00:01")
iid >= "2006" and (last-active < "2006-02-21")
iid >= "2006" and (last-active < "2006-02")
iid >= "2006" and (last-active < "2006")
iid >= "2006" and (last-active <= "2006-02-01T00:00:01")
iid >= "2006" and (last-active <= "2006-02-21")
iid >= "2006" and (last-active <= "2006-02")
iid >= "2006" and (last-active <= "2006")
iid >= "2006" and (last-active > "2006-02-01T00:00:01")
iid >= "2006" and (last-active > "2006-02-21")
iid >= "2006" and (last-active > "2006-02")
iid >= "2006" and (last-active > "2006")
iid >= "2006" and (last-active >= "2006-02-01T00:00:01")
iid >= "2006" and (last-active >= "2006-02-21")
iid >= "2006" and (last-active >= "2006-02")
iid >= "2006" and (last-active >= "2006")
iid >= "2006" and (last-active like "2006-02-01T00:00:01")
iid >= "2006" and (last-active like "2006-02-21")
iid >= "2006" and (last-active like "2006-02")
iid >= "2006" and (last-active like "2006")
iid >= "2006" and (last-active in ("2006-02-01T00:00:01"))
iid >= "2006" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
iid >= "2006" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
iid >= "2006" and (${org.apache.ode.BPELProcess}author = "yuriy")
iid >= "2006" and ($author = "yuriy")
iid >= "2006" and (${org.apache.ode.BPELProcess}author < "yuriy")
iid >= "2006" and ($author < "yuriy")
iid >= "2006" and (${org.apache.ode.BPELProcess}author <= "yuriy")
iid >= "2006" and ($author <= "yuriy")
iid >= "2006" and (${org.apache.ode.BPELProcess}author > "yuriy")
iid >= "2006" and ($author > "yuriy")
iid >= "2006" and (${org.apache.ode.BPELProcess}author >= "yuriy")
iid >= "2006" and ($author >= "yuriy")
iid >= "2006" and (${org.apache.ode.BPELProcess}author like "yuriy")
iid >= "2006" and ($author like "yuriy")
iid >= "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
iid >= "2006" and ($author in ("yuriy"))
iid >= "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
iid >= "2006" and ($author in ("yuriy","kostya","nazar","orest"))
iid >= "2006" and (pid = "HelloWorld")
iid >= "2006" and (pid < "HelloWorld")
iid >= "2006" and (pid <= "HelloWorld")
iid >= "2006" and (pid > "HelloWorld")
iid >= "2006" and (pid >= "HelloWorld")
iid >= "2006" and (pid like "HelloWorld")
iid >= "2006" and (pid in ("HelloWorld","Hello*","Hello*World"))
iid >= "2006" and (pid in ("Hello*","Hello*World"))
iid >= "2006" and (pid in ("Hello*World"))
iid in ("2006") and (status = "active")
iid in ("2006") and (status = "suspended")
iid in ("2006") and (status = "error")
iid in ("2006") and (status = "completed")
iid in ("2006") and (status = "terminated")
iid in ("2006") and (status = "faulted")
iid in ("2006") and (status in ("active","suspended"))
iid in ("2006") and (status in ("active","suspended","error","completed","terminated","faulted"))
iid in ("2006") and (started = "2006-01-01T00:00:01")
iid in ("2006") and (started = "2006-01-31")
iid in ("2006") and (started = "2006-01")
iid in ("2006") and (started = "2006")
iid in ("2006") and (started < "2006-01-01T00:00:01")
iid in ("2006") and (started < "2006-01-31")
iid in ("2006") and (started < "2006-01")
iid in ("2006") and (started < "2006")
iid in ("2006") and (started <= "2006-01-01T00:00:01")
iid in ("2006") and (started <= "2006-01-31")
iid in ("2006") and (started <= "2006-01")
iid in ("2006") and (started <= "2006")
iid in ("2006") and (started > "2006-01-01T00:00:01")
iid in ("2006") and (started > "2006-01-31")
iid in ("2006") and (started > "2006-01")
iid in ("2006") and (started > "2006")
iid in ("2006") and (started >= "2006-01-01T00:00:01")
iid in ("2006") and (started >= "2006-01-31")
iid in ("2006") and (started >= "2006-01")
iid in ("2006") and (started >= "2006")
iid in ("2006") and (started like "2006-01-01T00:00:01")
iid in ("2006") and (started like "2006-01-31")
iid in ("2006") and (started like "2006-01")
iid in ("2006") and (started like "2006")
iid in ("2006") and (started in ("2006-01-01T00:00:01"))
iid in ("2006") and (started in ("2006-01-31","2006-01"))
iid in ("2006") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
iid in ("2006") and (last-active = "2006-02-01T00:00:01")
iid in ("2006") and (last-active = "2006-02-21")
iid in ("2006") and (last-active = "2006-02")
iid in ("2006") and (last-active = "2006")
iid in ("2006") and (last-active < "2006-02-01T00:00:01")
iid in ("2006") and (last-active < "2006-02-21")
iid in ("2006") and (last-active < "2006-02")
iid in ("2006") and (last-active < "2006")
iid in ("2006") and (last-active <= "2006-02-01T00:00:01")
iid in ("2006") and (last-active <= "2006-02-21")
iid in ("2006") and (last-active <= "2006-02")
iid in ("2006") and (last-active <= "2006")
iid in ("2006") and (last-active > "2006-02-01T00:00:01")
iid in ("2006") and (last-active > "2006-02-21")
iid in ("2006") and (last-active > "2006-02")
iid in ("2006") and (last-active > "2006")
iid in ("2006") and (last-active >= "2006-02-01T00:00:01")
iid in ("2006") and (last-active >= "2006-02-21")
iid in ("2006") and (last-active >= "2006-02")
iid in ("2006") and (last-active >= "2006")
iid in ("2006") and (last-active like "2006-02-01T00:00:01")
iid in ("2006") and (last-active like "2006-02-21")
iid in ("2006") and (last-active like "2006-02")
iid in ("2006") and (last-active like "2006")
iid in ("2006") and (last-active in ("2006-02-01T00:00:01"))
iid in ("2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
iid in ("2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
iid in ("2006") and (${org.apache.ode.BPELProcess}author = "yuriy")
iid in ("2006") and ($author = "yuriy")
iid in ("2006") and (${org.apache.ode.BPELProcess}author < "yuriy")
iid in ("2006") and ($author < "yuriy")
iid in ("2006") and (${org.apache.ode.BPELProcess}author <= "yuriy")
iid in ("2006") and ($author <= "yuriy")
iid in ("2006") and (${org.apache.ode.BPELProcess}author > "yuriy")
iid in ("2006") and ($author > "yuriy")
iid in ("2006") and (${org.apache.ode.BPELProcess}author >= "yuriy")
iid in ("2006") and ($author >= "yuriy")
iid in ("2006") and (${org.apache.ode.BPELProcess}author like "yuriy")
iid in ("2006") and ($author like "yuriy")
iid in ("2006") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
iid in ("2006") and ($author in ("yuriy"))
iid in ("2006") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
iid in ("2006") and ($author in ("yuriy","kostya","nazar","orest"))
iid in ("2006") and (pid = "HelloWorld")
iid in ("2006") and (pid < "HelloWorld")
iid in ("2006") and (pid <= "HelloWorld")
iid in ("2006") and (pid > "HelloWorld")
iid in ("2006") and (pid >= "HelloWorld")
iid in ("2006") and (pid like "HelloWorld")
iid in ("2006") and (pid in ("HelloWorld","Hello*","Hello*World"))
iid in ("2006") and (pid in ("Hello*","Hello*World"))
iid in ("2006") and (pid in ("Hello*World"))
iid in ("2006","20061231") and (status = "active")
iid in ("2006","20061231") and (status = "suspended")
iid in ("2006","20061231") and (status = "error")
iid in ("2006","20061231") and (status = "completed")
iid in ("2006","20061231") and (status = "terminated")
iid in ("2006","20061231") and (status = "faulted")
iid in ("2006","20061231") and (status in ("active","suspended"))
iid in ("2006","20061231") and (status in ("active","suspended","error","completed","terminated","faulted"))
iid in ("2006","20061231") and (started = "2006-01-01T00:00:01")
iid in ("2006","20061231") and (started = "2006-01-31")
iid in ("2006","20061231") and (started = "2006-01")
iid in ("2006","20061231") and (started = "2006")
iid in ("2006","20061231") and (started < "2006-01-01T00:00:01")
iid in ("2006","20061231") and (started < "2006-01-31")
iid in ("2006","20061231") and (started < "2006-01")
iid in ("2006","20061231") and (started < "2006")
iid in ("2006","20061231") and (started <= "2006-01-01T00:00:01")
iid in ("2006","20061231") and (started <= "2006-01-31")
iid in ("2006","20061231") and (started <= "2006-01")
iid in ("2006","20061231") and (started <= "2006")
iid in ("2006","20061231") and (started > "2006-01-01T00:00:01")
iid in ("2006","20061231") and (started > "2006-01-31")
iid in ("2006","20061231") and (started > "2006-01")
iid in ("2006","20061231") and (started > "2006")
iid in ("2006","20061231") and (started >= "2006-01-01T00:00:01")
iid in ("2006","20061231") and (started >= "2006-01-31")
iid in ("2006","20061231") and (started >= "2006-01")
iid in ("2006","20061231") and (started >= "2006")
iid in ("2006","20061231") and (started like "2006-01-01T00:00:01")
iid in ("2006","20061231") and (started like "2006-01-31")
iid in ("2006","20061231") and (started like "2006-01")
iid in ("2006","20061231") and (started like "2006")
iid in ("2006","20061231") and (started in ("2006-01-01T00:00:01"))
iid in ("2006","20061231") and (started in ("2006-01-31","2006-01"))
iid in ("2006","20061231") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
iid in ("2006","20061231") and (last-active = "2006-02-01T00:00:01")
iid in ("2006","20061231") and (last-active = "2006-02-21")
iid in ("2006","20061231") and (last-active = "2006-02")
iid in ("2006","20061231") and (last-active = "2006")
iid in ("2006","20061231") and (last-active < "2006-02-01T00:00:01")
iid in ("2006","20061231") and (last-active < "2006-02-21")
iid in ("2006","20061231") and (last-active < "2006-02")
iid in ("2006","20061231") and (last-active < "2006")
iid in ("2006","20061231") and (last-active <= "2006-02-01T00:00:01")
iid in ("2006","20061231") and (last-active <= "2006-02-21")
iid in ("2006","20061231") and (last-active <= "2006-02")
iid in ("2006","20061231") and (last-active <= "2006")
iid in ("2006","20061231") and (last-active > "2006-02-01T00:00:01")
iid in ("2006","20061231") and (last-active > "2006-02-21")
iid in ("2006","20061231") and (last-active > "2006-02")
iid in ("2006","20061231") and (last-active > "2006")
iid in ("2006","20061231") and (last-active >= "2006-02-01T00:00:01")
iid in ("2006","20061231") and (last-active >= "2006-02-21")
iid in ("2006","20061231") and (last-active >= "2006-02")
iid in ("2006","20061231") and (last-active >= "2006")
iid in ("2006","20061231") and (last-active like "2006-02-01T00:00:01")
iid in ("2006","20061231") and (last-active like "2006-02-21")
iid in ("2006","20061231") and (last-active like "2006-02")
iid in ("2006","20061231") and (last-active like "2006")
iid in ("2006","20061231") and (last-active in ("2006-02-01T00:00:01"))
iid in ("2006","20061231") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
iid in ("2006","20061231") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
iid in ("2006","20061231") and (${org.apache.ode.BPELProcess}author = "yuriy")
iid in ("2006","20061231") and ($author = "yuriy")
iid in ("2006","20061231") and (${org.apache.ode.BPELProcess}author < "yuriy")
iid in ("2006","20061231") and ($author < "yuriy")
iid in ("2006","20061231") and (${org.apache.ode.BPELProcess}author <= "yuriy")
iid in ("2006","20061231") and ($author <= "yuriy")
iid in ("2006","20061231") and (${org.apache.ode.BPELProcess}author > "yuriy")
iid in ("2006","20061231") and ($author > "yuriy")
iid in ("2006","20061231") and (${org.apache.ode.BPELProcess}author >= "yuriy")
iid in ("2006","20061231") and ($author >= "yuriy")
iid in ("2006","20061231") and (${org.apache.ode.BPELProcess}author like "yuriy")
iid in ("2006","20061231") and ($author like "yuriy")
iid in ("2006","20061231") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
iid in ("2006","20061231") and ($author in ("yuriy"))
iid in ("2006","20061231") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
iid in ("2006","20061231") and ($author in ("yuriy","kostya","nazar","orest"))
iid in ("2006","20061231") and (pid = "HelloWorld")
iid in ("2006","20061231") and (pid < "HelloWorld")
iid in ("2006","20061231") and (pid <= "HelloWorld")
iid in ("2006","20061231") and (pid > "HelloWorld")
iid in ("2006","20061231") and (pid >= "HelloWorld")
iid in ("2006","20061231") and (pid like "HelloWorld")
iid in ("2006","20061231") and (pid in ("HelloWorld","Hello*","Hello*World"))
iid in ("2006","20061231") and (pid in ("Hello*","Hello*World"))
iid in ("2006","20061231") and (pid in ("Hello*World"))
(iid = "2006") and (status = "active")
(iid = "2006") and (status = "suspended")
(iid = "2006") and (status = "error")
(iid = "2006") and (status = "completed")
(iid = "2006") and (status = "terminated")
(iid = "2006") and (status = "faulted")
(iid = "2006") and (status in ("active","suspended"))
(iid = "2006") and (status in ("active","suspended","error","completed","terminated","faulted"))
(iid = "2006") and (started = "2006-01-01T00:00:01")
(iid = "2006") and (started = "2006-01-31")
(iid = "2006") and (started = "2006-01")
(iid = "2006") and (started = "2006")
(iid = "2006") and (started < "2006-01-01T00:00:01")
(iid = "2006") and (started < "2006-01-31")
(iid = "2006") and (started < "2006-01")
(iid = "2006") and (started < "2006")
(iid = "2006") and (started <= "2006-01-01T00:00:01")
(iid = "2006") and (started <= "2006-01-31")
(iid = "2006") and (started <= "2006-01")
(iid = "2006") and (started <= "2006")
(iid = "2006") and (started > "2006-01-01T00:00:01")
(iid = "2006") and (started > "2006-01-31")
(iid = "2006") and (started > "2006-01")
(iid = "2006") and (started > "2006")
(iid = "2006") and (started >= "2006-01-01T00:00:01")
(iid = "2006") and (started >= "2006-01-31")
(iid = "2006") and (started >= "2006-01")
(iid = "2006") and (started >= "2006")
(iid = "2006") and (started like "2006-01-01T00:00:01")
(iid = "2006") and (started like "2006-01-31")
(iid = "2006") and (started like "2006-01")
(iid = "2006") and (started like "2006")
(iid = "2006") and (started in ("2006-01-01T00:00:01"))
(iid = "2006") and (started in ("2006-01-31","2006-01"))
(iid = "2006") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(iid = "2006") and (last-active = "2006-02-01T00:00:01")
(iid = "2006") and (last-active = "2006-02-21")
(iid = "2006") and (last-active = "2006-02")
(iid = "2006") and (last-active = "2006")
(iid = "2006") and (last-active < "2006-02-01T00:00:01")
(iid = "2006") and (last-active < "2006-02-21")
(iid = "2006") and (last-active < "2006-02")
(iid = "2006") and (last-active < "2006")
(iid = "2006") and (last-active <= "2006-02-01T00:00:01")
(iid = "2006") and (last-active <= "2006-02-21")
(iid = "2006") and (last-active <= "2006-02")
(iid = "2006") and (last-active <= "2006")
(iid = "2006") and (last-active > "2006-02-01T00:00:01")
(iid = "2006") and (last-active > "2006-02-21")
(iid = "2006") and (last-active > "2006-02")
(iid = "2006") and (last-active > "2006")
(iid = "2006") and (last-active >= "2006-02-01T00:00:01")
(iid = "2006") and (last-active >= "2006-02-21")
(iid = "2006") and (last-active >= "2006-02")
(iid = "2006") and (last-active >= "2006")
(iid = "2006") and (last-active like "2006-02-01T00:00:01")
(iid = "2006") and (last-active like "2006-02-21")
(iid = "2006") and (last-active like "2006-02")
(iid = "2006") and (last-active like "2006")
(iid = "2006") and (last-active in ("2006-02-01T00:00:01"))
(iid = "2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(iid = "2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(iid = "2006") and (${org.apache.ode.BPELProcess}author = "yuriy")
(iid = "2006") and ($author = "yuriy")
(iid = "2006") and (${org.apache.ode.BPELProcess}author < "yuriy")
(iid = "2006") and ($author < "yuriy")
(iid = "2006") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(iid = "2006") and ($author <= "yuriy")
(iid = "2006") and (${org.apache.ode.BPELProcess}author > "yuriy")
(iid = "2006") and ($author > "yuriy")
(iid = "2006") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(iid = "2006") and ($author >= "yuriy")
(iid = "2006") and (${org.apache.ode.BPELProcess}author like "yuriy")
(iid = "2006") and ($author like "yuriy")
(iid = "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(iid = "2006") and ($author in ("yuriy"))
(iid = "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(iid = "2006") and ($author in ("yuriy","kostya","nazar","orest"))
(iid = "2006") and (pid = "HelloWorld")
(iid = "2006") and (pid < "HelloWorld")
(iid = "2006") and (pid <= "HelloWorld")
(iid = "2006") and (pid > "HelloWorld")
(iid = "2006") and (pid >= "HelloWorld")
(iid = "2006") and (pid like "HelloWorld")
(iid = "2006") and (pid in ("HelloWorld","Hello*","Hello*World"))
(iid = "2006") and (pid in ("Hello*","Hello*World"))
(iid = "2006") and (pid in ("Hello*World"))
(iid < "2006") and (status = "active")
(iid < "2006") and (status = "suspended")
(iid < "2006") and (status = "error")
(iid < "2006") and (status = "completed")
(iid < "2006") and (status = "terminated")
(iid < "2006") and (status = "faulted")
(iid < "2006") and (status in ("active","suspended"))
(iid < "2006") and (status in ("active","suspended","error","completed","terminated","faulted"))
(iid < "2006") and (started = "2006-01-01T00:00:01")
(iid < "2006") and (started = "2006-01-31")
(iid < "2006") and (started = "2006-01")
(iid < "2006") and (started = "2006")
(iid < "2006") and (started < "2006-01-01T00:00:01")
(iid < "2006") and (started < "2006-01-31")
(iid < "2006") and (started < "2006-01")
(iid < "2006") and (started < "2006")
(iid < "2006") and (started <= "2006-01-01T00:00:01")
(iid < "2006") and (started <= "2006-01-31")
(iid < "2006") and (started <= "2006-01")
(iid < "2006") and (started <= "2006")
(iid < "2006") and (started > "2006-01-01T00:00:01")
(iid < "2006") and (started > "2006-01-31")
(iid < "2006") and (started > "2006-01")
(iid < "2006") and (started > "2006")
(iid < "2006") and (started >= "2006-01-01T00:00:01")
(iid < "2006") and (started >= "2006-01-31")
(iid < "2006") and (started >= "2006-01")
(iid < "2006") and (started >= "2006")
(iid < "2006") and (started like "2006-01-01T00:00:01")
(iid < "2006") and (started like "2006-01-31")
(iid < "2006") and (started like "2006-01")
(iid < "2006") and (started like "2006")
(iid < "2006") and (started in ("2006-01-01T00:00:01"))
(iid < "2006") and (started in ("2006-01-31","2006-01"))
(iid < "2006") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(iid < "2006") and (last-active = "2006-02-01T00:00:01")
(iid < "2006") and (last-active = "2006-02-21")
(iid < "2006") and (last-active = "2006-02")
(iid < "2006") and (last-active = "2006")
(iid < "2006") and (last-active < "2006-02-01T00:00:01")
(iid < "2006") and (last-active < "2006-02-21")
(iid < "2006") and (last-active < "2006-02")
(iid < "2006") and (last-active < "2006")
(iid < "2006") and (last-active <= "2006-02-01T00:00:01")
(iid < "2006") and (last-active <= "2006-02-21")
(iid < "2006") and (last-active <= "2006-02")
(iid < "2006") and (last-active <= "2006")
(iid < "2006") and (last-active > "2006-02-01T00:00:01")
(iid < "2006") and (last-active > "2006-02-21")
(iid < "2006") and (last-active > "2006-02")
(iid < "2006") and (last-active > "2006")
(iid < "2006") and (last-active >= "2006-02-01T00:00:01")
(iid < "2006") and (last-active >= "2006-02-21")
(iid < "2006") and (last-active >= "2006-02")
(iid < "2006") and (last-active >= "2006")
(iid < "2006") and (last-active like "2006-02-01T00:00:01")
(iid < "2006") and (last-active like "2006-02-21")
(iid < "2006") and (last-active like "2006-02")
(iid < "2006") and (last-active like "2006")
(iid < "2006") and (last-active in ("2006-02-01T00:00:01"))
(iid < "2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(iid < "2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(iid < "2006") and (${org.apache.ode.BPELProcess}author = "yuriy")
(iid < "2006") and ($author = "yuriy")
(iid < "2006") and (${org.apache.ode.BPELProcess}author < "yuriy")
(iid < "2006") and ($author < "yuriy")
(iid < "2006") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(iid < "2006") and ($author <= "yuriy")
(iid < "2006") and (${org.apache.ode.BPELProcess}author > "yuriy")
(iid < "2006") and ($author > "yuriy")
(iid < "2006") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(iid < "2006") and ($author >= "yuriy")
(iid < "2006") and (${org.apache.ode.BPELProcess}author like "yuriy")
(iid < "2006") and ($author like "yuriy")
(iid < "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(iid < "2006") and ($author in ("yuriy"))
(iid < "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(iid < "2006") and ($author in ("yuriy","kostya","nazar","orest"))
(iid < "2006") and (pid = "HelloWorld")
(iid < "2006") and (pid < "HelloWorld")
(iid < "2006") and (pid <= "HelloWorld")
(iid < "2006") and (pid > "HelloWorld")
(iid < "2006") and (pid >= "HelloWorld")
(iid < "2006") and (pid like "HelloWorld")
(iid < "2006") and (pid in ("HelloWorld","Hello*","Hello*World"))
(iid < "2006") and (pid in ("Hello*","Hello*World"))
(iid < "2006") and (pid in ("Hello*World"))
(iid <= "2006") and (status = "active")
(iid <= "2006") and (status = "suspended")
(iid <= "2006") and (status = "error")
(iid <= "2006") and (status = "completed")
(iid <= "2006") and (status = "terminated")
(iid <= "2006") and (status = "faulted")
(iid <= "2006") and (status in ("active","suspended"))
(iid <= "2006") and (status in ("active","suspended","error","completed","terminated","faulted"))
(iid <= "2006") and (started = "2006-01-01T00:00:01")
(iid <= "2006") and (started = "2006-01-31")
(iid <= "2006") and (started = "2006-01")
(iid <= "2006") and (started = "2006")
(iid <= "2006") and (started < "2006-01-01T00:00:01")
(iid <= "2006") and (started < "2006-01-31")
(iid <= "2006") and (started < "2006-01")
(iid <= "2006") and (started < "2006")
(iid <= "2006") and (started <= "2006-01-01T00:00:01")
(iid <= "2006") and (started <= "2006-01-31")
(iid <= "2006") and (started <= "2006-01")
(iid <= "2006") and (started <= "2006")
(iid <= "2006") and (started > "2006-01-01T00:00:01")
(iid <= "2006") and (started > "2006-01-31")
(iid <= "2006") and (started > "2006-01")
(iid <= "2006") and (started > "2006")
(iid <= "2006") and (started >= "2006-01-01T00:00:01")
(iid <= "2006") and (started >= "2006-01-31")
(iid <= "2006") and (started >= "2006-01")
(iid <= "2006") and (started >= "2006")
(iid <= "2006") and (started like "2006-01-01T00:00:01")
(iid <= "2006") and (started like "2006-01-31")
(iid <= "2006") and (started like "2006-01")
(iid <= "2006") and (started like "2006")
(iid <= "2006") and (started in ("2006-01-01T00:00:01"))
(iid <= "2006") and (started in ("2006-01-31","2006-01"))
(iid <= "2006") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(iid <= "2006") and (last-active = "2006-02-01T00:00:01")
(iid <= "2006") and (last-active = "2006-02-21")
(iid <= "2006") and (last-active = "2006-02")
(iid <= "2006") and (last-active = "2006")
(iid <= "2006") and (last-active < "2006-02-01T00:00:01")
(iid <= "2006") and (last-active < "2006-02-21")
(iid <= "2006") and (last-active < "2006-02")
(iid <= "2006") and (last-active < "2006")
(iid <= "2006") and (last-active <= "2006-02-01T00:00:01")
(iid <= "2006") and (last-active <= "2006-02-21")
(iid <= "2006") and (last-active <= "2006-02")
(iid <= "2006") and (last-active <= "2006")
(iid <= "2006") and (last-active > "2006-02-01T00:00:01")
(iid <= "2006") and (last-active > "2006-02-21")
(iid <= "2006") and (last-active > "2006-02")
(iid <= "2006") and (last-active > "2006")
(iid <= "2006") and (last-active >= "2006-02-01T00:00:01")
(iid <= "2006") and (last-active >= "2006-02-21")
(iid <= "2006") and (last-active >= "2006-02")
(iid <= "2006") and (last-active >= "2006")
(iid <= "2006") and (last-active like "2006-02-01T00:00:01")
(iid <= "2006") and (last-active like "2006-02-21")
(iid <= "2006") and (last-active like "2006-02")
(iid <= "2006") and (last-active like "2006")
(iid <= "2006") and (last-active in ("2006-02-01T00:00:01"))
(iid <= "2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(iid <= "2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(iid <= "2006") and (${org.apache.ode.BPELProcess}author = "yuriy")
(iid <= "2006") and ($author = "yuriy")
(iid <= "2006") and (${org.apache.ode.BPELProcess}author < "yuriy")
(iid <= "2006") and ($author < "yuriy")
(iid <= "2006") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(iid <= "2006") and ($author <= "yuriy")
(iid <= "2006") and (${org.apache.ode.BPELProcess}author > "yuriy")
(iid <= "2006") and ($author > "yuriy")
(iid <= "2006") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(iid <= "2006") and ($author >= "yuriy")
(iid <= "2006") and (${org.apache.ode.BPELProcess}author like "yuriy")
(iid <= "2006") and ($author like "yuriy")
(iid <= "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(iid <= "2006") and ($author in ("yuriy"))
(iid <= "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(iid <= "2006") and ($author in ("yuriy","kostya","nazar","orest"))
(iid <= "2006") and (pid = "HelloWorld")
(iid <= "2006") and (pid < "HelloWorld")
(iid <= "2006") and (pid <= "HelloWorld")
(iid <= "2006") and (pid > "HelloWorld")
(iid <= "2006") and (pid >= "HelloWorld")
(iid <= "2006") and (pid like "HelloWorld")
(iid <= "2006") and (pid in ("HelloWorld","Hello*","Hello*World"))
(iid <= "2006") and (pid in ("Hello*","Hello*World"))
(iid <= "2006") and (pid in ("Hello*World"))
(iid > "2006") and (status = "active")
(iid > "2006") and (status = "suspended")
(iid > "2006") and (status = "error")
(iid > "2006") and (status = "completed")
(iid > "2006") and (status = "terminated")
(iid > "2006") and (status = "faulted")
(iid > "2006") and (status in ("active","suspended"))
(iid > "2006") and (status in ("active","suspended","error","completed","terminated","faulted"))
(iid > "2006") and (started = "2006-01-01T00:00:01")
(iid > "2006") and (started = "2006-01-31")
(iid > "2006") and (started = "2006-01")
(iid > "2006") and (started = "2006")
(iid > "2006") and (started < "2006-01-01T00:00:01")
(iid > "2006") and (started < "2006-01-31")
(iid > "2006") and (started < "2006-01")
(iid > "2006") and (started < "2006")
(iid > "2006") and (started <= "2006-01-01T00:00:01")
(iid > "2006") and (started <= "2006-01-31")
(iid > "2006") and (started <= "2006-01")
(iid > "2006") and (started <= "2006")
(iid > "2006") and (started > "2006-01-01T00:00:01")
(iid > "2006") and (started > "2006-01-31")
(iid > "2006") and (started > "2006-01")
(iid > "2006") and (started > "2006")
(iid > "2006") and (started >= "2006-01-01T00:00:01")
(iid > "2006") and (started >= "2006-01-31")
(iid > "2006") and (started >= "2006-01")
(iid > "2006") and (started >= "2006")
(iid > "2006") and (started like "2006-01-01T00:00:01")
(iid > "2006") and (started like "2006-01-31")
(iid > "2006") and (started like "2006-01")
(iid > "2006") and (started like "2006")
(iid > "2006") and (started in ("2006-01-01T00:00:01"))
(iid > "2006") and (started in ("2006-01-31","2006-01"))
(iid > "2006") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(iid > "2006") and (last-active = "2006-02-01T00:00:01")
(iid > "2006") and (last-active = "2006-02-21")
(iid > "2006") and (last-active = "2006-02")
(iid > "2006") and (last-active = "2006")
(iid > "2006") and (last-active < "2006-02-01T00:00:01")
(iid > "2006") and (last-active < "2006-02-21")
(iid > "2006") and (last-active < "2006-02")
(iid > "2006") and (last-active < "2006")
(iid > "2006") and (last-active <= "2006-02-01T00:00:01")
(iid > "2006") and (last-active <= "2006-02-21")
(iid > "2006") and (last-active <= "2006-02")
(iid > "2006") and (last-active <= "2006")
(iid > "2006") and (last-active > "2006-02-01T00:00:01")
(iid > "2006") and (last-active > "2006-02-21")
(iid > "2006") and (last-active > "2006-02")
(iid > "2006") and (last-active > "2006")
(iid > "2006") and (last-active >= "2006-02-01T00:00:01")
(iid > "2006") and (last-active >= "2006-02-21")
(iid > "2006") and (last-active >= "2006-02")
(iid > "2006") and (last-active >= "2006")
(iid > "2006") and (last-active like "2006-02-01T00:00:01")
(iid > "2006") and (last-active like "2006-02-21")
(iid > "2006") and (last-active like "2006-02")
(iid > "2006") and (last-active like "2006")
(iid > "2006") and (last-active in ("2006-02-01T00:00:01"))
(iid > "2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(iid > "2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(iid > "2006") and (${org.apache.ode.BPELProcess}author = "yuriy")
(iid > "2006") and ($author = "yuriy")
(iid > "2006") and (${org.apache.ode.BPELProcess}author < "yuriy")
(iid > "2006") and ($author < "yuriy")
(iid > "2006") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(iid > "2006") and ($author <= "yuriy")
(iid > "2006") and (${org.apache.ode.BPELProcess}author > "yuriy")
(iid > "2006") and ($author > "yuriy")
(iid > "2006") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(iid > "2006") and ($author >= "yuriy")
(iid > "2006") and (${org.apache.ode.BPELProcess}author like "yuriy")
(iid > "2006") and ($author like "yuriy")
(iid > "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(iid > "2006") and ($author in ("yuriy"))
(iid > "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(iid > "2006") and ($author in ("yuriy","kostya","nazar","orest"))
(iid > "2006") and (pid = "HelloWorld")
(iid > "2006") and (pid < "HelloWorld")
(iid > "2006") and (pid <= "HelloWorld")
(iid > "2006") and (pid > "HelloWorld")
(iid > "2006") and (pid >= "HelloWorld")
(iid > "2006") and (pid like "HelloWorld")
(iid > "2006") and (pid in ("HelloWorld","Hello*","Hello*World"))
(iid > "2006") and (pid in ("Hello*","Hello*World"))
(iid > "2006") and (pid in ("Hello*World"))
(iid >= "2006") and (status = "active")
(iid >= "2006") and (status = "suspended")
(iid >= "2006") and (status = "error")
(iid >= "2006") and (status = "completed")
(iid >= "2006") and (status = "terminated")
(iid >= "2006") and (status = "faulted")
(iid >= "2006") and (status in ("active","suspended"))
(iid >= "2006") and (status in ("active","suspended","error","completed","terminated","faulted"))
(iid >= "2006") and (started = "2006-01-01T00:00:01")
(iid >= "2006") and (started = "2006-01-31")
(iid >= "2006") and (started = "2006-01")
(iid >= "2006") and (started = "2006")
(iid >= "2006") and (started < "2006-01-01T00:00:01")
(iid >= "2006") and (started < "2006-01-31")
(iid >= "2006") and (started < "2006-01")
(iid >= "2006") and (started < "2006")
(iid >= "2006") and (started <= "2006-01-01T00:00:01")
(iid >= "2006") and (started <= "2006-01-31")
(iid >= "2006") and (started <= "2006-01")
(iid >= "2006") and (started <= "2006")
(iid >= "2006") and (started > "2006-01-01T00:00:01")
(iid >= "2006") and (started > "2006-01-31")
(iid >= "2006") and (started > "2006-01")
(iid >= "2006") and (started > "2006")
(iid >= "2006") and (started >= "2006-01-01T00:00:01")
(iid >= "2006") and (started >= "2006-01-31")
(iid >= "2006") and (started >= "2006-01")
(iid >= "2006") and (started >= "2006")
(iid >= "2006") and (started like "2006-01-01T00:00:01")
(iid >= "2006") and (started like "2006-01-31")
(iid >= "2006") and (started like "2006-01")
(iid >= "2006") and (started like "2006")
(iid >= "2006") and (started in ("2006-01-01T00:00:01"))
(iid >= "2006") and (started in ("2006-01-31","2006-01"))
(iid >= "2006") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(iid >= "2006") and (last-active = "2006-02-01T00:00:01")
(iid >= "2006") and (last-active = "2006-02-21")
(iid >= "2006") and (last-active = "2006-02")
(iid >= "2006") and (last-active = "2006")
(iid >= "2006") and (last-active < "2006-02-01T00:00:01")
(iid >= "2006") and (last-active < "2006-02-21")
(iid >= "2006") and (last-active < "2006-02")
(iid >= "2006") and (last-active < "2006")
(iid >= "2006") and (last-active <= "2006-02-01T00:00:01")
(iid >= "2006") and (last-active <= "2006-02-21")
(iid >= "2006") and (last-active <= "2006-02")
(iid >= "2006") and (last-active <= "2006")
(iid >= "2006") and (last-active > "2006-02-01T00:00:01")
(iid >= "2006") and (last-active > "2006-02-21")
(iid >= "2006") and (last-active > "2006-02")
(iid >= "2006") and (last-active > "2006")
(iid >= "2006") and (last-active >= "2006-02-01T00:00:01")
(iid >= "2006") and (last-active >= "2006-02-21")
(iid >= "2006") and (last-active >= "2006-02")
(iid >= "2006") and (last-active >= "2006")
(iid >= "2006") and (last-active like "2006-02-01T00:00:01")
(iid >= "2006") and (last-active like "2006-02-21")
(iid >= "2006") and (last-active like "2006-02")
(iid >= "2006") and (last-active like "2006")
(iid >= "2006") and (last-active in ("2006-02-01T00:00:01"))
(iid >= "2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(iid >= "2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(iid >= "2006") and (${org.apache.ode.BPELProcess}author = "yuriy")
(iid >= "2006") and ($author = "yuriy")
(iid >= "2006") and (${org.apache.ode.BPELProcess}author < "yuriy")
(iid >= "2006") and ($author < "yuriy")
(iid >= "2006") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(iid >= "2006") and ($author <= "yuriy")
(iid >= "2006") and (${org.apache.ode.BPELProcess}author > "yuriy")
(iid >= "2006") and ($author > "yuriy")
(iid >= "2006") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(iid >= "2006") and ($author >= "yuriy")
(iid >= "2006") and (${org.apache.ode.BPELProcess}author like "yuriy")
(iid >= "2006") and ($author like "yuriy")
(iid >= "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(iid >= "2006") and ($author in ("yuriy"))
(iid >= "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(iid >= "2006") and ($author in ("yuriy","kostya","nazar","orest"))
(iid >= "2006") and (pid = "HelloWorld")
(iid >= "2006") and (pid < "HelloWorld")
(iid >= "2006") and (pid <= "HelloWorld")
(iid >= "2006") and (pid > "HelloWorld")
(iid >= "2006") and (pid >= "HelloWorld")
(iid >= "2006") and (pid like "HelloWorld")
(iid >= "2006") and (pid in ("HelloWorld","Hello*","Hello*World"))
(iid >= "2006") and (pid in ("Hello*","Hello*World"))
(iid >= "2006") and (pid in ("Hello*World"))
(iid in ("2006")) and (status = "active")
(iid in ("2006")) and (status = "suspended")
(iid in ("2006")) and (status = "error")
(iid in ("2006")) and (status = "completed")
(iid in ("2006")) and (status = "terminated")
(iid in ("2006")) and (status = "faulted")
(iid in ("2006")) and (status in ("active","suspended"))
(iid in ("2006")) and (status in ("active","suspended","error","completed","terminated","faulted"))
(iid in ("2006")) and (started = "2006-01-01T00:00:01")
(iid in ("2006")) and (started = "2006-01-31")
(iid in ("2006")) and (started = "2006-01")
(iid in ("2006")) and (started = "2006")
(iid in ("2006")) and (started < "2006-01-01T00:00:01")
(iid in ("2006")) and (started < "2006-01-31")
(iid in ("2006")) and (started < "2006-01")
(iid in ("2006")) and (started < "2006")
(iid in ("2006")) and (started <= "2006-01-01T00:00:01")
(iid in ("2006")) and (started <= "2006-01-31")
(iid in ("2006")) and (started <= "2006-01")
(iid in ("2006")) and (started <= "2006")
(iid in ("2006")) and (started > "2006-01-01T00:00:01")
(iid in ("2006")) and (started > "2006-01-31")
(iid in ("2006")) and (started > "2006-01")
(iid in ("2006")) and (started > "2006")
(iid in ("2006")) and (started >= "2006-01-01T00:00:01")
(iid in ("2006")) and (started >= "2006-01-31")
(iid in ("2006")) and (started >= "2006-01")
(iid in ("2006")) and (started >= "2006")
(iid in ("2006")) and (started like "2006-01-01T00:00:01")
(iid in ("2006")) and (started like "2006-01-31")
(iid in ("2006")) and (started like "2006-01")
(iid in ("2006")) and (started like "2006")
(iid in ("2006")) and (started in ("2006-01-01T00:00:01"))
(iid in ("2006")) and (started in ("2006-01-31","2006-01"))
(iid in ("2006")) and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(iid in ("2006")) and (last-active = "2006-02-01T00:00:01")
(iid in ("2006")) and (last-active = "2006-02-21")
(iid in ("2006")) and (last-active = "2006-02")
(iid in ("2006")) and (last-active = "2006")
(iid in ("2006")) and (last-active < "2006-02-01T00:00:01")
(iid in ("2006")) and (last-active < "2006-02-21")
(iid in ("2006")) and (last-active < "2006-02")
(iid in ("2006")) and (last-active < "2006")
(iid in ("2006")) and (last-active <= "2006-02-01T00:00:01")
(iid in ("2006")) and (last-active <= "2006-02-21")
(iid in ("2006")) and (last-active <= "2006-02")
(iid in ("2006")) and (last-active <= "2006")
(iid in ("2006")) and (last-active > "2006-02-01T00:00:01")
(iid in ("2006")) and (last-active > "2006-02-21")
(iid in ("2006")) and (last-active > "2006-02")
(iid in ("2006")) and (last-active > "2006")
(iid in ("2006")) and (last-active >= "2006-02-01T00:00:01")
(iid in ("2006")) and (last-active >= "2006-02-21")
(iid in ("2006")) and (last-active >= "2006-02")
(iid in ("2006")) and (last-active >= "2006")
(iid in ("2006")) and (last-active like "2006-02-01T00:00:01")
(iid in ("2006")) and (last-active like "2006-02-21")
(iid in ("2006")) and (last-active like "2006-02")
(iid in ("2006")) and (last-active like "2006")
(iid in ("2006")) and (last-active in ("2006-02-01T00:00:01"))
(iid in ("2006")) and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(iid in ("2006")) and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(iid in ("2006")) and (${org.apache.ode.BPELProcess}author = "yuriy")
(iid in ("2006")) and ($author = "yuriy")
(iid in ("2006")) and (${org.apache.ode.BPELProcess}author < "yuriy")
(iid in ("2006")) and ($author < "yuriy")
(iid in ("2006")) and (${org.apache.ode.BPELProcess}author <= "yuriy")
(iid in ("2006")) and ($author <= "yuriy")
(iid in ("2006")) and (${org.apache.ode.BPELProcess}author > "yuriy")
(iid in ("2006")) and ($author > "yuriy")
(iid in ("2006")) and (${org.apache.ode.BPELProcess}author >= "yuriy")
(iid in ("2006")) and ($author >= "yuriy")
(iid in ("2006")) and (${org.apache.ode.BPELProcess}author like "yuriy")
(iid in ("2006")) and ($author like "yuriy")
(iid in ("2006")) and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(iid in ("2006")) and ($author in ("yuriy"))
(iid in ("2006")) and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(iid in ("2006")) and ($author in ("yuriy","kostya","nazar","orest"))
(iid in ("2006")) and (pid = "HelloWorld")
(iid in ("2006")) and (pid < "HelloWorld")
(iid in ("2006")) and (pid <= "HelloWorld")
(iid in ("2006")) and (pid > "HelloWorld")
(iid in ("2006")) and (pid >= "HelloWorld")
(iid in ("2006")) and (pid like "HelloWorld")
(iid in ("2006")) and (pid in ("HelloWorld","Hello*","Hello*World"))
(iid in ("2006")) and (pid in ("Hello*","Hello*World"))
(iid in ("2006")) and (pid in ("Hello*World"))
(iid in ("2006","20061231")) and (status = "active")
(iid in ("2006","20061231")) and (status = "suspended")
(iid in ("2006","20061231")) and (status = "error")
(iid in ("2006","20061231")) and (status = "completed")
(iid in ("2006","20061231")) and (status = "terminated")
(iid in ("2006","20061231")) and (status = "faulted")
(iid in ("2006","20061231")) and (status in ("active","suspended"))
(iid in ("2006","20061231")) and (status in ("active","suspended","error","completed","terminated","faulted"))
(iid in ("2006","20061231")) and (started = "2006-01-01T00:00:01")
(iid in ("2006","20061231")) and (started = "2006-01-31")
(iid in ("2006","20061231")) and (started = "2006-01")
(iid in ("2006","20061231")) and (started = "2006")
(iid in ("2006","20061231")) and (started < "2006-01-01T00:00:01")
(iid in ("2006","20061231")) and (started < "2006-01-31")
(iid in ("2006","20061231")) and (started < "2006-01")
(iid in ("2006","20061231")) and (started < "2006")
(iid in ("2006","20061231")) and (started <= "2006-01-01T00:00:01")
(iid in ("2006","20061231")) and (started <= "2006-01-31")
(iid in ("2006","20061231")) and (started <= "2006-01")
(iid in ("2006","20061231")) and (started <= "2006")
(iid in ("2006","20061231")) and (started > "2006-01-01T00:00:01")
(iid in ("2006","20061231")) and (started > "2006-01-31")
(iid in ("2006","20061231")) and (started > "2006-01")
(iid in ("2006","20061231")) and (started > "2006")
(iid in ("2006","20061231")) and (started >= "2006-01-01T00:00:01")
(iid in ("2006","20061231")) and (started >= "2006-01-31")
(iid in ("2006","20061231")) and (started >= "2006-01")
(iid in ("2006","20061231")) and (started >= "2006")
(iid in ("2006","20061231")) and (started like "2006-01-01T00:00:01")
(iid in ("2006","20061231")) and (started like "2006-01-31")
(iid in ("2006","20061231")) and (started like "2006-01")
(iid in ("2006","20061231")) and (started like "2006")
(iid in ("2006","20061231")) and (started in ("2006-01-01T00:00:01"))
(iid in ("2006","20061231")) and (started in ("2006-01-31","2006-01"))
(iid in ("2006","20061231")) and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(iid in ("2006","20061231")) and (last-active = "2006-02-01T00:00:01")
(iid in ("2006","20061231")) and (last-active = "2006-02-21")
(iid in ("2006","20061231")) and (last-active = "2006-02")
(iid in ("2006","20061231")) and (last-active = "2006")
(iid in ("2006","20061231")) and (last-active < "2006-02-01T00:00:01")
(iid in ("2006","20061231")) and (last-active < "2006-02-21")
(iid in ("2006","20061231")) and (last-active < "2006-02")
(iid in ("2006","20061231")) and (last-active < "2006")
(iid in ("2006","20061231")) and (last-active <= "2006-02-01T00:00:01")
(iid in ("2006","20061231")) and (last-active <= "2006-02-21")
(iid in ("2006","20061231")) and (last-active <= "2006-02")
(iid in ("2006","20061231")) and (last-active <= "2006")
(iid in ("2006","20061231")) and (last-active > "2006-02-01T00:00:01")
(iid in ("2006","20061231")) and (last-active > "2006-02-21")
(iid in ("2006","20061231")) and (last-active > "2006-02")
(iid in ("2006","20061231")) and (last-active > "2006")
(iid in ("2006","20061231")) and (last-active >= "2006-02-01T00:00:01")
(iid in ("2006","20061231")) and (last-active >= "2006-02-21")
(iid in ("2006","20061231")) and (last-active >= "2006-02")
(iid in ("2006","20061231")) and (last-active >= "2006")
(iid in ("2006","20061231")) and (last-active like "2006-02-01T00:00:01")
(iid in ("2006","20061231")) and (last-active like "2006-02-21")
(iid in ("2006","20061231")) and (last-active like "2006-02")
(iid in ("2006","20061231")) and (last-active like "2006")
(iid in ("2006","20061231")) and (last-active in ("2006-02-01T00:00:01"))
(iid in ("2006","20061231")) and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(iid in ("2006","20061231")) and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(iid in ("2006","20061231")) and (${org.apache.ode.BPELProcess}author = "yuriy")
(iid in ("2006","20061231")) and ($author = "yuriy")
(iid in ("2006","20061231")) and (${org.apache.ode.BPELProcess}author < "yuriy")
(iid in ("2006","20061231")) and ($author < "yuriy")
(iid in ("2006","20061231")) and (${org.apache.ode.BPELProcess}author <= "yuriy")
(iid in ("2006","20061231")) and ($author <= "yuriy")
(iid in ("2006","20061231")) and (${org.apache.ode.BPELProcess}author > "yuriy")
(iid in ("2006","20061231")) and ($author > "yuriy")
(iid in ("2006","20061231")) and (${org.apache.ode.BPELProcess}author >= "yuriy")
(iid in ("2006","20061231")) and ($author >= "yuriy")
(iid in ("2006","20061231")) and (${org.apache.ode.BPELProcess}author like "yuriy")
(iid in ("2006","20061231")) and ($author like "yuriy")
(iid in ("2006","20061231")) and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(iid in ("2006","20061231")) and ($author in ("yuriy"))
(iid in ("2006","20061231")) and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(iid in ("2006","20061231")) and ($author in ("yuriy","kostya","nazar","orest"))
(iid in ("2006","20061231")) and (pid = "HelloWorld")
(iid in ("2006","20061231")) and (pid < "HelloWorld")
(iid in ("2006","20061231")) and (pid <= "HelloWorld")
(iid in ("2006","20061231")) and (pid > "HelloWorld")
(iid in ("2006","20061231")) and (pid >= "HelloWorld")
(iid in ("2006","20061231")) and (pid like "HelloWorld")
(iid in ("2006","20061231")) and (pid in ("HelloWorld","Hello*","Hello*World"))
(iid in ("2006","20061231")) and (pid in ("Hello*","Hello*World"))
(iid in ("2006","20061231")) and (pid in ("Hello*World"))
iid = "2006" or status = "active"
iid = "2006" or status = "suspended"
iid = "2006" or status = "error"
iid = "2006" or status = "completed"
iid = "2006" or status = "terminated"
iid = "2006" or status = "faulted"
iid = "2006" or status in ("active","suspended")
iid = "2006" or status in ("active","suspended","error","completed","terminated","faulted")
iid = "2006" or started = "2006-01-01T00:00:01"
iid = "2006" or started = "2006-01-31"
iid = "2006" or started = "2006-01"
iid = "2006" or started = "2006"
iid = "2006" or started < "2006-01-01T00:00:01"
iid = "2006" or started < "2006-01-31"
iid = "2006" or started < "2006-01"
iid = "2006" or started < "2006"
iid = "2006" or started <= "2006-01-01T00:00:01"
iid = "2006" or started <= "2006-01-31"
iid = "2006" or started <= "2006-01"
iid = "2006" or started <= "2006"
iid = "2006" or started > "2006-01-01T00:00:01"
iid = "2006" or started > "2006-01-31"
iid = "2006" or started > "2006-01"
iid = "2006" or started > "2006"
iid = "2006" or started >= "2006-01-01T00:00:01"
iid = "2006" or started >= "2006-01-31"
iid = "2006" or started >= "2006-01"
iid = "2006" or started >= "2006"
iid = "2006" or started like "2006-01-01T00:00:01"
iid = "2006" or started like "2006-01-31"
iid = "2006" or started like "2006-01"
iid = "2006" or started like "2006"
iid = "2006" or started in ("2006-01-01T00:00:01")
iid = "2006" or started in ("2006-01-31","2006-01")
iid = "2006" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
iid = "2006" or last-active = "2006-02-01T00:00:01"
iid = "2006" or last-active = "2006-02-21"
iid = "2006" or last-active = "2006-02"
iid = "2006" or last-active = "2006"
iid = "2006" or last-active < "2006-02-01T00:00:01"
iid = "2006" or last-active < "2006-02-21"
iid = "2006" or last-active < "2006-02"
iid = "2006" or last-active < "2006"
iid = "2006" or last-active <= "2006-02-01T00:00:01"
iid = "2006" or last-active <= "2006-02-21"
iid = "2006" or last-active <= "2006-02"
iid = "2006" or last-active <= "2006"
iid = "2006" or last-active > "2006-02-01T00:00:01"
iid = "2006" or last-active > "2006-02-21"
iid = "2006" or last-active > "2006-02"
iid = "2006" or last-active > "2006"
iid = "2006" or last-active >= "2006-02-01T00:00:01"
iid = "2006" or last-active >= "2006-02-21"
iid = "2006" or last-active >= "2006-02"
iid = "2006" or last-active >= "2006"
iid = "2006" or last-active like "2006-02-01T00:00:01"
iid = "2006" or last-active like "2006-02-21"
iid = "2006" or last-active like "2006-02"
iid = "2006" or last-active like "2006"
iid = "2006" or last-active in ("2006-02-01T00:00:01")
iid = "2006" or last-active in ("2006-02-01T00:00:01","2006-02-21")
iid = "2006" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
iid = "2006" or ${org.apache.ode.BPELProcess}author = "yuriy"
iid = "2006" or $author = "yuriy"
iid = "2006" or ${org.apache.ode.BPELProcess}author < "yuriy"
iid = "2006" or $author < "yuriy"
iid = "2006" or ${org.apache.ode.BPELProcess}author <= "yuriy"
iid = "2006" or $author <= "yuriy"
iid = "2006" or ${org.apache.ode.BPELProcess}author > "yuriy"
iid = "2006" or $author > "yuriy"
iid = "2006" or ${org.apache.ode.BPELProcess}author >= "yuriy"
iid = "2006" or $author >= "yuriy"
iid = "2006" or ${org.apache.ode.BPELProcess}author like "yuriy"
iid = "2006" or $author like "yuriy"
iid = "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy")
iid = "2006" or $author in ("yuriy")
iid = "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
iid = "2006" or $author in ("yuriy","kostya","nazar","orest")
iid = "2006" or pid = "HelloWorld"
iid = "2006" or pid < "HelloWorld"
iid = "2006" or pid <= "HelloWorld"
iid = "2006" or pid > "HelloWorld"
iid = "2006" or pid >= "HelloWorld"
iid = "2006" or pid like "HelloWorld"
iid = "2006" or pid in ("HelloWorld","Hello*","Hello*World")
iid = "2006" or pid in ("Hello*","Hello*World")
iid = "2006" or pid in ("Hello*World")
iid < "2006" or status = "active"
iid < "2006" or status = "suspended"
iid < "2006" or status = "error"
iid < "2006" or status = "completed"
iid < "2006" or status = "terminated"
iid < "2006" or status = "faulted"
iid < "2006" or status in ("active","suspended")
iid < "2006" or status in ("active","suspended","error","completed","terminated","faulted")
iid < "2006" or started = "2006-01-01T00:00:01"
iid < "2006" or started = "2006-01-31"
iid < "2006" or started = "2006-01"
iid < "2006" or started = "2006"
iid < "2006" or started < "2006-01-01T00:00:01"
iid < "2006" or started < "2006-01-31"
iid < "2006" or started < "2006-01"
iid < "2006" or started < "2006"
iid < "2006" or started <= "2006-01-01T00:00:01"
iid < "2006" or started <= "2006-01-31"
iid < "2006" or started <= "2006-01"
iid < "2006" or started <= "2006"
iid < "2006" or started > "2006-01-01T00:00:01"
iid < "2006" or started > "2006-01-31"
iid < "2006" or started > "2006-01"
iid < "2006" or started > "2006"
iid < "2006" or started >= "2006-01-01T00:00:01"
iid < "2006" or started >= "2006-01-31"
iid < "2006" or started >= "2006-01"
iid < "2006" or started >= "2006"
iid < "2006" or started like "2006-01-01T00:00:01"
iid < "2006" or started like "2006-01-31"
iid < "2006" or started like "2006-01"
iid < "2006" or started like "2006"
iid < "2006" or started in ("2006-01-01T00:00:01")
iid < "2006" or started in ("2006-01-31","2006-01")
iid < "2006" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
iid < "2006" or last-active = "2006-02-01T00:00:01"
iid < "2006" or last-active = "2006-02-21"
iid < "2006" or last-active = "2006-02"
iid < "2006" or last-active = "2006"
iid < "2006" or last-active < "2006-02-01T00:00:01"
iid < "2006" or last-active < "2006-02-21"
iid < "2006" or last-active < "2006-02"
iid < "2006" or last-active < "2006"
iid < "2006" or last-active <= "2006-02-01T00:00:01"
iid < "2006" or last-active <= "2006-02-21"
iid < "2006" or last-active <= "2006-02"
iid < "2006" or last-active <= "2006"
iid < "2006" or last-active > "2006-02-01T00:00:01"
iid < "2006" or last-active > "2006-02-21"
iid < "2006" or last-active > "2006-02"
iid < "2006" or last-active > "2006"
iid < "2006" or last-active >= "2006-02-01T00:00:01"
iid < "2006" or last-active >= "2006-02-21"
iid < "2006" or last-active >= "2006-02"
iid < "2006" or last-active >= "2006"
iid < "2006" or last-active like "2006-02-01T00:00:01"
iid < "2006" or last-active like "2006-02-21"
iid < "2006" or last-active like "2006-02"
iid < "2006" or last-active like "2006"
iid < "2006" or last-active in ("2006-02-01T00:00:01")
iid < "2006" or last-active in ("2006-02-01T00:00:01","2006-02-21")
iid < "2006" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
iid < "2006" or ${org.apache.ode.BPELProcess}author = "yuriy"
iid < "2006" or $author = "yuriy"
iid < "2006" or ${org.apache.ode.BPELProcess}author < "yuriy"
iid < "2006" or $author < "yuriy"
iid < "2006" or ${org.apache.ode.BPELProcess}author <= "yuriy"
iid < "2006" or $author <= "yuriy"
iid < "2006" or ${org.apache.ode.BPELProcess}author > "yuriy"
iid < "2006" or $author > "yuriy"
iid < "2006" or ${org.apache.ode.BPELProcess}author >= "yuriy"
iid < "2006" or $author >= "yuriy"
iid < "2006" or ${org.apache.ode.BPELProcess}author like "yuriy"
iid < "2006" or $author like "yuriy"
iid < "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy")
iid < "2006" or $author in ("yuriy")
iid < "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
iid < "2006" or $author in ("yuriy","kostya","nazar","orest")
iid < "2006" or pid = "HelloWorld"
iid < "2006" or pid < "HelloWorld"
iid < "2006" or pid <= "HelloWorld"
iid < "2006" or pid > "HelloWorld"
iid < "2006" or pid >= "HelloWorld"
iid < "2006" or pid like "HelloWorld"
iid < "2006" or pid in ("HelloWorld","Hello*","Hello*World")
iid < "2006" or pid in ("Hello*","Hello*World")
iid < "2006" or pid in ("Hello*World")
iid <= "2006" or status = "active"
iid <= "2006" or status = "suspended"
iid <= "2006" or status = "error"
iid <= "2006" or status = "completed"
iid <= "2006" or status = "terminated"
iid <= "2006" or status = "faulted"
iid <= "2006" or status in ("active","suspended")
iid <= "2006" or status in ("active","suspended","error","completed","terminated","faulted")
iid <= "2006" or started = "2006-01-01T00:00:01"
iid <= "2006" or started = "2006-01-31"
iid <= "2006" or started = "2006-01"
iid <= "2006" or started = "2006"
iid <= "2006" or started < "2006-01-01T00:00:01"
iid <= "2006" or started < "2006-01-31"
iid <= "2006" or started < "2006-01"
iid <= "2006" or started < "2006"
iid <= "2006" or started <= "2006-01-01T00:00:01"
iid <= "2006" or started <= "2006-01-31"
iid <= "2006" or started <= "2006-01"
iid <= "2006" or started <= "2006"
iid <= "2006" or started > "2006-01-01T00:00:01"
iid <= "2006" or started > "2006-01-31"
iid <= "2006" or started > "2006-01"
iid <= "2006" or started > "2006"
iid <= "2006" or started >= "2006-01-01T00:00:01"
iid <= "2006" or started >= "2006-01-31"
iid <= "2006" or started >= "2006-01"
iid <= "2006" or started >= "2006"
iid <= "2006" or started like "2006-01-01T00:00:01"
iid <= "2006" or started like "2006-01-31"
iid <= "2006" or started like "2006-01"
iid <= "2006" or started like "2006"
iid <= "2006" or started in ("2006-01-01T00:00:01")
iid <= "2006" or started in ("2006-01-31","2006-01")
iid <= "2006" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
iid <= "2006" or last-active = "2006-02-01T00:00:01"
iid <= "2006" or last-active = "2006-02-21"
iid <= "2006" or last-active = "2006-02"
iid <= "2006" or last-active = "2006"
iid <= "2006" or last-active < "2006-02-01T00:00:01"
iid <= "2006" or last-active < "2006-02-21"
iid <= "2006" or last-active < "2006-02"
iid <= "2006" or last-active < "2006"
iid <= "2006" or last-active <= "2006-02-01T00:00:01"
iid <= "2006" or last-active <= "2006-02-21"
iid <= "2006" or last-active <= "2006-02"
iid <= "2006" or last-active <= "2006"
iid <= "2006" or last-active > "2006-02-01T00:00:01"
iid <= "2006" or last-active > "2006-02-21"
iid <= "2006" or last-active > "2006-02"
iid <= "2006" or last-active > "2006"
iid <= "2006" or last-active >= "2006-02-01T00:00:01"
iid <= "2006" or last-active >= "2006-02-21"
iid <= "2006" or last-active >= "2006-02"
iid <= "2006" or last-active >= "2006"
iid <= "2006" or last-active like "2006-02-01T00:00:01"
iid <= "2006" or last-active like "2006-02-21"
iid <= "2006" or last-active like "2006-02"
iid <= "2006" or last-active like "2006"
iid <= "2006" or last-active in ("2006-02-01T00:00:01")
iid <= "2006" or last-active in ("2006-02-01T00:00:01","2006-02-21")
iid <= "2006" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
iid <= "2006" or ${org.apache.ode.BPELProcess}author = "yuriy"
iid <= "2006" or $author = "yuriy"
iid <= "2006" or ${org.apache.ode.BPELProcess}author < "yuriy"
iid <= "2006" or $author < "yuriy"
iid <= "2006" or ${org.apache.ode.BPELProcess}author <= "yuriy"
iid <= "2006" or $author <= "yuriy"
iid <= "2006" or ${org.apache.ode.BPELProcess}author > "yuriy"
iid <= "2006" or $author > "yuriy"
iid <= "2006" or ${org.apache.ode.BPELProcess}author >= "yuriy"
iid <= "2006" or $author >= "yuriy"
iid <= "2006" or ${org.apache.ode.BPELProcess}author like "yuriy"
iid <= "2006" or $author like "yuriy"
iid <= "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy")
iid <= "2006" or $author in ("yuriy")
iid <= "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
iid <= "2006" or $author in ("yuriy","kostya","nazar","orest")
iid <= "2006" or pid = "HelloWorld"
iid <= "2006" or pid < "HelloWorld"
iid <= "2006" or pid <= "HelloWorld"
iid <= "2006" or pid > "HelloWorld"
iid <= "2006" or pid >= "HelloWorld"
iid <= "2006" or pid like "HelloWorld"
iid <= "2006" or pid in ("HelloWorld","Hello*","Hello*World")
iid <= "2006" or pid in ("Hello*","Hello*World")
iid <= "2006" or pid in ("Hello*World")
iid > "2006" or status = "active"
iid > "2006" or status = "suspended"
iid > "2006" or status = "error"
iid > "2006" or status = "completed"
iid > "2006" or status = "terminated"
iid > "2006" or status = "faulted"
iid > "2006" or status in ("active","suspended")
iid > "2006" or status in ("active","suspended","error","completed","terminated","faulted")
iid > "2006" or started = "2006-01-01T00:00:01"
iid > "2006" or started = "2006-01-31"
iid > "2006" or started = "2006-01"
iid > "2006" or started = "2006"
iid > "2006" or started < "2006-01-01T00:00:01"
iid > "2006" or started < "2006-01-31"
iid > "2006" or started < "2006-01"
iid > "2006" or started < "2006"
iid > "2006" or started <= "2006-01-01T00:00:01"
iid > "2006" or started <= "2006-01-31"
iid > "2006" or started <= "2006-01"
iid > "2006" or started <= "2006"
iid > "2006" or started > "2006-01-01T00:00:01"
iid > "2006" or started > "2006-01-31"
iid > "2006" or started > "2006-01"
iid > "2006" or started > "2006"
iid > "2006" or started >= "2006-01-01T00:00:01"
iid > "2006" or started >= "2006-01-31"
iid > "2006" or started >= "2006-01"
iid > "2006" or started >= "2006"
iid > "2006" or started like "2006-01-01T00:00:01"
iid > "2006" or started like "2006-01-31"
iid > "2006" or started like "2006-01"
iid > "2006" or started like "2006"
iid > "2006" or started in ("2006-01-01T00:00:01")
iid > "2006" or started in ("2006-01-31","2006-01")
iid > "2006" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
iid > "2006" or last-active = "2006-02-01T00:00:01"
iid > "2006" or last-active = "2006-02-21"
iid > "2006" or last-active = "2006-02"
iid > "2006" or last-active = "2006"
iid > "2006" or last-active < "2006-02-01T00:00:01"
iid > "2006" or last-active < "2006-02-21"
iid > "2006" or last-active < "2006-02"
iid > "2006" or last-active < "2006"
iid > "2006" or last-active <= "2006-02-01T00:00:01"
iid > "2006" or last-active <= "2006-02-21"
iid > "2006" or last-active <= "2006-02"
iid > "2006" or last-active <= "2006"
iid > "2006" or last-active > "2006-02-01T00:00:01"
iid > "2006" or last-active > "2006-02-21"
iid > "2006" or last-active > "2006-02"
iid > "2006" or last-active > "2006"
iid > "2006" or last-active >= "2006-02-01T00:00:01"
iid > "2006" or last-active >= "2006-02-21"
iid > "2006" or last-active >= "2006-02"
iid > "2006" or last-active >= "2006"
iid > "2006" or last-active like "2006-02-01T00:00:01"
iid > "2006" or last-active like "2006-02-21"
iid > "2006" or last-active like "2006-02"
iid > "2006" or last-active like "2006"
iid > "2006" or last-active in ("2006-02-01T00:00:01")
iid > "2006" or last-active in ("2006-02-01T00:00:01","2006-02-21")
iid > "2006" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
iid > "2006" or ${org.apache.ode.BPELProcess}author = "yuriy"
iid > "2006" or $author = "yuriy"
iid > "2006" or ${org.apache.ode.BPELProcess}author < "yuriy"
iid > "2006" or $author < "yuriy"
iid > "2006" or ${org.apache.ode.BPELProcess}author <= "yuriy"
iid > "2006" or $author <= "yuriy"
iid > "2006" or ${org.apache.ode.BPELProcess}author > "yuriy"
iid > "2006" or $author > "yuriy"
iid > "2006" or ${org.apache.ode.BPELProcess}author >= "yuriy"
iid > "2006" or $author >= "yuriy"
iid > "2006" or ${org.apache.ode.BPELProcess}author like "yuriy"
iid > "2006" or $author like "yuriy"
iid > "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy")
iid > "2006" or $author in ("yuriy")
iid > "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
iid > "2006" or $author in ("yuriy","kostya","nazar","orest")
iid > "2006" or pid = "HelloWorld"
iid > "2006" or pid < "HelloWorld"
iid > "2006" or pid <= "HelloWorld"
iid > "2006" or pid > "HelloWorld"
iid > "2006" or pid >= "HelloWorld"
iid > "2006" or pid like "HelloWorld"
iid > "2006" or pid in ("HelloWorld","Hello*","Hello*World")
iid > "2006" or pid in ("Hello*","Hello*World")
iid > "2006" or pid in ("Hello*World")
iid >= "2006" or status = "active"
iid >= "2006" or status = "suspended"
iid >= "2006" or status = "error"
iid >= "2006" or status = "completed"
iid >= "2006" or status = "terminated"
iid >= "2006" or status = "faulted"
iid >= "2006" or status in ("active","suspended")
iid >= "2006" or status in ("active","suspended","error","completed","terminated","faulted")
iid >= "2006" or started = "2006-01-01T00:00:01"
iid >= "2006" or started = "2006-01-31"
iid >= "2006" or started = "2006-01"
iid >= "2006" or started = "2006"
iid >= "2006" or started < "2006-01-01T00:00:01"
iid >= "2006" or started < "2006-01-31"
iid >= "2006" or started < "2006-01"
iid >= "2006" or started < "2006"
iid >= "2006" or started <= "2006-01-01T00:00:01"
iid >= "2006" or started <= "2006-01-31"
iid >= "2006" or started <= "2006-01"
iid >= "2006" or started <= "2006"
iid >= "2006" or started > "2006-01-01T00:00:01"
iid >= "2006" or started > "2006-01-31"
iid >= "2006" or started > "2006-01"
iid >= "2006" or started > "2006"
iid >= "2006" or started >= "2006-01-01T00:00:01"
iid >= "2006" or started >= "2006-01-31"
iid >= "2006" or started >= "2006-01"
iid >= "2006" or started >= "2006"
iid >= "2006" or started like "2006-01-01T00:00:01"
iid >= "2006" or started like "2006-01-31"
iid >= "2006" or started like "2006-01"
iid >= "2006" or started like "2006"
iid >= "2006" or started in ("2006-01-01T00:00:01")
iid >= "2006" or started in ("2006-01-31","2006-01")
iid >= "2006" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
iid >= "2006" or last-active = "2006-02-01T00:00:01"
iid >= "2006" or last-active = "2006-02-21"
iid >= "2006" or last-active = "2006-02"
iid >= "2006" or last-active = "2006"
iid >= "2006" or last-active < "2006-02-01T00:00:01"
iid >= "2006" or last-active < "2006-02-21"
iid >= "2006" or last-active < "2006-02"
iid >= "2006" or last-active < "2006"
iid >= "2006" or last-active <= "2006-02-01T00:00:01"
iid >= "2006" or last-active <= "2006-02-21"
iid >= "2006" or last-active <= "2006-02"
iid >= "2006" or last-active <= "2006"
iid >= "2006" or last-active > "2006-02-01T00:00:01"
iid >= "2006" or last-active > "2006-02-21"
iid >= "2006" or last-active > "2006-02"
iid >= "2006" or last-active > "2006"
iid >= "2006" or last-active >= "2006-02-01T00:00:01"
iid >= "2006" or last-active >= "2006-02-21"
iid >= "2006" or last-active >= "2006-02"
iid >= "2006" or last-active >= "2006"
iid >= "2006" or last-active like "2006-02-01T00:00:01"
iid >= "2006" or last-active like "2006-02-21"
iid >= "2006" or last-active like "2006-02"
iid >= "2006" or last-active like "2006"
iid >= "2006" or last-active in ("2006-02-01T00:00:01")
iid >= "2006" or last-active in ("2006-02-01T00:00:01","2006-02-21")
iid >= "2006" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
iid >= "2006" or ${org.apache.ode.BPELProcess}author = "yuriy"
iid >= "2006" or $author = "yuriy"
iid >= "2006" or ${org.apache.ode.BPELProcess}author < "yuriy"
iid >= "2006" or $author < "yuriy"
iid >= "2006" or ${org.apache.ode.BPELProcess}author <= "yuriy"
iid >= "2006" or $author <= "yuriy"
iid >= "2006" or ${org.apache.ode.BPELProcess}author > "yuriy"
iid >= "2006" or $author > "yuriy"
iid >= "2006" or ${org.apache.ode.BPELProcess}author >= "yuriy"
iid >= "2006" or $author >= "yuriy"
iid >= "2006" or ${org.apache.ode.BPELProcess}author like "yuriy"
iid >= "2006" or $author like "yuriy"
iid >= "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy")
iid >= "2006" or $author in ("yuriy")
iid >= "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
iid >= "2006" or $author in ("yuriy","kostya","nazar","orest")
iid >= "2006" or pid = "HelloWorld"
iid >= "2006" or pid < "HelloWorld"
iid >= "2006" or pid <= "HelloWorld"
iid >= "2006" or pid > "HelloWorld"
iid >= "2006" or pid >= "HelloWorld"
iid >= "2006" or pid like "HelloWorld"
iid >= "2006" or pid in ("HelloWorld","Hello*","Hello*World")
iid >= "2006" or pid in ("Hello*","Hello*World")
iid >= "2006" or pid in ("Hello*World")
iid in ("2006") or status = "active"
iid in ("2006") or status = "suspended"
iid in ("2006") or status = "error"
iid in ("2006") or status = "completed"
iid in ("2006") or status = "terminated"
iid in ("2006") or status = "faulted"
iid in ("2006") or status in ("active","suspended")
iid in ("2006") or status in ("active","suspended","error","completed","terminated","faulted")
iid in ("2006") or started = "2006-01-01T00:00:01"
iid in ("2006") or started = "2006-01-31"
iid in ("2006") or started = "2006-01"
iid in ("2006") or started = "2006"
iid in ("2006") or started < "2006-01-01T00:00:01"
iid in ("2006") or started < "2006-01-31"
iid in ("2006") or started < "2006-01"
iid in ("2006") or started < "2006"
iid in ("2006") or started <= "2006-01-01T00:00:01"
iid in ("2006") or started <= "2006-01-31"
iid in ("2006") or started <= "2006-01"
iid in ("2006") or started <= "2006"
iid in ("2006") or started > "2006-01-01T00:00:01"
iid in ("2006") or started > "2006-01-31"
iid in ("2006") or started > "2006-01"
iid in ("2006") or started > "2006"
iid in ("2006") or started >= "2006-01-01T00:00:01"
iid in ("2006") or started >= "2006-01-31"
iid in ("2006") or started >= "2006-01"
iid in ("2006") or started >= "2006"
iid in ("2006") or started like "2006-01-01T00:00:01"
iid in ("2006") or started like "2006-01-31"
iid in ("2006") or started like "2006-01"
iid in ("2006") or started like "2006"
iid in ("2006") or started in ("2006-01-01T00:00:01")
iid in ("2006") or started in ("2006-01-31","2006-01")
iid in ("2006") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
iid in ("2006") or last-active = "2006-02-01T00:00:01"
iid in ("2006") or last-active = "2006-02-21"
iid in ("2006") or last-active = "2006-02"
iid in ("2006") or last-active = "2006"
iid in ("2006") or last-active < "2006-02-01T00:00:01"
iid in ("2006") or last-active < "2006-02-21"
iid in ("2006") or last-active < "2006-02"
iid in ("2006") or last-active < "2006"
iid in ("2006") or last-active <= "2006-02-01T00:00:01"
iid in ("2006") or last-active <= "2006-02-21"
iid in ("2006") or last-active <= "2006-02"
iid in ("2006") or last-active <= "2006"
iid in ("2006") or last-active > "2006-02-01T00:00:01"
iid in ("2006") or last-active > "2006-02-21"
iid in ("2006") or last-active > "2006-02"
iid in ("2006") or last-active > "2006"
iid in ("2006") or last-active >= "2006-02-01T00:00:01"
iid in ("2006") or last-active >= "2006-02-21"
iid in ("2006") or last-active >= "2006-02"
iid in ("2006") or last-active >= "2006"
iid in ("2006") or last-active like "2006-02-01T00:00:01"
iid in ("2006") or last-active like "2006-02-21"
iid in ("2006") or last-active like "2006-02"
iid in ("2006") or last-active like "2006"
iid in ("2006") or last-active in ("2006-02-01T00:00:01")
iid in ("2006") or last-active in ("2006-02-01T00:00:01","2006-02-21")
iid in ("2006") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
iid in ("2006") or ${org.apache.ode.BPELProcess}author = "yuriy"
iid in ("2006") or $author = "yuriy"
iid in ("2006") or ${org.apache.ode.BPELProcess}author < "yuriy"
iid in ("2006") or $author < "yuriy"
iid in ("2006") or ${org.apache.ode.BPELProcess}author <= "yuriy"
iid in ("2006") or $author <= "yuriy"
iid in ("2006") or ${org.apache.ode.BPELProcess}author > "yuriy"
iid in ("2006") or $author > "yuriy"
iid in ("2006") or ${org.apache.ode.BPELProcess}author >= "yuriy"
iid in ("2006") or $author >= "yuriy"
iid in ("2006") or ${org.apache.ode.BPELProcess}author like "yuriy"
iid in ("2006") or $author like "yuriy"
iid in ("2006") or ${org.apache.ode.BPELProcess}author in ("yuriy")
iid in ("2006") or $author in ("yuriy")
iid in ("2006") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
iid in ("2006") or $author in ("yuriy","kostya","nazar","orest")
iid in ("2006") or pid = "HelloWorld"
iid in ("2006") or pid < "HelloWorld"
iid in ("2006") or pid <= "HelloWorld"
iid in ("2006") or pid > "HelloWorld"
iid in ("2006") or pid >= "HelloWorld"
iid in ("2006") or pid like "HelloWorld"
iid in ("2006") or pid in ("HelloWorld","Hello*","Hello*World")
iid in ("2006") or pid in ("Hello*","Hello*World")
iid in ("2006") or pid in ("Hello*World")
iid in ("2006","20061231") or status = "active"
iid in ("2006","20061231") or status = "suspended"
iid in ("2006","20061231") or status = "error"
iid in ("2006","20061231") or status = "completed"
iid in ("2006","20061231") or status = "terminated"
iid in ("2006","20061231") or status = "faulted"
iid in ("2006","20061231") or status in ("active","suspended")
iid in ("2006","20061231") or status in ("active","suspended","error","completed","terminated","faulted")
iid in ("2006","20061231") or started = "2006-01-01T00:00:01"
iid in ("2006","20061231") or started = "2006-01-31"
iid in ("2006","20061231") or started = "2006-01"
iid in ("2006","20061231") or started = "2006"
iid in ("2006","20061231") or started < "2006-01-01T00:00:01"
iid in ("2006","20061231") or started < "2006-01-31"
iid in ("2006","20061231") or started < "2006-01"
iid in ("2006","20061231") or started < "2006"
iid in ("2006","20061231") or started <= "2006-01-01T00:00:01"
iid in ("2006","20061231") or started <= "2006-01-31"
iid in ("2006","20061231") or started <= "2006-01"
iid in ("2006","20061231") or started <= "2006"
iid in ("2006","20061231") or started > "2006-01-01T00:00:01"
iid in ("2006","20061231") or started > "2006-01-31"
iid in ("2006","20061231") or started > "2006-01"
iid in ("2006","20061231") or started > "2006"
iid in ("2006","20061231") or started >= "2006-01-01T00:00:01"
iid in ("2006","20061231") or started >= "2006-01-31"
iid in ("2006","20061231") or started >= "2006-01"
iid in ("2006","20061231") or started >= "2006"
iid in ("2006","20061231") or started like "2006-01-01T00:00:01"
iid in ("2006","20061231") or started like "2006-01-31"
iid in ("2006","20061231") or started like "2006-01"
iid in ("2006","20061231") or started like "2006"
iid in ("2006","20061231") or started in ("2006-01-01T00:00:01")
iid in ("2006","20061231") or started in ("2006-01-31","2006-01")
iid in ("2006","20061231") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
iid in ("2006","20061231") or last-active = "2006-02-01T00:00:01"
iid in ("2006","20061231") or last-active = "2006-02-21"
iid in ("2006","20061231") or last-active = "2006-02"
iid in ("2006","20061231") or last-active = "2006"
iid in ("2006","20061231") or last-active < "2006-02-01T00:00:01"
iid in ("2006","20061231") or last-active < "2006-02-21"
iid in ("2006","20061231") or last-active < "2006-02"
iid in ("2006","20061231") or last-active < "2006"
iid in ("2006","20061231") or last-active <= "2006-02-01T00:00:01"
iid in ("2006","20061231") or last-active <= "2006-02-21"
iid in ("2006","20061231") or last-active <= "2006-02"
iid in ("2006","20061231") or last-active <= "2006"
iid in ("2006","20061231") or last-active > "2006-02-01T00:00:01"
iid in ("2006","20061231") or last-active > "2006-02-21"
iid in ("2006","20061231") or last-active > "2006-02"
iid in ("2006","20061231") or last-active > "2006"
iid in ("2006","20061231") or last-active >= "2006-02-01T00:00:01"
iid in ("2006","20061231") or last-active >= "2006-02-21"
iid in ("2006","20061231") or last-active >= "2006-02"
iid in ("2006","20061231") or last-active >= "2006"
iid in ("2006","20061231") or last-active like "2006-02-01T00:00:01"
iid in ("2006","20061231") or last-active like "2006-02-21"
iid in ("2006","20061231") or last-active like "2006-02"
iid in ("2006","20061231") or last-active like "2006"
iid in ("2006","20061231") or last-active in ("2006-02-01T00:00:01")
iid in ("2006","20061231") or last-active in ("2006-02-01T00:00:01","2006-02-21")
iid in ("2006","20061231") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
iid in ("2006","20061231") or ${org.apache.ode.BPELProcess}author = "yuriy"
iid in ("2006","20061231") or $author = "yuriy"
iid in ("2006","20061231") or ${org.apache.ode.BPELProcess}author < "yuriy"
iid in ("2006","20061231") or $author < "yuriy"
iid in ("2006","20061231") or ${org.apache.ode.BPELProcess}author <= "yuriy"
iid in ("2006","20061231") or $author <= "yuriy"
iid in ("2006","20061231") or ${org.apache.ode.BPELProcess}author > "yuriy"
iid in ("2006","20061231") or $author > "yuriy"
iid in ("2006","20061231") or ${org.apache.ode.BPELProcess}author >= "yuriy"
iid in ("2006","20061231") or $author >= "yuriy"
iid in ("2006","20061231") or ${org.apache.ode.BPELProcess}author like "yuriy"
iid in ("2006","20061231") or $author like "yuriy"
iid in ("2006","20061231") or ${org.apache.ode.BPELProcess}author in ("yuriy")
iid in ("2006","20061231") or $author in ("yuriy")
iid in ("2006","20061231") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
iid in ("2006","20061231") or $author in ("yuriy","kostya","nazar","orest")
iid in ("2006","20061231") or pid = "HelloWorld"
iid in ("2006","20061231") or pid < "HelloWorld"
iid in ("2006","20061231") or pid <= "HelloWorld"
iid in ("2006","20061231") or pid > "HelloWorld"
iid in ("2006","20061231") or pid >= "HelloWorld"
iid in ("2006","20061231") or pid like "HelloWorld"
iid in ("2006","20061231") or pid in ("HelloWorld","Hello*","Hello*World")
iid in ("2006","20061231") or pid in ("Hello*","Hello*World")
iid in ("2006","20061231") or pid in ("Hello*World")
(iid = "2006") or status = "active"
(iid = "2006") or status = "suspended"
(iid = "2006") or status = "error"
(iid = "2006") or status = "completed"
(iid = "2006") or status = "terminated"
(iid = "2006") or status = "faulted"
(iid = "2006") or status in ("active","suspended")
(iid = "2006") or status in ("active","suspended","error","completed","terminated","faulted")
(iid = "2006") or started = "2006-01-01T00:00:01"
(iid = "2006") or started = "2006-01-31"
(iid = "2006") or started = "2006-01"
(iid = "2006") or started = "2006"
(iid = "2006") or started < "2006-01-01T00:00:01"
(iid = "2006") or started < "2006-01-31"
(iid = "2006") or started < "2006-01"
(iid = "2006") or started < "2006"
(iid = "2006") or started <= "2006-01-01T00:00:01"
(iid = "2006") or started <= "2006-01-31"
(iid = "2006") or started <= "2006-01"
(iid = "2006") or started <= "2006"
(iid = "2006") or started > "2006-01-01T00:00:01"
(iid = "2006") or started > "2006-01-31"
(iid = "2006") or started > "2006-01"
(iid = "2006") or started > "2006"
(iid = "2006") or started >= "2006-01-01T00:00:01"
(iid = "2006") or started >= "2006-01-31"
(iid = "2006") or started >= "2006-01"
(iid = "2006") or started >= "2006"
(iid = "2006") or started like "2006-01-01T00:00:01"
(iid = "2006") or started like "2006-01-31"
(iid = "2006") or started like "2006-01"
(iid = "2006") or started like "2006"
(iid = "2006") or started in ("2006-01-01T00:00:01")
(iid = "2006") or started in ("2006-01-31","2006-01")
(iid = "2006") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(iid = "2006") or last-active = "2006-02-01T00:00:01"
(iid = "2006") or last-active = "2006-02-21"
(iid = "2006") or last-active = "2006-02"
(iid = "2006") or last-active = "2006"
(iid = "2006") or last-active < "2006-02-01T00:00:01"
(iid = "2006") or last-active < "2006-02-21"
(iid = "2006") or last-active < "2006-02"
(iid = "2006") or last-active < "2006"
(iid = "2006") or last-active <= "2006-02-01T00:00:01"
(iid = "2006") or last-active <= "2006-02-21"
(iid = "2006") or last-active <= "2006-02"
(iid = "2006") or last-active <= "2006"
(iid = "2006") or last-active > "2006-02-01T00:00:01"
(iid = "2006") or last-active > "2006-02-21"
(iid = "2006") or last-active > "2006-02"
(iid = "2006") or last-active > "2006"
(iid = "2006") or last-active >= "2006-02-01T00:00:01"
(iid = "2006") or last-active >= "2006-02-21"
(iid = "2006") or last-active >= "2006-02"
(iid = "2006") or last-active >= "2006"
(iid = "2006") or last-active like "2006-02-01T00:00:01"
(iid = "2006") or last-active like "2006-02-21"
(iid = "2006") or last-active like "2006-02"
(iid = "2006") or last-active like "2006"
(iid = "2006") or last-active in ("2006-02-01T00:00:01")
(iid = "2006") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(iid = "2006") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(iid = "2006") or ${org.apache.ode.BPELProcess}author = "yuriy"
(iid = "2006") or $author = "yuriy"
(iid = "2006") or ${org.apache.ode.BPELProcess}author < "yuriy"
(iid = "2006") or $author < "yuriy"
(iid = "2006") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(iid = "2006") or $author <= "yuriy"
(iid = "2006") or ${org.apache.ode.BPELProcess}author > "yuriy"
(iid = "2006") or $author > "yuriy"
(iid = "2006") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(iid = "2006") or $author >= "yuriy"
(iid = "2006") or ${org.apache.ode.BPELProcess}author like "yuriy"
(iid = "2006") or $author like "yuriy"
(iid = "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(iid = "2006") or $author in ("yuriy")
(iid = "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(iid = "2006") or $author in ("yuriy","kostya","nazar","orest")
(iid = "2006") or pid = "HelloWorld"
(iid = "2006") or pid < "HelloWorld"
(iid = "2006") or pid <= "HelloWorld"
(iid = "2006") or pid > "HelloWorld"
(iid = "2006") or pid >= "HelloWorld"
(iid = "2006") or pid like "HelloWorld"
(iid = "2006") or pid in ("HelloWorld","Hello*","Hello*World")
(iid = "2006") or pid in ("Hello*","Hello*World")
(iid = "2006") or pid in ("Hello*World")
(iid < "2006") or status = "active"
(iid < "2006") or status = "suspended"
(iid < "2006") or status = "error"
(iid < "2006") or status = "completed"
(iid < "2006") or status = "terminated"
(iid < "2006") or status = "faulted"
(iid < "2006") or status in ("active","suspended")
(iid < "2006") or status in ("active","suspended","error","completed","terminated","faulted")
(iid < "2006") or started = "2006-01-01T00:00:01"
(iid < "2006") or started = "2006-01-31"
(iid < "2006") or started = "2006-01"
(iid < "2006") or started = "2006"
(iid < "2006") or started < "2006-01-01T00:00:01"
(iid < "2006") or started < "2006-01-31"
(iid < "2006") or started < "2006-01"
(iid < "2006") or started < "2006"
(iid < "2006") or started <= "2006-01-01T00:00:01"
(iid < "2006") or started <= "2006-01-31"
(iid < "2006") or started <= "2006-01"
(iid < "2006") or started <= "2006"
(iid < "2006") or started > "2006-01-01T00:00:01"
(iid < "2006") or started > "2006-01-31"
(iid < "2006") or started > "2006-01"
(iid < "2006") or started > "2006"
(iid < "2006") or started >= "2006-01-01T00:00:01"
(iid < "2006") or started >= "2006-01-31"
(iid < "2006") or started >= "2006-01"
(iid < "2006") or started >= "2006"
(iid < "2006") or started like "2006-01-01T00:00:01"
(iid < "2006") or started like "2006-01-31"
(iid < "2006") or started like "2006-01"
(iid < "2006") or started like "2006"
(iid < "2006") or started in ("2006-01-01T00:00:01")
(iid < "2006") or started in ("2006-01-31","2006-01")
(iid < "2006") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(iid < "2006") or last-active = "2006-02-01T00:00:01"
(iid < "2006") or last-active = "2006-02-21"
(iid < "2006") or last-active = "2006-02"
(iid < "2006") or last-active = "2006"
(iid < "2006") or last-active < "2006-02-01T00:00:01"
(iid < "2006") or last-active < "2006-02-21"
(iid < "2006") or last-active < "2006-02"
(iid < "2006") or last-active < "2006"
(iid < "2006") or last-active <= "2006-02-01T00:00:01"
(iid < "2006") or last-active <= "2006-02-21"
(iid < "2006") or last-active <= "2006-02"
(iid < "2006") or last-active <= "2006"
(iid < "2006") or last-active > "2006-02-01T00:00:01"
(iid < "2006") or last-active > "2006-02-21"
(iid < "2006") or last-active > "2006-02"
(iid < "2006") or last-active > "2006"
(iid < "2006") or last-active >= "2006-02-01T00:00:01"
(iid < "2006") or last-active >= "2006-02-21"
(iid < "2006") or last-active >= "2006-02"
(iid < "2006") or last-active >= "2006"
(iid < "2006") or last-active like "2006-02-01T00:00:01"
(iid < "2006") or last-active like "2006-02-21"
(iid < "2006") or last-active like "2006-02"
(iid < "2006") or last-active like "2006"
(iid < "2006") or last-active in ("2006-02-01T00:00:01")
(iid < "2006") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(iid < "2006") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(iid < "2006") or ${org.apache.ode.BPELProcess}author = "yuriy"
(iid < "2006") or $author = "yuriy"
(iid < "2006") or ${org.apache.ode.BPELProcess}author < "yuriy"
(iid < "2006") or $author < "yuriy"
(iid < "2006") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(iid < "2006") or $author <= "yuriy"
(iid < "2006") or ${org.apache.ode.BPELProcess}author > "yuriy"
(iid < "2006") or $author > "yuriy"
(iid < "2006") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(iid < "2006") or $author >= "yuriy"
(iid < "2006") or ${org.apache.ode.BPELProcess}author like "yuriy"
(iid < "2006") or $author like "yuriy"
(iid < "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(iid < "2006") or $author in ("yuriy")
(iid < "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(iid < "2006") or $author in ("yuriy","kostya","nazar","orest")
(iid < "2006") or pid = "HelloWorld"
(iid < "2006") or pid < "HelloWorld"
(iid < "2006") or pid <= "HelloWorld"
(iid < "2006") or pid > "HelloWorld"
(iid < "2006") or pid >= "HelloWorld"
(iid < "2006") or pid like "HelloWorld"
(iid < "2006") or pid in ("HelloWorld","Hello*","Hello*World")
(iid < "2006") or pid in ("Hello*","Hello*World")
(iid < "2006") or pid in ("Hello*World")
(iid <= "2006") or status = "active"
(iid <= "2006") or status = "suspended"
(iid <= "2006") or status = "error"
(iid <= "2006") or status = "completed"
(iid <= "2006") or status = "terminated"
(iid <= "2006") or status = "faulted"
(iid <= "2006") or status in ("active","suspended")
(iid <= "2006") or status in ("active","suspended","error","completed","terminated","faulted")
(iid <= "2006") or started = "2006-01-01T00:00:01"
(iid <= "2006") or started = "2006-01-31"
(iid <= "2006") or started = "2006-01"
(iid <= "2006") or started = "2006"
(iid <= "2006") or started < "2006-01-01T00:00:01"
(iid <= "2006") or started < "2006-01-31"
(iid <= "2006") or started < "2006-01"
(iid <= "2006") or started < "2006"
(iid <= "2006") or started <= "2006-01-01T00:00:01"
(iid <= "2006") or started <= "2006-01-31"
(iid <= "2006") or started <= "2006-01"
(iid <= "2006") or started <= "2006"
(iid <= "2006") or started > "2006-01-01T00:00:01"
(iid <= "2006") or started > "2006-01-31"
(iid <= "2006") or started > "2006-01"
(iid <= "2006") or started > "2006"
(iid <= "2006") or started >= "2006-01-01T00:00:01"
(iid <= "2006") or started >= "2006-01-31"
(iid <= "2006") or started >= "2006-01"
(iid <= "2006") or started >= "2006"
(iid <= "2006") or started like "2006-01-01T00:00:01"
(iid <= "2006") or started like "2006-01-31"
(iid <= "2006") or started like "2006-01"
(iid <= "2006") or started like "2006"
(iid <= "2006") or started in ("2006-01-01T00:00:01")
(iid <= "2006") or started in ("2006-01-31","2006-01")
(iid <= "2006") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(iid <= "2006") or last-active = "2006-02-01T00:00:01"
(iid <= "2006") or last-active = "2006-02-21"
(iid <= "2006") or last-active = "2006-02"
(iid <= "2006") or last-active = "2006"
(iid <= "2006") or last-active < "2006-02-01T00:00:01"
(iid <= "2006") or last-active < "2006-02-21"
(iid <= "2006") or last-active < "2006-02"
(iid <= "2006") or last-active < "2006"
(iid <= "2006") or last-active <= "2006-02-01T00:00:01"
(iid <= "2006") or last-active <= "2006-02-21"
(iid <= "2006") or last-active <= "2006-02"
(iid <= "2006") or last-active <= "2006"
(iid <= "2006") or last-active > "2006-02-01T00:00:01"
(iid <= "2006") or last-active > "2006-02-21"
(iid <= "2006") or last-active > "2006-02"
(iid <= "2006") or last-active > "2006"
(iid <= "2006") or last-active >= "2006-02-01T00:00:01"
(iid <= "2006") or last-active >= "2006-02-21"
(iid <= "2006") or last-active >= "2006-02"
(iid <= "2006") or last-active >= "2006"
(iid <= "2006") or last-active like "2006-02-01T00:00:01"
(iid <= "2006") or last-active like "2006-02-21"
(iid <= "2006") or last-active like "2006-02"
(iid <= "2006") or last-active like "2006"
(iid <= "2006") or last-active in ("2006-02-01T00:00:01")
(iid <= "2006") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(iid <= "2006") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(iid <= "2006") or ${org.apache.ode.BPELProcess}author = "yuriy"
(iid <= "2006") or $author = "yuriy"
(iid <= "2006") or ${org.apache.ode.BPELProcess}author < "yuriy"
(iid <= "2006") or $author < "yuriy"
(iid <= "2006") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(iid <= "2006") or $author <= "yuriy"
(iid <= "2006") or ${org.apache.ode.BPELProcess}author > "yuriy"
(iid <= "2006") or $author > "yuriy"
(iid <= "2006") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(iid <= "2006") or $author >= "yuriy"
(iid <= "2006") or ${org.apache.ode.BPELProcess}author like "yuriy"
(iid <= "2006") or $author like "yuriy"
(iid <= "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(iid <= "2006") or $author in ("yuriy")
(iid <= "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(iid <= "2006") or $author in ("yuriy","kostya","nazar","orest")
(iid <= "2006") or pid = "HelloWorld"
(iid <= "2006") or pid < "HelloWorld"
(iid <= "2006") or pid <= "HelloWorld"
(iid <= "2006") or pid > "HelloWorld"
(iid <= "2006") or pid >= "HelloWorld"
(iid <= "2006") or pid like "HelloWorld"
(iid <= "2006") or pid in ("HelloWorld","Hello*","Hello*World")
(iid <= "2006") or pid in ("Hello*","Hello*World")
(iid <= "2006") or pid in ("Hello*World")
(iid > "2006") or status = "active"
(iid > "2006") or status = "suspended"
(iid > "2006") or status = "error"
(iid > "2006") or status = "completed"
(iid > "2006") or status = "terminated"
(iid > "2006") or status = "faulted"
(iid > "2006") or status in ("active","suspended")
(iid > "2006") or status in ("active","suspended","error","completed","terminated","faulted")
(iid > "2006") or started = "2006-01-01T00:00:01"
(iid > "2006") or started = "2006-01-31"
(iid > "2006") or started = "2006-01"
(iid > "2006") or started = "2006"
(iid > "2006") or started < "2006-01-01T00:00:01"
(iid > "2006") or started < "2006-01-31"
(iid > "2006") or started < "2006-01"
(iid > "2006") or started < "2006"
(iid > "2006") or started <= "2006-01-01T00:00:01"
(iid > "2006") or started <= "2006-01-31"
(iid > "2006") or started <= "2006-01"
(iid > "2006") or started <= "2006"
(iid > "2006") or started > "2006-01-01T00:00:01"
(iid > "2006") or started > "2006-01-31"
(iid > "2006") or started > "2006-01"
(iid > "2006") or started > "2006"
(iid > "2006") or started >= "2006-01-01T00:00:01"
(iid > "2006") or started >= "2006-01-31"
(iid > "2006") or started >= "2006-01"
(iid > "2006") or started >= "2006"
(iid > "2006") or started like "2006-01-01T00:00:01"
(iid > "2006") or started like "2006-01-31"
(iid > "2006") or started like "2006-01"
(iid > "2006") or started like "2006"
(iid > "2006") or started in ("2006-01-01T00:00:01")
(iid > "2006") or started in ("2006-01-31","2006-01")
(iid > "2006") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(iid > "2006") or last-active = "2006-02-01T00:00:01"
(iid > "2006") or last-active = "2006-02-21"
(iid > "2006") or last-active = "2006-02"
(iid > "2006") or last-active = "2006"
(iid > "2006") or last-active < "2006-02-01T00:00:01"
(iid > "2006") or last-active < "2006-02-21"
(iid > "2006") or last-active < "2006-02"
(iid > "2006") or last-active < "2006"
(iid > "2006") or last-active <= "2006-02-01T00:00:01"
(iid > "2006") or last-active <= "2006-02-21"
(iid > "2006") or last-active <= "2006-02"
(iid > "2006") or last-active <= "2006"
(iid > "2006") or last-active > "2006-02-01T00:00:01"
(iid > "2006") or last-active > "2006-02-21"
(iid > "2006") or last-active > "2006-02"
(iid > "2006") or last-active > "2006"
(iid > "2006") or last-active >= "2006-02-01T00:00:01"
(iid > "2006") or last-active >= "2006-02-21"
(iid > "2006") or last-active >= "2006-02"
(iid > "2006") or last-active >= "2006"
(iid > "2006") or last-active like "2006-02-01T00:00:01"
(iid > "2006") or last-active like "2006-02-21"
(iid > "2006") or last-active like "2006-02"
(iid > "2006") or last-active like "2006"
(iid > "2006") or last-active in ("2006-02-01T00:00:01")
(iid > "2006") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(iid > "2006") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(iid > "2006") or ${org.apache.ode.BPELProcess}author = "yuriy"
(iid > "2006") or $author = "yuriy"
(iid > "2006") or ${org.apache.ode.BPELProcess}author < "yuriy"
(iid > "2006") or $author < "yuriy"
(iid > "2006") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(iid > "2006") or $author <= "yuriy"
(iid > "2006") or ${org.apache.ode.BPELProcess}author > "yuriy"
(iid > "2006") or $author > "yuriy"
(iid > "2006") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(iid > "2006") or $author >= "yuriy"
(iid > "2006") or ${org.apache.ode.BPELProcess}author like "yuriy"
(iid > "2006") or $author like "yuriy"
(iid > "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(iid > "2006") or $author in ("yuriy")
(iid > "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(iid > "2006") or $author in ("yuriy","kostya","nazar","orest")
(iid > "2006") or pid = "HelloWorld"
(iid > "2006") or pid < "HelloWorld"
(iid > "2006") or pid <= "HelloWorld"
(iid > "2006") or pid > "HelloWorld"
(iid > "2006") or pid >= "HelloWorld"
(iid > "2006") or pid like "HelloWorld"
(iid > "2006") or pid in ("HelloWorld","Hello*","Hello*World")
(iid > "2006") or pid in ("Hello*","Hello*World")
(iid > "2006") or pid in ("Hello*World")
(iid >= "2006") or status = "active"
(iid >= "2006") or status = "suspended"
(iid >= "2006") or status = "error"
(iid >= "2006") or status = "completed"
(iid >= "2006") or status = "terminated"
(iid >= "2006") or status = "faulted"
(iid >= "2006") or status in ("active","suspended")
(iid >= "2006") or status in ("active","suspended","error","completed","terminated","faulted")
(iid >= "2006") or started = "2006-01-01T00:00:01"
(iid >= "2006") or started = "2006-01-31"
(iid >= "2006") or started = "2006-01"
(iid >= "2006") or started = "2006"
(iid >= "2006") or started < "2006-01-01T00:00:01"
(iid >= "2006") or started < "2006-01-31"
(iid >= "2006") or started < "2006-01"
(iid >= "2006") or started < "2006"
(iid >= "2006") or started <= "2006-01-01T00:00:01"
(iid >= "2006") or started <= "2006-01-31"
(iid >= "2006") or started <= "2006-01"
(iid >= "2006") or started <= "2006"
(iid >= "2006") or started > "2006-01-01T00:00:01"
(iid >= "2006") or started > "2006-01-31"
(iid >= "2006") or started > "2006-01"
(iid >= "2006") or started > "2006"
(iid >= "2006") or started >= "2006-01-01T00:00:01"
(iid >= "2006") or started >= "2006-01-31"
(iid >= "2006") or started >= "2006-01"
(iid >= "2006") or started >= "2006"
(iid >= "2006") or started like "2006-01-01T00:00:01"
(iid >= "2006") or started like "2006-01-31"
(iid >= "2006") or started like "2006-01"
(iid >= "2006") or started like "2006"
(iid >= "2006") or started in ("2006-01-01T00:00:01")
(iid >= "2006") or started in ("2006-01-31","2006-01")
(iid >= "2006") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(iid >= "2006") or last-active = "2006-02-01T00:00:01"
(iid >= "2006") or last-active = "2006-02-21"
(iid >= "2006") or last-active = "2006-02"
(iid >= "2006") or last-active = "2006"
(iid >= "2006") or last-active < "2006-02-01T00:00:01"
(iid >= "2006") or last-active < "2006-02-21"
(iid >= "2006") or last-active < "2006-02"
(iid >= "2006") or last-active < "2006"
(iid >= "2006") or last-active <= "2006-02-01T00:00:01"
(iid >= "2006") or last-active <= "2006-02-21"
(iid >= "2006") or last-active <= "2006-02"
(iid >= "2006") or last-active <= "2006"
(iid >= "2006") or last-active > "2006-02-01T00:00:01"
(iid >= "2006") or last-active > "2006-02-21"
(iid >= "2006") or last-active > "2006-02"
(iid >= "2006") or last-active > "2006"
(iid >= "2006") or last-active >= "2006-02-01T00:00:01"
(iid >= "2006") or last-active >= "2006-02-21"
(iid >= "2006") or last-active >= "2006-02"
(iid >= "2006") or last-active >= "2006"
(iid >= "2006") or last-active like "2006-02-01T00:00:01"
(iid >= "2006") or last-active like "2006-02-21"
(iid >= "2006") or last-active like "2006-02"
(iid >= "2006") or last-active like "2006"
(iid >= "2006") or last-active in ("2006-02-01T00:00:01")
(iid >= "2006") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(iid >= "2006") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(iid >= "2006") or ${org.apache.ode.BPELProcess}author = "yuriy"
(iid >= "2006") or $author = "yuriy"
(iid >= "2006") or ${org.apache.ode.BPELProcess}author < "yuriy"
(iid >= "2006") or $author < "yuriy"
(iid >= "2006") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(iid >= "2006") or $author <= "yuriy"
(iid >= "2006") or ${org.apache.ode.BPELProcess}author > "yuriy"
(iid >= "2006") or $author > "yuriy"
(iid >= "2006") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(iid >= "2006") or $author >= "yuriy"
(iid >= "2006") or ${org.apache.ode.BPELProcess}author like "yuriy"
(iid >= "2006") or $author like "yuriy"
(iid >= "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(iid >= "2006") or $author in ("yuriy")
(iid >= "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(iid >= "2006") or $author in ("yuriy","kostya","nazar","orest")
(iid >= "2006") or pid = "HelloWorld"
(iid >= "2006") or pid < "HelloWorld"
(iid >= "2006") or pid <= "HelloWorld"
(iid >= "2006") or pid > "HelloWorld"
(iid >= "2006") or pid >= "HelloWorld"
(iid >= "2006") or pid like "HelloWorld"
(iid >= "2006") or pid in ("HelloWorld","Hello*","Hello*World")
(iid >= "2006") or pid in ("Hello*","Hello*World")
(iid >= "2006") or pid in ("Hello*World")
(iid in ("2006")) or status = "active"
(iid in ("2006")) or status = "suspended"
(iid in ("2006")) or status = "error"
(iid in ("2006")) or status = "completed"
(iid in ("2006")) or status = "terminated"
(iid in ("2006")) or status = "faulted"
(iid in ("2006")) or status in ("active","suspended")
(iid in ("2006")) or status in ("active","suspended","error","completed","terminated","faulted")
(iid in ("2006")) or started = "2006-01-01T00:00:01"
(iid in ("2006")) or started = "2006-01-31"
(iid in ("2006")) or started = "2006-01"
(iid in ("2006")) or started = "2006"
(iid in ("2006")) or started < "2006-01-01T00:00:01"
(iid in ("2006")) or started < "2006-01-31"
(iid in ("2006")) or started < "2006-01"
(iid in ("2006")) or started < "2006"
(iid in ("2006")) or started <= "2006-01-01T00:00:01"
(iid in ("2006")) or started <= "2006-01-31"
(iid in ("2006")) or started <= "2006-01"
(iid in ("2006")) or started <= "2006"
(iid in ("2006")) or started > "2006-01-01T00:00:01"
(iid in ("2006")) or started > "2006-01-31"
(iid in ("2006")) or started > "2006-01"
(iid in ("2006")) or started > "2006"
(iid in ("2006")) or started >= "2006-01-01T00:00:01"
(iid in ("2006")) or started >= "2006-01-31"
(iid in ("2006")) or started >= "2006-01"
(iid in ("2006")) or started >= "2006"
(iid in ("2006")) or started like "2006-01-01T00:00:01"
(iid in ("2006")) or started like "2006-01-31"
(iid in ("2006")) or started like "2006-01"
(iid in ("2006")) or started like "2006"
(iid in ("2006")) or started in ("2006-01-01T00:00:01")
(iid in ("2006")) or started in ("2006-01-31","2006-01")
(iid in ("2006")) or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(iid in ("2006")) or last-active = "2006-02-01T00:00:01"
(iid in ("2006")) or last-active = "2006-02-21"
(iid in ("2006")) or last-active = "2006-02"
(iid in ("2006")) or last-active = "2006"
(iid in ("2006")) or last-active < "2006-02-01T00:00:01"
(iid in ("2006")) or last-active < "2006-02-21"
(iid in ("2006")) or last-active < "2006-02"
(iid in ("2006")) or last-active < "2006"
(iid in ("2006")) or last-active <= "2006-02-01T00:00:01"
(iid in ("2006")) or last-active <= "2006-02-21"
(iid in ("2006")) or last-active <= "2006-02"
(iid in ("2006")) or last-active <= "2006"
(iid in ("2006")) or last-active > "2006-02-01T00:00:01"
(iid in ("2006")) or last-active > "2006-02-21"
(iid in ("2006")) or last-active > "2006-02"
(iid in ("2006")) or last-active > "2006"
(iid in ("2006")) or last-active >= "2006-02-01T00:00:01"
(iid in ("2006")) or last-active >= "2006-02-21"
(iid in ("2006")) or last-active >= "2006-02"
(iid in ("2006")) or last-active >= "2006"
(iid in ("2006")) or last-active like "2006-02-01T00:00:01"
(iid in ("2006")) or last-active like "2006-02-21"
(iid in ("2006")) or last-active like "2006-02"
(iid in ("2006")) or last-active like "2006"
(iid in ("2006")) or last-active in ("2006-02-01T00:00:01")
(iid in ("2006")) or last-active in ("2006-02-01T00:00:01","2006-02-21")
(iid in ("2006")) or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(iid in ("2006")) or ${org.apache.ode.BPELProcess}author = "yuriy"
(iid in ("2006")) or $author = "yuriy"
(iid in ("2006")) or ${org.apache.ode.BPELProcess}author < "yuriy"
(iid in ("2006")) or $author < "yuriy"
(iid in ("2006")) or ${org.apache.ode.BPELProcess}author <= "yuriy"
(iid in ("2006")) or $author <= "yuriy"
(iid in ("2006")) or ${org.apache.ode.BPELProcess}author > "yuriy"
(iid in ("2006")) or $author > "yuriy"
(iid in ("2006")) or ${org.apache.ode.BPELProcess}author >= "yuriy"
(iid in ("2006")) or $author >= "yuriy"
(iid in ("2006")) or ${org.apache.ode.BPELProcess}author like "yuriy"
(iid in ("2006")) or $author like "yuriy"
(iid in ("2006")) or ${org.apache.ode.BPELProcess}author in ("yuriy")
(iid in ("2006")) or $author in ("yuriy")
(iid in ("2006")) or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(iid in ("2006")) or $author in ("yuriy","kostya","nazar","orest")
(iid in ("2006")) or pid = "HelloWorld"
(iid in ("2006")) or pid < "HelloWorld"
(iid in ("2006")) or pid <= "HelloWorld"
(iid in ("2006")) or pid > "HelloWorld"
(iid in ("2006")) or pid >= "HelloWorld"
(iid in ("2006")) or pid like "HelloWorld"
(iid in ("2006")) or pid in ("HelloWorld","Hello*","Hello*World")
(iid in ("2006")) or pid in ("Hello*","Hello*World")
(iid in ("2006")) or pid in ("Hello*World")
(iid in ("2006","20061231")) or status = "active"
(iid in ("2006","20061231")) or status = "suspended"
(iid in ("2006","20061231")) or status = "error"
(iid in ("2006","20061231")) or status = "completed"
(iid in ("2006","20061231")) or status = "terminated"
(iid in ("2006","20061231")) or status = "faulted"
(iid in ("2006","20061231")) or status in ("active","suspended")
(iid in ("2006","20061231")) or status in ("active","suspended","error","completed","terminated","faulted")
(iid in ("2006","20061231")) or started = "2006-01-01T00:00:01"
(iid in ("2006","20061231")) or started = "2006-01-31"
(iid in ("2006","20061231")) or started = "2006-01"
(iid in ("2006","20061231")) or started = "2006"
(iid in ("2006","20061231")) or started < "2006-01-01T00:00:01"
(iid in ("2006","20061231")) or started < "2006-01-31"
(iid in ("2006","20061231")) or started < "2006-01"
(iid in ("2006","20061231")) or started < "2006"
(iid in ("2006","20061231")) or started <= "2006-01-01T00:00:01"
(iid in ("2006","20061231")) or started <= "2006-01-31"
(iid in ("2006","20061231")) or started <= "2006-01"
(iid in ("2006","20061231")) or started <= "2006"
(iid in ("2006","20061231")) or started > "2006-01-01T00:00:01"
(iid in ("2006","20061231")) or started > "2006-01-31"
(iid in ("2006","20061231")) or started > "2006-01"
(iid in ("2006","20061231")) or started > "2006"
(iid in ("2006","20061231")) or started >= "2006-01-01T00:00:01"
(iid in ("2006","20061231")) or started >= "2006-01-31"
(iid in ("2006","20061231")) or started >= "2006-01"
(iid in ("2006","20061231")) or started >= "2006"
(iid in ("2006","20061231")) or started like "2006-01-01T00:00:01"
(iid in ("2006","20061231")) or started like "2006-01-31"
(iid in ("2006","20061231")) or started like "2006-01"
(iid in ("2006","20061231")) or started like "2006"
(iid in ("2006","20061231")) or started in ("2006-01-01T00:00:01")
(iid in ("2006","20061231")) or started in ("2006-01-31","2006-01")
(iid in ("2006","20061231")) or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(iid in ("2006","20061231")) or last-active = "2006-02-01T00:00:01"
(iid in ("2006","20061231")) or last-active = "2006-02-21"
(iid in ("2006","20061231")) or last-active = "2006-02"
(iid in ("2006","20061231")) or last-active = "2006"
(iid in ("2006","20061231")) or last-active < "2006-02-01T00:00:01"
(iid in ("2006","20061231")) or last-active < "2006-02-21"
(iid in ("2006","20061231")) or last-active < "2006-02"
(iid in ("2006","20061231")) or last-active < "2006"
(iid in ("2006","20061231")) or last-active <= "2006-02-01T00:00:01"
(iid in ("2006","20061231")) or last-active <= "2006-02-21"
(iid in ("2006","20061231")) or last-active <= "2006-02"
(iid in ("2006","20061231")) or last-active <= "2006"
(iid in ("2006","20061231")) or last-active > "2006-02-01T00:00:01"
(iid in ("2006","20061231")) or last-active > "2006-02-21"
(iid in ("2006","20061231")) or last-active > "2006-02"
(iid in ("2006","20061231")) or last-active > "2006"
(iid in ("2006","20061231")) or last-active >= "2006-02-01T00:00:01"
(iid in ("2006","20061231")) or last-active >= "2006-02-21"
(iid in ("2006","20061231")) or last-active >= "2006-02"
(iid in ("2006","20061231")) or last-active >= "2006"
(iid in ("2006","20061231")) or last-active like "2006-02-01T00:00:01"
(iid in ("2006","20061231")) or last-active like "2006-02-21"
(iid in ("2006","20061231")) or last-active like "2006-02"
(iid in ("2006","20061231")) or last-active like "2006"
(iid in ("2006","20061231")) or last-active in ("2006-02-01T00:00:01")
(iid in ("2006","20061231")) or last-active in ("2006-02-01T00:00:01","2006-02-21")
(iid in ("2006","20061231")) or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(iid in ("2006","20061231")) or ${org.apache.ode.BPELProcess}author = "yuriy"
(iid in ("2006","20061231")) or $author = "yuriy"
(iid in ("2006","20061231")) or ${org.apache.ode.BPELProcess}author < "yuriy"
(iid in ("2006","20061231")) or $author < "yuriy"
(iid in ("2006","20061231")) or ${org.apache.ode.BPELProcess}author <= "yuriy"
(iid in ("2006","20061231")) or $author <= "yuriy"
(iid in ("2006","20061231")) or ${org.apache.ode.BPELProcess}author > "yuriy"
(iid in ("2006","20061231")) or $author > "yuriy"
(iid in ("2006","20061231")) or ${org.apache.ode.BPELProcess}author >= "yuriy"
(iid in ("2006","20061231")) or $author >= "yuriy"
(iid in ("2006","20061231")) or ${org.apache.ode.BPELProcess}author like "yuriy"
(iid in ("2006","20061231")) or $author like "yuriy"
(iid in ("2006","20061231")) or ${org.apache.ode.BPELProcess}author in ("yuriy")
(iid in ("2006","20061231")) or $author in ("yuriy")
(iid in ("2006","20061231")) or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(iid in ("2006","20061231")) or $author in ("yuriy","kostya","nazar","orest")
(iid in ("2006","20061231")) or pid = "HelloWorld"
(iid in ("2006","20061231")) or pid < "HelloWorld"
(iid in ("2006","20061231")) or pid <= "HelloWorld"
(iid in ("2006","20061231")) or pid > "HelloWorld"
(iid in ("2006","20061231")) or pid >= "HelloWorld"
(iid in ("2006","20061231")) or pid like "HelloWorld"
(iid in ("2006","20061231")) or pid in ("HelloWorld","Hello*","Hello*World")
(iid in ("2006","20061231")) or pid in ("Hello*","Hello*World")
(iid in ("2006","20061231")) or pid in ("Hello*World")
iid = "2006" or (status = "active")
iid = "2006" or (status = "suspended")
iid = "2006" or (status = "error")
iid = "2006" or (status = "completed")
iid = "2006" or (status = "terminated")
iid = "2006" or (status = "faulted")
iid = "2006" or (status in ("active","suspended"))
iid = "2006" or (status in ("active","suspended","error","completed","terminated","faulted"))
iid = "2006" or (started = "2006-01-01T00:00:01")
iid = "2006" or (started = "2006-01-31")
iid = "2006" or (started = "2006-01")
iid = "2006" or (started = "2006")
iid = "2006" or (started < "2006-01-01T00:00:01")
iid = "2006" or (started < "2006-01-31")
iid = "2006" or (started < "2006-01")
iid = "2006" or (started < "2006")
iid = "2006" or (started <= "2006-01-01T00:00:01")
iid = "2006" or (started <= "2006-01-31")
iid = "2006" or (started <= "2006-01")
iid = "2006" or (started <= "2006")
iid = "2006" or (started > "2006-01-01T00:00:01")
iid = "2006" or (started > "2006-01-31")
iid = "2006" or (started > "2006-01")
iid = "2006" or (started > "2006")
iid = "2006" or (started >= "2006-01-01T00:00:01")
iid = "2006" or (started >= "2006-01-31")
iid = "2006" or (started >= "2006-01")
iid = "2006" or (started >= "2006")
iid = "2006" or (started like "2006-01-01T00:00:01")
iid = "2006" or (started like "2006-01-31")
iid = "2006" or (started like "2006-01")
iid = "2006" or (started like "2006")
iid = "2006" or (started in ("2006-01-01T00:00:01"))
iid = "2006" or (started in ("2006-01-31","2006-01"))
iid = "2006" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
iid = "2006" or (last-active = "2006-02-01T00:00:01")
iid = "2006" or (last-active = "2006-02-21")
iid = "2006" or (last-active = "2006-02")
iid = "2006" or (last-active = "2006")
iid = "2006" or (last-active < "2006-02-01T00:00:01")
iid = "2006" or (last-active < "2006-02-21")
iid = "2006" or (last-active < "2006-02")
iid = "2006" or (last-active < "2006")
iid = "2006" or (last-active <= "2006-02-01T00:00:01")
iid = "2006" or (last-active <= "2006-02-21")
iid = "2006" or (last-active <= "2006-02")
iid = "2006" or (last-active <= "2006")
iid = "2006" or (last-active > "2006-02-01T00:00:01")
iid = "2006" or (last-active > "2006-02-21")
iid = "2006" or (last-active > "2006-02")
iid = "2006" or (last-active > "2006")
iid = "2006" or (last-active >= "2006-02-01T00:00:01")
iid = "2006" or (last-active >= "2006-02-21")
iid = "2006" or (last-active >= "2006-02")
iid = "2006" or (last-active >= "2006")
iid = "2006" or (last-active like "2006-02-01T00:00:01")
iid = "2006" or (last-active like "2006-02-21")
iid = "2006" or (last-active like "2006-02")
iid = "2006" or (last-active like "2006")
iid = "2006" or (last-active in ("2006-02-01T00:00:01"))
iid = "2006" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
iid = "2006" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
iid = "2006" or (${org.apache.ode.BPELProcess}author = "yuriy")
iid = "2006" or ($author = "yuriy")
iid = "2006" or (${org.apache.ode.BPELProcess}author < "yuriy")
iid = "2006" or ($author < "yuriy")
iid = "2006" or (${org.apache.ode.BPELProcess}author <= "yuriy")
iid = "2006" or ($author <= "yuriy")
iid = "2006" or (${org.apache.ode.BPELProcess}author > "yuriy")
iid = "2006" or ($author > "yuriy")
iid = "2006" or (${org.apache.ode.BPELProcess}author >= "yuriy")
iid = "2006" or ($author >= "yuriy")
iid = "2006" or (${org.apache.ode.BPELProcess}author like "yuriy")
iid = "2006" or ($author like "yuriy")
iid = "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
iid = "2006" or ($author in ("yuriy"))
iid = "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
iid = "2006" or ($author in ("yuriy","kostya","nazar","orest"))
iid = "2006" or (pid = "HelloWorld")
iid = "2006" or (pid < "HelloWorld")
iid = "2006" or (pid <= "HelloWorld")
iid = "2006" or (pid > "HelloWorld")
iid = "2006" or (pid >= "HelloWorld")
iid = "2006" or (pid like "HelloWorld")
iid = "2006" or (pid in ("HelloWorld","Hello*","Hello*World"))
iid = "2006" or (pid in ("Hello*","Hello*World"))
iid = "2006" or (pid in ("Hello*World"))
iid < "2006" or (status = "active")
iid < "2006" or (status = "suspended")
iid < "2006" or (status = "error")
iid < "2006" or (status = "completed")
iid < "2006" or (status = "terminated")
iid < "2006" or (status = "faulted")
iid < "2006" or (status in ("active","suspended"))
iid < "2006" or (status in ("active","suspended","error","completed","terminated","faulted"))
iid < "2006" or (started = "2006-01-01T00:00:01")
iid < "2006" or (started = "2006-01-31")
iid < "2006" or (started = "2006-01")
iid < "2006" or (started = "2006")
iid < "2006" or (started < "2006-01-01T00:00:01")
iid < "2006" or (started < "2006-01-31")
iid < "2006" or (started < "2006-01")
iid < "2006" or (started < "2006")
iid < "2006" or (started <= "2006-01-01T00:00:01")
iid < "2006" or (started <= "2006-01-31")
iid < "2006" or (started <= "2006-01")
iid < "2006" or (started <= "2006")
iid < "2006" or (started > "2006-01-01T00:00:01")
iid < "2006" or (started > "2006-01-31")
iid < "2006" or (started > "2006-01")
iid < "2006" or (started > "2006")
iid < "2006" or (started >= "2006-01-01T00:00:01")
iid < "2006" or (started >= "2006-01-31")
iid < "2006" or (started >= "2006-01")
iid < "2006" or (started >= "2006")
iid < "2006" or (started like "2006-01-01T00:00:01")
iid < "2006" or (started like "2006-01-31")
iid < "2006" or (started like "2006-01")
iid < "2006" or (started like "2006")
iid < "2006" or (started in ("2006-01-01T00:00:01"))
iid < "2006" or (started in ("2006-01-31","2006-01"))
iid < "2006" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
iid < "2006" or (last-active = "2006-02-01T00:00:01")
iid < "2006" or (last-active = "2006-02-21")
iid < "2006" or (last-active = "2006-02")
iid < "2006" or (last-active = "2006")
iid < "2006" or (last-active < "2006-02-01T00:00:01")
iid < "2006" or (last-active < "2006-02-21")
iid < "2006" or (last-active < "2006-02")
iid < "2006" or (last-active < "2006")
iid < "2006" or (last-active <= "2006-02-01T00:00:01")
iid < "2006" or (last-active <= "2006-02-21")
iid < "2006" or (last-active <= "2006-02")
iid < "2006" or (last-active <= "2006")
iid < "2006" or (last-active > "2006-02-01T00:00:01")
iid < "2006" or (last-active > "2006-02-21")
iid < "2006" or (last-active > "2006-02")
iid < "2006" or (last-active > "2006")
iid < "2006" or (last-active >= "2006-02-01T00:00:01")
iid < "2006" or (last-active >= "2006-02-21")
iid < "2006" or (last-active >= "2006-02")
iid < "2006" or (last-active >= "2006")
iid < "2006" or (last-active like "2006-02-01T00:00:01")
iid < "2006" or (last-active like "2006-02-21")
iid < "2006" or (last-active like "2006-02")
iid < "2006" or (last-active like "2006")
iid < "2006" or (last-active in ("2006-02-01T00:00:01"))
iid < "2006" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
iid < "2006" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
iid < "2006" or (${org.apache.ode.BPELProcess}author = "yuriy")
iid < "2006" or ($author = "yuriy")
iid < "2006" or (${org.apache.ode.BPELProcess}author < "yuriy")
iid < "2006" or ($author < "yuriy")
iid < "2006" or (${org.apache.ode.BPELProcess}author <= "yuriy")
iid < "2006" or ($author <= "yuriy")
iid < "2006" or (${org.apache.ode.BPELProcess}author > "yuriy")
iid < "2006" or ($author > "yuriy")
iid < "2006" or (${org.apache.ode.BPELProcess}author >= "yuriy")
iid < "2006" or ($author >= "yuriy")
iid < "2006" or (${org.apache.ode.BPELProcess}author like "yuriy")
iid < "2006" or ($author like "yuriy")
iid < "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
iid < "2006" or ($author in ("yuriy"))
iid < "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
iid < "2006" or ($author in ("yuriy","kostya","nazar","orest"))
iid < "2006" or (pid = "HelloWorld")
iid < "2006" or (pid < "HelloWorld")
iid < "2006" or (pid <= "HelloWorld")
iid < "2006" or (pid > "HelloWorld")
iid < "2006" or (pid >= "HelloWorld")
iid < "2006" or (pid like "HelloWorld")
iid < "2006" or (pid in ("HelloWorld","Hello*","Hello*World"))
iid < "2006" or (pid in ("Hello*","Hello*World"))
iid < "2006" or (pid in ("Hello*World"))
iid <= "2006" or (status = "active")
iid <= "2006" or (status = "suspended")
iid <= "2006" or (status = "error")
iid <= "2006" or (status = "completed")
iid <= "2006" or (status = "terminated")
iid <= "2006" or (status = "faulted")
iid <= "2006" or (status in ("active","suspended"))
iid <= "2006" or (status in ("active","suspended","error","completed","terminated","faulted"))
iid <= "2006" or (started = "2006-01-01T00:00:01")
iid <= "2006" or (started = "2006-01-31")
iid <= "2006" or (started = "2006-01")
iid <= "2006" or (started = "2006")
iid <= "2006" or (started < "2006-01-01T00:00:01")
iid <= "2006" or (started < "2006-01-31")
iid <= "2006" or (started < "2006-01")
iid <= "2006" or (started < "2006")
iid <= "2006" or (started <= "2006-01-01T00:00:01")
iid <= "2006" or (started <= "2006-01-31")
iid <= "2006" or (started <= "2006-01")
iid <= "2006" or (started <= "2006")
iid <= "2006" or (started > "2006-01-01T00:00:01")
iid <= "2006" or (started > "2006-01-31")
iid <= "2006" or (started > "2006-01")
iid <= "2006" or (started > "2006")
iid <= "2006" or (started >= "2006-01-01T00:00:01")
iid <= "2006" or (started >= "2006-01-31")
iid <= "2006" or (started >= "2006-01")
iid <= "2006" or (started >= "2006")
iid <= "2006" or (started like "2006-01-01T00:00:01")
iid <= "2006" or (started like "2006-01-31")
iid <= "2006" or (started like "2006-01")
iid <= "2006" or (started like "2006")
iid <= "2006" or (started in ("2006-01-01T00:00:01"))
iid <= "2006" or (started in ("2006-01-31","2006-01"))
iid <= "2006" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
iid <= "2006" or (last-active = "2006-02-01T00:00:01")
iid <= "2006" or (last-active = "2006-02-21")
iid <= "2006" or (last-active = "2006-02")
iid <= "2006" or (last-active = "2006")
iid <= "2006" or (last-active < "2006-02-01T00:00:01")
iid <= "2006" or (last-active < "2006-02-21")
iid <= "2006" or (last-active < "2006-02")
iid <= "2006" or (last-active < "2006")
iid <= "2006" or (last-active <= "2006-02-01T00:00:01")
iid <= "2006" or (last-active <= "2006-02-21")
iid <= "2006" or (last-active <= "2006-02")
iid <= "2006" or (last-active <= "2006")
iid <= "2006" or (last-active > "2006-02-01T00:00:01")
iid <= "2006" or (last-active > "2006-02-21")
iid <= "2006" or (last-active > "2006-02")
iid <= "2006" or (last-active > "2006")
iid <= "2006" or (last-active >= "2006-02-01T00:00:01")
iid <= "2006" or (last-active >= "2006-02-21")
iid <= "2006" or (last-active >= "2006-02")
iid <= "2006" or (last-active >= "2006")
iid <= "2006" or (last-active like "2006-02-01T00:00:01")
iid <= "2006" or (last-active like "2006-02-21")
iid <= "2006" or (last-active like "2006-02")
iid <= "2006" or (last-active like "2006")
iid <= "2006" or (last-active in ("2006-02-01T00:00:01"))
iid <= "2006" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
iid <= "2006" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
iid <= "2006" or (${org.apache.ode.BPELProcess}author = "yuriy")
iid <= "2006" or ($author = "yuriy")
iid <= "2006" or (${org.apache.ode.BPELProcess}author < "yuriy")
iid <= "2006" or ($author < "yuriy")
iid <= "2006" or (${org.apache.ode.BPELProcess}author <= "yuriy")
iid <= "2006" or ($author <= "yuriy")
iid <= "2006" or (${org.apache.ode.BPELProcess}author > "yuriy")
iid <= "2006" or ($author > "yuriy")
iid <= "2006" or (${org.apache.ode.BPELProcess}author >= "yuriy")
iid <= "2006" or ($author >= "yuriy")
iid <= "2006" or (${org.apache.ode.BPELProcess}author like "yuriy")
iid <= "2006" or ($author like "yuriy")
iid <= "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
iid <= "2006" or ($author in ("yuriy"))
iid <= "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
iid <= "2006" or ($author in ("yuriy","kostya","nazar","orest"))
iid <= "2006" or (pid = "HelloWorld")
iid <= "2006" or (pid < "HelloWorld")
iid <= "2006" or (pid <= "HelloWorld")
iid <= "2006" or (pid > "HelloWorld")
iid <= "2006" or (pid >= "HelloWorld")
iid <= "2006" or (pid like "HelloWorld")
iid <= "2006" or (pid in ("HelloWorld","Hello*","Hello*World"))
iid <= "2006" or (pid in ("Hello*","Hello*World"))
iid <= "2006" or (pid in ("Hello*World"))
iid > "2006" or (status = "active")
iid > "2006" or (status = "suspended")
iid > "2006" or (status = "error")
iid > "2006" or (status = "completed")
iid > "2006" or (status = "terminated")
iid > "2006" or (status = "faulted")
iid > "2006" or (status in ("active","suspended"))
iid > "2006" or (status in ("active","suspended","error","completed","terminated","faulted"))
iid > "2006" or (started = "2006-01-01T00:00:01")
iid > "2006" or (started = "2006-01-31")
iid > "2006" or (started = "2006-01")
iid > "2006" or (started = "2006")
iid > "2006" or (started < "2006-01-01T00:00:01")
iid > "2006" or (started < "2006-01-31")
iid > "2006" or (started < "2006-01")
iid > "2006" or (started < "2006")
iid > "2006" or (started <= "2006-01-01T00:00:01")
iid > "2006" or (started <= "2006-01-31")
iid > "2006" or (started <= "2006-01")
iid > "2006" or (started <= "2006")
iid > "2006" or (started > "2006-01-01T00:00:01")
iid > "2006" or (started > "2006-01-31")
iid > "2006" or (started > "2006-01")
iid > "2006" or (started > "2006")
iid > "2006" or (started >= "2006-01-01T00:00:01")
iid > "2006" or (started >= "2006-01-31")
iid > "2006" or (started >= "2006-01")
iid > "2006" or (started >= "2006")
iid > "2006" or (started like "2006-01-01T00:00:01")
iid > "2006" or (started like "2006-01-31")
iid > "2006" or (started like "2006-01")
iid > "2006" or (started like "2006")
iid > "2006" or (started in ("2006-01-01T00:00:01"))
iid > "2006" or (started in ("2006-01-31","2006-01"))
iid > "2006" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
iid > "2006" or (last-active = "2006-02-01T00:00:01")
iid > "2006" or (last-active = "2006-02-21")
iid > "2006" or (last-active = "2006-02")
iid > "2006" or (last-active = "2006")
iid > "2006" or (last-active < "2006-02-01T00:00:01")
iid > "2006" or (last-active < "2006-02-21")
iid > "2006" or (last-active < "2006-02")
iid > "2006" or (last-active < "2006")
iid > "2006" or (last-active <= "2006-02-01T00:00:01")
iid > "2006" or (last-active <= "2006-02-21")
iid > "2006" or (last-active <= "2006-02")
iid > "2006" or (last-active <= "2006")
iid > "2006" or (last-active > "2006-02-01T00:00:01")
iid > "2006" or (last-active > "2006-02-21")
iid > "2006" or (last-active > "2006-02")
iid > "2006" or (last-active > "2006")
iid > "2006" or (last-active >= "2006-02-01T00:00:01")
iid > "2006" or (last-active >= "2006-02-21")
iid > "2006" or (last-active >= "2006-02")
iid > "2006" or (last-active >= "2006")
iid > "2006" or (last-active like "2006-02-01T00:00:01")
iid > "2006" or (last-active like "2006-02-21")
iid > "2006" or (last-active like "2006-02")
iid > "2006" or (last-active like "2006")
iid > "2006" or (last-active in ("2006-02-01T00:00:01"))
iid > "2006" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
iid > "2006" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
iid > "2006" or (${org.apache.ode.BPELProcess}author = "yuriy")
iid > "2006" or ($author = "yuriy")
iid > "2006" or (${org.apache.ode.BPELProcess}author < "yuriy")
iid > "2006" or ($author < "yuriy")
iid > "2006" or (${org.apache.ode.BPELProcess}author <= "yuriy")
iid > "2006" or ($author <= "yuriy")
iid > "2006" or (${org.apache.ode.BPELProcess}author > "yuriy")
iid > "2006" or ($author > "yuriy")
iid > "2006" or (${org.apache.ode.BPELProcess}author >= "yuriy")
iid > "2006" or ($author >= "yuriy")
iid > "2006" or (${org.apache.ode.BPELProcess}author like "yuriy")
iid > "2006" or ($author like "yuriy")
iid > "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
iid > "2006" or ($author in ("yuriy"))
iid > "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
iid > "2006" or ($author in ("yuriy","kostya","nazar","orest"))
iid > "2006" or (pid = "HelloWorld")
iid > "2006" or (pid < "HelloWorld")
iid > "2006" or (pid <= "HelloWorld")
iid > "2006" or (pid > "HelloWorld")
iid > "2006" or (pid >= "HelloWorld")
iid > "2006" or (pid like "HelloWorld")
iid > "2006" or (pid in ("HelloWorld","Hello*","Hello*World"))
iid > "2006" or (pid in ("Hello*","Hello*World"))
iid > "2006" or (pid in ("Hello*World"))
iid >= "2006" or (status = "active")
iid >= "2006" or (status = "suspended")
iid >= "2006" or (status = "error")
iid >= "2006" or (status = "completed")
iid >= "2006" or (status = "terminated")
iid >= "2006" or (status = "faulted")
iid >= "2006" or (status in ("active","suspended"))
iid >= "2006" or (status in ("active","suspended","error","completed","terminated","faulted"))
iid >= "2006" or (started = "2006-01-01T00:00:01")
iid >= "2006" or (started = "2006-01-31")
iid >= "2006" or (started = "2006-01")
iid >= "2006" or (started = "2006")
iid >= "2006" or (started < "2006-01-01T00:00:01")
iid >= "2006" or (started < "2006-01-31")
iid >= "2006" or (started < "2006-01")
iid >= "2006" or (started < "2006")
iid >= "2006" or (started <= "2006-01-01T00:00:01")
iid >= "2006" or (started <= "2006-01-31")
iid >= "2006" or (started <= "2006-01")
iid >= "2006" or (started <= "2006")
iid >= "2006" or (started > "2006-01-01T00:00:01")
iid >= "2006" or (started > "2006-01-31")
iid >= "2006" or (started > "2006-01")
iid >= "2006" or (started > "2006")
iid >= "2006" or (started >= "2006-01-01T00:00:01")
iid >= "2006" or (started >= "2006-01-31")
iid >= "2006" or (started >= "2006-01")
iid >= "2006" or (started >= "2006")
iid >= "2006" or (started like "2006-01-01T00:00:01")
iid >= "2006" or (started like "2006-01-31")
iid >= "2006" or (started like "2006-01")
iid >= "2006" or (started like "2006")
iid >= "2006" or (started in ("2006-01-01T00:00:01"))
iid >= "2006" or (started in ("2006-01-31","2006-01"))
iid >= "2006" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
iid >= "2006" or (last-active = "2006-02-01T00:00:01")
iid >= "2006" or (last-active = "2006-02-21")
iid >= "2006" or (last-active = "2006-02")
iid >= "2006" or (last-active = "2006")
iid >= "2006" or (last-active < "2006-02-01T00:00:01")
iid >= "2006" or (last-active < "2006-02-21")
iid >= "2006" or (last-active < "2006-02")
iid >= "2006" or (last-active < "2006")
iid >= "2006" or (last-active <= "2006-02-01T00:00:01")
iid >= "2006" or (last-active <= "2006-02-21")
iid >= "2006" or (last-active <= "2006-02")
iid >= "2006" or (last-active <= "2006")
iid >= "2006" or (last-active > "2006-02-01T00:00:01")
iid >= "2006" or (last-active > "2006-02-21")
iid >= "2006" or (last-active > "2006-02")
iid >= "2006" or (last-active > "2006")
iid >= "2006" or (last-active >= "2006-02-01T00:00:01")
iid >= "2006" or (last-active >= "2006-02-21")
iid >= "2006" or (last-active >= "2006-02")
iid >= "2006" or (last-active >= "2006")
iid >= "2006" or (last-active like "2006-02-01T00:00:01")
iid >= "2006" or (last-active like "2006-02-21")
iid >= "2006" or (last-active like "2006-02")
iid >= "2006" or (last-active like "2006")
iid >= "2006" or (last-active in ("2006-02-01T00:00:01"))
iid >= "2006" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
iid >= "2006" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
iid >= "2006" or (${org.apache.ode.BPELProcess}author = "yuriy")
iid >= "2006" or ($author = "yuriy")
iid >= "2006" or (${org.apache.ode.BPELProcess}author < "yuriy")
iid >= "2006" or ($author < "yuriy")
iid >= "2006" or (${org.apache.ode.BPELProcess}author <= "yuriy")
iid >= "2006" or ($author <= "yuriy")
iid >= "2006" or (${org.apache.ode.BPELProcess}author > "yuriy")
iid >= "2006" or ($author > "yuriy")
iid >= "2006" or (${org.apache.ode.BPELProcess}author >= "yuriy")
iid >= "2006" or ($author >= "yuriy")
iid >= "2006" or (${org.apache.ode.BPELProcess}author like "yuriy")
iid >= "2006" or ($author like "yuriy")
iid >= "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
iid >= "2006" or ($author in ("yuriy"))
iid >= "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
iid >= "2006" or ($author in ("yuriy","kostya","nazar","orest"))
iid >= "2006" or (pid = "HelloWorld")
iid >= "2006" or (pid < "HelloWorld")
iid >= "2006" or (pid <= "HelloWorld")
iid >= "2006" or (pid > "HelloWorld")
iid >= "2006" or (pid >= "HelloWorld")
iid >= "2006" or (pid like "HelloWorld")
iid >= "2006" or (pid in ("HelloWorld","Hello*","Hello*World"))
iid >= "2006" or (pid in ("Hello*","Hello*World"))
iid >= "2006" or (pid in ("Hello*World"))
iid in ("2006") or (status = "active")
iid in ("2006") or (status = "suspended")
iid in ("2006") or (status = "error")
iid in ("2006") or (status = "completed")
iid in ("2006") or (status = "terminated")
iid in ("2006") or (status = "faulted")
iid in ("2006") or (status in ("active","suspended"))
iid in ("2006") or (status in ("active","suspended","error","completed","terminated","faulted"))
iid in ("2006") or (started = "2006-01-01T00:00:01")
iid in ("2006") or (started = "2006-01-31")
iid in ("2006") or (started = "2006-01")
iid in ("2006") or (started = "2006")
iid in ("2006") or (started < "2006-01-01T00:00:01")
iid in ("2006") or (started < "2006-01-31")
iid in ("2006") or (started < "2006-01")
iid in ("2006") or (started < "2006")
iid in ("2006") or (started <= "2006-01-01T00:00:01")
iid in ("2006") or (started <= "2006-01-31")
iid in ("2006") or (started <= "2006-01")
iid in ("2006") or (started <= "2006")
iid in ("2006") or (started > "2006-01-01T00:00:01")
iid in ("2006") or (started > "2006-01-31")
iid in ("2006") or (started > "2006-01")
iid in ("2006") or (started > "2006")
iid in ("2006") or (started >= "2006-01-01T00:00:01")
iid in ("2006") or (started >= "2006-01-31")
iid in ("2006") or (started >= "2006-01")
iid in ("2006") or (started >= "2006")
iid in ("2006") or (started like "2006-01-01T00:00:01")
iid in ("2006") or (started like "2006-01-31")
iid in ("2006") or (started like "2006-01")
iid in ("2006") or (started like "2006")
iid in ("2006") or (started in ("2006-01-01T00:00:01"))
iid in ("2006") or (started in ("2006-01-31","2006-01"))
iid in ("2006") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
iid in ("2006") or (last-active = "2006-02-01T00:00:01")
iid in ("2006") or (last-active = "2006-02-21")
iid in ("2006") or (last-active = "2006-02")
iid in ("2006") or (last-active = "2006")
iid in ("2006") or (last-active < "2006-02-01T00:00:01")
iid in ("2006") or (last-active < "2006-02-21")
iid in ("2006") or (last-active < "2006-02")
iid in ("2006") or (last-active < "2006")
iid in ("2006") or (last-active <= "2006-02-01T00:00:01")
iid in ("2006") or (last-active <= "2006-02-21")
iid in ("2006") or (last-active <= "2006-02")
iid in ("2006") or (last-active <= "2006")
iid in ("2006") or (last-active > "2006-02-01T00:00:01")
iid in ("2006") or (last-active > "2006-02-21")
iid in ("2006") or (last-active > "2006-02")
iid in ("2006") or (last-active > "2006")
iid in ("2006") or (last-active >= "2006-02-01T00:00:01")
iid in ("2006") or (last-active >= "2006-02-21")
iid in ("2006") or (last-active >= "2006-02")
iid in ("2006") or (last-active >= "2006")
iid in ("2006") or (last-active like "2006-02-01T00:00:01")
iid in ("2006") or (last-active like "2006-02-21")
iid in ("2006") or (last-active like "2006-02")
iid in ("2006") or (last-active like "2006")
iid in ("2006") or (last-active in ("2006-02-01T00:00:01"))
iid in ("2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
iid in ("2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
iid in ("2006") or (${org.apache.ode.BPELProcess}author = "yuriy")
iid in ("2006") or ($author = "yuriy")
iid in ("2006") or (${org.apache.ode.BPELProcess}author < "yuriy")
iid in ("2006") or ($author < "yuriy")
iid in ("2006") or (${org.apache.ode.BPELProcess}author <= "yuriy")
iid in ("2006") or ($author <= "yuriy")
iid in ("2006") or (${org.apache.ode.BPELProcess}author > "yuriy")
iid in ("2006") or ($author > "yuriy")
iid in ("2006") or (${org.apache.ode.BPELProcess}author >= "yuriy")
iid in ("2006") or ($author >= "yuriy")
iid in ("2006") or (${org.apache.ode.BPELProcess}author like "yuriy")
iid in ("2006") or ($author like "yuriy")
iid in ("2006") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
iid in ("2006") or ($author in ("yuriy"))
iid in ("2006") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
iid in ("2006") or ($author in ("yuriy","kostya","nazar","orest"))
iid in ("2006") or (pid = "HelloWorld")
iid in ("2006") or (pid < "HelloWorld")
iid in ("2006") or (pid <= "HelloWorld")
iid in ("2006") or (pid > "HelloWorld")
iid in ("2006") or (pid >= "HelloWorld")
iid in ("2006") or (pid like "HelloWorld")
iid in ("2006") or (pid in ("HelloWorld","Hello*","Hello*World"))
iid in ("2006") or (pid in ("Hello*","Hello*World"))
iid in ("2006") or (pid in ("Hello*World"))
iid in ("2006","20061231") or (status = "active")
iid in ("2006","20061231") or (status = "suspended")
iid in ("2006","20061231") or (status = "error")
iid in ("2006","20061231") or (status = "completed")
iid in ("2006","20061231") or (status = "terminated")
iid in ("2006","20061231") or (status = "faulted")
iid in ("2006","20061231") or (status in ("active","suspended"))
iid in ("2006","20061231") or (status in ("active","suspended","error","completed","terminated","faulted"))
iid in ("2006","20061231") or (started = "2006-01-01T00:00:01")
iid in ("2006","20061231") or (started = "2006-01-31")
iid in ("2006","20061231") or (started = "2006-01")
iid in ("2006","20061231") or (started = "2006")
iid in ("2006","20061231") or (started < "2006-01-01T00:00:01")
iid in ("2006","20061231") or (started < "2006-01-31")
iid in ("2006","20061231") or (started < "2006-01")
iid in ("2006","20061231") or (started < "2006")
iid in ("2006","20061231") or (started <= "2006-01-01T00:00:01")
iid in ("2006","20061231") or (started <= "2006-01-31")
iid in ("2006","20061231") or (started <= "2006-01")
iid in ("2006","20061231") or (started <= "2006")
iid in ("2006","20061231") or (started > "2006-01-01T00:00:01")
iid in ("2006","20061231") or (started > "2006-01-31")
iid in ("2006","20061231") or (started > "2006-01")
iid in ("2006","20061231") or (started > "2006")
iid in ("2006","20061231") or (started >= "2006-01-01T00:00:01")
iid in ("2006","20061231") or (started >= "2006-01-31")
iid in ("2006","20061231") or (started >= "2006-01")
iid in ("2006","20061231") or (started >= "2006")
iid in ("2006","20061231") or (started like "2006-01-01T00:00:01")
iid in ("2006","20061231") or (started like "2006-01-31")
iid in ("2006","20061231") or (started like "2006-01")
iid in ("2006","20061231") or (started like "2006")
iid in ("2006","20061231") or (started in ("2006-01-01T00:00:01"))
iid in ("2006","20061231") or (started in ("2006-01-31","2006-01"))
iid in ("2006","20061231") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
iid in ("2006","20061231") or (last-active = "2006-02-01T00:00:01")
iid in ("2006","20061231") or (last-active = "2006-02-21")
iid in ("2006","20061231") or (last-active = "2006-02")
iid in ("2006","20061231") or (last-active = "2006")
iid in ("2006","20061231") or (last-active < "2006-02-01T00:00:01")
iid in ("2006","20061231") or (last-active < "2006-02-21")
iid in ("2006","20061231") or (last-active < "2006-02")
iid in ("2006","20061231") or (last-active < "2006")
iid in ("2006","20061231") or (last-active <= "2006-02-01T00:00:01")
iid in ("2006","20061231") or (last-active <= "2006-02-21")
iid in ("2006","20061231") or (last-active <= "2006-02")
iid in ("2006","20061231") or (last-active <= "2006")
iid in ("2006","20061231") or (last-active > "2006-02-01T00:00:01")
iid in ("2006","20061231") or (last-active > "2006-02-21")
iid in ("2006","20061231") or (last-active > "2006-02")
iid in ("2006","20061231") or (last-active > "2006")
iid in ("2006","20061231") or (last-active >= "2006-02-01T00:00:01")
iid in ("2006","20061231") or (last-active >= "2006-02-21")
iid in ("2006","20061231") or (last-active >= "2006-02")
iid in ("2006","20061231") or (last-active >= "2006")
iid in ("2006","20061231") or (last-active like "2006-02-01T00:00:01")
iid in ("2006","20061231") or (last-active like "2006-02-21")
iid in ("2006","20061231") or (last-active like "2006-02")
iid in ("2006","20061231") or (last-active like "2006")
iid in ("2006","20061231") or (last-active in ("2006-02-01T00:00:01"))
iid in ("2006","20061231") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
iid in ("2006","20061231") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
iid in ("2006","20061231") or (${org.apache.ode.BPELProcess}author = "yuriy")
iid in ("2006","20061231") or ($author = "yuriy")
iid in ("2006","20061231") or (${org.apache.ode.BPELProcess}author < "yuriy")
iid in ("2006","20061231") or ($author < "yuriy")
iid in ("2006","20061231") or (${org.apache.ode.BPELProcess}author <= "yuriy")
iid in ("2006","20061231") or ($author <= "yuriy")
iid in ("2006","20061231") or (${org.apache.ode.BPELProcess}author > "yuriy")
iid in ("2006","20061231") or ($author > "yuriy")
iid in ("2006","20061231") or (${org.apache.ode.BPELProcess}author >= "yuriy")
iid in ("2006","20061231") or ($author >= "yuriy")
iid in ("2006","20061231") or (${org.apache.ode.BPELProcess}author like "yuriy")
iid in ("2006","20061231") or ($author like "yuriy")
iid in ("2006","20061231") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
iid in ("2006","20061231") or ($author in ("yuriy"))
iid in ("2006","20061231") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
iid in ("2006","20061231") or ($author in ("yuriy","kostya","nazar","orest"))
iid in ("2006","20061231") or (pid = "HelloWorld")
iid in ("2006","20061231") or (pid < "HelloWorld")
iid in ("2006","20061231") or (pid <= "HelloWorld")
iid in ("2006","20061231") or (pid > "HelloWorld")
iid in ("2006","20061231") or (pid >= "HelloWorld")
iid in ("2006","20061231") or (pid like "HelloWorld")
iid in ("2006","20061231") or (pid in ("HelloWorld","Hello*","Hello*World"))
iid in ("2006","20061231") or (pid in ("Hello*","Hello*World"))
iid in ("2006","20061231") or (pid in ("Hello*World"))
(iid = "2006") or (status = "active")
(iid = "2006") or (status = "suspended")
(iid = "2006") or (status = "error")
(iid = "2006") or (status = "completed")
(iid = "2006") or (status = "terminated")
(iid = "2006") or (status = "faulted")
(iid = "2006") or (status in ("active","suspended"))
(iid = "2006") or (status in ("active","suspended","error","completed","terminated","faulted"))
(iid = "2006") or (started = "2006-01-01T00:00:01")
(iid = "2006") or (started = "2006-01-31")
(iid = "2006") or (started = "2006-01")
(iid = "2006") or (started = "2006")
(iid = "2006") or (started < "2006-01-01T00:00:01")
(iid = "2006") or (started < "2006-01-31")
(iid = "2006") or (started < "2006-01")
(iid = "2006") or (started < "2006")
(iid = "2006") or (started <= "2006-01-01T00:00:01")
(iid = "2006") or (started <= "2006-01-31")
(iid = "2006") or (started <= "2006-01")
(iid = "2006") or (started <= "2006")
(iid = "2006") or (started > "2006-01-01T00:00:01")
(iid = "2006") or (started > "2006-01-31")
(iid = "2006") or (started > "2006-01")
(iid = "2006") or (started > "2006")
(iid = "2006") or (started >= "2006-01-01T00:00:01")
(iid = "2006") or (started >= "2006-01-31")
(iid = "2006") or (started >= "2006-01")
(iid = "2006") or (started >= "2006")
(iid = "2006") or (started like "2006-01-01T00:00:01")
(iid = "2006") or (started like "2006-01-31")
(iid = "2006") or (started like "2006-01")
(iid = "2006") or (started like "2006")
(iid = "2006") or (started in ("2006-01-01T00:00:01"))
(iid = "2006") or (started in ("2006-01-31","2006-01"))
(iid = "2006") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(iid = "2006") or (last-active = "2006-02-01T00:00:01")
(iid = "2006") or (last-active = "2006-02-21")
(iid = "2006") or (last-active = "2006-02")
(iid = "2006") or (last-active = "2006")
(iid = "2006") or (last-active < "2006-02-01T00:00:01")
(iid = "2006") or (last-active < "2006-02-21")
(iid = "2006") or (last-active < "2006-02")
(iid = "2006") or (last-active < "2006")
(iid = "2006") or (last-active <= "2006-02-01T00:00:01")
(iid = "2006") or (last-active <= "2006-02-21")
(iid = "2006") or (last-active <= "2006-02")
(iid = "2006") or (last-active <= "2006")
(iid = "2006") or (last-active > "2006-02-01T00:00:01")
(iid = "2006") or (last-active > "2006-02-21")
(iid = "2006") or (last-active > "2006-02")
(iid = "2006") or (last-active > "2006")
(iid = "2006") or (last-active >= "2006-02-01T00:00:01")
(iid = "2006") or (last-active >= "2006-02-21")
(iid = "2006") or (last-active >= "2006-02")
(iid = "2006") or (last-active >= "2006")
(iid = "2006") or (last-active like "2006-02-01T00:00:01")
(iid = "2006") or (last-active like "2006-02-21")
(iid = "2006") or (last-active like "2006-02")
(iid = "2006") or (last-active like "2006")
(iid = "2006") or (last-active in ("2006-02-01T00:00:01"))
(iid = "2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(iid = "2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(iid = "2006") or (${org.apache.ode.BPELProcess}author = "yuriy")
(iid = "2006") or ($author = "yuriy")
(iid = "2006") or (${org.apache.ode.BPELProcess}author < "yuriy")
(iid = "2006") or ($author < "yuriy")
(iid = "2006") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(iid = "2006") or ($author <= "yuriy")
(iid = "2006") or (${org.apache.ode.BPELProcess}author > "yuriy")
(iid = "2006") or ($author > "yuriy")
(iid = "2006") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(iid = "2006") or ($author >= "yuriy")
(iid = "2006") or (${org.apache.ode.BPELProcess}author like "yuriy")
(iid = "2006") or ($author like "yuriy")
(iid = "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(iid = "2006") or ($author in ("yuriy"))
(iid = "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(iid = "2006") or ($author in ("yuriy","kostya","nazar","orest"))
(iid = "2006") or (pid = "HelloWorld")
(iid = "2006") or (pid < "HelloWorld")
(iid = "2006") or (pid <= "HelloWorld")
(iid = "2006") or (pid > "HelloWorld")
(iid = "2006") or (pid >= "HelloWorld")
(iid = "2006") or (pid like "HelloWorld")
(iid = "2006") or (pid in ("HelloWorld","Hello*","Hello*World"))
(iid = "2006") or (pid in ("Hello*","Hello*World"))
(iid = "2006") or (pid in ("Hello*World"))
(iid < "2006") or (status = "active")
(iid < "2006") or (status = "suspended")
(iid < "2006") or (status = "error")
(iid < "2006") or (status = "completed")
(iid < "2006") or (status = "terminated")
(iid < "2006") or (status = "faulted")
(iid < "2006") or (status in ("active","suspended"))
(iid < "2006") or (status in ("active","suspended","error","completed","terminated","faulted"))
(iid < "2006") or (started = "2006-01-01T00:00:01")
(iid < "2006") or (started = "2006-01-31")
(iid < "2006") or (started = "2006-01")
(iid < "2006") or (started = "2006")
(iid < "2006") or (started < "2006-01-01T00:00:01")
(iid < "2006") or (started < "2006-01-31")
(iid < "2006") or (started < "2006-01")
(iid < "2006") or (started < "2006")
(iid < "2006") or (started <= "2006-01-01T00:00:01")
(iid < "2006") or (started <= "2006-01-31")
(iid < "2006") or (started <= "2006-01")
(iid < "2006") or (started <= "2006")
(iid < "2006") or (started > "2006-01-01T00:00:01")
(iid < "2006") or (started > "2006-01-31")
(iid < "2006") or (started > "2006-01")
(iid < "2006") or (started > "2006")
(iid < "2006") or (started >= "2006-01-01T00:00:01")
(iid < "2006") or (started >= "2006-01-31")
(iid < "2006") or (started >= "2006-01")
(iid < "2006") or (started >= "2006")
(iid < "2006") or (started like "2006-01-01T00:00:01")
(iid < "2006") or (started like "2006-01-31")
(iid < "2006") or (started like "2006-01")
(iid < "2006") or (started like "2006")
(iid < "2006") or (started in ("2006-01-01T00:00:01"))
(iid < "2006") or (started in ("2006-01-31","2006-01"))
(iid < "2006") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(iid < "2006") or (last-active = "2006-02-01T00:00:01")
(iid < "2006") or (last-active = "2006-02-21")
(iid < "2006") or (last-active = "2006-02")
(iid < "2006") or (last-active = "2006")
(iid < "2006") or (last-active < "2006-02-01T00:00:01")
(iid < "2006") or (last-active < "2006-02-21")
(iid < "2006") or (last-active < "2006-02")
(iid < "2006") or (last-active < "2006")
(iid < "2006") or (last-active <= "2006-02-01T00:00:01")
(iid < "2006") or (last-active <= "2006-02-21")
(iid < "2006") or (last-active <= "2006-02")
(iid < "2006") or (last-active <= "2006")
(iid < "2006") or (last-active > "2006-02-01T00:00:01")
(iid < "2006") or (last-active > "2006-02-21")
(iid < "2006") or (last-active > "2006-02")
(iid < "2006") or (last-active > "2006")
(iid < "2006") or (last-active >= "2006-02-01T00:00:01")
(iid < "2006") or (last-active >= "2006-02-21")
(iid < "2006") or (last-active >= "2006-02")
(iid < "2006") or (last-active >= "2006")
(iid < "2006") or (last-active like "2006-02-01T00:00:01")
(iid < "2006") or (last-active like "2006-02-21")
(iid < "2006") or (last-active like "2006-02")
(iid < "2006") or (last-active like "2006")
(iid < "2006") or (last-active in ("2006-02-01T00:00:01"))
(iid < "2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(iid < "2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(iid < "2006") or (${org.apache.ode.BPELProcess}author = "yuriy")
(iid < "2006") or ($author = "yuriy")
(iid < "2006") or (${org.apache.ode.BPELProcess}author < "yuriy")
(iid < "2006") or ($author < "yuriy")
(iid < "2006") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(iid < "2006") or ($author <= "yuriy")
(iid < "2006") or (${org.apache.ode.BPELProcess}author > "yuriy")
(iid < "2006") or ($author > "yuriy")
(iid < "2006") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(iid < "2006") or ($author >= "yuriy")
(iid < "2006") or (${org.apache.ode.BPELProcess}author like "yuriy")
(iid < "2006") or ($author like "yuriy")
(iid < "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(iid < "2006") or ($author in ("yuriy"))
(iid < "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(iid < "2006") or ($author in ("yuriy","kostya","nazar","orest"))
(iid < "2006") or (pid = "HelloWorld")
(iid < "2006") or (pid < "HelloWorld")
(iid < "2006") or (pid <= "HelloWorld")
(iid < "2006") or (pid > "HelloWorld")
(iid < "2006") or (pid >= "HelloWorld")
(iid < "2006") or (pid like "HelloWorld")
(iid < "2006") or (pid in ("HelloWorld","Hello*","Hello*World"))
(iid < "2006") or (pid in ("Hello*","Hello*World"))
(iid < "2006") or (pid in ("Hello*World"))
(iid <= "2006") or (status = "active")
(iid <= "2006") or (status = "suspended")
(iid <= "2006") or (status = "error")
(iid <= "2006") or (status = "completed")
(iid <= "2006") or (status = "terminated")
(iid <= "2006") or (status = "faulted")
(iid <= "2006") or (status in ("active","suspended"))
(iid <= "2006") or (status in ("active","suspended","error","completed","terminated","faulted"))
(iid <= "2006") or (started = "2006-01-01T00:00:01")
(iid <= "2006") or (started = "2006-01-31")
(iid <= "2006") or (started = "2006-01")
(iid <= "2006") or (started = "2006")
(iid <= "2006") or (started < "2006-01-01T00:00:01")
(iid <= "2006") or (started < "2006-01-31")
(iid <= "2006") or (started < "2006-01")
(iid <= "2006") or (started < "2006")
(iid <= "2006") or (started <= "2006-01-01T00:00:01")
(iid <= "2006") or (started <= "2006-01-31")
(iid <= "2006") or (started <= "2006-01")
(iid <= "2006") or (started <= "2006")
(iid <= "2006") or (started > "2006-01-01T00:00:01")
(iid <= "2006") or (started > "2006-01-31")
(iid <= "2006") or (started > "2006-01")
(iid <= "2006") or (started > "2006")
(iid <= "2006") or (started >= "2006-01-01T00:00:01")
(iid <= "2006") or (started >= "2006-01-31")
(iid <= "2006") or (started >= "2006-01")
(iid <= "2006") or (started >= "2006")
(iid <= "2006") or (started like "2006-01-01T00:00:01")
(iid <= "2006") or (started like "2006-01-31")
(iid <= "2006") or (started like "2006-01")
(iid <= "2006") or (started like "2006")
(iid <= "2006") or (started in ("2006-01-01T00:00:01"))
(iid <= "2006") or (started in ("2006-01-31","2006-01"))
(iid <= "2006") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(iid <= "2006") or (last-active = "2006-02-01T00:00:01")
(iid <= "2006") or (last-active = "2006-02-21")
(iid <= "2006") or (last-active = "2006-02")
(iid <= "2006") or (last-active = "2006")
(iid <= "2006") or (last-active < "2006-02-01T00:00:01")
(iid <= "2006") or (last-active < "2006-02-21")
(iid <= "2006") or (last-active < "2006-02")
(iid <= "2006") or (last-active < "2006")
(iid <= "2006") or (last-active <= "2006-02-01T00:00:01")
(iid <= "2006") or (last-active <= "2006-02-21")
(iid <= "2006") or (last-active <= "2006-02")
(iid <= "2006") or (last-active <= "2006")
(iid <= "2006") or (last-active > "2006-02-01T00:00:01")
(iid <= "2006") or (last-active > "2006-02-21")
(iid <= "2006") or (last-active > "2006-02")
(iid <= "2006") or (last-active > "2006")
(iid <= "2006") or (last-active >= "2006-02-01T00:00:01")
(iid <= "2006") or (last-active >= "2006-02-21")
(iid <= "2006") or (last-active >= "2006-02")
(iid <= "2006") or (last-active >= "2006")
(iid <= "2006") or (last-active like "2006-02-01T00:00:01")
(iid <= "2006") or (last-active like "2006-02-21")
(iid <= "2006") or (last-active like "2006-02")
(iid <= "2006") or (last-active like "2006")
(iid <= "2006") or (last-active in ("2006-02-01T00:00:01"))
(iid <= "2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(iid <= "2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(iid <= "2006") or (${org.apache.ode.BPELProcess}author = "yuriy")
(iid <= "2006") or ($author = "yuriy")
(iid <= "2006") or (${org.apache.ode.BPELProcess}author < "yuriy")
(iid <= "2006") or ($author < "yuriy")
(iid <= "2006") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(iid <= "2006") or ($author <= "yuriy")
(iid <= "2006") or (${org.apache.ode.BPELProcess}author > "yuriy")
(iid <= "2006") or ($author > "yuriy")
(iid <= "2006") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(iid <= "2006") or ($author >= "yuriy")
(iid <= "2006") or (${org.apache.ode.BPELProcess}author like "yuriy")
(iid <= "2006") or ($author like "yuriy")
(iid <= "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(iid <= "2006") or ($author in ("yuriy"))
(iid <= "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(iid <= "2006") or ($author in ("yuriy","kostya","nazar","orest"))
(iid <= "2006") or (pid = "HelloWorld")
(iid <= "2006") or (pid < "HelloWorld")
(iid <= "2006") or (pid <= "HelloWorld")
(iid <= "2006") or (pid > "HelloWorld")
(iid <= "2006") or (pid >= "HelloWorld")
(iid <= "2006") or (pid like "HelloWorld")
(iid <= "2006") or (pid in ("HelloWorld","Hello*","Hello*World"))
(iid <= "2006") or (pid in ("Hello*","Hello*World"))
(iid <= "2006") or (pid in ("Hello*World"))
(iid > "2006") or (status = "active")
(iid > "2006") or (status = "suspended")
(iid > "2006") or (status = "error")
(iid > "2006") or (status = "completed")
(iid > "2006") or (status = "terminated")
(iid > "2006") or (status = "faulted")
(iid > "2006") or (status in ("active","suspended"))
(iid > "2006") or (status in ("active","suspended","error","completed","terminated","faulted"))
(iid > "2006") or (started = "2006-01-01T00:00:01")
(iid > "2006") or (started = "2006-01-31")
(iid > "2006") or (started = "2006-01")
(iid > "2006") or (started = "2006")
(iid > "2006") or (started < "2006-01-01T00:00:01")
(iid > "2006") or (started < "2006-01-31")
(iid > "2006") or (started < "2006-01")
(iid > "2006") or (started < "2006")
(iid > "2006") or (started <= "2006-01-01T00:00:01")
(iid > "2006") or (started <= "2006-01-31")
(iid > "2006") or (started <= "2006-01")
(iid > "2006") or (started <= "2006")
(iid > "2006") or (started > "2006-01-01T00:00:01")
(iid > "2006") or (started > "2006-01-31")
(iid > "2006") or (started > "2006-01")
(iid > "2006") or (started > "2006")
(iid > "2006") or (started >= "2006-01-01T00:00:01")
(iid > "2006") or (started >= "2006-01-31")
(iid > "2006") or (started >= "2006-01")
(iid > "2006") or (started >= "2006")
(iid > "2006") or (started like "2006-01-01T00:00:01")
(iid > "2006") or (started like "2006-01-31")
(iid > "2006") or (started like "2006-01")
(iid > "2006") or (started like "2006")
(iid > "2006") or (started in ("2006-01-01T00:00:01"))
(iid > "2006") or (started in ("2006-01-31","2006-01"))
(iid > "2006") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(iid > "2006") or (last-active = "2006-02-01T00:00:01")
(iid > "2006") or (last-active = "2006-02-21")
(iid > "2006") or (last-active = "2006-02")
(iid > "2006") or (last-active = "2006")
(iid > "2006") or (last-active < "2006-02-01T00:00:01")
(iid > "2006") or (last-active < "2006-02-21")
(iid > "2006") or (last-active < "2006-02")
(iid > "2006") or (last-active < "2006")
(iid > "2006") or (last-active <= "2006-02-01T00:00:01")
(iid > "2006") or (last-active <= "2006-02-21")
(iid > "2006") or (last-active <= "2006-02")
(iid > "2006") or (last-active <= "2006")
(iid > "2006") or (last-active > "2006-02-01T00:00:01")
(iid > "2006") or (last-active > "2006-02-21")
(iid > "2006") or (last-active > "2006-02")
(iid > "2006") or (last-active > "2006")
(iid > "2006") or (last-active >= "2006-02-01T00:00:01")
(iid > "2006") or (last-active >= "2006-02-21")
(iid > "2006") or (last-active >= "2006-02")
(iid > "2006") or (last-active >= "2006")
(iid > "2006") or (last-active like "2006-02-01T00:00:01")
(iid > "2006") or (last-active like "2006-02-21")
(iid > "2006") or (last-active like "2006-02")
(iid > "2006") or (last-active like "2006")
(iid > "2006") or (last-active in ("2006-02-01T00:00:01"))
(iid > "2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(iid > "2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(iid > "2006") or (${org.apache.ode.BPELProcess}author = "yuriy")
(iid > "2006") or ($author = "yuriy")
(iid > "2006") or (${org.apache.ode.BPELProcess}author < "yuriy")
(iid > "2006") or ($author < "yuriy")
(iid > "2006") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(iid > "2006") or ($author <= "yuriy")
(iid > "2006") or (${org.apache.ode.BPELProcess}author > "yuriy")
(iid > "2006") or ($author > "yuriy")
(iid > "2006") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(iid > "2006") or ($author >= "yuriy")
(iid > "2006") or (${org.apache.ode.BPELProcess}author like "yuriy")
(iid > "2006") or ($author like "yuriy")
(iid > "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(iid > "2006") or ($author in ("yuriy"))
(iid > "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(iid > "2006") or ($author in ("yuriy","kostya","nazar","orest"))
(iid > "2006") or (pid = "HelloWorld")
(iid > "2006") or (pid < "HelloWorld")
(iid > "2006") or (pid <= "HelloWorld")
(iid > "2006") or (pid > "HelloWorld")
(iid > "2006") or (pid >= "HelloWorld")
(iid > "2006") or (pid like "HelloWorld")
(iid > "2006") or (pid in ("HelloWorld","Hello*","Hello*World"))
(iid > "2006") or (pid in ("Hello*","Hello*World"))
(iid > "2006") or (pid in ("Hello*World"))
(iid >= "2006") or (status = "active")
(iid >= "2006") or (status = "suspended")
(iid >= "2006") or (status = "error")
(iid >= "2006") or (status = "completed")
(iid >= "2006") or (status = "terminated")
(iid >= "2006") or (status = "faulted")
(iid >= "2006") or (status in ("active","suspended"))
(iid >= "2006") or (status in ("active","suspended","error","completed","terminated","faulted"))
(iid >= "2006") or (started = "2006-01-01T00:00:01")
(iid >= "2006") or (started = "2006-01-31")
(iid >= "2006") or (started = "2006-01")
(iid >= "2006") or (started = "2006")
(iid >= "2006") or (started < "2006-01-01T00:00:01")
(iid >= "2006") or (started < "2006-01-31")
(iid >= "2006") or (started < "2006-01")
(iid >= "2006") or (started < "2006")
(iid >= "2006") or (started <= "2006-01-01T00:00:01")
(iid >= "2006") or (started <= "2006-01-31")
(iid >= "2006") or (started <= "2006-01")
(iid >= "2006") or (started <= "2006")
(iid >= "2006") or (started > "2006-01-01T00:00:01")
(iid >= "2006") or (started > "2006-01-31")
(iid >= "2006") or (started > "2006-01")
(iid >= "2006") or (started > "2006")
(iid >= "2006") or (started >= "2006-01-01T00:00:01")
(iid >= "2006") or (started >= "2006-01-31")
(iid >= "2006") or (started >= "2006-01")
(iid >= "2006") or (started >= "2006")
(iid >= "2006") or (started like "2006-01-01T00:00:01")
(iid >= "2006") or (started like "2006-01-31")
(iid >= "2006") or (started like "2006-01")
(iid >= "2006") or (started like "2006")
(iid >= "2006") or (started in ("2006-01-01T00:00:01"))
(iid >= "2006") or (started in ("2006-01-31","2006-01"))
(iid >= "2006") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(iid >= "2006") or (last-active = "2006-02-01T00:00:01")
(iid >= "2006") or (last-active = "2006-02-21")
(iid >= "2006") or (last-active = "2006-02")
(iid >= "2006") or (last-active = "2006")
(iid >= "2006") or (last-active < "2006-02-01T00:00:01")
(iid >= "2006") or (last-active < "2006-02-21")
(iid >= "2006") or (last-active < "2006-02")
(iid >= "2006") or (last-active < "2006")
(iid >= "2006") or (last-active <= "2006-02-01T00:00:01")
(iid >= "2006") or (last-active <= "2006-02-21")
(iid >= "2006") or (last-active <= "2006-02")
(iid >= "2006") or (last-active <= "2006")
(iid >= "2006") or (last-active > "2006-02-01T00:00:01")
(iid >= "2006") or (last-active > "2006-02-21")
(iid >= "2006") or (last-active > "2006-02")
(iid >= "2006") or (last-active > "2006")
(iid >= "2006") or (last-active >= "2006-02-01T00:00:01")
(iid >= "2006") or (last-active >= "2006-02-21")
(iid >= "2006") or (last-active >= "2006-02")
(iid >= "2006") or (last-active >= "2006")
(iid >= "2006") or (last-active like "2006-02-01T00:00:01")
(iid >= "2006") or (last-active like "2006-02-21")
(iid >= "2006") or (last-active like "2006-02")
(iid >= "2006") or (last-active like "2006")
(iid >= "2006") or (last-active in ("2006-02-01T00:00:01"))
(iid >= "2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(iid >= "2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(iid >= "2006") or (${org.apache.ode.BPELProcess}author = "yuriy")
(iid >= "2006") or ($author = "yuriy")
(iid >= "2006") or (${org.apache.ode.BPELProcess}author < "yuriy")
(iid >= "2006") or ($author < "yuriy")
(iid >= "2006") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(iid >= "2006") or ($author <= "yuriy")
(iid >= "2006") or (${org.apache.ode.BPELProcess}author > "yuriy")
(iid >= "2006") or ($author > "yuriy")
(iid >= "2006") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(iid >= "2006") or ($author >= "yuriy")
(iid >= "2006") or (${org.apache.ode.BPELProcess}author like "yuriy")
(iid >= "2006") or ($author like "yuriy")
(iid >= "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(iid >= "2006") or ($author in ("yuriy"))
(iid >= "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(iid >= "2006") or ($author in ("yuriy","kostya","nazar","orest"))
(iid >= "2006") or (pid = "HelloWorld")
(iid >= "2006") or (pid < "HelloWorld")
(iid >= "2006") or (pid <= "HelloWorld")
(iid >= "2006") or (pid > "HelloWorld")
(iid >= "2006") or (pid >= "HelloWorld")
(iid >= "2006") or (pid like "HelloWorld")
(iid >= "2006") or (pid in ("HelloWorld","Hello*","Hello*World"))
(iid >= "2006") or (pid in ("Hello*","Hello*World"))
(iid >= "2006") or (pid in ("Hello*World"))
(iid in ("2006")) or (status = "active")
(iid in ("2006")) or (status = "suspended")
(iid in ("2006")) or (status = "error")
(iid in ("2006")) or (status = "completed")
(iid in ("2006")) or (status = "terminated")
(iid in ("2006")) or (status = "faulted")
(iid in ("2006")) or (status in ("active","suspended"))
(iid in ("2006")) or (status in ("active","suspended","error","completed","terminated","faulted"))
(iid in ("2006")) or (started = "2006-01-01T00:00:01")
(iid in ("2006")) or (started = "2006-01-31")
(iid in ("2006")) or (started = "2006-01")
(iid in ("2006")) or (started = "2006")
(iid in ("2006")) or (started < "2006-01-01T00:00:01")
(iid in ("2006")) or (started < "2006-01-31")
(iid in ("2006")) or (started < "2006-01")
(iid in ("2006")) or (started < "2006")
(iid in ("2006")) or (started <= "2006-01-01T00:00:01")
(iid in ("2006")) or (started <= "2006-01-31")
(iid in ("2006")) or (started <= "2006-01")
(iid in ("2006")) or (started <= "2006")
(iid in ("2006")) or (started > "2006-01-01T00:00:01")
(iid in ("2006")) or (started > "2006-01-31")
(iid in ("2006")) or (started > "2006-01")
(iid in ("2006")) or (started > "2006")
(iid in ("2006")) or (started >= "2006-01-01T00:00:01")
(iid in ("2006")) or (started >= "2006-01-31")
(iid in ("2006")) or (started >= "2006-01")
(iid in ("2006")) or (started >= "2006")
(iid in ("2006")) or (started like "2006-01-01T00:00:01")
(iid in ("2006")) or (started like "2006-01-31")
(iid in ("2006")) or (started like "2006-01")
(iid in ("2006")) or (started like "2006")
(iid in ("2006")) or (started in ("2006-01-01T00:00:01"))
(iid in ("2006")) or (started in ("2006-01-31","2006-01"))
(iid in ("2006")) or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(iid in ("2006")) or (last-active = "2006-02-01T00:00:01")
(iid in ("2006")) or (last-active = "2006-02-21")
(iid in ("2006")) or (last-active = "2006-02")
(iid in ("2006")) or (last-active = "2006")
(iid in ("2006")) or (last-active < "2006-02-01T00:00:01")
(iid in ("2006")) or (last-active < "2006-02-21")
(iid in ("2006")) or (last-active < "2006-02")
(iid in ("2006")) or (last-active < "2006")
(iid in ("2006")) or (last-active <= "2006-02-01T00:00:01")
(iid in ("2006")) or (last-active <= "2006-02-21")
(iid in ("2006")) or (last-active <= "2006-02")
(iid in ("2006")) or (last-active <= "2006")
(iid in ("2006")) or (last-active > "2006-02-01T00:00:01")
(iid in ("2006")) or (last-active > "2006-02-21")
(iid in ("2006")) or (last-active > "2006-02")
(iid in ("2006")) or (last-active > "2006")
(iid in ("2006")) or (last-active >= "2006-02-01T00:00:01")
(iid in ("2006")) or (last-active >= "2006-02-21")
(iid in ("2006")) or (last-active >= "2006-02")
(iid in ("2006")) or (last-active >= "2006")
(iid in ("2006")) or (last-active like "2006-02-01T00:00:01")
(iid in ("2006")) or (last-active like "2006-02-21")
(iid in ("2006")) or (last-active like "2006-02")
(iid in ("2006")) or (last-active like "2006")
(iid in ("2006")) or (last-active in ("2006-02-01T00:00:01"))
(iid in ("2006")) or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(iid in ("2006")) or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(iid in ("2006")) or (${org.apache.ode.BPELProcess}author = "yuriy")
(iid in ("2006")) or ($author = "yuriy")
(iid in ("2006")) or (${org.apache.ode.BPELProcess}author < "yuriy")
(iid in ("2006")) or ($author < "yuriy")
(iid in ("2006")) or (${org.apache.ode.BPELProcess}author <= "yuriy")
(iid in ("2006")) or ($author <= "yuriy")
(iid in ("2006")) or (${org.apache.ode.BPELProcess}author > "yuriy")
(iid in ("2006")) or ($author > "yuriy")
(iid in ("2006")) or (${org.apache.ode.BPELProcess}author >= "yuriy")
(iid in ("2006")) or ($author >= "yuriy")
(iid in ("2006")) or (${org.apache.ode.BPELProcess}author like "yuriy")
(iid in ("2006")) or ($author like "yuriy")
(iid in ("2006")) or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(iid in ("2006")) or ($author in ("yuriy"))
(iid in ("2006")) or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(iid in ("2006")) or ($author in ("yuriy","kostya","nazar","orest"))
(iid in ("2006")) or (pid = "HelloWorld")
(iid in ("2006")) or (pid < "HelloWorld")
(iid in ("2006")) or (pid <= "HelloWorld")
(iid in ("2006")) or (pid > "HelloWorld")
(iid in ("2006")) or (pid >= "HelloWorld")
(iid in ("2006")) or (pid like "HelloWorld")
(iid in ("2006")) or (pid in ("HelloWorld","Hello*","Hello*World"))
(iid in ("2006")) or (pid in ("Hello*","Hello*World"))
(iid in ("2006")) or (pid in ("Hello*World"))
(iid in ("2006","20061231")) or (status = "active")
(iid in ("2006","20061231")) or (status = "suspended")
(iid in ("2006","20061231")) or (status = "error")
(iid in ("2006","20061231")) or (status = "completed")
(iid in ("2006","20061231")) or (status = "terminated")
(iid in ("2006","20061231")) or (status = "faulted")
(iid in ("2006","20061231")) or (status in ("active","suspended"))
(iid in ("2006","20061231")) or (status in ("active","suspended","error","completed","terminated","faulted"))
(iid in ("2006","20061231")) or (started = "2006-01-01T00:00:01")
(iid in ("2006","20061231")) or (started = "2006-01-31")
(iid in ("2006","20061231")) or (started = "2006-01")
(iid in ("2006","20061231")) or (started = "2006")
(iid in ("2006","20061231")) or (started < "2006-01-01T00:00:01")
(iid in ("2006","20061231")) or (started < "2006-01-31")
(iid in ("2006","20061231")) or (started < "2006-01")
(iid in ("2006","20061231")) or (started < "2006")
(iid in ("2006","20061231")) or (started <= "2006-01-01T00:00:01")
(iid in ("2006","20061231")) or (started <= "2006-01-31")
(iid in ("2006","20061231")) or (started <= "2006-01")
(iid in ("2006","20061231")) or (started <= "2006")
(iid in ("2006","20061231")) or (started > "2006-01-01T00:00:01")
(iid in ("2006","20061231")) or (started > "2006-01-31")
(iid in ("2006","20061231")) or (started > "2006-01")
(iid in ("2006","20061231")) or (started > "2006")
(iid in ("2006","20061231")) or (started >= "2006-01-01T00:00:01")
(iid in ("2006","20061231")) or (started >= "2006-01-31")
(iid in ("2006","20061231")) or (started >= "2006-01")
(iid in ("2006","20061231")) or (started >= "2006")
(iid in ("2006","20061231")) or (started like "2006-01-01T00:00:01")
(iid in ("2006","20061231")) or (started like "2006-01-31")
(iid in ("2006","20061231")) or (started like "2006-01")
(iid in ("2006","20061231")) or (started like "2006")
(iid in ("2006","20061231")) or (started in ("2006-01-01T00:00:01"))
(iid in ("2006","20061231")) or (started in ("2006-01-31","2006-01"))
(iid in ("2006","20061231")) or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(iid in ("2006","20061231")) or (last-active = "2006-02-01T00:00:01")
(iid in ("2006","20061231")) or (last-active = "2006-02-21")
(iid in ("2006","20061231")) or (last-active = "2006-02")
(iid in ("2006","20061231")) or (last-active = "2006")
(iid in ("2006","20061231")) or (last-active < "2006-02-01T00:00:01")
(iid in ("2006","20061231")) or (last-active < "2006-02-21")
(iid in ("2006","20061231")) or (last-active < "2006-02")
(iid in ("2006","20061231")) or (last-active < "2006")
(iid in ("2006","20061231")) or (last-active <= "2006-02-01T00:00:01")
(iid in ("2006","20061231")) or (last-active <= "2006-02-21")
(iid in ("2006","20061231")) or (last-active <= "2006-02")
(iid in ("2006","20061231")) or (last-active <= "2006")
(iid in ("2006","20061231")) or (last-active > "2006-02-01T00:00:01")
(iid in ("2006","20061231")) or (last-active > "2006-02-21")
(iid in ("2006","20061231")) or (last-active > "2006-02")
(iid in ("2006","20061231")) or (last-active > "2006")
(iid in ("2006","20061231")) or (last-active >= "2006-02-01T00:00:01")
(iid in ("2006","20061231")) or (last-active >= "2006-02-21")
(iid in ("2006","20061231")) or (last-active >= "2006-02")
(iid in ("2006","20061231")) or (last-active >= "2006")
(iid in ("2006","20061231")) or (last-active like "2006-02-01T00:00:01")
(iid in ("2006","20061231")) or (last-active like "2006-02-21")
(iid in ("2006","20061231")) or (last-active like "2006-02")
(iid in ("2006","20061231")) or (last-active like "2006")
(iid in ("2006","20061231")) or (last-active in ("2006-02-01T00:00:01"))
(iid in ("2006","20061231")) or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(iid in ("2006","20061231")) or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(iid in ("2006","20061231")) or (${org.apache.ode.BPELProcess}author = "yuriy")
(iid in ("2006","20061231")) or ($author = "yuriy")
(iid in ("2006","20061231")) or (${org.apache.ode.BPELProcess}author < "yuriy")
(iid in ("2006","20061231")) or ($author < "yuriy")
(iid in ("2006","20061231")) or (${org.apache.ode.BPELProcess}author <= "yuriy")
(iid in ("2006","20061231")) or ($author <= "yuriy")
(iid in ("2006","20061231")) or (${org.apache.ode.BPELProcess}author > "yuriy")
(iid in ("2006","20061231")) or ($author > "yuriy")
(iid in ("2006","20061231")) or (${org.apache.ode.BPELProcess}author >= "yuriy")
(iid in ("2006","20061231")) or ($author >= "yuriy")
(iid in ("2006","20061231")) or (${org.apache.ode.BPELProcess}author like "yuriy")
(iid in ("2006","20061231")) or ($author like "yuriy")
(iid in ("2006","20061231")) or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(iid in ("2006","20061231")) or ($author in ("yuriy"))
(iid in ("2006","20061231")) or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(iid in ("2006","20061231")) or ($author in ("yuriy","kostya","nazar","orest"))
(iid in ("2006","20061231")) or (pid = "HelloWorld")
(iid in ("2006","20061231")) or (pid < "HelloWorld")
(iid in ("2006","20061231")) or (pid <= "HelloWorld")
(iid in ("2006","20061231")) or (pid > "HelloWorld")
(iid in ("2006","20061231")) or (pid >= "HelloWorld")
(iid in ("2006","20061231")) or (pid like "HelloWorld")
(iid in ("2006","20061231")) or (pid in ("HelloWorld","Hello*","Hello*World"))
(iid in ("2006","20061231")) or (pid in ("Hello*","Hello*World"))
(iid in ("2006","20061231")) or (pid in ("Hello*World"))
status = "active" and started = "2006-01-01T00:00:01"
status = "active" and started = "2006-01-31"
status = "active" and started = "2006-01"
status = "active" and started = "2006"
status = "active" and started < "2006-01-01T00:00:01"
status = "active" and started < "2006-01-31"
status = "active" and started < "2006-01"
status = "active" and started < "2006"
status = "active" and started <= "2006-01-01T00:00:01"
status = "active" and started <= "2006-01-31"
status = "active" and started <= "2006-01"
status = "active" and started <= "2006"
status = "active" and started > "2006-01-01T00:00:01"
status = "active" and started > "2006-01-31"
status = "active" and started > "2006-01"
status = "active" and started > "2006"
status = "active" and started >= "2006-01-01T00:00:01"
status = "active" and started >= "2006-01-31"
status = "active" and started >= "2006-01"
status = "active" and started >= "2006"
status = "active" and started like "2006-01-01T00:00:01"
status = "active" and started like "2006-01-31"
status = "active" and started like "2006-01"
status = "active" and started like "2006"
status = "active" and started in ("2006-01-01T00:00:01")
status = "active" and started in ("2006-01-31","2006-01")
status = "active" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
status = "active" and last-active = "2006-02-01T00:00:01"
status = "active" and last-active = "2006-02-21"
status = "active" and last-active = "2006-02"
status = "active" and last-active = "2006"
status = "active" and last-active < "2006-02-01T00:00:01"
status = "active" and last-active < "2006-02-21"
status = "active" and last-active < "2006-02"
status = "active" and last-active < "2006"
status = "active" and last-active <= "2006-02-01T00:00:01"
status = "active" and last-active <= "2006-02-21"
status = "active" and last-active <= "2006-02"
status = "active" and last-active <= "2006"
status = "active" and last-active > "2006-02-01T00:00:01"
status = "active" and last-active > "2006-02-21"
status = "active" and last-active > "2006-02"
status = "active" and last-active > "2006"
status = "active" and last-active >= "2006-02-01T00:00:01"
status = "active" and last-active >= "2006-02-21"
status = "active" and last-active >= "2006-02"
status = "active" and last-active >= "2006"
status = "active" and last-active like "2006-02-01T00:00:01"
status = "active" and last-active like "2006-02-21"
status = "active" and last-active like "2006-02"
status = "active" and last-active like "2006"
status = "active" and last-active in ("2006-02-01T00:00:01")
status = "active" and last-active in ("2006-02-01T00:00:01","2006-02-21")
status = "active" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
status = "active" and ${org.apache.ode.BPELProcess}author = "yuriy"
status = "active" and $author = "yuriy"
status = "active" and ${org.apache.ode.BPELProcess}author < "yuriy"
status = "active" and $author < "yuriy"
status = "active" and ${org.apache.ode.BPELProcess}author <= "yuriy"
status = "active" and $author <= "yuriy"
status = "active" and ${org.apache.ode.BPELProcess}author > "yuriy"
status = "active" and $author > "yuriy"
status = "active" and ${org.apache.ode.BPELProcess}author >= "yuriy"
status = "active" and $author >= "yuriy"
status = "active" and ${org.apache.ode.BPELProcess}author like "yuriy"
status = "active" and $author like "yuriy"
status = "active" and ${org.apache.ode.BPELProcess}author in ("yuriy")
status = "active" and $author in ("yuriy")
status = "active" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
status = "active" and $author in ("yuriy","kostya","nazar","orest")
status = "active" and pid = "HelloWorld"
status = "active" and pid < "HelloWorld"
status = "active" and pid <= "HelloWorld"
status = "active" and pid > "HelloWorld"
status = "active" and pid >= "HelloWorld"
status = "active" and pid like "HelloWorld"
status = "active" and pid in ("HelloWorld","Hello*","Hello*World")
status = "active" and pid in ("Hello*","Hello*World")
status = "active" and pid in ("Hello*World")
status = "active" and iid = "2006"
status = "active" and iid < "2006"
status = "active" and iid <= "2006"
status = "active" and iid > "2006"
status = "active" and iid >= "2006"
status = "active" and iid in ("2006")
status = "active" and iid in ("2006","20061231")
status = "suspended" and started = "2006-01-01T00:00:01"
status = "suspended" and started = "2006-01-31"
status = "suspended" and started = "2006-01"
status = "suspended" and started = "2006"
status = "suspended" and started < "2006-01-01T00:00:01"
status = "suspended" and started < "2006-01-31"
status = "suspended" and started < "2006-01"
status = "suspended" and started < "2006"
status = "suspended" and started <= "2006-01-01T00:00:01"
status = "suspended" and started <= "2006-01-31"
status = "suspended" and started <= "2006-01"
status = "suspended" and started <= "2006"
status = "suspended" and started > "2006-01-01T00:00:01"
status = "suspended" and started > "2006-01-31"
status = "suspended" and started > "2006-01"
status = "suspended" and started > "2006"
status = "suspended" and started >= "2006-01-01T00:00:01"
status = "suspended" and started >= "2006-01-31"
status = "suspended" and started >= "2006-01"
status = "suspended" and started >= "2006"
status = "suspended" and started like "2006-01-01T00:00:01"
status = "suspended" and started like "2006-01-31"
status = "suspended" and started like "2006-01"
status = "suspended" and started like "2006"
status = "suspended" and started in ("2006-01-01T00:00:01")
status = "suspended" and started in ("2006-01-31","2006-01")
status = "suspended" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
status = "suspended" and last-active = "2006-02-01T00:00:01"
status = "suspended" and last-active = "2006-02-21"
status = "suspended" and last-active = "2006-02"
status = "suspended" and last-active = "2006"
status = "suspended" and last-active < "2006-02-01T00:00:01"
status = "suspended" and last-active < "2006-02-21"
status = "suspended" and last-active < "2006-02"
status = "suspended" and last-active < "2006"
status = "suspended" and last-active <= "2006-02-01T00:00:01"
status = "suspended" and last-active <= "2006-02-21"
status = "suspended" and last-active <= "2006-02"
status = "suspended" and last-active <= "2006"
status = "suspended" and last-active > "2006-02-01T00:00:01"
status = "suspended" and last-active > "2006-02-21"
status = "suspended" and last-active > "2006-02"
status = "suspended" and last-active > "2006"
status = "suspended" and last-active >= "2006-02-01T00:00:01"
status = "suspended" and last-active >= "2006-02-21"
status = "suspended" and last-active >= "2006-02"
status = "suspended" and last-active >= "2006"
status = "suspended" and last-active like "2006-02-01T00:00:01"
status = "suspended" and last-active like "2006-02-21"
status = "suspended" and last-active like "2006-02"
status = "suspended" and last-active like "2006"
status = "suspended" and last-active in ("2006-02-01T00:00:01")
status = "suspended" and last-active in ("2006-02-01T00:00:01","2006-02-21")
status = "suspended" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
status = "suspended" and ${org.apache.ode.BPELProcess}author = "yuriy"
status = "suspended" and $author = "yuriy"
status = "suspended" and ${org.apache.ode.BPELProcess}author < "yuriy"
status = "suspended" and $author < "yuriy"
status = "suspended" and ${org.apache.ode.BPELProcess}author <= "yuriy"
status = "suspended" and $author <= "yuriy"
status = "suspended" and ${org.apache.ode.BPELProcess}author > "yuriy"
status = "suspended" and $author > "yuriy"
status = "suspended" and ${org.apache.ode.BPELProcess}author >= "yuriy"
status = "suspended" and $author >= "yuriy"
status = "suspended" and ${org.apache.ode.BPELProcess}author like "yuriy"
status = "suspended" and $author like "yuriy"
status = "suspended" and ${org.apache.ode.BPELProcess}author in ("yuriy")
status = "suspended" and $author in ("yuriy")
status = "suspended" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
status = "suspended" and $author in ("yuriy","kostya","nazar","orest")
status = "suspended" and pid = "HelloWorld"
status = "suspended" and pid < "HelloWorld"
status = "suspended" and pid <= "HelloWorld"
status = "suspended" and pid > "HelloWorld"
status = "suspended" and pid >= "HelloWorld"
status = "suspended" and pid like "HelloWorld"
status = "suspended" and pid in ("HelloWorld","Hello*","Hello*World")
status = "suspended" and pid in ("Hello*","Hello*World")
status = "suspended" and pid in ("Hello*World")
status = "suspended" and iid = "2006"
status = "suspended" and iid < "2006"
status = "suspended" and iid <= "2006"
status = "suspended" and iid > "2006"
status = "suspended" and iid >= "2006"
status = "suspended" and iid in ("2006")
status = "suspended" and iid in ("2006","20061231")
status = "error" and started = "2006-01-01T00:00:01"
status = "error" and started = "2006-01-31"
status = "error" and started = "2006-01"
status = "error" and started = "2006"
status = "error" and started < "2006-01-01T00:00:01"
status = "error" and started < "2006-01-31"
status = "error" and started < "2006-01"
status = "error" and started < "2006"
status = "error" and started <= "2006-01-01T00:00:01"
status = "error" and started <= "2006-01-31"
status = "error" and started <= "2006-01"
status = "error" and started <= "2006"
status = "error" and started > "2006-01-01T00:00:01"
status = "error" and started > "2006-01-31"
status = "error" and started > "2006-01"
status = "error" and started > "2006"
status = "error" and started >= "2006-01-01T00:00:01"
status = "error" and started >= "2006-01-31"
status = "error" and started >= "2006-01"
status = "error" and started >= "2006"
status = "error" and started like "2006-01-01T00:00:01"
status = "error" and started like "2006-01-31"
status = "error" and started like "2006-01"
status = "error" and started like "2006"
status = "error" and started in ("2006-01-01T00:00:01")
status = "error" and started in ("2006-01-31","2006-01")
status = "error" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
status = "error" and last-active = "2006-02-01T00:00:01"
status = "error" and last-active = "2006-02-21"
status = "error" and last-active = "2006-02"
status = "error" and last-active = "2006"
status = "error" and last-active < "2006-02-01T00:00:01"
status = "error" and last-active < "2006-02-21"
status = "error" and last-active < "2006-02"
status = "error" and last-active < "2006"
status = "error" and last-active <= "2006-02-01T00:00:01"
status = "error" and last-active <= "2006-02-21"
status = "error" and last-active <= "2006-02"
status = "error" and last-active <= "2006"
status = "error" and last-active > "2006-02-01T00:00:01"
status = "error" and last-active > "2006-02-21"
status = "error" and last-active > "2006-02"
status = "error" and last-active > "2006"
status = "error" and last-active >= "2006-02-01T00:00:01"
status = "error" and last-active >= "2006-02-21"
status = "error" and last-active >= "2006-02"
status = "error" and last-active >= "2006"
status = "error" and last-active like "2006-02-01T00:00:01"
status = "error" and last-active like "2006-02-21"
status = "error" and last-active like "2006-02"
status = "error" and last-active like "2006"
status = "error" and last-active in ("2006-02-01T00:00:01")
status = "error" and last-active in ("2006-02-01T00:00:01","2006-02-21")
status = "error" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
status = "error" and ${org.apache.ode.BPELProcess}author = "yuriy"
status = "error" and $author = "yuriy"
status = "error" and ${org.apache.ode.BPELProcess}author < "yuriy"
status = "error" and $author < "yuriy"
status = "error" and ${org.apache.ode.BPELProcess}author <= "yuriy"
status = "error" and $author <= "yuriy"
status = "error" and ${org.apache.ode.BPELProcess}author > "yuriy"
status = "error" and $author > "yuriy"
status = "error" and ${org.apache.ode.BPELProcess}author >= "yuriy"
status = "error" and $author >= "yuriy"
status = "error" and ${org.apache.ode.BPELProcess}author like "yuriy"
status = "error" and $author like "yuriy"
status = "error" and ${org.apache.ode.BPELProcess}author in ("yuriy")
status = "error" and $author in ("yuriy")
status = "error" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
status = "error" and $author in ("yuriy","kostya","nazar","orest")
status = "error" and pid = "HelloWorld"
status = "error" and pid < "HelloWorld"
status = "error" and pid <= "HelloWorld"
status = "error" and pid > "HelloWorld"
status = "error" and pid >= "HelloWorld"
status = "error" and pid like "HelloWorld"
status = "error" and pid in ("HelloWorld","Hello*","Hello*World")
status = "error" and pid in ("Hello*","Hello*World")
status = "error" and pid in ("Hello*World")
status = "error" and iid = "2006"
status = "error" and iid < "2006"
status = "error" and iid <= "2006"
status = "error" and iid > "2006"
status = "error" and iid >= "2006"
status = "error" and iid in ("2006")
status = "error" and iid in ("2006","20061231")
status = "completed" and started = "2006-01-01T00:00:01"
status = "completed" and started = "2006-01-31"
status = "completed" and started = "2006-01"
status = "completed" and started = "2006"
status = "completed" and started < "2006-01-01T00:00:01"
status = "completed" and started < "2006-01-31"
status = "completed" and started < "2006-01"
status = "completed" and started < "2006"
status = "completed" and started <= "2006-01-01T00:00:01"
status = "completed" and started <= "2006-01-31"
status = "completed" and started <= "2006-01"
status = "completed" and started <= "2006"
status = "completed" and started > "2006-01-01T00:00:01"
status = "completed" and started > "2006-01-31"
status = "completed" and started > "2006-01"
status = "completed" and started > "2006"
status = "completed" and started >= "2006-01-01T00:00:01"
status = "completed" and started >= "2006-01-31"
status = "completed" and started >= "2006-01"
status = "completed" and started >= "2006"
status = "completed" and started like "2006-01-01T00:00:01"
status = "completed" and started like "2006-01-31"
status = "completed" and started like "2006-01"
status = "completed" and started like "2006"
status = "completed" and started in ("2006-01-01T00:00:01")
status = "completed" and started in ("2006-01-31","2006-01")
status = "completed" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
status = "completed" and last-active = "2006-02-01T00:00:01"
status = "completed" and last-active = "2006-02-21"
status = "completed" and last-active = "2006-02"
status = "completed" and last-active = "2006"
status = "completed" and last-active < "2006-02-01T00:00:01"
status = "completed" and last-active < "2006-02-21"
status = "completed" and last-active < "2006-02"
status = "completed" and last-active < "2006"
status = "completed" and last-active <= "2006-02-01T00:00:01"
status = "completed" and last-active <= "2006-02-21"
status = "completed" and last-active <= "2006-02"
status = "completed" and last-active <= "2006"
status = "completed" and last-active > "2006-02-01T00:00:01"
status = "completed" and last-active > "2006-02-21"
status = "completed" and last-active > "2006-02"
status = "completed" and last-active > "2006"
status = "completed" and last-active >= "2006-02-01T00:00:01"
status = "completed" and last-active >= "2006-02-21"
status = "completed" and last-active >= "2006-02"
status = "completed" and last-active >= "2006"
status = "completed" and last-active like "2006-02-01T00:00:01"
status = "completed" and last-active like "2006-02-21"
status = "completed" and last-active like "2006-02"
status = "completed" and last-active like "2006"
status = "completed" and last-active in ("2006-02-01T00:00:01")
status = "completed" and last-active in ("2006-02-01T00:00:01","2006-02-21")
status = "completed" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
status = "completed" and ${org.apache.ode.BPELProcess}author = "yuriy"
status = "completed" and $author = "yuriy"
status = "completed" and ${org.apache.ode.BPELProcess}author < "yuriy"
status = "completed" and $author < "yuriy"
status = "completed" and ${org.apache.ode.BPELProcess}author <= "yuriy"
status = "completed" and $author <= "yuriy"
status = "completed" and ${org.apache.ode.BPELProcess}author > "yuriy"
status = "completed" and $author > "yuriy"
status = "completed" and ${org.apache.ode.BPELProcess}author >= "yuriy"
status = "completed" and $author >= "yuriy"
status = "completed" and ${org.apache.ode.BPELProcess}author like "yuriy"
status = "completed" and $author like "yuriy"
status = "completed" and ${org.apache.ode.BPELProcess}author in ("yuriy")
status = "completed" and $author in ("yuriy")
status = "completed" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
status = "completed" and $author in ("yuriy","kostya","nazar","orest")
status = "completed" and pid = "HelloWorld"
status = "completed" and pid < "HelloWorld"
status = "completed" and pid <= "HelloWorld"
status = "completed" and pid > "HelloWorld"
status = "completed" and pid >= "HelloWorld"
status = "completed" and pid like "HelloWorld"
status = "completed" and pid in ("HelloWorld","Hello*","Hello*World")
status = "completed" and pid in ("Hello*","Hello*World")
status = "completed" and pid in ("Hello*World")
status = "completed" and iid = "2006"
status = "completed" and iid < "2006"
status = "completed" and iid <= "2006"
status = "completed" and iid > "2006"
status = "completed" and iid >= "2006"
status = "completed" and iid in ("2006")
status = "completed" and iid in ("2006","20061231")
status = "terminated" and started = "2006-01-01T00:00:01"
status = "terminated" and started = "2006-01-31"
status = "terminated" and started = "2006-01"
status = "terminated" and started = "2006"
status = "terminated" and started < "2006-01-01T00:00:01"
status = "terminated" and started < "2006-01-31"
status = "terminated" and started < "2006-01"
status = "terminated" and started < "2006"
status = "terminated" and started <= "2006-01-01T00:00:01"
status = "terminated" and started <= "2006-01-31"
status = "terminated" and started <= "2006-01"
status = "terminated" and started <= "2006"
status = "terminated" and started > "2006-01-01T00:00:01"
status = "terminated" and started > "2006-01-31"
status = "terminated" and started > "2006-01"
status = "terminated" and started > "2006"
status = "terminated" and started >= "2006-01-01T00:00:01"
status = "terminated" and started >= "2006-01-31"
status = "terminated" and started >= "2006-01"
status = "terminated" and started >= "2006"
status = "terminated" and started like "2006-01-01T00:00:01"
status = "terminated" and started like "2006-01-31"
status = "terminated" and started like "2006-01"
status = "terminated" and started like "2006"
status = "terminated" and started in ("2006-01-01T00:00:01")
status = "terminated" and started in ("2006-01-31","2006-01")
status = "terminated" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
status = "terminated" and last-active = "2006-02-01T00:00:01"
status = "terminated" and last-active = "2006-02-21"
status = "terminated" and last-active = "2006-02"
status = "terminated" and last-active = "2006"
status = "terminated" and last-active < "2006-02-01T00:00:01"
status = "terminated" and last-active < "2006-02-21"
status = "terminated" and last-active < "2006-02"
status = "terminated" and last-active < "2006"
status = "terminated" and last-active <= "2006-02-01T00:00:01"
status = "terminated" and last-active <= "2006-02-21"
status = "terminated" and last-active <= "2006-02"
status = "terminated" and last-active <= "2006"
status = "terminated" and last-active > "2006-02-01T00:00:01"
status = "terminated" and last-active > "2006-02-21"
status = "terminated" and last-active > "2006-02"
status = "terminated" and last-active > "2006"
status = "terminated" and last-active >= "2006-02-01T00:00:01"
status = "terminated" and last-active >= "2006-02-21"
status = "terminated" and last-active >= "2006-02"
status = "terminated" and last-active >= "2006"
status = "terminated" and last-active like "2006-02-01T00:00:01"
status = "terminated" and last-active like "2006-02-21"
status = "terminated" and last-active like "2006-02"
status = "terminated" and last-active like "2006"
status = "terminated" and last-active in ("2006-02-01T00:00:01")
status = "terminated" and last-active in ("2006-02-01T00:00:01","2006-02-21")
status = "terminated" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
status = "terminated" and ${org.apache.ode.BPELProcess}author = "yuriy"
status = "terminated" and $author = "yuriy"
status = "terminated" and ${org.apache.ode.BPELProcess}author < "yuriy"
status = "terminated" and $author < "yuriy"
status = "terminated" and ${org.apache.ode.BPELProcess}author <= "yuriy"
status = "terminated" and $author <= "yuriy"
status = "terminated" and ${org.apache.ode.BPELProcess}author > "yuriy"
status = "terminated" and $author > "yuriy"
status = "terminated" and ${org.apache.ode.BPELProcess}author >= "yuriy"
status = "terminated" and $author >= "yuriy"
status = "terminated" and ${org.apache.ode.BPELProcess}author like "yuriy"
status = "terminated" and $author like "yuriy"
status = "terminated" and ${org.apache.ode.BPELProcess}author in ("yuriy")
status = "terminated" and $author in ("yuriy")
status = "terminated" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
status = "terminated" and $author in ("yuriy","kostya","nazar","orest")
status = "terminated" and pid = "HelloWorld"
status = "terminated" and pid < "HelloWorld"
status = "terminated" and pid <= "HelloWorld"
status = "terminated" and pid > "HelloWorld"
status = "terminated" and pid >= "HelloWorld"
status = "terminated" and pid like "HelloWorld"
status = "terminated" and pid in ("HelloWorld","Hello*","Hello*World")
status = "terminated" and pid in ("Hello*","Hello*World")
status = "terminated" and pid in ("Hello*World")
status = "terminated" and iid = "2006"
status = "terminated" and iid < "2006"
status = "terminated" and iid <= "2006"
status = "terminated" and iid > "2006"
status = "terminated" and iid >= "2006"
status = "terminated" and iid in ("2006")
status = "terminated" and iid in ("2006","20061231")
status = "faulted" and started = "2006-01-01T00:00:01"
status = "faulted" and started = "2006-01-31"
status = "faulted" and started = "2006-01"
status = "faulted" and started = "2006"
status = "faulted" and started < "2006-01-01T00:00:01"
status = "faulted" and started < "2006-01-31"
status = "faulted" and started < "2006-01"
status = "faulted" and started < "2006"
status = "faulted" and started <= "2006-01-01T00:00:01"
status = "faulted" and started <= "2006-01-31"
status = "faulted" and started <= "2006-01"
status = "faulted" and started <= "2006"
status = "faulted" and started > "2006-01-01T00:00:01"
status = "faulted" and started > "2006-01-31"
status = "faulted" and started > "2006-01"
status = "faulted" and started > "2006"
status = "faulted" and started >= "2006-01-01T00:00:01"
status = "faulted" and started >= "2006-01-31"
status = "faulted" and started >= "2006-01"
status = "faulted" and started >= "2006"
status = "faulted" and started like "2006-01-01T00:00:01"
status = "faulted" and started like "2006-01-31"
status = "faulted" and started like "2006-01"
status = "faulted" and started like "2006"
status = "faulted" and started in ("2006-01-01T00:00:01")
status = "faulted" and started in ("2006-01-31","2006-01")
status = "faulted" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
status = "faulted" and last-active = "2006-02-01T00:00:01"
status = "faulted" and last-active = "2006-02-21"
status = "faulted" and last-active = "2006-02"
status = "faulted" and last-active = "2006"
status = "faulted" and last-active < "2006-02-01T00:00:01"
status = "faulted" and last-active < "2006-02-21"
status = "faulted" and last-active < "2006-02"
status = "faulted" and last-active < "2006"
status = "faulted" and last-active <= "2006-02-01T00:00:01"
status = "faulted" and last-active <= "2006-02-21"
status = "faulted" and last-active <= "2006-02"
status = "faulted" and last-active <= "2006"
status = "faulted" and last-active > "2006-02-01T00:00:01"
status = "faulted" and last-active > "2006-02-21"
status = "faulted" and last-active > "2006-02"
status = "faulted" and last-active > "2006"
status = "faulted" and last-active >= "2006-02-01T00:00:01"
status = "faulted" and last-active >= "2006-02-21"
status = "faulted" and last-active >= "2006-02"
status = "faulted" and last-active >= "2006"
status = "faulted" and last-active like "2006-02-01T00:00:01"
status = "faulted" and last-active like "2006-02-21"
status = "faulted" and last-active like "2006-02"
status = "faulted" and last-active like "2006"
status = "faulted" and last-active in ("2006-02-01T00:00:01")
status = "faulted" and last-active in ("2006-02-01T00:00:01","2006-02-21")
status = "faulted" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
status = "faulted" and ${org.apache.ode.BPELProcess}author = "yuriy"
status = "faulted" and $author = "yuriy"
status = "faulted" and ${org.apache.ode.BPELProcess}author < "yuriy"
status = "faulted" and $author < "yuriy"
status = "faulted" and ${org.apache.ode.BPELProcess}author <= "yuriy"
status = "faulted" and $author <= "yuriy"
status = "faulted" and ${org.apache.ode.BPELProcess}author > "yuriy"
status = "faulted" and $author > "yuriy"
status = "faulted" and ${org.apache.ode.BPELProcess}author >= "yuriy"
status = "faulted" and $author >= "yuriy"
status = "faulted" and ${org.apache.ode.BPELProcess}author like "yuriy"
status = "faulted" and $author like "yuriy"
status = "faulted" and ${org.apache.ode.BPELProcess}author in ("yuriy")
status = "faulted" and $author in ("yuriy")
status = "faulted" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
status = "faulted" and $author in ("yuriy","kostya","nazar","orest")
status = "faulted" and pid = "HelloWorld"
status = "faulted" and pid < "HelloWorld"
status = "faulted" and pid <= "HelloWorld"
status = "faulted" and pid > "HelloWorld"
status = "faulted" and pid >= "HelloWorld"
status = "faulted" and pid like "HelloWorld"
status = "faulted" and pid in ("HelloWorld","Hello*","Hello*World")
status = "faulted" and pid in ("Hello*","Hello*World")
status = "faulted" and pid in ("Hello*World")
status = "faulted" and iid = "2006"
status = "faulted" and iid < "2006"
status = "faulted" and iid <= "2006"
status = "faulted" and iid > "2006"
status = "faulted" and iid >= "2006"
status = "faulted" and iid in ("2006")
status = "faulted" and iid in ("2006","20061231")
status in ("active","suspended") and started = "2006-01-01T00:00:01"
status in ("active","suspended") and started = "2006-01-31"
status in ("active","suspended") and started = "2006-01"
status in ("active","suspended") and started = "2006"
status in ("active","suspended") and started < "2006-01-01T00:00:01"
status in ("active","suspended") and started < "2006-01-31"
status in ("active","suspended") and started < "2006-01"
status in ("active","suspended") and started < "2006"
status in ("active","suspended") and started <= "2006-01-01T00:00:01"
status in ("active","suspended") and started <= "2006-01-31"
status in ("active","suspended") and started <= "2006-01"
status in ("active","suspended") and started <= "2006"
status in ("active","suspended") and started > "2006-01-01T00:00:01"
status in ("active","suspended") and started > "2006-01-31"
status in ("active","suspended") and started > "2006-01"
status in ("active","suspended") and started > "2006"
status in ("active","suspended") and started >= "2006-01-01T00:00:01"
status in ("active","suspended") and started >= "2006-01-31"
status in ("active","suspended") and started >= "2006-01"
status in ("active","suspended") and started >= "2006"
status in ("active","suspended") and started like "2006-01-01T00:00:01"
status in ("active","suspended") and started like "2006-01-31"
status in ("active","suspended") and started like "2006-01"
status in ("active","suspended") and started like "2006"
status in ("active","suspended") and started in ("2006-01-01T00:00:01")
status in ("active","suspended") and started in ("2006-01-31","2006-01")
status in ("active","suspended") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
status in ("active","suspended") and last-active = "2006-02-01T00:00:01"
status in ("active","suspended") and last-active = "2006-02-21"
status in ("active","suspended") and last-active = "2006-02"
status in ("active","suspended") and last-active = "2006"
status in ("active","suspended") and last-active < "2006-02-01T00:00:01"
status in ("active","suspended") and last-active < "2006-02-21"
status in ("active","suspended") and last-active < "2006-02"
status in ("active","suspended") and last-active < "2006"
status in ("active","suspended") and last-active <= "2006-02-01T00:00:01"
status in ("active","suspended") and last-active <= "2006-02-21"
status in ("active","suspended") and last-active <= "2006-02"
status in ("active","suspended") and last-active <= "2006"
status in ("active","suspended") and last-active > "2006-02-01T00:00:01"
status in ("active","suspended") and last-active > "2006-02-21"
status in ("active","suspended") and last-active > "2006-02"
status in ("active","suspended") and last-active > "2006"
status in ("active","suspended") and last-active >= "2006-02-01T00:00:01"
status in ("active","suspended") and last-active >= "2006-02-21"
status in ("active","suspended") and last-active >= "2006-02"
status in ("active","suspended") and last-active >= "2006"
status in ("active","suspended") and last-active like "2006-02-01T00:00:01"
status in ("active","suspended") and last-active like "2006-02-21"
status in ("active","suspended") and last-active like "2006-02"
status in ("active","suspended") and last-active like "2006"
status in ("active","suspended") and last-active in ("2006-02-01T00:00:01")
status in ("active","suspended") and last-active in ("2006-02-01T00:00:01","2006-02-21")
status in ("active","suspended") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
status in ("active","suspended") and ${org.apache.ode.BPELProcess}author = "yuriy"
status in ("active","suspended") and $author = "yuriy"
status in ("active","suspended") and ${org.apache.ode.BPELProcess}author < "yuriy"
status in ("active","suspended") and $author < "yuriy"
status in ("active","suspended") and ${org.apache.ode.BPELProcess}author <= "yuriy"
status in ("active","suspended") and $author <= "yuriy"
status in ("active","suspended") and ${org.apache.ode.BPELProcess}author > "yuriy"
status in ("active","suspended") and $author > "yuriy"
status in ("active","suspended") and ${org.apache.ode.BPELProcess}author >= "yuriy"
status in ("active","suspended") and $author >= "yuriy"
status in ("active","suspended") and ${org.apache.ode.BPELProcess}author like "yuriy"
status in ("active","suspended") and $author like "yuriy"
status in ("active","suspended") and ${org.apache.ode.BPELProcess}author in ("yuriy")
status in ("active","suspended") and $author in ("yuriy")
status in ("active","suspended") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
status in ("active","suspended") and $author in ("yuriy","kostya","nazar","orest")
status in ("active","suspended") and pid = "HelloWorld"
status in ("active","suspended") and pid < "HelloWorld"
status in ("active","suspended") and pid <= "HelloWorld"
status in ("active","suspended") and pid > "HelloWorld"
status in ("active","suspended") and pid >= "HelloWorld"
status in ("active","suspended") and pid like "HelloWorld"
status in ("active","suspended") and pid in ("HelloWorld","Hello*","Hello*World")
status in ("active","suspended") and pid in ("Hello*","Hello*World")
status in ("active","suspended") and pid in ("Hello*World")
status in ("active","suspended") and iid = "2006"
status in ("active","suspended") and iid < "2006"
status in ("active","suspended") and iid <= "2006"
status in ("active","suspended") and iid > "2006"
status in ("active","suspended") and iid >= "2006"
status in ("active","suspended") and iid in ("2006")
status in ("active","suspended") and iid in ("2006","20061231")
status in ("active","suspended","error","completed","terminated","faulted") and started = "2006-01-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") and started = "2006-01-31"
status in ("active","suspended","error","completed","terminated","faulted") and started = "2006-01"
status in ("active","suspended","error","completed","terminated","faulted") and started = "2006"
status in ("active","suspended","error","completed","terminated","faulted") and started < "2006-01-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") and started < "2006-01-31"
status in ("active","suspended","error","completed","terminated","faulted") and started < "2006-01"
status in ("active","suspended","error","completed","terminated","faulted") and started < "2006"
status in ("active","suspended","error","completed","terminated","faulted") and started <= "2006-01-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") and started <= "2006-01-31"
status in ("active","suspended","error","completed","terminated","faulted") and started <= "2006-01"
status in ("active","suspended","error","completed","terminated","faulted") and started <= "2006"
status in ("active","suspended","error","completed","terminated","faulted") and started > "2006-01-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") and started > "2006-01-31"
status in ("active","suspended","error","completed","terminated","faulted") and started > "2006-01"
status in ("active","suspended","error","completed","terminated","faulted") and started > "2006"
status in ("active","suspended","error","completed","terminated","faulted") and started >= "2006-01-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") and started >= "2006-01-31"
status in ("active","suspended","error","completed","terminated","faulted") and started >= "2006-01"
status in ("active","suspended","error","completed","terminated","faulted") and started >= "2006"
status in ("active","suspended","error","completed","terminated","faulted") and started like "2006-01-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") and started like "2006-01-31"
status in ("active","suspended","error","completed","terminated","faulted") and started like "2006-01"
status in ("active","suspended","error","completed","terminated","faulted") and started like "2006"
status in ("active","suspended","error","completed","terminated","faulted") and started in ("2006-01-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") and started in ("2006-01-31","2006-01")
status in ("active","suspended","error","completed","terminated","faulted") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
status in ("active","suspended","error","completed","terminated","faulted") and last-active = "2006-02-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") and last-active = "2006-02-21"
status in ("active","suspended","error","completed","terminated","faulted") and last-active = "2006-02"
status in ("active","suspended","error","completed","terminated","faulted") and last-active = "2006"
status in ("active","suspended","error","completed","terminated","faulted") and last-active < "2006-02-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") and last-active < "2006-02-21"
status in ("active","suspended","error","completed","terminated","faulted") and last-active < "2006-02"
status in ("active","suspended","error","completed","terminated","faulted") and last-active < "2006"
status in ("active","suspended","error","completed","terminated","faulted") and last-active <= "2006-02-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") and last-active <= "2006-02-21"
status in ("active","suspended","error","completed","terminated","faulted") and last-active <= "2006-02"
status in ("active","suspended","error","completed","terminated","faulted") and last-active <= "2006"
status in ("active","suspended","error","completed","terminated","faulted") and last-active > "2006-02-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") and last-active > "2006-02-21"
status in ("active","suspended","error","completed","terminated","faulted") and last-active > "2006-02"
status in ("active","suspended","error","completed","terminated","faulted") and last-active > "2006"
status in ("active","suspended","error","completed","terminated","faulted") and last-active >= "2006-02-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") and last-active >= "2006-02-21"
status in ("active","suspended","error","completed","terminated","faulted") and last-active >= "2006-02"
status in ("active","suspended","error","completed","terminated","faulted") and last-active >= "2006"
status in ("active","suspended","error","completed","terminated","faulted") and last-active like "2006-02-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") and last-active like "2006-02-21"
status in ("active","suspended","error","completed","terminated","faulted") and last-active like "2006-02"
status in ("active","suspended","error","completed","terminated","faulted") and last-active like "2006"
status in ("active","suspended","error","completed","terminated","faulted") and last-active in ("2006-02-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") and last-active in ("2006-02-01T00:00:01","2006-02-21")
status in ("active","suspended","error","completed","terminated","faulted") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
status in ("active","suspended","error","completed","terminated","faulted") and ${org.apache.ode.BPELProcess}author = "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") and $author = "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") and ${org.apache.ode.BPELProcess}author < "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") and $author < "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") and ${org.apache.ode.BPELProcess}author <= "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") and $author <= "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") and ${org.apache.ode.BPELProcess}author > "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") and $author > "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") and ${org.apache.ode.BPELProcess}author >= "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") and $author >= "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") and ${org.apache.ode.BPELProcess}author like "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") and $author like "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") and ${org.apache.ode.BPELProcess}author in ("yuriy")
status in ("active","suspended","error","completed","terminated","faulted") and $author in ("yuriy")
status in ("active","suspended","error","completed","terminated","faulted") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
status in ("active","suspended","error","completed","terminated","faulted") and $author in ("yuriy","kostya","nazar","orest")
status in ("active","suspended","error","completed","terminated","faulted") and pid = "HelloWorld"
status in ("active","suspended","error","completed","terminated","faulted") and pid < "HelloWorld"
status in ("active","suspended","error","completed","terminated","faulted") and pid <= "HelloWorld"
status in ("active","suspended","error","completed","terminated","faulted") and pid > "HelloWorld"
status in ("active","suspended","error","completed","terminated","faulted") and pid >= "HelloWorld"
status in ("active","suspended","error","completed","terminated","faulted") and pid like "HelloWorld"
status in ("active","suspended","error","completed","terminated","faulted") and pid in ("HelloWorld","Hello*","Hello*World")
status in ("active","suspended","error","completed","terminated","faulted") and pid in ("Hello*","Hello*World")
status in ("active","suspended","error","completed","terminated","faulted") and pid in ("Hello*World")
status in ("active","suspended","error","completed","terminated","faulted") and iid = "2006"
status in ("active","suspended","error","completed","terminated","faulted") and iid < "2006"
status in ("active","suspended","error","completed","terminated","faulted") and iid <= "2006"
status in ("active","suspended","error","completed","terminated","faulted") and iid > "2006"
status in ("active","suspended","error","completed","terminated","faulted") and iid >= "2006"
status in ("active","suspended","error","completed","terminated","faulted") and iid in ("2006")
status in ("active","suspended","error","completed","terminated","faulted") and iid in ("2006","20061231")
(status = "active") and started = "2006-01-01T00:00:01"
(status = "active") and started = "2006-01-31"
(status = "active") and started = "2006-01"
(status = "active") and started = "2006"
(status = "active") and started < "2006-01-01T00:00:01"
(status = "active") and started < "2006-01-31"
(status = "active") and started < "2006-01"
(status = "active") and started < "2006"
(status = "active") and started <= "2006-01-01T00:00:01"
(status = "active") and started <= "2006-01-31"
(status = "active") and started <= "2006-01"
(status = "active") and started <= "2006"
(status = "active") and started > "2006-01-01T00:00:01"
(status = "active") and started > "2006-01-31"
(status = "active") and started > "2006-01"
(status = "active") and started > "2006"
(status = "active") and started >= "2006-01-01T00:00:01"
(status = "active") and started >= "2006-01-31"
(status = "active") and started >= "2006-01"
(status = "active") and started >= "2006"
(status = "active") and started like "2006-01-01T00:00:01"
(status = "active") and started like "2006-01-31"
(status = "active") and started like "2006-01"
(status = "active") and started like "2006"
(status = "active") and started in ("2006-01-01T00:00:01")
(status = "active") and started in ("2006-01-31","2006-01")
(status = "active") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(status = "active") and last-active = "2006-02-01T00:00:01"
(status = "active") and last-active = "2006-02-21"
(status = "active") and last-active = "2006-02"
(status = "active") and last-active = "2006"
(status = "active") and last-active < "2006-02-01T00:00:01"
(status = "active") and last-active < "2006-02-21"
(status = "active") and last-active < "2006-02"
(status = "active") and last-active < "2006"
(status = "active") and last-active <= "2006-02-01T00:00:01"
(status = "active") and last-active <= "2006-02-21"
(status = "active") and last-active <= "2006-02"
(status = "active") and last-active <= "2006"
(status = "active") and last-active > "2006-02-01T00:00:01"
(status = "active") and last-active > "2006-02-21"
(status = "active") and last-active > "2006-02"
(status = "active") and last-active > "2006"
(status = "active") and last-active >= "2006-02-01T00:00:01"
(status = "active") and last-active >= "2006-02-21"
(status = "active") and last-active >= "2006-02"
(status = "active") and last-active >= "2006"
(status = "active") and last-active like "2006-02-01T00:00:01"
(status = "active") and last-active like "2006-02-21"
(status = "active") and last-active like "2006-02"
(status = "active") and last-active like "2006"
(status = "active") and last-active in ("2006-02-01T00:00:01")
(status = "active") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(status = "active") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(status = "active") and ${org.apache.ode.BPELProcess}author = "yuriy"
(status = "active") and $author = "yuriy"
(status = "active") and ${org.apache.ode.BPELProcess}author < "yuriy"
(status = "active") and $author < "yuriy"
(status = "active") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(status = "active") and $author <= "yuriy"
(status = "active") and ${org.apache.ode.BPELProcess}author > "yuriy"
(status = "active") and $author > "yuriy"
(status = "active") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(status = "active") and $author >= "yuriy"
(status = "active") and ${org.apache.ode.BPELProcess}author like "yuriy"
(status = "active") and $author like "yuriy"
(status = "active") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(status = "active") and $author in ("yuriy")
(status = "active") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(status = "active") and $author in ("yuriy","kostya","nazar","orest")
(status = "active") and pid = "HelloWorld"
(status = "active") and pid < "HelloWorld"
(status = "active") and pid <= "HelloWorld"
(status = "active") and pid > "HelloWorld"
(status = "active") and pid >= "HelloWorld"
(status = "active") and pid like "HelloWorld"
(status = "active") and pid in ("HelloWorld","Hello*","Hello*World")
(status = "active") and pid in ("Hello*","Hello*World")
(status = "active") and pid in ("Hello*World")
(status = "active") and iid = "2006"
(status = "active") and iid < "2006"
(status = "active") and iid <= "2006"
(status = "active") and iid > "2006"
(status = "active") and iid >= "2006"
(status = "active") and iid in ("2006")
(status = "active") and iid in ("2006","20061231")
(status = "suspended") and started = "2006-01-01T00:00:01"
(status = "suspended") and started = "2006-01-31"
(status = "suspended") and started = "2006-01"
(status = "suspended") and started = "2006"
(status = "suspended") and started < "2006-01-01T00:00:01"
(status = "suspended") and started < "2006-01-31"
(status = "suspended") and started < "2006-01"
(status = "suspended") and started < "2006"
(status = "suspended") and started <= "2006-01-01T00:00:01"
(status = "suspended") and started <= "2006-01-31"
(status = "suspended") and started <= "2006-01"
(status = "suspended") and started <= "2006"
(status = "suspended") and started > "2006-01-01T00:00:01"
(status = "suspended") and started > "2006-01-31"
(status = "suspended") and started > "2006-01"
(status = "suspended") and started > "2006"
(status = "suspended") and started >= "2006-01-01T00:00:01"
(status = "suspended") and started >= "2006-01-31"
(status = "suspended") and started >= "2006-01"
(status = "suspended") and started >= "2006"
(status = "suspended") and started like "2006-01-01T00:00:01"
(status = "suspended") and started like "2006-01-31"
(status = "suspended") and started like "2006-01"
(status = "suspended") and started like "2006"
(status = "suspended") and started in ("2006-01-01T00:00:01")
(status = "suspended") and started in ("2006-01-31","2006-01")
(status = "suspended") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(status = "suspended") and last-active = "2006-02-01T00:00:01"
(status = "suspended") and last-active = "2006-02-21"
(status = "suspended") and last-active = "2006-02"
(status = "suspended") and last-active = "2006"
(status = "suspended") and last-active < "2006-02-01T00:00:01"
(status = "suspended") and last-active < "2006-02-21"
(status = "suspended") and last-active < "2006-02"
(status = "suspended") and last-active < "2006"
(status = "suspended") and last-active <= "2006-02-01T00:00:01"
(status = "suspended") and last-active <= "2006-02-21"
(status = "suspended") and last-active <= "2006-02"
(status = "suspended") and last-active <= "2006"
(status = "suspended") and last-active > "2006-02-01T00:00:01"
(status = "suspended") and last-active > "2006-02-21"
(status = "suspended") and last-active > "2006-02"
(status = "suspended") and last-active > "2006"
(status = "suspended") and last-active >= "2006-02-01T00:00:01"
(status = "suspended") and last-active >= "2006-02-21"
(status = "suspended") and last-active >= "2006-02"
(status = "suspended") and last-active >= "2006"
(status = "suspended") and last-active like "2006-02-01T00:00:01"
(status = "suspended") and last-active like "2006-02-21"
(status = "suspended") and last-active like "2006-02"
(status = "suspended") and last-active like "2006"
(status = "suspended") and last-active in ("2006-02-01T00:00:01")
(status = "suspended") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(status = "suspended") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(status = "suspended") and ${org.apache.ode.BPELProcess}author = "yuriy"
(status = "suspended") and $author = "yuriy"
(status = "suspended") and ${org.apache.ode.BPELProcess}author < "yuriy"
(status = "suspended") and $author < "yuriy"
(status = "suspended") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(status = "suspended") and $author <= "yuriy"
(status = "suspended") and ${org.apache.ode.BPELProcess}author > "yuriy"
(status = "suspended") and $author > "yuriy"
(status = "suspended") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(status = "suspended") and $author >= "yuriy"
(status = "suspended") and ${org.apache.ode.BPELProcess}author like "yuriy"
(status = "suspended") and $author like "yuriy"
(status = "suspended") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(status = "suspended") and $author in ("yuriy")
(status = "suspended") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(status = "suspended") and $author in ("yuriy","kostya","nazar","orest")
(status = "suspended") and pid = "HelloWorld"
(status = "suspended") and pid < "HelloWorld"
(status = "suspended") and pid <= "HelloWorld"
(status = "suspended") and pid > "HelloWorld"
(status = "suspended") and pid >= "HelloWorld"
(status = "suspended") and pid like "HelloWorld"
(status = "suspended") and pid in ("HelloWorld","Hello*","Hello*World")
(status = "suspended") and pid in ("Hello*","Hello*World")
(status = "suspended") and pid in ("Hello*World")
(status = "suspended") and iid = "2006"
(status = "suspended") and iid < "2006"
(status = "suspended") and iid <= "2006"
(status = "suspended") and iid > "2006"
(status = "suspended") and iid >= "2006"
(status = "suspended") and iid in ("2006")
(status = "suspended") and iid in ("2006","20061231")
(status = "error") and started = "2006-01-01T00:00:01"
(status = "error") and started = "2006-01-31"
(status = "error") and started = "2006-01"
(status = "error") and started = "2006"
(status = "error") and started < "2006-01-01T00:00:01"
(status = "error") and started < "2006-01-31"
(status = "error") and started < "2006-01"
(status = "error") and started < "2006"
(status = "error") and started <= "2006-01-01T00:00:01"
(status = "error") and started <= "2006-01-31"
(status = "error") and started <= "2006-01"
(status = "error") and started <= "2006"
(status = "error") and started > "2006-01-01T00:00:01"
(status = "error") and started > "2006-01-31"
(status = "error") and started > "2006-01"
(status = "error") and started > "2006"
(status = "error") and started >= "2006-01-01T00:00:01"
(status = "error") and started >= "2006-01-31"
(status = "error") and started >= "2006-01"
(status = "error") and started >= "2006"
(status = "error") and started like "2006-01-01T00:00:01"
(status = "error") and started like "2006-01-31"
(status = "error") and started like "2006-01"
(status = "error") and started like "2006"
(status = "error") and started in ("2006-01-01T00:00:01")
(status = "error") and started in ("2006-01-31","2006-01")
(status = "error") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(status = "error") and last-active = "2006-02-01T00:00:01"
(status = "error") and last-active = "2006-02-21"
(status = "error") and last-active = "2006-02"
(status = "error") and last-active = "2006"
(status = "error") and last-active < "2006-02-01T00:00:01"
(status = "error") and last-active < "2006-02-21"
(status = "error") and last-active < "2006-02"
(status = "error") and last-active < "2006"
(status = "error") and last-active <= "2006-02-01T00:00:01"
(status = "error") and last-active <= "2006-02-21"
(status = "error") and last-active <= "2006-02"
(status = "error") and last-active <= "2006"
(status = "error") and last-active > "2006-02-01T00:00:01"
(status = "error") and last-active > "2006-02-21"
(status = "error") and last-active > "2006-02"
(status = "error") and last-active > "2006"
(status = "error") and last-active >= "2006-02-01T00:00:01"
(status = "error") and last-active >= "2006-02-21"
(status = "error") and last-active >= "2006-02"
(status = "error") and last-active >= "2006"
(status = "error") and last-active like "2006-02-01T00:00:01"
(status = "error") and last-active like "2006-02-21"
(status = "error") and last-active like "2006-02"
(status = "error") and last-active like "2006"
(status = "error") and last-active in ("2006-02-01T00:00:01")
(status = "error") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(status = "error") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(status = "error") and ${org.apache.ode.BPELProcess}author = "yuriy"
(status = "error") and $author = "yuriy"
(status = "error") and ${org.apache.ode.BPELProcess}author < "yuriy"
(status = "error") and $author < "yuriy"
(status = "error") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(status = "error") and $author <= "yuriy"
(status = "error") and ${org.apache.ode.BPELProcess}author > "yuriy"
(status = "error") and $author > "yuriy"
(status = "error") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(status = "error") and $author >= "yuriy"
(status = "error") and ${org.apache.ode.BPELProcess}author like "yuriy"
(status = "error") and $author like "yuriy"
(status = "error") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(status = "error") and $author in ("yuriy")
(status = "error") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(status = "error") and $author in ("yuriy","kostya","nazar","orest")
(status = "error") and pid = "HelloWorld"
(status = "error") and pid < "HelloWorld"
(status = "error") and pid <= "HelloWorld"
(status = "error") and pid > "HelloWorld"
(status = "error") and pid >= "HelloWorld"
(status = "error") and pid like "HelloWorld"
(status = "error") and pid in ("HelloWorld","Hello*","Hello*World")
(status = "error") and pid in ("Hello*","Hello*World")
(status = "error") and pid in ("Hello*World")
(status = "error") and iid = "2006"
(status = "error") and iid < "2006"
(status = "error") and iid <= "2006"
(status = "error") and iid > "2006"
(status = "error") and iid >= "2006"
(status = "error") and iid in ("2006")
(status = "error") and iid in ("2006","20061231")
(status = "completed") and started = "2006-01-01T00:00:01"
(status = "completed") and started = "2006-01-31"
(status = "completed") and started = "2006-01"
(status = "completed") and started = "2006"
(status = "completed") and started < "2006-01-01T00:00:01"
(status = "completed") and started < "2006-01-31"
(status = "completed") and started < "2006-01"
(status = "completed") and started < "2006"
(status = "completed") and started <= "2006-01-01T00:00:01"
(status = "completed") and started <= "2006-01-31"
(status = "completed") and started <= "2006-01"
(status = "completed") and started <= "2006"
(status = "completed") and started > "2006-01-01T00:00:01"
(status = "completed") and started > "2006-01-31"
(status = "completed") and started > "2006-01"
(status = "completed") and started > "2006"
(status = "completed") and started >= "2006-01-01T00:00:01"
(status = "completed") and started >= "2006-01-31"
(status = "completed") and started >= "2006-01"
(status = "completed") and started >= "2006"
(status = "completed") and started like "2006-01-01T00:00:01"
(status = "completed") and started like "2006-01-31"
(status = "completed") and started like "2006-01"
(status = "completed") and started like "2006"
(status = "completed") and started in ("2006-01-01T00:00:01")
(status = "completed") and started in ("2006-01-31","2006-01")
(status = "completed") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(status = "completed") and last-active = "2006-02-01T00:00:01"
(status = "completed") and last-active = "2006-02-21"
(status = "completed") and last-active = "2006-02"
(status = "completed") and last-active = "2006"
(status = "completed") and last-active < "2006-02-01T00:00:01"
(status = "completed") and last-active < "2006-02-21"
(status = "completed") and last-active < "2006-02"
(status = "completed") and last-active < "2006"
(status = "completed") and last-active <= "2006-02-01T00:00:01"
(status = "completed") and last-active <= "2006-02-21"
(status = "completed") and last-active <= "2006-02"
(status = "completed") and last-active <= "2006"
(status = "completed") and last-active > "2006-02-01T00:00:01"
(status = "completed") and last-active > "2006-02-21"
(status = "completed") and last-active > "2006-02"
(status = "completed") and last-active > "2006"
(status = "completed") and last-active >= "2006-02-01T00:00:01"
(status = "completed") and last-active >= "2006-02-21"
(status = "completed") and last-active >= "2006-02"
(status = "completed") and last-active >= "2006"
(status = "completed") and last-active like "2006-02-01T00:00:01"
(status = "completed") and last-active like "2006-02-21"
(status = "completed") and last-active like "2006-02"
(status = "completed") and last-active like "2006"
(status = "completed") and last-active in ("2006-02-01T00:00:01")
(status = "completed") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(status = "completed") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(status = "completed") and ${org.apache.ode.BPELProcess}author = "yuriy"
(status = "completed") and $author = "yuriy"
(status = "completed") and ${org.apache.ode.BPELProcess}author < "yuriy"
(status = "completed") and $author < "yuriy"
(status = "completed") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(status = "completed") and $author <= "yuriy"
(status = "completed") and ${org.apache.ode.BPELProcess}author > "yuriy"
(status = "completed") and $author > "yuriy"
(status = "completed") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(status = "completed") and $author >= "yuriy"
(status = "completed") and ${org.apache.ode.BPELProcess}author like "yuriy"
(status = "completed") and $author like "yuriy"
(status = "completed") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(status = "completed") and $author in ("yuriy")
(status = "completed") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(status = "completed") and $author in ("yuriy","kostya","nazar","orest")
(status = "completed") and pid = "HelloWorld"
(status = "completed") and pid < "HelloWorld"
(status = "completed") and pid <= "HelloWorld"
(status = "completed") and pid > "HelloWorld"
(status = "completed") and pid >= "HelloWorld"
(status = "completed") and pid like "HelloWorld"
(status = "completed") and pid in ("HelloWorld","Hello*","Hello*World")
(status = "completed") and pid in ("Hello*","Hello*World")
(status = "completed") and pid in ("Hello*World")
(status = "completed") and iid = "2006"
(status = "completed") and iid < "2006"
(status = "completed") and iid <= "2006"
(status = "completed") and iid > "2006"
(status = "completed") and iid >= "2006"
(status = "completed") and iid in ("2006")
(status = "completed") and iid in ("2006","20061231")
(status = "terminated") and started = "2006-01-01T00:00:01"
(status = "terminated") and started = "2006-01-31"
(status = "terminated") and started = "2006-01"
(status = "terminated") and started = "2006"
(status = "terminated") and started < "2006-01-01T00:00:01"
(status = "terminated") and started < "2006-01-31"
(status = "terminated") and started < "2006-01"
(status = "terminated") and started < "2006"
(status = "terminated") and started <= "2006-01-01T00:00:01"
(status = "terminated") and started <= "2006-01-31"
(status = "terminated") and started <= "2006-01"
(status = "terminated") and started <= "2006"
(status = "terminated") and started > "2006-01-01T00:00:01"
(status = "terminated") and started > "2006-01-31"
(status = "terminated") and started > "2006-01"
(status = "terminated") and started > "2006"
(status = "terminated") and started >= "2006-01-01T00:00:01"
(status = "terminated") and started >= "2006-01-31"
(status = "terminated") and started >= "2006-01"
(status = "terminated") and started >= "2006"
(status = "terminated") and started like "2006-01-01T00:00:01"
(status = "terminated") and started like "2006-01-31"
(status = "terminated") and started like "2006-01"
(status = "terminated") and started like "2006"
(status = "terminated") and started in ("2006-01-01T00:00:01")
(status = "terminated") and started in ("2006-01-31","2006-01")
(status = "terminated") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(status = "terminated") and last-active = "2006-02-01T00:00:01"
(status = "terminated") and last-active = "2006-02-21"
(status = "terminated") and last-active = "2006-02"
(status = "terminated") and last-active = "2006"
(status = "terminated") and last-active < "2006-02-01T00:00:01"
(status = "terminated") and last-active < "2006-02-21"
(status = "terminated") and last-active < "2006-02"
(status = "terminated") and last-active < "2006"
(status = "terminated") and last-active <= "2006-02-01T00:00:01"
(status = "terminated") and last-active <= "2006-02-21"
(status = "terminated") and last-active <= "2006-02"
(status = "terminated") and last-active <= "2006"
(status = "terminated") and last-active > "2006-02-01T00:00:01"
(status = "terminated") and last-active > "2006-02-21"
(status = "terminated") and last-active > "2006-02"
(status = "terminated") and last-active > "2006"
(status = "terminated") and last-active >= "2006-02-01T00:00:01"
(status = "terminated") and last-active >= "2006-02-21"
(status = "terminated") and last-active >= "2006-02"
(status = "terminated") and last-active >= "2006"
(status = "terminated") and last-active like "2006-02-01T00:00:01"
(status = "terminated") and last-active like "2006-02-21"
(status = "terminated") and last-active like "2006-02"
(status = "terminated") and last-active like "2006"
(status = "terminated") and last-active in ("2006-02-01T00:00:01")
(status = "terminated") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(status = "terminated") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(status = "terminated") and ${org.apache.ode.BPELProcess}author = "yuriy"
(status = "terminated") and $author = "yuriy"
(status = "terminated") and ${org.apache.ode.BPELProcess}author < "yuriy"
(status = "terminated") and $author < "yuriy"
(status = "terminated") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(status = "terminated") and $author <= "yuriy"
(status = "terminated") and ${org.apache.ode.BPELProcess}author > "yuriy"
(status = "terminated") and $author > "yuriy"
(status = "terminated") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(status = "terminated") and $author >= "yuriy"
(status = "terminated") and ${org.apache.ode.BPELProcess}author like "yuriy"
(status = "terminated") and $author like "yuriy"
(status = "terminated") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(status = "terminated") and $author in ("yuriy")
(status = "terminated") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(status = "terminated") and $author in ("yuriy","kostya","nazar","orest")
(status = "terminated") and pid = "HelloWorld"
(status = "terminated") and pid < "HelloWorld"
(status = "terminated") and pid <= "HelloWorld"
(status = "terminated") and pid > "HelloWorld"
(status = "terminated") and pid >= "HelloWorld"
(status = "terminated") and pid like "HelloWorld"
(status = "terminated") and pid in ("HelloWorld","Hello*","Hello*World")
(status = "terminated") and pid in ("Hello*","Hello*World")
(status = "terminated") and pid in ("Hello*World")
(status = "terminated") and iid = "2006"
(status = "terminated") and iid < "2006"
(status = "terminated") and iid <= "2006"
(status = "terminated") and iid > "2006"
(status = "terminated") and iid >= "2006"
(status = "terminated") and iid in ("2006")
(status = "terminated") and iid in ("2006","20061231")
(status = "faulted") and started = "2006-01-01T00:00:01"
(status = "faulted") and started = "2006-01-31"
(status = "faulted") and started = "2006-01"
(status = "faulted") and started = "2006"
(status = "faulted") and started < "2006-01-01T00:00:01"
(status = "faulted") and started < "2006-01-31"
(status = "faulted") and started < "2006-01"
(status = "faulted") and started < "2006"
(status = "faulted") and started <= "2006-01-01T00:00:01"
(status = "faulted") and started <= "2006-01-31"
(status = "faulted") and started <= "2006-01"
(status = "faulted") and started <= "2006"
(status = "faulted") and started > "2006-01-01T00:00:01"
(status = "faulted") and started > "2006-01-31"
(status = "faulted") and started > "2006-01"
(status = "faulted") and started > "2006"
(status = "faulted") and started >= "2006-01-01T00:00:01"
(status = "faulted") and started >= "2006-01-31"
(status = "faulted") and started >= "2006-01"
(status = "faulted") and started >= "2006"
(status = "faulted") and started like "2006-01-01T00:00:01"
(status = "faulted") and started like "2006-01-31"
(status = "faulted") and started like "2006-01"
(status = "faulted") and started like "2006"
(status = "faulted") and started in ("2006-01-01T00:00:01")
(status = "faulted") and started in ("2006-01-31","2006-01")
(status = "faulted") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(status = "faulted") and last-active = "2006-02-01T00:00:01"
(status = "faulted") and last-active = "2006-02-21"
(status = "faulted") and last-active = "2006-02"
(status = "faulted") and last-active = "2006"
(status = "faulted") and last-active < "2006-02-01T00:00:01"
(status = "faulted") and last-active < "2006-02-21"
(status = "faulted") and last-active < "2006-02"
(status = "faulted") and last-active < "2006"
(status = "faulted") and last-active <= "2006-02-01T00:00:01"
(status = "faulted") and last-active <= "2006-02-21"
(status = "faulted") and last-active <= "2006-02"
(status = "faulted") and last-active <= "2006"
(status = "faulted") and last-active > "2006-02-01T00:00:01"
(status = "faulted") and last-active > "2006-02-21"
(status = "faulted") and last-active > "2006-02"
(status = "faulted") and last-active > "2006"
(status = "faulted") and last-active >= "2006-02-01T00:00:01"
(status = "faulted") and last-active >= "2006-02-21"
(status = "faulted") and last-active >= "2006-02"
(status = "faulted") and last-active >= "2006"
(status = "faulted") and last-active like "2006-02-01T00:00:01"
(status = "faulted") and last-active like "2006-02-21"
(status = "faulted") and last-active like "2006-02"
(status = "faulted") and last-active like "2006"
(status = "faulted") and last-active in ("2006-02-01T00:00:01")
(status = "faulted") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(status = "faulted") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(status = "faulted") and ${org.apache.ode.BPELProcess}author = "yuriy"
(status = "faulted") and $author = "yuriy"
(status = "faulted") and ${org.apache.ode.BPELProcess}author < "yuriy"
(status = "faulted") and $author < "yuriy"
(status = "faulted") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(status = "faulted") and $author <= "yuriy"
(status = "faulted") and ${org.apache.ode.BPELProcess}author > "yuriy"
(status = "faulted") and $author > "yuriy"
(status = "faulted") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(status = "faulted") and $author >= "yuriy"
(status = "faulted") and ${org.apache.ode.BPELProcess}author like "yuriy"
(status = "faulted") and $author like "yuriy"
(status = "faulted") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(status = "faulted") and $author in ("yuriy")
(status = "faulted") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(status = "faulted") and $author in ("yuriy","kostya","nazar","orest")
(status = "faulted") and pid = "HelloWorld"
(status = "faulted") and pid < "HelloWorld"
(status = "faulted") and pid <= "HelloWorld"
(status = "faulted") and pid > "HelloWorld"
(status = "faulted") and pid >= "HelloWorld"
(status = "faulted") and pid like "HelloWorld"
(status = "faulted") and pid in ("HelloWorld","Hello*","Hello*World")
(status = "faulted") and pid in ("Hello*","Hello*World")
(status = "faulted") and pid in ("Hello*World")
(status = "faulted") and iid = "2006"
(status = "faulted") and iid < "2006"
(status = "faulted") and iid <= "2006"
(status = "faulted") and iid > "2006"
(status = "faulted") and iid >= "2006"
(status = "faulted") and iid in ("2006")
(status = "faulted") and iid in ("2006","20061231")
(status in ("active","suspended")) and started = "2006-01-01T00:00:01"
(status in ("active","suspended")) and started = "2006-01-31"
(status in ("active","suspended")) and started = "2006-01"
(status in ("active","suspended")) and started = "2006"
(status in ("active","suspended")) and started < "2006-01-01T00:00:01"
(status in ("active","suspended")) and started < "2006-01-31"
(status in ("active","suspended")) and started < "2006-01"
(status in ("active","suspended")) and started < "2006"
(status in ("active","suspended")) and started <= "2006-01-01T00:00:01"
(status in ("active","suspended")) and started <= "2006-01-31"
(status in ("active","suspended")) and started <= "2006-01"
(status in ("active","suspended")) and started <= "2006"
(status in ("active","suspended")) and started > "2006-01-01T00:00:01"
(status in ("active","suspended")) and started > "2006-01-31"
(status in ("active","suspended")) and started > "2006-01"
(status in ("active","suspended")) and started > "2006"
(status in ("active","suspended")) and started >= "2006-01-01T00:00:01"
(status in ("active","suspended")) and started >= "2006-01-31"
(status in ("active","suspended")) and started >= "2006-01"
(status in ("active","suspended")) and started >= "2006"
(status in ("active","suspended")) and started like "2006-01-01T00:00:01"
(status in ("active","suspended")) and started like "2006-01-31"
(status in ("active","suspended")) and started like "2006-01"
(status in ("active","suspended")) and started like "2006"
(status in ("active","suspended")) and started in ("2006-01-01T00:00:01")
(status in ("active","suspended")) and started in ("2006-01-31","2006-01")
(status in ("active","suspended")) and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(status in ("active","suspended")) and last-active = "2006-02-01T00:00:01"
(status in ("active","suspended")) and last-active = "2006-02-21"
(status in ("active","suspended")) and last-active = "2006-02"
(status in ("active","suspended")) and last-active = "2006"
(status in ("active","suspended")) and last-active < "2006-02-01T00:00:01"
(status in ("active","suspended")) and last-active < "2006-02-21"
(status in ("active","suspended")) and last-active < "2006-02"
(status in ("active","suspended")) and last-active < "2006"
(status in ("active","suspended")) and last-active <= "2006-02-01T00:00:01"
(status in ("active","suspended")) and last-active <= "2006-02-21"
(status in ("active","suspended")) and last-active <= "2006-02"
(status in ("active","suspended")) and last-active <= "2006"
(status in ("active","suspended")) and last-active > "2006-02-01T00:00:01"
(status in ("active","suspended")) and last-active > "2006-02-21"
(status in ("active","suspended")) and last-active > "2006-02"
(status in ("active","suspended")) and last-active > "2006"
(status in ("active","suspended")) and last-active >= "2006-02-01T00:00:01"
(status in ("active","suspended")) and last-active >= "2006-02-21"
(status in ("active","suspended")) and last-active >= "2006-02"
(status in ("active","suspended")) and last-active >= "2006"
(status in ("active","suspended")) and last-active like "2006-02-01T00:00:01"
(status in ("active","suspended")) and last-active like "2006-02-21"
(status in ("active","suspended")) and last-active like "2006-02"
(status in ("active","suspended")) and last-active like "2006"
(status in ("active","suspended")) and last-active in ("2006-02-01T00:00:01")
(status in ("active","suspended")) and last-active in ("2006-02-01T00:00:01","2006-02-21")
(status in ("active","suspended")) and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(status in ("active","suspended")) and ${org.apache.ode.BPELProcess}author = "yuriy"
(status in ("active","suspended")) and $author = "yuriy"
(status in ("active","suspended")) and ${org.apache.ode.BPELProcess}author < "yuriy"
(status in ("active","suspended")) and $author < "yuriy"
(status in ("active","suspended")) and ${org.apache.ode.BPELProcess}author <= "yuriy"
(status in ("active","suspended")) and $author <= "yuriy"
(status in ("active","suspended")) and ${org.apache.ode.BPELProcess}author > "yuriy"
(status in ("active","suspended")) and $author > "yuriy"
(status in ("active","suspended")) and ${org.apache.ode.BPELProcess}author >= "yuriy"
(status in ("active","suspended")) and $author >= "yuriy"
(status in ("active","suspended")) and ${org.apache.ode.BPELProcess}author like "yuriy"
(status in ("active","suspended")) and $author like "yuriy"
(status in ("active","suspended")) and ${org.apache.ode.BPELProcess}author in ("yuriy")
(status in ("active","suspended")) and $author in ("yuriy")
(status in ("active","suspended")) and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(status in ("active","suspended")) and $author in ("yuriy","kostya","nazar","orest")
(status in ("active","suspended")) and pid = "HelloWorld"
(status in ("active","suspended")) and pid < "HelloWorld"
(status in ("active","suspended")) and pid <= "HelloWorld"
(status in ("active","suspended")) and pid > "HelloWorld"
(status in ("active","suspended")) and pid >= "HelloWorld"
(status in ("active","suspended")) and pid like "HelloWorld"
(status in ("active","suspended")) and pid in ("HelloWorld","Hello*","Hello*World")
(status in ("active","suspended")) and pid in ("Hello*","Hello*World")
(status in ("active","suspended")) and pid in ("Hello*World")
(status in ("active","suspended")) and iid = "2006"
(status in ("active","suspended")) and iid < "2006"
(status in ("active","suspended")) and iid <= "2006"
(status in ("active","suspended")) and iid > "2006"
(status in ("active","suspended")) and iid >= "2006"
(status in ("active","suspended")) and iid in ("2006")
(status in ("active","suspended")) and iid in ("2006","20061231")
(status in ("active","suspended","error","completed","terminated","faulted")) and started = "2006-01-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) and started = "2006-01-31"
(status in ("active","suspended","error","completed","terminated","faulted")) and started = "2006-01"
(status in ("active","suspended","error","completed","terminated","faulted")) and started = "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) and started < "2006-01-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) and started < "2006-01-31"
(status in ("active","suspended","error","completed","terminated","faulted")) and started < "2006-01"
(status in ("active","suspended","error","completed","terminated","faulted")) and started < "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) and started <= "2006-01-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) and started <= "2006-01-31"
(status in ("active","suspended","error","completed","terminated","faulted")) and started <= "2006-01"
(status in ("active","suspended","error","completed","terminated","faulted")) and started <= "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) and started > "2006-01-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) and started > "2006-01-31"
(status in ("active","suspended","error","completed","terminated","faulted")) and started > "2006-01"
(status in ("active","suspended","error","completed","terminated","faulted")) and started > "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) and started >= "2006-01-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) and started >= "2006-01-31"
(status in ("active","suspended","error","completed","terminated","faulted")) and started >= "2006-01"
(status in ("active","suspended","error","completed","terminated","faulted")) and started >= "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) and started like "2006-01-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) and started like "2006-01-31"
(status in ("active","suspended","error","completed","terminated","faulted")) and started like "2006-01"
(status in ("active","suspended","error","completed","terminated","faulted")) and started like "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) and started in ("2006-01-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) and started in ("2006-01-31","2006-01")
(status in ("active","suspended","error","completed","terminated","faulted")) and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active = "2006-02-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active = "2006-02-21"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active = "2006-02"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active = "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active < "2006-02-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active < "2006-02-21"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active < "2006-02"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active < "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active <= "2006-02-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active <= "2006-02-21"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active <= "2006-02"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active <= "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active > "2006-02-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active > "2006-02-21"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active > "2006-02"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active > "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active >= "2006-02-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active >= "2006-02-21"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active >= "2006-02"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active >= "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active like "2006-02-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active like "2006-02-21"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active like "2006-02"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active like "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active in ("2006-02-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active in ("2006-02-01T00:00:01","2006-02-21")
(status in ("active","suspended","error","completed","terminated","faulted")) and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(status in ("active","suspended","error","completed","terminated","faulted")) and ${org.apache.ode.BPELProcess}author = "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) and $author = "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) and ${org.apache.ode.BPELProcess}author < "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) and $author < "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) and ${org.apache.ode.BPELProcess}author <= "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) and $author <= "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) and ${org.apache.ode.BPELProcess}author > "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) and $author > "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) and ${org.apache.ode.BPELProcess}author >= "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) and $author >= "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) and ${org.apache.ode.BPELProcess}author like "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) and $author like "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) and ${org.apache.ode.BPELProcess}author in ("yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) and $author in ("yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(status in ("active","suspended","error","completed","terminated","faulted")) and $author in ("yuriy","kostya","nazar","orest")
(status in ("active","suspended","error","completed","terminated","faulted")) and pid = "HelloWorld"
(status in ("active","suspended","error","completed","terminated","faulted")) and pid < "HelloWorld"
(status in ("active","suspended","error","completed","terminated","faulted")) and pid <= "HelloWorld"
(status in ("active","suspended","error","completed","terminated","faulted")) and pid > "HelloWorld"
(status in ("active","suspended","error","completed","terminated","faulted")) and pid >= "HelloWorld"
(status in ("active","suspended","error","completed","terminated","faulted")) and pid like "HelloWorld"
(status in ("active","suspended","error","completed","terminated","faulted")) and pid in ("HelloWorld","Hello*","Hello*World")
(status in ("active","suspended","error","completed","terminated","faulted")) and pid in ("Hello*","Hello*World")
(status in ("active","suspended","error","completed","terminated","faulted")) and pid in ("Hello*World")
(status in ("active","suspended","error","completed","terminated","faulted")) and iid = "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) and iid < "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) and iid <= "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) and iid > "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) and iid >= "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) and iid in ("2006")
(status in ("active","suspended","error","completed","terminated","faulted")) and iid in ("2006","20061231")
status = "active" and (started = "2006-01-01T00:00:01")
status = "active" and (started = "2006-01-31")
status = "active" and (started = "2006-01")
status = "active" and (started = "2006")
status = "active" and (started < "2006-01-01T00:00:01")
status = "active" and (started < "2006-01-31")
status = "active" and (started < "2006-01")
status = "active" and (started < "2006")
status = "active" and (started <= "2006-01-01T00:00:01")
status = "active" and (started <= "2006-01-31")
status = "active" and (started <= "2006-01")
status = "active" and (started <= "2006")
status = "active" and (started > "2006-01-01T00:00:01")
status = "active" and (started > "2006-01-31")
status = "active" and (started > "2006-01")
status = "active" and (started > "2006")
status = "active" and (started >= "2006-01-01T00:00:01")
status = "active" and (started >= "2006-01-31")
status = "active" and (started >= "2006-01")
status = "active" and (started >= "2006")
status = "active" and (started like "2006-01-01T00:00:01")
status = "active" and (started like "2006-01-31")
status = "active" and (started like "2006-01")
status = "active" and (started like "2006")
status = "active" and (started in ("2006-01-01T00:00:01"))
status = "active" and (started in ("2006-01-31","2006-01"))
status = "active" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
status = "active" and (last-active = "2006-02-01T00:00:01")
status = "active" and (last-active = "2006-02-21")
status = "active" and (last-active = "2006-02")
status = "active" and (last-active = "2006")
status = "active" and (last-active < "2006-02-01T00:00:01")
status = "active" and (last-active < "2006-02-21")
status = "active" and (last-active < "2006-02")
status = "active" and (last-active < "2006")
status = "active" and (last-active <= "2006-02-01T00:00:01")
status = "active" and (last-active <= "2006-02-21")
status = "active" and (last-active <= "2006-02")
status = "active" and (last-active <= "2006")
status = "active" and (last-active > "2006-02-01T00:00:01")
status = "active" and (last-active > "2006-02-21")
status = "active" and (last-active > "2006-02")
status = "active" and (last-active > "2006")
status = "active" and (last-active >= "2006-02-01T00:00:01")
status = "active" and (last-active >= "2006-02-21")
status = "active" and (last-active >= "2006-02")
status = "active" and (last-active >= "2006")
status = "active" and (last-active like "2006-02-01T00:00:01")
status = "active" and (last-active like "2006-02-21")
status = "active" and (last-active like "2006-02")
status = "active" and (last-active like "2006")
status = "active" and (last-active in ("2006-02-01T00:00:01"))
status = "active" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
status = "active" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
status = "active" and (${org.apache.ode.BPELProcess}author = "yuriy")
status = "active" and ($author = "yuriy")
status = "active" and (${org.apache.ode.BPELProcess}author < "yuriy")
status = "active" and ($author < "yuriy")
status = "active" and (${org.apache.ode.BPELProcess}author <= "yuriy")
status = "active" and ($author <= "yuriy")
status = "active" and (${org.apache.ode.BPELProcess}author > "yuriy")
status = "active" and ($author > "yuriy")
status = "active" and (${org.apache.ode.BPELProcess}author >= "yuriy")
status = "active" and ($author >= "yuriy")
status = "active" and (${org.apache.ode.BPELProcess}author like "yuriy")
status = "active" and ($author like "yuriy")
status = "active" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
status = "active" and ($author in ("yuriy"))
status = "active" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
status = "active" and ($author in ("yuriy","kostya","nazar","orest"))
status = "active" and (pid = "HelloWorld")
status = "active" and (pid < "HelloWorld")
status = "active" and (pid <= "HelloWorld")
status = "active" and (pid > "HelloWorld")
status = "active" and (pid >= "HelloWorld")
status = "active" and (pid like "HelloWorld")
status = "active" and (pid in ("HelloWorld","Hello*","Hello*World"))
status = "active" and (pid in ("Hello*","Hello*World"))
status = "active" and (pid in ("Hello*World"))
status = "active" and (iid = "2006")
status = "active" and (iid < "2006")
status = "active" and (iid <= "2006")
status = "active" and (iid > "2006")
status = "active" and (iid >= "2006")
status = "active" and (iid in ("2006"))
status = "active" and (iid in ("2006","20061231"))
status = "suspended" and (started = "2006-01-01T00:00:01")
status = "suspended" and (started = "2006-01-31")
status = "suspended" and (started = "2006-01")
status = "suspended" and (started = "2006")
status = "suspended" and (started < "2006-01-01T00:00:01")
status = "suspended" and (started < "2006-01-31")
status = "suspended" and (started < "2006-01")
status = "suspended" and (started < "2006")
status = "suspended" and (started <= "2006-01-01T00:00:01")
status = "suspended" and (started <= "2006-01-31")
status = "suspended" and (started <= "2006-01")
status = "suspended" and (started <= "2006")
status = "suspended" and (started > "2006-01-01T00:00:01")
status = "suspended" and (started > "2006-01-31")
status = "suspended" and (started > "2006-01")
status = "suspended" and (started > "2006")
status = "suspended" and (started >= "2006-01-01T00:00:01")
status = "suspended" and (started >= "2006-01-31")
status = "suspended" and (started >= "2006-01")
status = "suspended" and (started >= "2006")
status = "suspended" and (started like "2006-01-01T00:00:01")
status = "suspended" and (started like "2006-01-31")
status = "suspended" and (started like "2006-01")
status = "suspended" and (started like "2006")
status = "suspended" and (started in ("2006-01-01T00:00:01"))
status = "suspended" and (started in ("2006-01-31","2006-01"))
status = "suspended" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
status = "suspended" and (last-active = "2006-02-01T00:00:01")
status = "suspended" and (last-active = "2006-02-21")
status = "suspended" and (last-active = "2006-02")
status = "suspended" and (last-active = "2006")
status = "suspended" and (last-active < "2006-02-01T00:00:01")
status = "suspended" and (last-active < "2006-02-21")
status = "suspended" and (last-active < "2006-02")
status = "suspended" and (last-active < "2006")
status = "suspended" and (last-active <= "2006-02-01T00:00:01")
status = "suspended" and (last-active <= "2006-02-21")
status = "suspended" and (last-active <= "2006-02")
status = "suspended" and (last-active <= "2006")
status = "suspended" and (last-active > "2006-02-01T00:00:01")
status = "suspended" and (last-active > "2006-02-21")
status = "suspended" and (last-active > "2006-02")
status = "suspended" and (last-active > "2006")
status = "suspended" and (last-active >= "2006-02-01T00:00:01")
status = "suspended" and (last-active >= "2006-02-21")
status = "suspended" and (last-active >= "2006-02")
status = "suspended" and (last-active >= "2006")
status = "suspended" and (last-active like "2006-02-01T00:00:01")
status = "suspended" and (last-active like "2006-02-21")
status = "suspended" and (last-active like "2006-02")
status = "suspended" and (last-active like "2006")
status = "suspended" and (last-active in ("2006-02-01T00:00:01"))
status = "suspended" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
status = "suspended" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
status = "suspended" and (${org.apache.ode.BPELProcess}author = "yuriy")
status = "suspended" and ($author = "yuriy")
status = "suspended" and (${org.apache.ode.BPELProcess}author < "yuriy")
status = "suspended" and ($author < "yuriy")
status = "suspended" and (${org.apache.ode.BPELProcess}author <= "yuriy")
status = "suspended" and ($author <= "yuriy")
status = "suspended" and (${org.apache.ode.BPELProcess}author > "yuriy")
status = "suspended" and ($author > "yuriy")
status = "suspended" and (${org.apache.ode.BPELProcess}author >= "yuriy")
status = "suspended" and ($author >= "yuriy")
status = "suspended" and (${org.apache.ode.BPELProcess}author like "yuriy")
status = "suspended" and ($author like "yuriy")
status = "suspended" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
status = "suspended" and ($author in ("yuriy"))
status = "suspended" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
status = "suspended" and ($author in ("yuriy","kostya","nazar","orest"))
status = "suspended" and (pid = "HelloWorld")
status = "suspended" and (pid < "HelloWorld")
status = "suspended" and (pid <= "HelloWorld")
status = "suspended" and (pid > "HelloWorld")
status = "suspended" and (pid >= "HelloWorld")
status = "suspended" and (pid like "HelloWorld")
status = "suspended" and (pid in ("HelloWorld","Hello*","Hello*World"))
status = "suspended" and (pid in ("Hello*","Hello*World"))
status = "suspended" and (pid in ("Hello*World"))
status = "suspended" and (iid = "2006")
status = "suspended" and (iid < "2006")
status = "suspended" and (iid <= "2006")
status = "suspended" and (iid > "2006")
status = "suspended" and (iid >= "2006")
status = "suspended" and (iid in ("2006"))
status = "suspended" and (iid in ("2006","20061231"))
status = "error" and (started = "2006-01-01T00:00:01")
status = "error" and (started = "2006-01-31")
status = "error" and (started = "2006-01")
status = "error" and (started = "2006")
status = "error" and (started < "2006-01-01T00:00:01")
status = "error" and (started < "2006-01-31")
status = "error" and (started < "2006-01")
status = "error" and (started < "2006")
status = "error" and (started <= "2006-01-01T00:00:01")
status = "error" and (started <= "2006-01-31")
status = "error" and (started <= "2006-01")
status = "error" and (started <= "2006")
status = "error" and (started > "2006-01-01T00:00:01")
status = "error" and (started > "2006-01-31")
status = "error" and (started > "2006-01")
status = "error" and (started > "2006")
status = "error" and (started >= "2006-01-01T00:00:01")
status = "error" and (started >= "2006-01-31")
status = "error" and (started >= "2006-01")
status = "error" and (started >= "2006")
status = "error" and (started like "2006-01-01T00:00:01")
status = "error" and (started like "2006-01-31")
status = "error" and (started like "2006-01")
status = "error" and (started like "2006")
status = "error" and (started in ("2006-01-01T00:00:01"))
status = "error" and (started in ("2006-01-31","2006-01"))
status = "error" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
status = "error" and (last-active = "2006-02-01T00:00:01")
status = "error" and (last-active = "2006-02-21")
status = "error" and (last-active = "2006-02")
status = "error" and (last-active = "2006")
status = "error" and (last-active < "2006-02-01T00:00:01")
status = "error" and (last-active < "2006-02-21")
status = "error" and (last-active < "2006-02")
status = "error" and (last-active < "2006")
status = "error" and (last-active <= "2006-02-01T00:00:01")
status = "error" and (last-active <= "2006-02-21")
status = "error" and (last-active <= "2006-02")
status = "error" and (last-active <= "2006")
status = "error" and (last-active > "2006-02-01T00:00:01")
status = "error" and (last-active > "2006-02-21")
status = "error" and (last-active > "2006-02")
status = "error" and (last-active > "2006")
status = "error" and (last-active >= "2006-02-01T00:00:01")
status = "error" and (last-active >= "2006-02-21")
status = "error" and (last-active >= "2006-02")
status = "error" and (last-active >= "2006")
status = "error" and (last-active like "2006-02-01T00:00:01")
status = "error" and (last-active like "2006-02-21")
status = "error" and (last-active like "2006-02")
status = "error" and (last-active like "2006")
status = "error" and (last-active in ("2006-02-01T00:00:01"))
status = "error" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
status = "error" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
status = "error" and (${org.apache.ode.BPELProcess}author = "yuriy")
status = "error" and ($author = "yuriy")
status = "error" and (${org.apache.ode.BPELProcess}author < "yuriy")
status = "error" and ($author < "yuriy")
status = "error" and (${org.apache.ode.BPELProcess}author <= "yuriy")
status = "error" and ($author <= "yuriy")
status = "error" and (${org.apache.ode.BPELProcess}author > "yuriy")
status = "error" and ($author > "yuriy")
status = "error" and (${org.apache.ode.BPELProcess}author >= "yuriy")
status = "error" and ($author >= "yuriy")
status = "error" and (${org.apache.ode.BPELProcess}author like "yuriy")
status = "error" and ($author like "yuriy")
status = "error" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
status = "error" and ($author in ("yuriy"))
status = "error" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
status = "error" and ($author in ("yuriy","kostya","nazar","orest"))
status = "error" and (pid = "HelloWorld")
status = "error" and (pid < "HelloWorld")
status = "error" and (pid <= "HelloWorld")
status = "error" and (pid > "HelloWorld")
status = "error" and (pid >= "HelloWorld")
status = "error" and (pid like "HelloWorld")
status = "error" and (pid in ("HelloWorld","Hello*","Hello*World"))
status = "error" and (pid in ("Hello*","Hello*World"))
status = "error" and (pid in ("Hello*World"))
status = "error" and (iid = "2006")
status = "error" and (iid < "2006")
status = "error" and (iid <= "2006")
status = "error" and (iid > "2006")
status = "error" and (iid >= "2006")
status = "error" and (iid in ("2006"))
status = "error" and (iid in ("2006","20061231"))
status = "completed" and (started = "2006-01-01T00:00:01")
status = "completed" and (started = "2006-01-31")
status = "completed" and (started = "2006-01")
status = "completed" and (started = "2006")
status = "completed" and (started < "2006-01-01T00:00:01")
status = "completed" and (started < "2006-01-31")
status = "completed" and (started < "2006-01")
status = "completed" and (started < "2006")
status = "completed" and (started <= "2006-01-01T00:00:01")
status = "completed" and (started <= "2006-01-31")
status = "completed" and (started <= "2006-01")
status = "completed" and (started <= "2006")
status = "completed" and (started > "2006-01-01T00:00:01")
status = "completed" and (started > "2006-01-31")
status = "completed" and (started > "2006-01")
status = "completed" and (started > "2006")
status = "completed" and (started >= "2006-01-01T00:00:01")
status = "completed" and (started >= "2006-01-31")
status = "completed" and (started >= "2006-01")
status = "completed" and (started >= "2006")
status = "completed" and (started like "2006-01-01T00:00:01")
status = "completed" and (started like "2006-01-31")
status = "completed" and (started like "2006-01")
status = "completed" and (started like "2006")
status = "completed" and (started in ("2006-01-01T00:00:01"))
status = "completed" and (started in ("2006-01-31","2006-01"))
status = "completed" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
status = "completed" and (last-active = "2006-02-01T00:00:01")
status = "completed" and (last-active = "2006-02-21")
status = "completed" and (last-active = "2006-02")
status = "completed" and (last-active = "2006")
status = "completed" and (last-active < "2006-02-01T00:00:01")
status = "completed" and (last-active < "2006-02-21")
status = "completed" and (last-active < "2006-02")
status = "completed" and (last-active < "2006")
status = "completed" and (last-active <= "2006-02-01T00:00:01")
status = "completed" and (last-active <= "2006-02-21")
status = "completed" and (last-active <= "2006-02")
status = "completed" and (last-active <= "2006")
status = "completed" and (last-active > "2006-02-01T00:00:01")
status = "completed" and (last-active > "2006-02-21")
status = "completed" and (last-active > "2006-02")
status = "completed" and (last-active > "2006")
status = "completed" and (last-active >= "2006-02-01T00:00:01")
status = "completed" and (last-active >= "2006-02-21")
status = "completed" and (last-active >= "2006-02")
status = "completed" and (last-active >= "2006")
status = "completed" and (last-active like "2006-02-01T00:00:01")
status = "completed" and (last-active like "2006-02-21")
status = "completed" and (last-active like "2006-02")
status = "completed" and (last-active like "2006")
status = "completed" and (last-active in ("2006-02-01T00:00:01"))
status = "completed" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
status = "completed" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
status = "completed" and (${org.apache.ode.BPELProcess}author = "yuriy")
status = "completed" and ($author = "yuriy")
status = "completed" and (${org.apache.ode.BPELProcess}author < "yuriy")
status = "completed" and ($author < "yuriy")
status = "completed" and (${org.apache.ode.BPELProcess}author <= "yuriy")
status = "completed" and ($author <= "yuriy")
status = "completed" and (${org.apache.ode.BPELProcess}author > "yuriy")
status = "completed" and ($author > "yuriy")
status = "completed" and (${org.apache.ode.BPELProcess}author >= "yuriy")
status = "completed" and ($author >= "yuriy")
status = "completed" and (${org.apache.ode.BPELProcess}author like "yuriy")
status = "completed" and ($author like "yuriy")
status = "completed" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
status = "completed" and ($author in ("yuriy"))
status = "completed" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
status = "completed" and ($author in ("yuriy","kostya","nazar","orest"))
status = "completed" and (pid = "HelloWorld")
status = "completed" and (pid < "HelloWorld")
status = "completed" and (pid <= "HelloWorld")
status = "completed" and (pid > "HelloWorld")
status = "completed" and (pid >= "HelloWorld")
status = "completed" and (pid like "HelloWorld")
status = "completed" and (pid in ("HelloWorld","Hello*","Hello*World"))
status = "completed" and (pid in ("Hello*","Hello*World"))
status = "completed" and (pid in ("Hello*World"))
status = "completed" and (iid = "2006")
status = "completed" and (iid < "2006")
status = "completed" and (iid <= "2006")
status = "completed" and (iid > "2006")
status = "completed" and (iid >= "2006")
status = "completed" and (iid in ("2006"))
status = "completed" and (iid in ("2006","20061231"))
status = "terminated" and (started = "2006-01-01T00:00:01")
status = "terminated" and (started = "2006-01-31")
status = "terminated" and (started = "2006-01")
status = "terminated" and (started = "2006")
status = "terminated" and (started < "2006-01-01T00:00:01")
status = "terminated" and (started < "2006-01-31")
status = "terminated" and (started < "2006-01")
status = "terminated" and (started < "2006")
status = "terminated" and (started <= "2006-01-01T00:00:01")
status = "terminated" and (started <= "2006-01-31")
status = "terminated" and (started <= "2006-01")
status = "terminated" and (started <= "2006")
status = "terminated" and (started > "2006-01-01T00:00:01")
status = "terminated" and (started > "2006-01-31")
status = "terminated" and (started > "2006-01")
status = "terminated" and (started > "2006")
status = "terminated" and (started >= "2006-01-01T00:00:01")
status = "terminated" and (started >= "2006-01-31")
status = "terminated" and (started >= "2006-01")
status = "terminated" and (started >= "2006")
status = "terminated" and (started like "2006-01-01T00:00:01")
status = "terminated" and (started like "2006-01-31")
status = "terminated" and (started like "2006-01")
status = "terminated" and (started like "2006")
status = "terminated" and (started in ("2006-01-01T00:00:01"))
status = "terminated" and (started in ("2006-01-31","2006-01"))
status = "terminated" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
status = "terminated" and (last-active = "2006-02-01T00:00:01")
status = "terminated" and (last-active = "2006-02-21")
status = "terminated" and (last-active = "2006-02")
status = "terminated" and (last-active = "2006")
status = "terminated" and (last-active < "2006-02-01T00:00:01")
status = "terminated" and (last-active < "2006-02-21")
status = "terminated" and (last-active < "2006-02")
status = "terminated" and (last-active < "2006")
status = "terminated" and (last-active <= "2006-02-01T00:00:01")
status = "terminated" and (last-active <= "2006-02-21")
status = "terminated" and (last-active <= "2006-02")
status = "terminated" and (last-active <= "2006")
status = "terminated" and (last-active > "2006-02-01T00:00:01")
status = "terminated" and (last-active > "2006-02-21")
status = "terminated" and (last-active > "2006-02")
status = "terminated" and (last-active > "2006")
status = "terminated" and (last-active >= "2006-02-01T00:00:01")
status = "terminated" and (last-active >= "2006-02-21")
status = "terminated" and (last-active >= "2006-02")
status = "terminated" and (last-active >= "2006")
status = "terminated" and (last-active like "2006-02-01T00:00:01")
status = "terminated" and (last-active like "2006-02-21")
status = "terminated" and (last-active like "2006-02")
status = "terminated" and (last-active like "2006")
status = "terminated" and (last-active in ("2006-02-01T00:00:01"))
status = "terminated" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
status = "terminated" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
status = "terminated" and (${org.apache.ode.BPELProcess}author = "yuriy")
status = "terminated" and ($author = "yuriy")
status = "terminated" and (${org.apache.ode.BPELProcess}author < "yuriy")
status = "terminated" and ($author < "yuriy")
status = "terminated" and (${org.apache.ode.BPELProcess}author <= "yuriy")
status = "terminated" and ($author <= "yuriy")
status = "terminated" and (${org.apache.ode.BPELProcess}author > "yuriy")
status = "terminated" and ($author > "yuriy")
status = "terminated" and (${org.apache.ode.BPELProcess}author >= "yuriy")
status = "terminated" and ($author >= "yuriy")
status = "terminated" and (${org.apache.ode.BPELProcess}author like "yuriy")
status = "terminated" and ($author like "yuriy")
status = "terminated" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
status = "terminated" and ($author in ("yuriy"))
status = "terminated" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
status = "terminated" and ($author in ("yuriy","kostya","nazar","orest"))
status = "terminated" and (pid = "HelloWorld")
status = "terminated" and (pid < "HelloWorld")
status = "terminated" and (pid <= "HelloWorld")
status = "terminated" and (pid > "HelloWorld")
status = "terminated" and (pid >= "HelloWorld")
status = "terminated" and (pid like "HelloWorld")
status = "terminated" and (pid in ("HelloWorld","Hello*","Hello*World"))
status = "terminated" and (pid in ("Hello*","Hello*World"))
status = "terminated" and (pid in ("Hello*World"))
status = "terminated" and (iid = "2006")
status = "terminated" and (iid < "2006")
status = "terminated" and (iid <= "2006")
status = "terminated" and (iid > "2006")
status = "terminated" and (iid >= "2006")
status = "terminated" and (iid in ("2006"))
status = "terminated" and (iid in ("2006","20061231"))
status = "faulted" and (started = "2006-01-01T00:00:01")
status = "faulted" and (started = "2006-01-31")
status = "faulted" and (started = "2006-01")
status = "faulted" and (started = "2006")
status = "faulted" and (started < "2006-01-01T00:00:01")
status = "faulted" and (started < "2006-01-31")
status = "faulted" and (started < "2006-01")
status = "faulted" and (started < "2006")
status = "faulted" and (started <= "2006-01-01T00:00:01")
status = "faulted" and (started <= "2006-01-31")
status = "faulted" and (started <= "2006-01")
status = "faulted" and (started <= "2006")
status = "faulted" and (started > "2006-01-01T00:00:01")
status = "faulted" and (started > "2006-01-31")
status = "faulted" and (started > "2006-01")
status = "faulted" and (started > "2006")
status = "faulted" and (started >= "2006-01-01T00:00:01")
status = "faulted" and (started >= "2006-01-31")
status = "faulted" and (started >= "2006-01")
status = "faulted" and (started >= "2006")
status = "faulted" and (started like "2006-01-01T00:00:01")
status = "faulted" and (started like "2006-01-31")
status = "faulted" and (started like "2006-01")
status = "faulted" and (started like "2006")
status = "faulted" and (started in ("2006-01-01T00:00:01"))
status = "faulted" and (started in ("2006-01-31","2006-01"))
status = "faulted" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
status = "faulted" and (last-active = "2006-02-01T00:00:01")
status = "faulted" and (last-active = "2006-02-21")
status = "faulted" and (last-active = "2006-02")
status = "faulted" and (last-active = "2006")
status = "faulted" and (last-active < "2006-02-01T00:00:01")
status = "faulted" and (last-active < "2006-02-21")
status = "faulted" and (last-active < "2006-02")
status = "faulted" and (last-active < "2006")
status = "faulted" and (last-active <= "2006-02-01T00:00:01")
status = "faulted" and (last-active <= "2006-02-21")
status = "faulted" and (last-active <= "2006-02")
status = "faulted" and (last-active <= "2006")
status = "faulted" and (last-active > "2006-02-01T00:00:01")
status = "faulted" and (last-active > "2006-02-21")
status = "faulted" and (last-active > "2006-02")
status = "faulted" and (last-active > "2006")
status = "faulted" and (last-active >= "2006-02-01T00:00:01")
status = "faulted" and (last-active >= "2006-02-21")
status = "faulted" and (last-active >= "2006-02")
status = "faulted" and (last-active >= "2006")
status = "faulted" and (last-active like "2006-02-01T00:00:01")
status = "faulted" and (last-active like "2006-02-21")
status = "faulted" and (last-active like "2006-02")
status = "faulted" and (last-active like "2006")
status = "faulted" and (last-active in ("2006-02-01T00:00:01"))
status = "faulted" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
status = "faulted" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
status = "faulted" and (${org.apache.ode.BPELProcess}author = "yuriy")
status = "faulted" and ($author = "yuriy")
status = "faulted" and (${org.apache.ode.BPELProcess}author < "yuriy")
status = "faulted" and ($author < "yuriy")
status = "faulted" and (${org.apache.ode.BPELProcess}author <= "yuriy")
status = "faulted" and ($author <= "yuriy")
status = "faulted" and (${org.apache.ode.BPELProcess}author > "yuriy")
status = "faulted" and ($author > "yuriy")
status = "faulted" and (${org.apache.ode.BPELProcess}author >= "yuriy")
status = "faulted" and ($author >= "yuriy")
status = "faulted" and (${org.apache.ode.BPELProcess}author like "yuriy")
status = "faulted" and ($author like "yuriy")
status = "faulted" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
status = "faulted" and ($author in ("yuriy"))
status = "faulted" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
status = "faulted" and ($author in ("yuriy","kostya","nazar","orest"))
status = "faulted" and (pid = "HelloWorld")
status = "faulted" and (pid < "HelloWorld")
status = "faulted" and (pid <= "HelloWorld")
status = "faulted" and (pid > "HelloWorld")
status = "faulted" and (pid >= "HelloWorld")
status = "faulted" and (pid like "HelloWorld")
status = "faulted" and (pid in ("HelloWorld","Hello*","Hello*World"))
status = "faulted" and (pid in ("Hello*","Hello*World"))
status = "faulted" and (pid in ("Hello*World"))
status = "faulted" and (iid = "2006")
status = "faulted" and (iid < "2006")
status = "faulted" and (iid <= "2006")
status = "faulted" and (iid > "2006")
status = "faulted" and (iid >= "2006")
status = "faulted" and (iid in ("2006"))
status = "faulted" and (iid in ("2006","20061231"))
status in ("active","suspended") and (started = "2006-01-01T00:00:01")
status in ("active","suspended") and (started = "2006-01-31")
status in ("active","suspended") and (started = "2006-01")
status in ("active","suspended") and (started = "2006")
status in ("active","suspended") and (started < "2006-01-01T00:00:01")
status in ("active","suspended") and (started < "2006-01-31")
status in ("active","suspended") and (started < "2006-01")
status in ("active","suspended") and (started < "2006")
status in ("active","suspended") and (started <= "2006-01-01T00:00:01")
status in ("active","suspended") and (started <= "2006-01-31")
status in ("active","suspended") and (started <= "2006-01")
status in ("active","suspended") and (started <= "2006")
status in ("active","suspended") and (started > "2006-01-01T00:00:01")
status in ("active","suspended") and (started > "2006-01-31")
status in ("active","suspended") and (started > "2006-01")
status in ("active","suspended") and (started > "2006")
status in ("active","suspended") and (started >= "2006-01-01T00:00:01")
status in ("active","suspended") and (started >= "2006-01-31")
status in ("active","suspended") and (started >= "2006-01")
status in ("active","suspended") and (started >= "2006")
status in ("active","suspended") and (started like "2006-01-01T00:00:01")
status in ("active","suspended") and (started like "2006-01-31")
status in ("active","suspended") and (started like "2006-01")
status in ("active","suspended") and (started like "2006")
status in ("active","suspended") and (started in ("2006-01-01T00:00:01"))
status in ("active","suspended") and (started in ("2006-01-31","2006-01"))
status in ("active","suspended") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
status in ("active","suspended") and (last-active = "2006-02-01T00:00:01")
status in ("active","suspended") and (last-active = "2006-02-21")
status in ("active","suspended") and (last-active = "2006-02")
status in ("active","suspended") and (last-active = "2006")
status in ("active","suspended") and (last-active < "2006-02-01T00:00:01")
status in ("active","suspended") and (last-active < "2006-02-21")
status in ("active","suspended") and (last-active < "2006-02")
status in ("active","suspended") and (last-active < "2006")
status in ("active","suspended") and (last-active <= "2006-02-01T00:00:01")
status in ("active","suspended") and (last-active <= "2006-02-21")
status in ("active","suspended") and (last-active <= "2006-02")
status in ("active","suspended") and (last-active <= "2006")
status in ("active","suspended") and (last-active > "2006-02-01T00:00:01")
status in ("active","suspended") and (last-active > "2006-02-21")
status in ("active","suspended") and (last-active > "2006-02")
status in ("active","suspended") and (last-active > "2006")
status in ("active","suspended") and (last-active >= "2006-02-01T00:00:01")
status in ("active","suspended") and (last-active >= "2006-02-21")
status in ("active","suspended") and (last-active >= "2006-02")
status in ("active","suspended") and (last-active >= "2006")
status in ("active","suspended") and (last-active like "2006-02-01T00:00:01")
status in ("active","suspended") and (last-active like "2006-02-21")
status in ("active","suspended") and (last-active like "2006-02")
status in ("active","suspended") and (last-active like "2006")
status in ("active","suspended") and (last-active in ("2006-02-01T00:00:01"))
status in ("active","suspended") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
status in ("active","suspended") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
status in ("active","suspended") and (${org.apache.ode.BPELProcess}author = "yuriy")
status in ("active","suspended") and ($author = "yuriy")
status in ("active","suspended") and (${org.apache.ode.BPELProcess}author < "yuriy")
status in ("active","suspended") and ($author < "yuriy")
status in ("active","suspended") and (${org.apache.ode.BPELProcess}author <= "yuriy")
status in ("active","suspended") and ($author <= "yuriy")
status in ("active","suspended") and (${org.apache.ode.BPELProcess}author > "yuriy")
status in ("active","suspended") and ($author > "yuriy")
status in ("active","suspended") and (${org.apache.ode.BPELProcess}author >= "yuriy")
status in ("active","suspended") and ($author >= "yuriy")
status in ("active","suspended") and (${org.apache.ode.BPELProcess}author like "yuriy")
status in ("active","suspended") and ($author like "yuriy")
status in ("active","suspended") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
status in ("active","suspended") and ($author in ("yuriy"))
status in ("active","suspended") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
status in ("active","suspended") and ($author in ("yuriy","kostya","nazar","orest"))
status in ("active","suspended") and (pid = "HelloWorld")
status in ("active","suspended") and (pid < "HelloWorld")
status in ("active","suspended") and (pid <= "HelloWorld")
status in ("active","suspended") and (pid > "HelloWorld")
status in ("active","suspended") and (pid >= "HelloWorld")
status in ("active","suspended") and (pid like "HelloWorld")
status in ("active","suspended") and (pid in ("HelloWorld","Hello*","Hello*World"))
status in ("active","suspended") and (pid in ("Hello*","Hello*World"))
status in ("active","suspended") and (pid in ("Hello*World"))
status in ("active","suspended") and (iid = "2006")
status in ("active","suspended") and (iid < "2006")
status in ("active","suspended") and (iid <= "2006")
status in ("active","suspended") and (iid > "2006")
status in ("active","suspended") and (iid >= "2006")
status in ("active","suspended") and (iid in ("2006"))
status in ("active","suspended") and (iid in ("2006","20061231"))
status in ("active","suspended","error","completed","terminated","faulted") and (started = "2006-01-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") and (started = "2006-01-31")
status in ("active","suspended","error","completed","terminated","faulted") and (started = "2006-01")
status in ("active","suspended","error","completed","terminated","faulted") and (started = "2006")
status in ("active","suspended","error","completed","terminated","faulted") and (started < "2006-01-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") and (started < "2006-01-31")
status in ("active","suspended","error","completed","terminated","faulted") and (started < "2006-01")
status in ("active","suspended","error","completed","terminated","faulted") and (started < "2006")
status in ("active","suspended","error","completed","terminated","faulted") and (started <= "2006-01-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") and (started <= "2006-01-31")
status in ("active","suspended","error","completed","terminated","faulted") and (started <= "2006-01")
status in ("active","suspended","error","completed","terminated","faulted") and (started <= "2006")
status in ("active","suspended","error","completed","terminated","faulted") and (started > "2006-01-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") and (started > "2006-01-31")
status in ("active","suspended","error","completed","terminated","faulted") and (started > "2006-01")
status in ("active","suspended","error","completed","terminated","faulted") and (started > "2006")
status in ("active","suspended","error","completed","terminated","faulted") and (started >= "2006-01-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") and (started >= "2006-01-31")
status in ("active","suspended","error","completed","terminated","faulted") and (started >= "2006-01")
status in ("active","suspended","error","completed","terminated","faulted") and (started >= "2006")
status in ("active","suspended","error","completed","terminated","faulted") and (started like "2006-01-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") and (started like "2006-01-31")
status in ("active","suspended","error","completed","terminated","faulted") and (started like "2006-01")
status in ("active","suspended","error","completed","terminated","faulted") and (started like "2006")
status in ("active","suspended","error","completed","terminated","faulted") and (started in ("2006-01-01T00:00:01"))
status in ("active","suspended","error","completed","terminated","faulted") and (started in ("2006-01-31","2006-01"))
status in ("active","suspended","error","completed","terminated","faulted") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
status in ("active","suspended","error","completed","terminated","faulted") and (last-active = "2006-02-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active = "2006-02-21")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active = "2006-02")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active = "2006")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active < "2006-02-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active < "2006-02-21")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active < "2006-02")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active < "2006")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active <= "2006-02-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active <= "2006-02-21")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active <= "2006-02")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active <= "2006")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active > "2006-02-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active > "2006-02-21")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active > "2006-02")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active > "2006")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active >= "2006-02-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active >= "2006-02-21")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active >= "2006-02")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active >= "2006")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active like "2006-02-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active like "2006-02-21")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active like "2006-02")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active like "2006")
status in ("active","suspended","error","completed","terminated","faulted") and (last-active in ("2006-02-01T00:00:01"))
status in ("active","suspended","error","completed","terminated","faulted") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
status in ("active","suspended","error","completed","terminated","faulted") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
status in ("active","suspended","error","completed","terminated","faulted") and (${org.apache.ode.BPELProcess}author = "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") and ($author = "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") and (${org.apache.ode.BPELProcess}author < "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") and ($author < "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") and (${org.apache.ode.BPELProcess}author <= "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") and ($author <= "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") and (${org.apache.ode.BPELProcess}author > "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") and ($author > "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") and (${org.apache.ode.BPELProcess}author >= "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") and ($author >= "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") and (${org.apache.ode.BPELProcess}author like "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") and ($author like "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
status in ("active","suspended","error","completed","terminated","faulted") and ($author in ("yuriy"))
status in ("active","suspended","error","completed","terminated","faulted") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
status in ("active","suspended","error","completed","terminated","faulted") and ($author in ("yuriy","kostya","nazar","orest"))
status in ("active","suspended","error","completed","terminated","faulted") and (pid = "HelloWorld")
status in ("active","suspended","error","completed","terminated","faulted") and (pid < "HelloWorld")
status in ("active","suspended","error","completed","terminated","faulted") and (pid <= "HelloWorld")
status in ("active","suspended","error","completed","terminated","faulted") and (pid > "HelloWorld")
status in ("active","suspended","error","completed","terminated","faulted") and (pid >= "HelloWorld")
status in ("active","suspended","error","completed","terminated","faulted") and (pid like "HelloWorld")
status in ("active","suspended","error","completed","terminated","faulted") and (pid in ("HelloWorld","Hello*","Hello*World"))
status in ("active","suspended","error","completed","terminated","faulted") and (pid in ("Hello*","Hello*World"))
status in ("active","suspended","error","completed","terminated","faulted") and (pid in ("Hello*World"))
status in ("active","suspended","error","completed","terminated","faulted") and (iid = "2006")
status in ("active","suspended","error","completed","terminated","faulted") and (iid < "2006")
status in ("active","suspended","error","completed","terminated","faulted") and (iid <= "2006")
status in ("active","suspended","error","completed","terminated","faulted") and (iid > "2006")
status in ("active","suspended","error","completed","terminated","faulted") and (iid >= "2006")
status in ("active","suspended","error","completed","terminated","faulted") and (iid in ("2006"))
status in ("active","suspended","error","completed","terminated","faulted") and (iid in ("2006","20061231"))
(status = "active") and (started = "2006-01-01T00:00:01")
(status = "active") and (started = "2006-01-31")
(status = "active") and (started = "2006-01")
(status = "active") and (started = "2006")
(status = "active") and (started < "2006-01-01T00:00:01")
(status = "active") and (started < "2006-01-31")
(status = "active") and (started < "2006-01")
(status = "active") and (started < "2006")
(status = "active") and (started <= "2006-01-01T00:00:01")
(status = "active") and (started <= "2006-01-31")
(status = "active") and (started <= "2006-01")
(status = "active") and (started <= "2006")
(status = "active") and (started > "2006-01-01T00:00:01")
(status = "active") and (started > "2006-01-31")
(status = "active") and (started > "2006-01")
(status = "active") and (started > "2006")
(status = "active") and (started >= "2006-01-01T00:00:01")
(status = "active") and (started >= "2006-01-31")
(status = "active") and (started >= "2006-01")
(status = "active") and (started >= "2006")
(status = "active") and (started like "2006-01-01T00:00:01")
(status = "active") and (started like "2006-01-31")
(status = "active") and (started like "2006-01")
(status = "active") and (started like "2006")
(status = "active") and (started in ("2006-01-01T00:00:01"))
(status = "active") and (started in ("2006-01-31","2006-01"))
(status = "active") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(status = "active") and (last-active = "2006-02-01T00:00:01")
(status = "active") and (last-active = "2006-02-21")
(status = "active") and (last-active = "2006-02")
(status = "active") and (last-active = "2006")
(status = "active") and (last-active < "2006-02-01T00:00:01")
(status = "active") and (last-active < "2006-02-21")
(status = "active") and (last-active < "2006-02")
(status = "active") and (last-active < "2006")
(status = "active") and (last-active <= "2006-02-01T00:00:01")
(status = "active") and (last-active <= "2006-02-21")
(status = "active") and (last-active <= "2006-02")
(status = "active") and (last-active <= "2006")
(status = "active") and (last-active > "2006-02-01T00:00:01")
(status = "active") and (last-active > "2006-02-21")
(status = "active") and (last-active > "2006-02")
(status = "active") and (last-active > "2006")
(status = "active") and (last-active >= "2006-02-01T00:00:01")
(status = "active") and (last-active >= "2006-02-21")
(status = "active") and (last-active >= "2006-02")
(status = "active") and (last-active >= "2006")
(status = "active") and (last-active like "2006-02-01T00:00:01")
(status = "active") and (last-active like "2006-02-21")
(status = "active") and (last-active like "2006-02")
(status = "active") and (last-active like "2006")
(status = "active") and (last-active in ("2006-02-01T00:00:01"))
(status = "active") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(status = "active") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(status = "active") and (${org.apache.ode.BPELProcess}author = "yuriy")
(status = "active") and ($author = "yuriy")
(status = "active") and (${org.apache.ode.BPELProcess}author < "yuriy")
(status = "active") and ($author < "yuriy")
(status = "active") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(status = "active") and ($author <= "yuriy")
(status = "active") and (${org.apache.ode.BPELProcess}author > "yuriy")
(status = "active") and ($author > "yuriy")
(status = "active") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(status = "active") and ($author >= "yuriy")
(status = "active") and (${org.apache.ode.BPELProcess}author like "yuriy")
(status = "active") and ($author like "yuriy")
(status = "active") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(status = "active") and ($author in ("yuriy"))
(status = "active") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(status = "active") and ($author in ("yuriy","kostya","nazar","orest"))
(status = "active") and (pid = "HelloWorld")
(status = "active") and (pid < "HelloWorld")
(status = "active") and (pid <= "HelloWorld")
(status = "active") and (pid > "HelloWorld")
(status = "active") and (pid >= "HelloWorld")
(status = "active") and (pid like "HelloWorld")
(status = "active") and (pid in ("HelloWorld","Hello*","Hello*World"))
(status = "active") and (pid in ("Hello*","Hello*World"))
(status = "active") and (pid in ("Hello*World"))
(status = "active") and (iid = "2006")
(status = "active") and (iid < "2006")
(status = "active") and (iid <= "2006")
(status = "active") and (iid > "2006")
(status = "active") and (iid >= "2006")
(status = "active") and (iid in ("2006"))
(status = "active") and (iid in ("2006","20061231"))
(status = "suspended") and (started = "2006-01-01T00:00:01")
(status = "suspended") and (started = "2006-01-31")
(status = "suspended") and (started = "2006-01")
(status = "suspended") and (started = "2006")
(status = "suspended") and (started < "2006-01-01T00:00:01")
(status = "suspended") and (started < "2006-01-31")
(status = "suspended") and (started < "2006-01")
(status = "suspended") and (started < "2006")
(status = "suspended") and (started <= "2006-01-01T00:00:01")
(status = "suspended") and (started <= "2006-01-31")
(status = "suspended") and (started <= "2006-01")
(status = "suspended") and (started <= "2006")
(status = "suspended") and (started > "2006-01-01T00:00:01")
(status = "suspended") and (started > "2006-01-31")
(status = "suspended") and (started > "2006-01")
(status = "suspended") and (started > "2006")
(status = "suspended") and (started >= "2006-01-01T00:00:01")
(status = "suspended") and (started >= "2006-01-31")
(status = "suspended") and (started >= "2006-01")
(status = "suspended") and (started >= "2006")
(status = "suspended") and (started like "2006-01-01T00:00:01")
(status = "suspended") and (started like "2006-01-31")
(status = "suspended") and (started like "2006-01")
(status = "suspended") and (started like "2006")
(status = "suspended") and (started in ("2006-01-01T00:00:01"))
(status = "suspended") and (started in ("2006-01-31","2006-01"))
(status = "suspended") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(status = "suspended") and (last-active = "2006-02-01T00:00:01")
(status = "suspended") and (last-active = "2006-02-21")
(status = "suspended") and (last-active = "2006-02")
(status = "suspended") and (last-active = "2006")
(status = "suspended") and (last-active < "2006-02-01T00:00:01")
(status = "suspended") and (last-active < "2006-02-21")
(status = "suspended") and (last-active < "2006-02")
(status = "suspended") and (last-active < "2006")
(status = "suspended") and (last-active <= "2006-02-01T00:00:01")
(status = "suspended") and (last-active <= "2006-02-21")
(status = "suspended") and (last-active <= "2006-02")
(status = "suspended") and (last-active <= "2006")
(status = "suspended") and (last-active > "2006-02-01T00:00:01")
(status = "suspended") and (last-active > "2006-02-21")
(status = "suspended") and (last-active > "2006-02")
(status = "suspended") and (last-active > "2006")
(status = "suspended") and (last-active >= "2006-02-01T00:00:01")
(status = "suspended") and (last-active >= "2006-02-21")
(status = "suspended") and (last-active >= "2006-02")
(status = "suspended") and (last-active >= "2006")
(status = "suspended") and (last-active like "2006-02-01T00:00:01")
(status = "suspended") and (last-active like "2006-02-21")
(status = "suspended") and (last-active like "2006-02")
(status = "suspended") and (last-active like "2006")
(status = "suspended") and (last-active in ("2006-02-01T00:00:01"))
(status = "suspended") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(status = "suspended") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(status = "suspended") and (${org.apache.ode.BPELProcess}author = "yuriy")
(status = "suspended") and ($author = "yuriy")
(status = "suspended") and (${org.apache.ode.BPELProcess}author < "yuriy")
(status = "suspended") and ($author < "yuriy")
(status = "suspended") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(status = "suspended") and ($author <= "yuriy")
(status = "suspended") and (${org.apache.ode.BPELProcess}author > "yuriy")
(status = "suspended") and ($author > "yuriy")
(status = "suspended") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(status = "suspended") and ($author >= "yuriy")
(status = "suspended") and (${org.apache.ode.BPELProcess}author like "yuriy")
(status = "suspended") and ($author like "yuriy")
(status = "suspended") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(status = "suspended") and ($author in ("yuriy"))
(status = "suspended") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(status = "suspended") and ($author in ("yuriy","kostya","nazar","orest"))
(status = "suspended") and (pid = "HelloWorld")
(status = "suspended") and (pid < "HelloWorld")
(status = "suspended") and (pid <= "HelloWorld")
(status = "suspended") and (pid > "HelloWorld")
(status = "suspended") and (pid >= "HelloWorld")
(status = "suspended") and (pid like "HelloWorld")
(status = "suspended") and (pid in ("HelloWorld","Hello*","Hello*World"))
(status = "suspended") and (pid in ("Hello*","Hello*World"))
(status = "suspended") and (pid in ("Hello*World"))
(status = "suspended") and (iid = "2006")
(status = "suspended") and (iid < "2006")
(status = "suspended") and (iid <= "2006")
(status = "suspended") and (iid > "2006")
(status = "suspended") and (iid >= "2006")
(status = "suspended") and (iid in ("2006"))
(status = "suspended") and (iid in ("2006","20061231"))
(status = "error") and (started = "2006-01-01T00:00:01")
(status = "error") and (started = "2006-01-31")
(status = "error") and (started = "2006-01")
(status = "error") and (started = "2006")
(status = "error") and (started < "2006-01-01T00:00:01")
(status = "error") and (started < "2006-01-31")
(status = "error") and (started < "2006-01")
(status = "error") and (started < "2006")
(status = "error") and (started <= "2006-01-01T00:00:01")
(status = "error") and (started <= "2006-01-31")
(status = "error") and (started <= "2006-01")
(status = "error") and (started <= "2006")
(status = "error") and (started > "2006-01-01T00:00:01")
(status = "error") and (started > "2006-01-31")
(status = "error") and (started > "2006-01")
(status = "error") and (started > "2006")
(status = "error") and (started >= "2006-01-01T00:00:01")
(status = "error") and (started >= "2006-01-31")
(status = "error") and (started >= "2006-01")
(status = "error") and (started >= "2006")
(status = "error") and (started like "2006-01-01T00:00:01")
(status = "error") and (started like "2006-01-31")
(status = "error") and (started like "2006-01")
(status = "error") and (started like "2006")
(status = "error") and (started in ("2006-01-01T00:00:01"))
(status = "error") and (started in ("2006-01-31","2006-01"))
(status = "error") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(status = "error") and (last-active = "2006-02-01T00:00:01")
(status = "error") and (last-active = "2006-02-21")
(status = "error") and (last-active = "2006-02")
(status = "error") and (last-active = "2006")
(status = "error") and (last-active < "2006-02-01T00:00:01")
(status = "error") and (last-active < "2006-02-21")
(status = "error") and (last-active < "2006-02")
(status = "error") and (last-active < "2006")
(status = "error") and (last-active <= "2006-02-01T00:00:01")
(status = "error") and (last-active <= "2006-02-21")
(status = "error") and (last-active <= "2006-02")
(status = "error") and (last-active <= "2006")
(status = "error") and (last-active > "2006-02-01T00:00:01")
(status = "error") and (last-active > "2006-02-21")
(status = "error") and (last-active > "2006-02")
(status = "error") and (last-active > "2006")
(status = "error") and (last-active >= "2006-02-01T00:00:01")
(status = "error") and (last-active >= "2006-02-21")
(status = "error") and (last-active >= "2006-02")
(status = "error") and (last-active >= "2006")
(status = "error") and (last-active like "2006-02-01T00:00:01")
(status = "error") and (last-active like "2006-02-21")
(status = "error") and (last-active like "2006-02")
(status = "error") and (last-active like "2006")
(status = "error") and (last-active in ("2006-02-01T00:00:01"))
(status = "error") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(status = "error") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(status = "error") and (${org.apache.ode.BPELProcess}author = "yuriy")
(status = "error") and ($author = "yuriy")
(status = "error") and (${org.apache.ode.BPELProcess}author < "yuriy")
(status = "error") and ($author < "yuriy")
(status = "error") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(status = "error") and ($author <= "yuriy")
(status = "error") and (${org.apache.ode.BPELProcess}author > "yuriy")
(status = "error") and ($author > "yuriy")
(status = "error") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(status = "error") and ($author >= "yuriy")
(status = "error") and (${org.apache.ode.BPELProcess}author like "yuriy")
(status = "error") and ($author like "yuriy")
(status = "error") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(status = "error") and ($author in ("yuriy"))
(status = "error") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(status = "error") and ($author in ("yuriy","kostya","nazar","orest"))
(status = "error") and (pid = "HelloWorld")
(status = "error") and (pid < "HelloWorld")
(status = "error") and (pid <= "HelloWorld")
(status = "error") and (pid > "HelloWorld")
(status = "error") and (pid >= "HelloWorld")
(status = "error") and (pid like "HelloWorld")
(status = "error") and (pid in ("HelloWorld","Hello*","Hello*World"))
(status = "error") and (pid in ("Hello*","Hello*World"))
(status = "error") and (pid in ("Hello*World"))
(status = "error") and (iid = "2006")
(status = "error") and (iid < "2006")
(status = "error") and (iid <= "2006")
(status = "error") and (iid > "2006")
(status = "error") and (iid >= "2006")
(status = "error") and (iid in ("2006"))
(status = "error") and (iid in ("2006","20061231"))
(status = "completed") and (started = "2006-01-01T00:00:01")
(status = "completed") and (started = "2006-01-31")
(status = "completed") and (started = "2006-01")
(status = "completed") and (started = "2006")
(status = "completed") and (started < "2006-01-01T00:00:01")
(status = "completed") and (started < "2006-01-31")
(status = "completed") and (started < "2006-01")
(status = "completed") and (started < "2006")
(status = "completed") and (started <= "2006-01-01T00:00:01")
(status = "completed") and (started <= "2006-01-31")
(status = "completed") and (started <= "2006-01")
(status = "completed") and (started <= "2006")
(status = "completed") and (started > "2006-01-01T00:00:01")
(status = "completed") and (started > "2006-01-31")
(status = "completed") and (started > "2006-01")
(status = "completed") and (started > "2006")
(status = "completed") and (started >= "2006-01-01T00:00:01")
(status = "completed") and (started >= "2006-01-31")
(status = "completed") and (started >= "2006-01")
(status = "completed") and (started >= "2006")
(status = "completed") and (started like "2006-01-01T00:00:01")
(status = "completed") and (started like "2006-01-31")
(status = "completed") and (started like "2006-01")
(status = "completed") and (started like "2006")
(status = "completed") and (started in ("2006-01-01T00:00:01"))
(status = "completed") and (started in ("2006-01-31","2006-01"))
(status = "completed") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(status = "completed") and (last-active = "2006-02-01T00:00:01")
(status = "completed") and (last-active = "2006-02-21")
(status = "completed") and (last-active = "2006-02")
(status = "completed") and (last-active = "2006")
(status = "completed") and (last-active < "2006-02-01T00:00:01")
(status = "completed") and (last-active < "2006-02-21")
(status = "completed") and (last-active < "2006-02")
(status = "completed") and (last-active < "2006")
(status = "completed") and (last-active <= "2006-02-01T00:00:01")
(status = "completed") and (last-active <= "2006-02-21")
(status = "completed") and (last-active <= "2006-02")
(status = "completed") and (last-active <= "2006")
(status = "completed") and (last-active > "2006-02-01T00:00:01")
(status = "completed") and (last-active > "2006-02-21")
(status = "completed") and (last-active > "2006-02")
(status = "completed") and (last-active > "2006")
(status = "completed") and (last-active >= "2006-02-01T00:00:01")
(status = "completed") and (last-active >= "2006-02-21")
(status = "completed") and (last-active >= "2006-02")
(status = "completed") and (last-active >= "2006")
(status = "completed") and (last-active like "2006-02-01T00:00:01")
(status = "completed") and (last-active like "2006-02-21")
(status = "completed") and (last-active like "2006-02")
(status = "completed") and (last-active like "2006")
(status = "completed") and (last-active in ("2006-02-01T00:00:01"))
(status = "completed") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(status = "completed") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(status = "completed") and (${org.apache.ode.BPELProcess}author = "yuriy")
(status = "completed") and ($author = "yuriy")
(status = "completed") and (${org.apache.ode.BPELProcess}author < "yuriy")
(status = "completed") and ($author < "yuriy")
(status = "completed") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(status = "completed") and ($author <= "yuriy")
(status = "completed") and (${org.apache.ode.BPELProcess}author > "yuriy")
(status = "completed") and ($author > "yuriy")
(status = "completed") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(status = "completed") and ($author >= "yuriy")
(status = "completed") and (${org.apache.ode.BPELProcess}author like "yuriy")
(status = "completed") and ($author like "yuriy")
(status = "completed") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(status = "completed") and ($author in ("yuriy"))
(status = "completed") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(status = "completed") and ($author in ("yuriy","kostya","nazar","orest"))
(status = "completed") and (pid = "HelloWorld")
(status = "completed") and (pid < "HelloWorld")
(status = "completed") and (pid <= "HelloWorld")
(status = "completed") and (pid > "HelloWorld")
(status = "completed") and (pid >= "HelloWorld")
(status = "completed") and (pid like "HelloWorld")
(status = "completed") and (pid in ("HelloWorld","Hello*","Hello*World"))
(status = "completed") and (pid in ("Hello*","Hello*World"))
(status = "completed") and (pid in ("Hello*World"))
(status = "completed") and (iid = "2006")
(status = "completed") and (iid < "2006")
(status = "completed") and (iid <= "2006")
(status = "completed") and (iid > "2006")
(status = "completed") and (iid >= "2006")
(status = "completed") and (iid in ("2006"))
(status = "completed") and (iid in ("2006","20061231"))
(status = "terminated") and (started = "2006-01-01T00:00:01")
(status = "terminated") and (started = "2006-01-31")
(status = "terminated") and (started = "2006-01")
(status = "terminated") and (started = "2006")
(status = "terminated") and (started < "2006-01-01T00:00:01")
(status = "terminated") and (started < "2006-01-31")
(status = "terminated") and (started < "2006-01")
(status = "terminated") and (started < "2006")
(status = "terminated") and (started <= "2006-01-01T00:00:01")
(status = "terminated") and (started <= "2006-01-31")
(status = "terminated") and (started <= "2006-01")
(status = "terminated") and (started <= "2006")
(status = "terminated") and (started > "2006-01-01T00:00:01")
(status = "terminated") and (started > "2006-01-31")
(status = "terminated") and (started > "2006-01")
(status = "terminated") and (started > "2006")
(status = "terminated") and (started >= "2006-01-01T00:00:01")
(status = "terminated") and (started >= "2006-01-31")
(status = "terminated") and (started >= "2006-01")
(status = "terminated") and (started >= "2006")
(status = "terminated") and (started like "2006-01-01T00:00:01")
(status = "terminated") and (started like "2006-01-31")
(status = "terminated") and (started like "2006-01")
(status = "terminated") and (started like "2006")
(status = "terminated") and (started in ("2006-01-01T00:00:01"))
(status = "terminated") and (started in ("2006-01-31","2006-01"))
(status = "terminated") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(status = "terminated") and (last-active = "2006-02-01T00:00:01")
(status = "terminated") and (last-active = "2006-02-21")
(status = "terminated") and (last-active = "2006-02")
(status = "terminated") and (last-active = "2006")
(status = "terminated") and (last-active < "2006-02-01T00:00:01")
(status = "terminated") and (last-active < "2006-02-21")
(status = "terminated") and (last-active < "2006-02")
(status = "terminated") and (last-active < "2006")
(status = "terminated") and (last-active <= "2006-02-01T00:00:01")
(status = "terminated") and (last-active <= "2006-02-21")
(status = "terminated") and (last-active <= "2006-02")
(status = "terminated") and (last-active <= "2006")
(status = "terminated") and (last-active > "2006-02-01T00:00:01")
(status = "terminated") and (last-active > "2006-02-21")
(status = "terminated") and (last-active > "2006-02")
(status = "terminated") and (last-active > "2006")
(status = "terminated") and (last-active >= "2006-02-01T00:00:01")
(status = "terminated") and (last-active >= "2006-02-21")
(status = "terminated") and (last-active >= "2006-02")
(status = "terminated") and (last-active >= "2006")
(status = "terminated") and (last-active like "2006-02-01T00:00:01")
(status = "terminated") and (last-active like "2006-02-21")
(status = "terminated") and (last-active like "2006-02")
(status = "terminated") and (last-active like "2006")
(status = "terminated") and (last-active in ("2006-02-01T00:00:01"))
(status = "terminated") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(status = "terminated") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(status = "terminated") and (${org.apache.ode.BPELProcess}author = "yuriy")
(status = "terminated") and ($author = "yuriy")
(status = "terminated") and (${org.apache.ode.BPELProcess}author < "yuriy")
(status = "terminated") and ($author < "yuriy")
(status = "terminated") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(status = "terminated") and ($author <= "yuriy")
(status = "terminated") and (${org.apache.ode.BPELProcess}author > "yuriy")
(status = "terminated") and ($author > "yuriy")
(status = "terminated") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(status = "terminated") and ($author >= "yuriy")
(status = "terminated") and (${org.apache.ode.BPELProcess}author like "yuriy")
(status = "terminated") and ($author like "yuriy")
(status = "terminated") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(status = "terminated") and ($author in ("yuriy"))
(status = "terminated") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(status = "terminated") and ($author in ("yuriy","kostya","nazar","orest"))
(status = "terminated") and (pid = "HelloWorld")
(status = "terminated") and (pid < "HelloWorld")
(status = "terminated") and (pid <= "HelloWorld")
(status = "terminated") and (pid > "HelloWorld")
(status = "terminated") and (pid >= "HelloWorld")
(status = "terminated") and (pid like "HelloWorld")
(status = "terminated") and (pid in ("HelloWorld","Hello*","Hello*World"))
(status = "terminated") and (pid in ("Hello*","Hello*World"))
(status = "terminated") and (pid in ("Hello*World"))
(status = "terminated") and (iid = "2006")
(status = "terminated") and (iid < "2006")
(status = "terminated") and (iid <= "2006")
(status = "terminated") and (iid > "2006")
(status = "terminated") and (iid >= "2006")
(status = "terminated") and (iid in ("2006"))
(status = "terminated") and (iid in ("2006","20061231"))
(status = "faulted") and (started = "2006-01-01T00:00:01")
(status = "faulted") and (started = "2006-01-31")
(status = "faulted") and (started = "2006-01")
(status = "faulted") and (started = "2006")
(status = "faulted") and (started < "2006-01-01T00:00:01")
(status = "faulted") and (started < "2006-01-31")
(status = "faulted") and (started < "2006-01")
(status = "faulted") and (started < "2006")
(status = "faulted") and (started <= "2006-01-01T00:00:01")
(status = "faulted") and (started <= "2006-01-31")
(status = "faulted") and (started <= "2006-01")
(status = "faulted") and (started <= "2006")
(status = "faulted") and (started > "2006-01-01T00:00:01")
(status = "faulted") and (started > "2006-01-31")
(status = "faulted") and (started > "2006-01")
(status = "faulted") and (started > "2006")
(status = "faulted") and (started >= "2006-01-01T00:00:01")
(status = "faulted") and (started >= "2006-01-31")
(status = "faulted") and (started >= "2006-01")
(status = "faulted") and (started >= "2006")
(status = "faulted") and (started like "2006-01-01T00:00:01")
(status = "faulted") and (started like "2006-01-31")
(status = "faulted") and (started like "2006-01")
(status = "faulted") and (started like "2006")
(status = "faulted") and (started in ("2006-01-01T00:00:01"))
(status = "faulted") and (started in ("2006-01-31","2006-01"))
(status = "faulted") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(status = "faulted") and (last-active = "2006-02-01T00:00:01")
(status = "faulted") and (last-active = "2006-02-21")
(status = "faulted") and (last-active = "2006-02")
(status = "faulted") and (last-active = "2006")
(status = "faulted") and (last-active < "2006-02-01T00:00:01")
(status = "faulted") and (last-active < "2006-02-21")
(status = "faulted") and (last-active < "2006-02")
(status = "faulted") and (last-active < "2006")
(status = "faulted") and (last-active <= "2006-02-01T00:00:01")
(status = "faulted") and (last-active <= "2006-02-21")
(status = "faulted") and (last-active <= "2006-02")
(status = "faulted") and (last-active <= "2006")
(status = "faulted") and (last-active > "2006-02-01T00:00:01")
(status = "faulted") and (last-active > "2006-02-21")
(status = "faulted") and (last-active > "2006-02")
(status = "faulted") and (last-active > "2006")
(status = "faulted") and (last-active >= "2006-02-01T00:00:01")
(status = "faulted") and (last-active >= "2006-02-21")
(status = "faulted") and (last-active >= "2006-02")
(status = "faulted") and (last-active >= "2006")
(status = "faulted") and (last-active like "2006-02-01T00:00:01")
(status = "faulted") and (last-active like "2006-02-21")
(status = "faulted") and (last-active like "2006-02")
(status = "faulted") and (last-active like "2006")
(status = "faulted") and (last-active in ("2006-02-01T00:00:01"))
(status = "faulted") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(status = "faulted") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(status = "faulted") and (${org.apache.ode.BPELProcess}author = "yuriy")
(status = "faulted") and ($author = "yuriy")
(status = "faulted") and (${org.apache.ode.BPELProcess}author < "yuriy")
(status = "faulted") and ($author < "yuriy")
(status = "faulted") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(status = "faulted") and ($author <= "yuriy")
(status = "faulted") and (${org.apache.ode.BPELProcess}author > "yuriy")
(status = "faulted") and ($author > "yuriy")
(status = "faulted") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(status = "faulted") and ($author >= "yuriy")
(status = "faulted") and (${org.apache.ode.BPELProcess}author like "yuriy")
(status = "faulted") and ($author like "yuriy")
(status = "faulted") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(status = "faulted") and ($author in ("yuriy"))
(status = "faulted") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(status = "faulted") and ($author in ("yuriy","kostya","nazar","orest"))
(status = "faulted") and (pid = "HelloWorld")
(status = "faulted") and (pid < "HelloWorld")
(status = "faulted") and (pid <= "HelloWorld")
(status = "faulted") and (pid > "HelloWorld")
(status = "faulted") and (pid >= "HelloWorld")
(status = "faulted") and (pid like "HelloWorld")
(status = "faulted") and (pid in ("HelloWorld","Hello*","Hello*World"))
(status = "faulted") and (pid in ("Hello*","Hello*World"))
(status = "faulted") and (pid in ("Hello*World"))
(status = "faulted") and (iid = "2006")
(status = "faulted") and (iid < "2006")
(status = "faulted") and (iid <= "2006")
(status = "faulted") and (iid > "2006")
(status = "faulted") and (iid >= "2006")
(status = "faulted") and (iid in ("2006"))
(status = "faulted") and (iid in ("2006","20061231"))
(status in ("active","suspended")) and (started = "2006-01-01T00:00:01")
(status in ("active","suspended")) and (started = "2006-01-31")
(status in ("active","suspended")) and (started = "2006-01")
(status in ("active","suspended")) and (started = "2006")
(status in ("active","suspended")) and (started < "2006-01-01T00:00:01")
(status in ("active","suspended")) and (started < "2006-01-31")
(status in ("active","suspended")) and (started < "2006-01")
(status in ("active","suspended")) and (started < "2006")
(status in ("active","suspended")) and (started <= "2006-01-01T00:00:01")
(status in ("active","suspended")) and (started <= "2006-01-31")
(status in ("active","suspended")) and (started <= "2006-01")
(status in ("active","suspended")) and (started <= "2006")
(status in ("active","suspended")) and (started > "2006-01-01T00:00:01")
(status in ("active","suspended")) and (started > "2006-01-31")
(status in ("active","suspended")) and (started > "2006-01")
(status in ("active","suspended")) and (started > "2006")
(status in ("active","suspended")) and (started >= "2006-01-01T00:00:01")
(status in ("active","suspended")) and (started >= "2006-01-31")
(status in ("active","suspended")) and (started >= "2006-01")
(status in ("active","suspended")) and (started >= "2006")
(status in ("active","suspended")) and (started like "2006-01-01T00:00:01")
(status in ("active","suspended")) and (started like "2006-01-31")
(status in ("active","suspended")) and (started like "2006-01")
(status in ("active","suspended")) and (started like "2006")
(status in ("active","suspended")) and (started in ("2006-01-01T00:00:01"))
(status in ("active","suspended")) and (started in ("2006-01-31","2006-01"))
(status in ("active","suspended")) and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(status in ("active","suspended")) and (last-active = "2006-02-01T00:00:01")
(status in ("active","suspended")) and (last-active = "2006-02-21")
(status in ("active","suspended")) and (last-active = "2006-02")
(status in ("active","suspended")) and (last-active = "2006")
(status in ("active","suspended")) and (last-active < "2006-02-01T00:00:01")
(status in ("active","suspended")) and (last-active < "2006-02-21")
(status in ("active","suspended")) and (last-active < "2006-02")
(status in ("active","suspended")) and (last-active < "2006")
(status in ("active","suspended")) and (last-active <= "2006-02-01T00:00:01")
(status in ("active","suspended")) and (last-active <= "2006-02-21")
(status in ("active","suspended")) and (last-active <= "2006-02")
(status in ("active","suspended")) and (last-active <= "2006")
(status in ("active","suspended")) and (last-active > "2006-02-01T00:00:01")
(status in ("active","suspended")) and (last-active > "2006-02-21")
(status in ("active","suspended")) and (last-active > "2006-02")
(status in ("active","suspended")) and (last-active > "2006")
(status in ("active","suspended")) and (last-active >= "2006-02-01T00:00:01")
(status in ("active","suspended")) and (last-active >= "2006-02-21")
(status in ("active","suspended")) and (last-active >= "2006-02")
(status in ("active","suspended")) and (last-active >= "2006")
(status in ("active","suspended")) and (last-active like "2006-02-01T00:00:01")
(status in ("active","suspended")) and (last-active like "2006-02-21")
(status in ("active","suspended")) and (last-active like "2006-02")
(status in ("active","suspended")) and (last-active like "2006")
(status in ("active","suspended")) and (last-active in ("2006-02-01T00:00:01"))
(status in ("active","suspended")) and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(status in ("active","suspended")) and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(status in ("active","suspended")) and (${org.apache.ode.BPELProcess}author = "yuriy")
(status in ("active","suspended")) and ($author = "yuriy")
(status in ("active","suspended")) and (${org.apache.ode.BPELProcess}author < "yuriy")
(status in ("active","suspended")) and ($author < "yuriy")
(status in ("active","suspended")) and (${org.apache.ode.BPELProcess}author <= "yuriy")
(status in ("active","suspended")) and ($author <= "yuriy")
(status in ("active","suspended")) and (${org.apache.ode.BPELProcess}author > "yuriy")
(status in ("active","suspended")) and ($author > "yuriy")
(status in ("active","suspended")) and (${org.apache.ode.BPELProcess}author >= "yuriy")
(status in ("active","suspended")) and ($author >= "yuriy")
(status in ("active","suspended")) and (${org.apache.ode.BPELProcess}author like "yuriy")
(status in ("active","suspended")) and ($author like "yuriy")
(status in ("active","suspended")) and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(status in ("active","suspended")) and ($author in ("yuriy"))
(status in ("active","suspended")) and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(status in ("active","suspended")) and ($author in ("yuriy","kostya","nazar","orest"))
(status in ("active","suspended")) and (pid = "HelloWorld")
(status in ("active","suspended")) and (pid < "HelloWorld")
(status in ("active","suspended")) and (pid <= "HelloWorld")
(status in ("active","suspended")) and (pid > "HelloWorld")
(status in ("active","suspended")) and (pid >= "HelloWorld")
(status in ("active","suspended")) and (pid like "HelloWorld")
(status in ("active","suspended")) and (pid in ("HelloWorld","Hello*","Hello*World"))
(status in ("active","suspended")) and (pid in ("Hello*","Hello*World"))
(status in ("active","suspended")) and (pid in ("Hello*World"))
(status in ("active","suspended")) and (iid = "2006")
(status in ("active","suspended")) and (iid < "2006")
(status in ("active","suspended")) and (iid <= "2006")
(status in ("active","suspended")) and (iid > "2006")
(status in ("active","suspended")) and (iid >= "2006")
(status in ("active","suspended")) and (iid in ("2006"))
(status in ("active","suspended")) and (iid in ("2006","20061231"))
(status in ("active","suspended","error","completed","terminated","faulted")) and (started = "2006-01-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started = "2006-01-31")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started = "2006-01")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started = "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started < "2006-01-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started < "2006-01-31")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started < "2006-01")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started < "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started <= "2006-01-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started <= "2006-01-31")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started <= "2006-01")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started <= "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started > "2006-01-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started > "2006-01-31")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started > "2006-01")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started > "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started >= "2006-01-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started >= "2006-01-31")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started >= "2006-01")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started >= "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started like "2006-01-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started like "2006-01-31")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started like "2006-01")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started like "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) and (started in ("2006-01-01T00:00:01"))
(status in ("active","suspended","error","completed","terminated","faulted")) and (started in ("2006-01-31","2006-01"))
(status in ("active","suspended","error","completed","terminated","faulted")) and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active = "2006-02-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active = "2006-02-21")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active = "2006-02")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active = "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active < "2006-02-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active < "2006-02-21")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active < "2006-02")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active < "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active <= "2006-02-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active <= "2006-02-21")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active <= "2006-02")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active <= "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active > "2006-02-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active > "2006-02-21")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active > "2006-02")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active > "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active >= "2006-02-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active >= "2006-02-21")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active >= "2006-02")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active >= "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active like "2006-02-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active like "2006-02-21")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active like "2006-02")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active like "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active in ("2006-02-01T00:00:01"))
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(status in ("active","suspended","error","completed","terminated","faulted")) and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(status in ("active","suspended","error","completed","terminated","faulted")) and (${org.apache.ode.BPELProcess}author = "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) and ($author = "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) and (${org.apache.ode.BPELProcess}author < "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) and ($author < "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) and (${org.apache.ode.BPELProcess}author <= "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) and ($author <= "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) and (${org.apache.ode.BPELProcess}author > "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) and ($author > "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) and (${org.apache.ode.BPELProcess}author >= "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) and ($author >= "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) and (${org.apache.ode.BPELProcess}author like "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) and ($author like "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(status in ("active","suspended","error","completed","terminated","faulted")) and ($author in ("yuriy"))
(status in ("active","suspended","error","completed","terminated","faulted")) and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(status in ("active","suspended","error","completed","terminated","faulted")) and ($author in ("yuriy","kostya","nazar","orest"))
(status in ("active","suspended","error","completed","terminated","faulted")) and (pid = "HelloWorld")
(status in ("active","suspended","error","completed","terminated","faulted")) and (pid < "HelloWorld")
(status in ("active","suspended","error","completed","terminated","faulted")) and (pid <= "HelloWorld")
(status in ("active","suspended","error","completed","terminated","faulted")) and (pid > "HelloWorld")
(status in ("active","suspended","error","completed","terminated","faulted")) and (pid >= "HelloWorld")
(status in ("active","suspended","error","completed","terminated","faulted")) and (pid like "HelloWorld")
(status in ("active","suspended","error","completed","terminated","faulted")) and (pid in ("HelloWorld","Hello*","Hello*World"))
(status in ("active","suspended","error","completed","terminated","faulted")) and (pid in ("Hello*","Hello*World"))
(status in ("active","suspended","error","completed","terminated","faulted")) and (pid in ("Hello*World"))
(status in ("active","suspended","error","completed","terminated","faulted")) and (iid = "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) and (iid < "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) and (iid <= "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) and (iid > "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) and (iid >= "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) and (iid in ("2006"))
(status in ("active","suspended","error","completed","terminated","faulted")) and (iid in ("2006","20061231"))
status = "active" or started = "2006-01-01T00:00:01"
status = "active" or started = "2006-01-31"
status = "active" or started = "2006-01"
status = "active" or started = "2006"
status = "active" or started < "2006-01-01T00:00:01"
status = "active" or started < "2006-01-31"
status = "active" or started < "2006-01"
status = "active" or started < "2006"
status = "active" or started <= "2006-01-01T00:00:01"
status = "active" or started <= "2006-01-31"
status = "active" or started <= "2006-01"
status = "active" or started <= "2006"
status = "active" or started > "2006-01-01T00:00:01"
status = "active" or started > "2006-01-31"
status = "active" or started > "2006-01"
status = "active" or started > "2006"
status = "active" or started >= "2006-01-01T00:00:01"
status = "active" or started >= "2006-01-31"
status = "active" or started >= "2006-01"
status = "active" or started >= "2006"
status = "active" or started like "2006-01-01T00:00:01"
status = "active" or started like "2006-01-31"
status = "active" or started like "2006-01"
status = "active" or started like "2006"
status = "active" or started in ("2006-01-01T00:00:01")
status = "active" or started in ("2006-01-31","2006-01")
status = "active" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
status = "active" or last-active = "2006-02-01T00:00:01"
status = "active" or last-active = "2006-02-21"
status = "active" or last-active = "2006-02"
status = "active" or last-active = "2006"
status = "active" or last-active < "2006-02-01T00:00:01"
status = "active" or last-active < "2006-02-21"
status = "active" or last-active < "2006-02"
status = "active" or last-active < "2006"
status = "active" or last-active <= "2006-02-01T00:00:01"
status = "active" or last-active <= "2006-02-21"
status = "active" or last-active <= "2006-02"
status = "active" or last-active <= "2006"
status = "active" or last-active > "2006-02-01T00:00:01"
status = "active" or last-active > "2006-02-21"
status = "active" or last-active > "2006-02"
status = "active" or last-active > "2006"
status = "active" or last-active >= "2006-02-01T00:00:01"
status = "active" or last-active >= "2006-02-21"
status = "active" or last-active >= "2006-02"
status = "active" or last-active >= "2006"
status = "active" or last-active like "2006-02-01T00:00:01"
status = "active" or last-active like "2006-02-21"
status = "active" or last-active like "2006-02"
status = "active" or last-active like "2006"
status = "active" or last-active in ("2006-02-01T00:00:01")
status = "active" or last-active in ("2006-02-01T00:00:01","2006-02-21")
status = "active" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
status = "active" or ${org.apache.ode.BPELProcess}author = "yuriy"
status = "active" or $author = "yuriy"
status = "active" or ${org.apache.ode.BPELProcess}author < "yuriy"
status = "active" or $author < "yuriy"
status = "active" or ${org.apache.ode.BPELProcess}author <= "yuriy"
status = "active" or $author <= "yuriy"
status = "active" or ${org.apache.ode.BPELProcess}author > "yuriy"
status = "active" or $author > "yuriy"
status = "active" or ${org.apache.ode.BPELProcess}author >= "yuriy"
status = "active" or $author >= "yuriy"
status = "active" or ${org.apache.ode.BPELProcess}author like "yuriy"
status = "active" or $author like "yuriy"
status = "active" or ${org.apache.ode.BPELProcess}author in ("yuriy")
status = "active" or $author in ("yuriy")
status = "active" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
status = "active" or $author in ("yuriy","kostya","nazar","orest")
status = "active" or pid = "HelloWorld"
status = "active" or pid < "HelloWorld"
status = "active" or pid <= "HelloWorld"
status = "active" or pid > "HelloWorld"
status = "active" or pid >= "HelloWorld"
status = "active" or pid like "HelloWorld"
status = "active" or pid in ("HelloWorld","Hello*","Hello*World")
status = "active" or pid in ("Hello*","Hello*World")
status = "active" or pid in ("Hello*World")
status = "active" or iid = "2006"
status = "active" or iid < "2006"
status = "active" or iid <= "2006"
status = "active" or iid > "2006"
status = "active" or iid >= "2006"
status = "active" or iid in ("2006")
status = "active" or iid in ("2006","20061231")
status = "suspended" or started = "2006-01-01T00:00:01"
status = "suspended" or started = "2006-01-31"
status = "suspended" or started = "2006-01"
status = "suspended" or started = "2006"
status = "suspended" or started < "2006-01-01T00:00:01"
status = "suspended" or started < "2006-01-31"
status = "suspended" or started < "2006-01"
status = "suspended" or started < "2006"
status = "suspended" or started <= "2006-01-01T00:00:01"
status = "suspended" or started <= "2006-01-31"
status = "suspended" or started <= "2006-01"
status = "suspended" or started <= "2006"
status = "suspended" or started > "2006-01-01T00:00:01"
status = "suspended" or started > "2006-01-31"
status = "suspended" or started > "2006-01"
status = "suspended" or started > "2006"
status = "suspended" or started >= "2006-01-01T00:00:01"
status = "suspended" or started >= "2006-01-31"
status = "suspended" or started >= "2006-01"
status = "suspended" or started >= "2006"
status = "suspended" or started like "2006-01-01T00:00:01"
status = "suspended" or started like "2006-01-31"
status = "suspended" or started like "2006-01"
status = "suspended" or started like "2006"
status = "suspended" or started in ("2006-01-01T00:00:01")
status = "suspended" or started in ("2006-01-31","2006-01")
status = "suspended" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
status = "suspended" or last-active = "2006-02-01T00:00:01"
status = "suspended" or last-active = "2006-02-21"
status = "suspended" or last-active = "2006-02"
status = "suspended" or last-active = "2006"
status = "suspended" or last-active < "2006-02-01T00:00:01"
status = "suspended" or last-active < "2006-02-21"
status = "suspended" or last-active < "2006-02"
status = "suspended" or last-active < "2006"
status = "suspended" or last-active <= "2006-02-01T00:00:01"
status = "suspended" or last-active <= "2006-02-21"
status = "suspended" or last-active <= "2006-02"
status = "suspended" or last-active <= "2006"
status = "suspended" or last-active > "2006-02-01T00:00:01"
status = "suspended" or last-active > "2006-02-21"
status = "suspended" or last-active > "2006-02"
status = "suspended" or last-active > "2006"
status = "suspended" or last-active >= "2006-02-01T00:00:01"
status = "suspended" or last-active >= "2006-02-21"
status = "suspended" or last-active >= "2006-02"
status = "suspended" or last-active >= "2006"
status = "suspended" or last-active like "2006-02-01T00:00:01"
status = "suspended" or last-active like "2006-02-21"
status = "suspended" or last-active like "2006-02"
status = "suspended" or last-active like "2006"
status = "suspended" or last-active in ("2006-02-01T00:00:01")
status = "suspended" or last-active in ("2006-02-01T00:00:01","2006-02-21")
status = "suspended" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
status = "suspended" or ${org.apache.ode.BPELProcess}author = "yuriy"
status = "suspended" or $author = "yuriy"
status = "suspended" or ${org.apache.ode.BPELProcess}author < "yuriy"
status = "suspended" or $author < "yuriy"
status = "suspended" or ${org.apache.ode.BPELProcess}author <= "yuriy"
status = "suspended" or $author <= "yuriy"
status = "suspended" or ${org.apache.ode.BPELProcess}author > "yuriy"
status = "suspended" or $author > "yuriy"
status = "suspended" or ${org.apache.ode.BPELProcess}author >= "yuriy"
status = "suspended" or $author >= "yuriy"
status = "suspended" or ${org.apache.ode.BPELProcess}author like "yuriy"
status = "suspended" or $author like "yuriy"
status = "suspended" or ${org.apache.ode.BPELProcess}author in ("yuriy")
status = "suspended" or $author in ("yuriy")
status = "suspended" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
status = "suspended" or $author in ("yuriy","kostya","nazar","orest")
status = "suspended" or pid = "HelloWorld"
status = "suspended" or pid < "HelloWorld"
status = "suspended" or pid <= "HelloWorld"
status = "suspended" or pid > "HelloWorld"
status = "suspended" or pid >= "HelloWorld"
status = "suspended" or pid like "HelloWorld"
status = "suspended" or pid in ("HelloWorld","Hello*","Hello*World")
status = "suspended" or pid in ("Hello*","Hello*World")
status = "suspended" or pid in ("Hello*World")
status = "suspended" or iid = "2006"
status = "suspended" or iid < "2006"
status = "suspended" or iid <= "2006"
status = "suspended" or iid > "2006"
status = "suspended" or iid >= "2006"
status = "suspended" or iid in ("2006")
status = "suspended" or iid in ("2006","20061231")
status = "error" or started = "2006-01-01T00:00:01"
status = "error" or started = "2006-01-31"
status = "error" or started = "2006-01"
status = "error" or started = "2006"
status = "error" or started < "2006-01-01T00:00:01"
status = "error" or started < "2006-01-31"
status = "error" or started < "2006-01"
status = "error" or started < "2006"
status = "error" or started <= "2006-01-01T00:00:01"
status = "error" or started <= "2006-01-31"
status = "error" or started <= "2006-01"
status = "error" or started <= "2006"
status = "error" or started > "2006-01-01T00:00:01"
status = "error" or started > "2006-01-31"
status = "error" or started > "2006-01"
status = "error" or started > "2006"
status = "error" or started >= "2006-01-01T00:00:01"
status = "error" or started >= "2006-01-31"
status = "error" or started >= "2006-01"
status = "error" or started >= "2006"
status = "error" or started like "2006-01-01T00:00:01"
status = "error" or started like "2006-01-31"
status = "error" or started like "2006-01"
status = "error" or started like "2006"
status = "error" or started in ("2006-01-01T00:00:01")
status = "error" or started in ("2006-01-31","2006-01")
status = "error" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
status = "error" or last-active = "2006-02-01T00:00:01"
status = "error" or last-active = "2006-02-21"
status = "error" or last-active = "2006-02"
status = "error" or last-active = "2006"
status = "error" or last-active < "2006-02-01T00:00:01"
status = "error" or last-active < "2006-02-21"
status = "error" or last-active < "2006-02"
status = "error" or last-active < "2006"
status = "error" or last-active <= "2006-02-01T00:00:01"
status = "error" or last-active <= "2006-02-21"
status = "error" or last-active <= "2006-02"
status = "error" or last-active <= "2006"
status = "error" or last-active > "2006-02-01T00:00:01"
status = "error" or last-active > "2006-02-21"
status = "error" or last-active > "2006-02"
status = "error" or last-active > "2006"
status = "error" or last-active >= "2006-02-01T00:00:01"
status = "error" or last-active >= "2006-02-21"
status = "error" or last-active >= "2006-02"
status = "error" or last-active >= "2006"
status = "error" or last-active like "2006-02-01T00:00:01"
status = "error" or last-active like "2006-02-21"
status = "error" or last-active like "2006-02"
status = "error" or last-active like "2006"
status = "error" or last-active in ("2006-02-01T00:00:01")
status = "error" or last-active in ("2006-02-01T00:00:01","2006-02-21")
status = "error" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
status = "error" or ${org.apache.ode.BPELProcess}author = "yuriy"
status = "error" or $author = "yuriy"
status = "error" or ${org.apache.ode.BPELProcess}author < "yuriy"
status = "error" or $author < "yuriy"
status = "error" or ${org.apache.ode.BPELProcess}author <= "yuriy"
status = "error" or $author <= "yuriy"
status = "error" or ${org.apache.ode.BPELProcess}author > "yuriy"
status = "error" or $author > "yuriy"
status = "error" or ${org.apache.ode.BPELProcess}author >= "yuriy"
status = "error" or $author >= "yuriy"
status = "error" or ${org.apache.ode.BPELProcess}author like "yuriy"
status = "error" or $author like "yuriy"
status = "error" or ${org.apache.ode.BPELProcess}author in ("yuriy")
status = "error" or $author in ("yuriy")
status = "error" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
status = "error" or $author in ("yuriy","kostya","nazar","orest")
status = "error" or pid = "HelloWorld"
status = "error" or pid < "HelloWorld"
status = "error" or pid <= "HelloWorld"
status = "error" or pid > "HelloWorld"
status = "error" or pid >= "HelloWorld"
status = "error" or pid like "HelloWorld"
status = "error" or pid in ("HelloWorld","Hello*","Hello*World")
status = "error" or pid in ("Hello*","Hello*World")
status = "error" or pid in ("Hello*World")
status = "error" or iid = "2006"
status = "error" or iid < "2006"
status = "error" or iid <= "2006"
status = "error" or iid > "2006"
status = "error" or iid >= "2006"
status = "error" or iid in ("2006")
status = "error" or iid in ("2006","20061231")
status = "completed" or started = "2006-01-01T00:00:01"
status = "completed" or started = "2006-01-31"
status = "completed" or started = "2006-01"
status = "completed" or started = "2006"
status = "completed" or started < "2006-01-01T00:00:01"
status = "completed" or started < "2006-01-31"
status = "completed" or started < "2006-01"
status = "completed" or started < "2006"
status = "completed" or started <= "2006-01-01T00:00:01"
status = "completed" or started <= "2006-01-31"
status = "completed" or started <= "2006-01"
status = "completed" or started <= "2006"
status = "completed" or started > "2006-01-01T00:00:01"
status = "completed" or started > "2006-01-31"
status = "completed" or started > "2006-01"
status = "completed" or started > "2006"
status = "completed" or started >= "2006-01-01T00:00:01"
status = "completed" or started >= "2006-01-31"
status = "completed" or started >= "2006-01"
status = "completed" or started >= "2006"
status = "completed" or started like "2006-01-01T00:00:01"
status = "completed" or started like "2006-01-31"
status = "completed" or started like "2006-01"
status = "completed" or started like "2006"
status = "completed" or started in ("2006-01-01T00:00:01")
status = "completed" or started in ("2006-01-31","2006-01")
status = "completed" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
status = "completed" or last-active = "2006-02-01T00:00:01"
status = "completed" or last-active = "2006-02-21"
status = "completed" or last-active = "2006-02"
status = "completed" or last-active = "2006"
status = "completed" or last-active < "2006-02-01T00:00:01"
status = "completed" or last-active < "2006-02-21"
status = "completed" or last-active < "2006-02"
status = "completed" or last-active < "2006"
status = "completed" or last-active <= "2006-02-01T00:00:01"
status = "completed" or last-active <= "2006-02-21"
status = "completed" or last-active <= "2006-02"
status = "completed" or last-active <= "2006"
status = "completed" or last-active > "2006-02-01T00:00:01"
status = "completed" or last-active > "2006-02-21"
status = "completed" or last-active > "2006-02"
status = "completed" or last-active > "2006"
status = "completed" or last-active >= "2006-02-01T00:00:01"
status = "completed" or last-active >= "2006-02-21"
status = "completed" or last-active >= "2006-02"
status = "completed" or last-active >= "2006"
status = "completed" or last-active like "2006-02-01T00:00:01"
status = "completed" or last-active like "2006-02-21"
status = "completed" or last-active like "2006-02"
status = "completed" or last-active like "2006"
status = "completed" or last-active in ("2006-02-01T00:00:01")
status = "completed" or last-active in ("2006-02-01T00:00:01","2006-02-21")
status = "completed" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
status = "completed" or ${org.apache.ode.BPELProcess}author = "yuriy"
status = "completed" or $author = "yuriy"
status = "completed" or ${org.apache.ode.BPELProcess}author < "yuriy"
status = "completed" or $author < "yuriy"
status = "completed" or ${org.apache.ode.BPELProcess}author <= "yuriy"
status = "completed" or $author <= "yuriy"
status = "completed" or ${org.apache.ode.BPELProcess}author > "yuriy"
status = "completed" or $author > "yuriy"
status = "completed" or ${org.apache.ode.BPELProcess}author >= "yuriy"
status = "completed" or $author >= "yuriy"
status = "completed" or ${org.apache.ode.BPELProcess}author like "yuriy"
status = "completed" or $author like "yuriy"
status = "completed" or ${org.apache.ode.BPELProcess}author in ("yuriy")
status = "completed" or $author in ("yuriy")
status = "completed" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
status = "completed" or $author in ("yuriy","kostya","nazar","orest")
status = "completed" or pid = "HelloWorld"
status = "completed" or pid < "HelloWorld"
status = "completed" or pid <= "HelloWorld"
status = "completed" or pid > "HelloWorld"
status = "completed" or pid >= "HelloWorld"
status = "completed" or pid like "HelloWorld"
status = "completed" or pid in ("HelloWorld","Hello*","Hello*World")
status = "completed" or pid in ("Hello*","Hello*World")
status = "completed" or pid in ("Hello*World")
status = "completed" or iid = "2006"
status = "completed" or iid < "2006"
status = "completed" or iid <= "2006"
status = "completed" or iid > "2006"
status = "completed" or iid >= "2006"
status = "completed" or iid in ("2006")
status = "completed" or iid in ("2006","20061231")
status = "terminated" or started = "2006-01-01T00:00:01"
status = "terminated" or started = "2006-01-31"
status = "terminated" or started = "2006-01"
status = "terminated" or started = "2006"
status = "terminated" or started < "2006-01-01T00:00:01"
status = "terminated" or started < "2006-01-31"
status = "terminated" or started < "2006-01"
status = "terminated" or started < "2006"
status = "terminated" or started <= "2006-01-01T00:00:01"
status = "terminated" or started <= "2006-01-31"
status = "terminated" or started <= "2006-01"
status = "terminated" or started <= "2006"
status = "terminated" or started > "2006-01-01T00:00:01"
status = "terminated" or started > "2006-01-31"
status = "terminated" or started > "2006-01"
status = "terminated" or started > "2006"
status = "terminated" or started >= "2006-01-01T00:00:01"
status = "terminated" or started >= "2006-01-31"
status = "terminated" or started >= "2006-01"
status = "terminated" or started >= "2006"
status = "terminated" or started like "2006-01-01T00:00:01"
status = "terminated" or started like "2006-01-31"
status = "terminated" or started like "2006-01"
status = "terminated" or started like "2006"
status = "terminated" or started in ("2006-01-01T00:00:01")
status = "terminated" or started in ("2006-01-31","2006-01")
status = "terminated" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
status = "terminated" or last-active = "2006-02-01T00:00:01"
status = "terminated" or last-active = "2006-02-21"
status = "terminated" or last-active = "2006-02"
status = "terminated" or last-active = "2006"
status = "terminated" or last-active < "2006-02-01T00:00:01"
status = "terminated" or last-active < "2006-02-21"
status = "terminated" or last-active < "2006-02"
status = "terminated" or last-active < "2006"
status = "terminated" or last-active <= "2006-02-01T00:00:01"
status = "terminated" or last-active <= "2006-02-21"
status = "terminated" or last-active <= "2006-02"
status = "terminated" or last-active <= "2006"
status = "terminated" or last-active > "2006-02-01T00:00:01"
status = "terminated" or last-active > "2006-02-21"
status = "terminated" or last-active > "2006-02"
status = "terminated" or last-active > "2006"
status = "terminated" or last-active >= "2006-02-01T00:00:01"
status = "terminated" or last-active >= "2006-02-21"
status = "terminated" or last-active >= "2006-02"
status = "terminated" or last-active >= "2006"
status = "terminated" or last-active like "2006-02-01T00:00:01"
status = "terminated" or last-active like "2006-02-21"
status = "terminated" or last-active like "2006-02"
status = "terminated" or last-active like "2006"
status = "terminated" or last-active in ("2006-02-01T00:00:01")
status = "terminated" or last-active in ("2006-02-01T00:00:01","2006-02-21")
status = "terminated" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
status = "terminated" or ${org.apache.ode.BPELProcess}author = "yuriy"
status = "terminated" or $author = "yuriy"
status = "terminated" or ${org.apache.ode.BPELProcess}author < "yuriy"
status = "terminated" or $author < "yuriy"
status = "terminated" or ${org.apache.ode.BPELProcess}author <= "yuriy"
status = "terminated" or $author <= "yuriy"
status = "terminated" or ${org.apache.ode.BPELProcess}author > "yuriy"
status = "terminated" or $author > "yuriy"
status = "terminated" or ${org.apache.ode.BPELProcess}author >= "yuriy"
status = "terminated" or $author >= "yuriy"
status = "terminated" or ${org.apache.ode.BPELProcess}author like "yuriy"
status = "terminated" or $author like "yuriy"
status = "terminated" or ${org.apache.ode.BPELProcess}author in ("yuriy")
status = "terminated" or $author in ("yuriy")
status = "terminated" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
status = "terminated" or $author in ("yuriy","kostya","nazar","orest")
status = "terminated" or pid = "HelloWorld"
status = "terminated" or pid < "HelloWorld"
status = "terminated" or pid <= "HelloWorld"
status = "terminated" or pid > "HelloWorld"
status = "terminated" or pid >= "HelloWorld"
status = "terminated" or pid like "HelloWorld"
status = "terminated" or pid in ("HelloWorld","Hello*","Hello*World")
status = "terminated" or pid in ("Hello*","Hello*World")
status = "terminated" or pid in ("Hello*World")
status = "terminated" or iid = "2006"
status = "terminated" or iid < "2006"
status = "terminated" or iid <= "2006"
status = "terminated" or iid > "2006"
status = "terminated" or iid >= "2006"
status = "terminated" or iid in ("2006")
status = "terminated" or iid in ("2006","20061231")
status = "faulted" or started = "2006-01-01T00:00:01"
status = "faulted" or started = "2006-01-31"
status = "faulted" or started = "2006-01"
status = "faulted" or started = "2006"
status = "faulted" or started < "2006-01-01T00:00:01"
status = "faulted" or started < "2006-01-31"
status = "faulted" or started < "2006-01"
status = "faulted" or started < "2006"
status = "faulted" or started <= "2006-01-01T00:00:01"
status = "faulted" or started <= "2006-01-31"
status = "faulted" or started <= "2006-01"
status = "faulted" or started <= "2006"
status = "faulted" or started > "2006-01-01T00:00:01"
status = "faulted" or started > "2006-01-31"
status = "faulted" or started > "2006-01"
status = "faulted" or started > "2006"
status = "faulted" or started >= "2006-01-01T00:00:01"
status = "faulted" or started >= "2006-01-31"
status = "faulted" or started >= "2006-01"
status = "faulted" or started >= "2006"
status = "faulted" or started like "2006-01-01T00:00:01"
status = "faulted" or started like "2006-01-31"
status = "faulted" or started like "2006-01"
status = "faulted" or started like "2006"
status = "faulted" or started in ("2006-01-01T00:00:01")
status = "faulted" or started in ("2006-01-31","2006-01")
status = "faulted" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
status = "faulted" or last-active = "2006-02-01T00:00:01"
status = "faulted" or last-active = "2006-02-21"
status = "faulted" or last-active = "2006-02"
status = "faulted" or last-active = "2006"
status = "faulted" or last-active < "2006-02-01T00:00:01"
status = "faulted" or last-active < "2006-02-21"
status = "faulted" or last-active < "2006-02"
status = "faulted" or last-active < "2006"
status = "faulted" or last-active <= "2006-02-01T00:00:01"
status = "faulted" or last-active <= "2006-02-21"
status = "faulted" or last-active <= "2006-02"
status = "faulted" or last-active <= "2006"
status = "faulted" or last-active > "2006-02-01T00:00:01"
status = "faulted" or last-active > "2006-02-21"
status = "faulted" or last-active > "2006-02"
status = "faulted" or last-active > "2006"
status = "faulted" or last-active >= "2006-02-01T00:00:01"
status = "faulted" or last-active >= "2006-02-21"
status = "faulted" or last-active >= "2006-02"
status = "faulted" or last-active >= "2006"
status = "faulted" or last-active like "2006-02-01T00:00:01"
status = "faulted" or last-active like "2006-02-21"
status = "faulted" or last-active like "2006-02"
status = "faulted" or last-active like "2006"
status = "faulted" or last-active in ("2006-02-01T00:00:01")
status = "faulted" or last-active in ("2006-02-01T00:00:01","2006-02-21")
status = "faulted" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
status = "faulted" or ${org.apache.ode.BPELProcess}author = "yuriy"
status = "faulted" or $author = "yuriy"
status = "faulted" or ${org.apache.ode.BPELProcess}author < "yuriy"
status = "faulted" or $author < "yuriy"
status = "faulted" or ${org.apache.ode.BPELProcess}author <= "yuriy"
status = "faulted" or $author <= "yuriy"
status = "faulted" or ${org.apache.ode.BPELProcess}author > "yuriy"
status = "faulted" or $author > "yuriy"
status = "faulted" or ${org.apache.ode.BPELProcess}author >= "yuriy"
status = "faulted" or $author >= "yuriy"
status = "faulted" or ${org.apache.ode.BPELProcess}author like "yuriy"
status = "faulted" or $author like "yuriy"
status = "faulted" or ${org.apache.ode.BPELProcess}author in ("yuriy")
status = "faulted" or $author in ("yuriy")
status = "faulted" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
status = "faulted" or $author in ("yuriy","kostya","nazar","orest")
status = "faulted" or pid = "HelloWorld"
status = "faulted" or pid < "HelloWorld"
status = "faulted" or pid <= "HelloWorld"
status = "faulted" or pid > "HelloWorld"
status = "faulted" or pid >= "HelloWorld"
status = "faulted" or pid like "HelloWorld"
status = "faulted" or pid in ("HelloWorld","Hello*","Hello*World")
status = "faulted" or pid in ("Hello*","Hello*World")
status = "faulted" or pid in ("Hello*World")
status = "faulted" or iid = "2006"
status = "faulted" or iid < "2006"
status = "faulted" or iid <= "2006"
status = "faulted" or iid > "2006"
status = "faulted" or iid >= "2006"
status = "faulted" or iid in ("2006")
status = "faulted" or iid in ("2006","20061231")
status in ("active","suspended") or started = "2006-01-01T00:00:01"
status in ("active","suspended") or started = "2006-01-31"
status in ("active","suspended") or started = "2006-01"
status in ("active","suspended") or started = "2006"
status in ("active","suspended") or started < "2006-01-01T00:00:01"
status in ("active","suspended") or started < "2006-01-31"
status in ("active","suspended") or started < "2006-01"
status in ("active","suspended") or started < "2006"
status in ("active","suspended") or started <= "2006-01-01T00:00:01"
status in ("active","suspended") or started <= "2006-01-31"
status in ("active","suspended") or started <= "2006-01"
status in ("active","suspended") or started <= "2006"
status in ("active","suspended") or started > "2006-01-01T00:00:01"
status in ("active","suspended") or started > "2006-01-31"
status in ("active","suspended") or started > "2006-01"
status in ("active","suspended") or started > "2006"
status in ("active","suspended") or started >= "2006-01-01T00:00:01"
status in ("active","suspended") or started >= "2006-01-31"
status in ("active","suspended") or started >= "2006-01"
status in ("active","suspended") or started >= "2006"
status in ("active","suspended") or started like "2006-01-01T00:00:01"
status in ("active","suspended") or started like "2006-01-31"
status in ("active","suspended") or started like "2006-01"
status in ("active","suspended") or started like "2006"
status in ("active","suspended") or started in ("2006-01-01T00:00:01")
status in ("active","suspended") or started in ("2006-01-31","2006-01")
status in ("active","suspended") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
status in ("active","suspended") or last-active = "2006-02-01T00:00:01"
status in ("active","suspended") or last-active = "2006-02-21"
status in ("active","suspended") or last-active = "2006-02"
status in ("active","suspended") or last-active = "2006"
status in ("active","suspended") or last-active < "2006-02-01T00:00:01"
status in ("active","suspended") or last-active < "2006-02-21"
status in ("active","suspended") or last-active < "2006-02"
status in ("active","suspended") or last-active < "2006"
status in ("active","suspended") or last-active <= "2006-02-01T00:00:01"
status in ("active","suspended") or last-active <= "2006-02-21"
status in ("active","suspended") or last-active <= "2006-02"
status in ("active","suspended") or last-active <= "2006"
status in ("active","suspended") or last-active > "2006-02-01T00:00:01"
status in ("active","suspended") or last-active > "2006-02-21"
status in ("active","suspended") or last-active > "2006-02"
status in ("active","suspended") or last-active > "2006"
status in ("active","suspended") or last-active >= "2006-02-01T00:00:01"
status in ("active","suspended") or last-active >= "2006-02-21"
status in ("active","suspended") or last-active >= "2006-02"
status in ("active","suspended") or last-active >= "2006"
status in ("active","suspended") or last-active like "2006-02-01T00:00:01"
status in ("active","suspended") or last-active like "2006-02-21"
status in ("active","suspended") or last-active like "2006-02"
status in ("active","suspended") or last-active like "2006"
status in ("active","suspended") or last-active in ("2006-02-01T00:00:01")
status in ("active","suspended") or last-active in ("2006-02-01T00:00:01","2006-02-21")
status in ("active","suspended") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
status in ("active","suspended") or ${org.apache.ode.BPELProcess}author = "yuriy"
status in ("active","suspended") or $author = "yuriy"
status in ("active","suspended") or ${org.apache.ode.BPELProcess}author < "yuriy"
status in ("active","suspended") or $author < "yuriy"
status in ("active","suspended") or ${org.apache.ode.BPELProcess}author <= "yuriy"
status in ("active","suspended") or $author <= "yuriy"
status in ("active","suspended") or ${org.apache.ode.BPELProcess}author > "yuriy"
status in ("active","suspended") or $author > "yuriy"
status in ("active","suspended") or ${org.apache.ode.BPELProcess}author >= "yuriy"
status in ("active","suspended") or $author >= "yuriy"
status in ("active","suspended") or ${org.apache.ode.BPELProcess}author like "yuriy"
status in ("active","suspended") or $author like "yuriy"
status in ("active","suspended") or ${org.apache.ode.BPELProcess}author in ("yuriy")
status in ("active","suspended") or $author in ("yuriy")
status in ("active","suspended") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
status in ("active","suspended") or $author in ("yuriy","kostya","nazar","orest")
status in ("active","suspended") or pid = "HelloWorld"
status in ("active","suspended") or pid < "HelloWorld"
status in ("active","suspended") or pid <= "HelloWorld"
status in ("active","suspended") or pid > "HelloWorld"
status in ("active","suspended") or pid >= "HelloWorld"
status in ("active","suspended") or pid like "HelloWorld"
status in ("active","suspended") or pid in ("HelloWorld","Hello*","Hello*World")
status in ("active","suspended") or pid in ("Hello*","Hello*World")
status in ("active","suspended") or pid in ("Hello*World")
status in ("active","suspended") or iid = "2006"
status in ("active","suspended") or iid < "2006"
status in ("active","suspended") or iid <= "2006"
status in ("active","suspended") or iid > "2006"
status in ("active","suspended") or iid >= "2006"
status in ("active","suspended") or iid in ("2006")
status in ("active","suspended") or iid in ("2006","20061231")
status in ("active","suspended","error","completed","terminated","faulted") or started = "2006-01-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") or started = "2006-01-31"
status in ("active","suspended","error","completed","terminated","faulted") or started = "2006-01"
status in ("active","suspended","error","completed","terminated","faulted") or started = "2006"
status in ("active","suspended","error","completed","terminated","faulted") or started < "2006-01-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") or started < "2006-01-31"
status in ("active","suspended","error","completed","terminated","faulted") or started < "2006-01"
status in ("active","suspended","error","completed","terminated","faulted") or started < "2006"
status in ("active","suspended","error","completed","terminated","faulted") or started <= "2006-01-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") or started <= "2006-01-31"
status in ("active","suspended","error","completed","terminated","faulted") or started <= "2006-01"
status in ("active","suspended","error","completed","terminated","faulted") or started <= "2006"
status in ("active","suspended","error","completed","terminated","faulted") or started > "2006-01-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") or started > "2006-01-31"
status in ("active","suspended","error","completed","terminated","faulted") or started > "2006-01"
status in ("active","suspended","error","completed","terminated","faulted") or started > "2006"
status in ("active","suspended","error","completed","terminated","faulted") or started >= "2006-01-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") or started >= "2006-01-31"
status in ("active","suspended","error","completed","terminated","faulted") or started >= "2006-01"
status in ("active","suspended","error","completed","terminated","faulted") or started >= "2006"
status in ("active","suspended","error","completed","terminated","faulted") or started like "2006-01-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") or started like "2006-01-31"
status in ("active","suspended","error","completed","terminated","faulted") or started like "2006-01"
status in ("active","suspended","error","completed","terminated","faulted") or started like "2006"
status in ("active","suspended","error","completed","terminated","faulted") or started in ("2006-01-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") or started in ("2006-01-31","2006-01")
status in ("active","suspended","error","completed","terminated","faulted") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
status in ("active","suspended","error","completed","terminated","faulted") or last-active = "2006-02-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") or last-active = "2006-02-21"
status in ("active","suspended","error","completed","terminated","faulted") or last-active = "2006-02"
status in ("active","suspended","error","completed","terminated","faulted") or last-active = "2006"
status in ("active","suspended","error","completed","terminated","faulted") or last-active < "2006-02-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") or last-active < "2006-02-21"
status in ("active","suspended","error","completed","terminated","faulted") or last-active < "2006-02"
status in ("active","suspended","error","completed","terminated","faulted") or last-active < "2006"
status in ("active","suspended","error","completed","terminated","faulted") or last-active <= "2006-02-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") or last-active <= "2006-02-21"
status in ("active","suspended","error","completed","terminated","faulted") or last-active <= "2006-02"
status in ("active","suspended","error","completed","terminated","faulted") or last-active <= "2006"
status in ("active","suspended","error","completed","terminated","faulted") or last-active > "2006-02-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") or last-active > "2006-02-21"
status in ("active","suspended","error","completed","terminated","faulted") or last-active > "2006-02"
status in ("active","suspended","error","completed","terminated","faulted") or last-active > "2006"
status in ("active","suspended","error","completed","terminated","faulted") or last-active >= "2006-02-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") or last-active >= "2006-02-21"
status in ("active","suspended","error","completed","terminated","faulted") or last-active >= "2006-02"
status in ("active","suspended","error","completed","terminated","faulted") or last-active >= "2006"
status in ("active","suspended","error","completed","terminated","faulted") or last-active like "2006-02-01T00:00:01"
status in ("active","suspended","error","completed","terminated","faulted") or last-active like "2006-02-21"
status in ("active","suspended","error","completed","terminated","faulted") or last-active like "2006-02"
status in ("active","suspended","error","completed","terminated","faulted") or last-active like "2006"
status in ("active","suspended","error","completed","terminated","faulted") or last-active in ("2006-02-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") or last-active in ("2006-02-01T00:00:01","2006-02-21")
status in ("active","suspended","error","completed","terminated","faulted") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
status in ("active","suspended","error","completed","terminated","faulted") or ${org.apache.ode.BPELProcess}author = "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") or $author = "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") or ${org.apache.ode.BPELProcess}author < "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") or $author < "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") or ${org.apache.ode.BPELProcess}author <= "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") or $author <= "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") or ${org.apache.ode.BPELProcess}author > "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") or $author > "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") or ${org.apache.ode.BPELProcess}author >= "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") or $author >= "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") or ${org.apache.ode.BPELProcess}author like "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") or $author like "yuriy"
status in ("active","suspended","error","completed","terminated","faulted") or ${org.apache.ode.BPELProcess}author in ("yuriy")
status in ("active","suspended","error","completed","terminated","faulted") or $author in ("yuriy")
status in ("active","suspended","error","completed","terminated","faulted") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
status in ("active","suspended","error","completed","terminated","faulted") or $author in ("yuriy","kostya","nazar","orest")
status in ("active","suspended","error","completed","terminated","faulted") or pid = "HelloWorld"
status in ("active","suspended","error","completed","terminated","faulted") or pid < "HelloWorld"
status in ("active","suspended","error","completed","terminated","faulted") or pid <= "HelloWorld"
status in ("active","suspended","error","completed","terminated","faulted") or pid > "HelloWorld"
status in ("active","suspended","error","completed","terminated","faulted") or pid >= "HelloWorld"
status in ("active","suspended","error","completed","terminated","faulted") or pid like "HelloWorld"
status in ("active","suspended","error","completed","terminated","faulted") or pid in ("HelloWorld","Hello*","Hello*World")
status in ("active","suspended","error","completed","terminated","faulted") or pid in ("Hello*","Hello*World")
status in ("active","suspended","error","completed","terminated","faulted") or pid in ("Hello*World")
status in ("active","suspended","error","completed","terminated","faulted") or iid = "2006"
status in ("active","suspended","error","completed","terminated","faulted") or iid < "2006"
status in ("active","suspended","error","completed","terminated","faulted") or iid <= "2006"
status in ("active","suspended","error","completed","terminated","faulted") or iid > "2006"
status in ("active","suspended","error","completed","terminated","faulted") or iid >= "2006"
status in ("active","suspended","error","completed","terminated","faulted") or iid in ("2006")
status in ("active","suspended","error","completed","terminated","faulted") or iid in ("2006","20061231")
(status = "active") or started = "2006-01-01T00:00:01"
(status = "active") or started = "2006-01-31"
(status = "active") or started = "2006-01"
(status = "active") or started = "2006"
(status = "active") or started < "2006-01-01T00:00:01"
(status = "active") or started < "2006-01-31"
(status = "active") or started < "2006-01"
(status = "active") or started < "2006"
(status = "active") or started <= "2006-01-01T00:00:01"
(status = "active") or started <= "2006-01-31"
(status = "active") or started <= "2006-01"
(status = "active") or started <= "2006"
(status = "active") or started > "2006-01-01T00:00:01"
(status = "active") or started > "2006-01-31"
(status = "active") or started > "2006-01"
(status = "active") or started > "2006"
(status = "active") or started >= "2006-01-01T00:00:01"
(status = "active") or started >= "2006-01-31"
(status = "active") or started >= "2006-01"
(status = "active") or started >= "2006"
(status = "active") or started like "2006-01-01T00:00:01"
(status = "active") or started like "2006-01-31"
(status = "active") or started like "2006-01"
(status = "active") or started like "2006"
(status = "active") or started in ("2006-01-01T00:00:01")
(status = "active") or started in ("2006-01-31","2006-01")
(status = "active") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(status = "active") or last-active = "2006-02-01T00:00:01"
(status = "active") or last-active = "2006-02-21"
(status = "active") or last-active = "2006-02"
(status = "active") or last-active = "2006"
(status = "active") or last-active < "2006-02-01T00:00:01"
(status = "active") or last-active < "2006-02-21"
(status = "active") or last-active < "2006-02"
(status = "active") or last-active < "2006"
(status = "active") or last-active <= "2006-02-01T00:00:01"
(status = "active") or last-active <= "2006-02-21"
(status = "active") or last-active <= "2006-02"
(status = "active") or last-active <= "2006"
(status = "active") or last-active > "2006-02-01T00:00:01"
(status = "active") or last-active > "2006-02-21"
(status = "active") or last-active > "2006-02"
(status = "active") or last-active > "2006"
(status = "active") or last-active >= "2006-02-01T00:00:01"
(status = "active") or last-active >= "2006-02-21"
(status = "active") or last-active >= "2006-02"
(status = "active") or last-active >= "2006"
(status = "active") or last-active like "2006-02-01T00:00:01"
(status = "active") or last-active like "2006-02-21"
(status = "active") or last-active like "2006-02"
(status = "active") or last-active like "2006"
(status = "active") or last-active in ("2006-02-01T00:00:01")
(status = "active") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(status = "active") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(status = "active") or ${org.apache.ode.BPELProcess}author = "yuriy"
(status = "active") or $author = "yuriy"
(status = "active") or ${org.apache.ode.BPELProcess}author < "yuriy"
(status = "active") or $author < "yuriy"
(status = "active") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(status = "active") or $author <= "yuriy"
(status = "active") or ${org.apache.ode.BPELProcess}author > "yuriy"
(status = "active") or $author > "yuriy"
(status = "active") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(status = "active") or $author >= "yuriy"
(status = "active") or ${org.apache.ode.BPELProcess}author like "yuriy"
(status = "active") or $author like "yuriy"
(status = "active") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(status = "active") or $author in ("yuriy")
(status = "active") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(status = "active") or $author in ("yuriy","kostya","nazar","orest")
(status = "active") or pid = "HelloWorld"
(status = "active") or pid < "HelloWorld"
(status = "active") or pid <= "HelloWorld"
(status = "active") or pid > "HelloWorld"
(status = "active") or pid >= "HelloWorld"
(status = "active") or pid like "HelloWorld"
(status = "active") or pid in ("HelloWorld","Hello*","Hello*World")
(status = "active") or pid in ("Hello*","Hello*World")
(status = "active") or pid in ("Hello*World")
(status = "active") or iid = "2006"
(status = "active") or iid < "2006"
(status = "active") or iid <= "2006"
(status = "active") or iid > "2006"
(status = "active") or iid >= "2006"
(status = "active") or iid in ("2006")
(status = "active") or iid in ("2006","20061231")
(status = "suspended") or started = "2006-01-01T00:00:01"
(status = "suspended") or started = "2006-01-31"
(status = "suspended") or started = "2006-01"
(status = "suspended") or started = "2006"
(status = "suspended") or started < "2006-01-01T00:00:01"
(status = "suspended") or started < "2006-01-31"
(status = "suspended") or started < "2006-01"
(status = "suspended") or started < "2006"
(status = "suspended") or started <= "2006-01-01T00:00:01"
(status = "suspended") or started <= "2006-01-31"
(status = "suspended") or started <= "2006-01"
(status = "suspended") or started <= "2006"
(status = "suspended") or started > "2006-01-01T00:00:01"
(status = "suspended") or started > "2006-01-31"
(status = "suspended") or started > "2006-01"
(status = "suspended") or started > "2006"
(status = "suspended") or started >= "2006-01-01T00:00:01"
(status = "suspended") or started >= "2006-01-31"
(status = "suspended") or started >= "2006-01"
(status = "suspended") or started >= "2006"
(status = "suspended") or started like "2006-01-01T00:00:01"
(status = "suspended") or started like "2006-01-31"
(status = "suspended") or started like "2006-01"
(status = "suspended") or started like "2006"
(status = "suspended") or started in ("2006-01-01T00:00:01")
(status = "suspended") or started in ("2006-01-31","2006-01")
(status = "suspended") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(status = "suspended") or last-active = "2006-02-01T00:00:01"
(status = "suspended") or last-active = "2006-02-21"
(status = "suspended") or last-active = "2006-02"
(status = "suspended") or last-active = "2006"
(status = "suspended") or last-active < "2006-02-01T00:00:01"
(status = "suspended") or last-active < "2006-02-21"
(status = "suspended") or last-active < "2006-02"
(status = "suspended") or last-active < "2006"
(status = "suspended") or last-active <= "2006-02-01T00:00:01"
(status = "suspended") or last-active <= "2006-02-21"
(status = "suspended") or last-active <= "2006-02"
(status = "suspended") or last-active <= "2006"
(status = "suspended") or last-active > "2006-02-01T00:00:01"
(status = "suspended") or last-active > "2006-02-21"
(status = "suspended") or last-active > "2006-02"
(status = "suspended") or last-active > "2006"
(status = "suspended") or last-active >= "2006-02-01T00:00:01"
(status = "suspended") or last-active >= "2006-02-21"
(status = "suspended") or last-active >= "2006-02"
(status = "suspended") or last-active >= "2006"
(status = "suspended") or last-active like "2006-02-01T00:00:01"
(status = "suspended") or last-active like "2006-02-21"
(status = "suspended") or last-active like "2006-02"
(status = "suspended") or last-active like "2006"
(status = "suspended") or last-active in ("2006-02-01T00:00:01")
(status = "suspended") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(status = "suspended") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(status = "suspended") or ${org.apache.ode.BPELProcess}author = "yuriy"
(status = "suspended") or $author = "yuriy"
(status = "suspended") or ${org.apache.ode.BPELProcess}author < "yuriy"
(status = "suspended") or $author < "yuriy"
(status = "suspended") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(status = "suspended") or $author <= "yuriy"
(status = "suspended") or ${org.apache.ode.BPELProcess}author > "yuriy"
(status = "suspended") or $author > "yuriy"
(status = "suspended") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(status = "suspended") or $author >= "yuriy"
(status = "suspended") or ${org.apache.ode.BPELProcess}author like "yuriy"
(status = "suspended") or $author like "yuriy"
(status = "suspended") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(status = "suspended") or $author in ("yuriy")
(status = "suspended") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(status = "suspended") or $author in ("yuriy","kostya","nazar","orest")
(status = "suspended") or pid = "HelloWorld"
(status = "suspended") or pid < "HelloWorld"
(status = "suspended") or pid <= "HelloWorld"
(status = "suspended") or pid > "HelloWorld"
(status = "suspended") or pid >= "HelloWorld"
(status = "suspended") or pid like "HelloWorld"
(status = "suspended") or pid in ("HelloWorld","Hello*","Hello*World")
(status = "suspended") or pid in ("Hello*","Hello*World")
(status = "suspended") or pid in ("Hello*World")
(status = "suspended") or iid = "2006"
(status = "suspended") or iid < "2006"
(status = "suspended") or iid <= "2006"
(status = "suspended") or iid > "2006"
(status = "suspended") or iid >= "2006"
(status = "suspended") or iid in ("2006")
(status = "suspended") or iid in ("2006","20061231")
(status = "error") or started = "2006-01-01T00:00:01"
(status = "error") or started = "2006-01-31"
(status = "error") or started = "2006-01"
(status = "error") or started = "2006"
(status = "error") or started < "2006-01-01T00:00:01"
(status = "error") or started < "2006-01-31"
(status = "error") or started < "2006-01"
(status = "error") or started < "2006"
(status = "error") or started <= "2006-01-01T00:00:01"
(status = "error") or started <= "2006-01-31"
(status = "error") or started <= "2006-01"
(status = "error") or started <= "2006"
(status = "error") or started > "2006-01-01T00:00:01"
(status = "error") or started > "2006-01-31"
(status = "error") or started > "2006-01"
(status = "error") or started > "2006"
(status = "error") or started >= "2006-01-01T00:00:01"
(status = "error") or started >= "2006-01-31"
(status = "error") or started >= "2006-01"
(status = "error") or started >= "2006"
(status = "error") or started like "2006-01-01T00:00:01"
(status = "error") or started like "2006-01-31"
(status = "error") or started like "2006-01"
(status = "error") or started like "2006"
(status = "error") or started in ("2006-01-01T00:00:01")
(status = "error") or started in ("2006-01-31","2006-01")
(status = "error") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(status = "error") or last-active = "2006-02-01T00:00:01"
(status = "error") or last-active = "2006-02-21"
(status = "error") or last-active = "2006-02"
(status = "error") or last-active = "2006"
(status = "error") or last-active < "2006-02-01T00:00:01"
(status = "error") or last-active < "2006-02-21"
(status = "error") or last-active < "2006-02"
(status = "error") or last-active < "2006"
(status = "error") or last-active <= "2006-02-01T00:00:01"
(status = "error") or last-active <= "2006-02-21"
(status = "error") or last-active <= "2006-02"
(status = "error") or last-active <= "2006"
(status = "error") or last-active > "2006-02-01T00:00:01"
(status = "error") or last-active > "2006-02-21"
(status = "error") or last-active > "2006-02"
(status = "error") or last-active > "2006"
(status = "error") or last-active >= "2006-02-01T00:00:01"
(status = "error") or last-active >= "2006-02-21"
(status = "error") or last-active >= "2006-02"
(status = "error") or last-active >= "2006"
(status = "error") or last-active like "2006-02-01T00:00:01"
(status = "error") or last-active like "2006-02-21"
(status = "error") or last-active like "2006-02"
(status = "error") or last-active like "2006"
(status = "error") or last-active in ("2006-02-01T00:00:01")
(status = "error") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(status = "error") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(status = "error") or ${org.apache.ode.BPELProcess}author = "yuriy"
(status = "error") or $author = "yuriy"
(status = "error") or ${org.apache.ode.BPELProcess}author < "yuriy"
(status = "error") or $author < "yuriy"
(status = "error") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(status = "error") or $author <= "yuriy"
(status = "error") or ${org.apache.ode.BPELProcess}author > "yuriy"
(status = "error") or $author > "yuriy"
(status = "error") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(status = "error") or $author >= "yuriy"
(status = "error") or ${org.apache.ode.BPELProcess}author like "yuriy"
(status = "error") or $author like "yuriy"
(status = "error") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(status = "error") or $author in ("yuriy")
(status = "error") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(status = "error") or $author in ("yuriy","kostya","nazar","orest")
(status = "error") or pid = "HelloWorld"
(status = "error") or pid < "HelloWorld"
(status = "error") or pid <= "HelloWorld"
(status = "error") or pid > "HelloWorld"
(status = "error") or pid >= "HelloWorld"
(status = "error") or pid like "HelloWorld"
(status = "error") or pid in ("HelloWorld","Hello*","Hello*World")
(status = "error") or pid in ("Hello*","Hello*World")
(status = "error") or pid in ("Hello*World")
(status = "error") or iid = "2006"
(status = "error") or iid < "2006"
(status = "error") or iid <= "2006"
(status = "error") or iid > "2006"
(status = "error") or iid >= "2006"
(status = "error") or iid in ("2006")
(status = "error") or iid in ("2006","20061231")
(status = "completed") or started = "2006-01-01T00:00:01"
(status = "completed") or started = "2006-01-31"
(status = "completed") or started = "2006-01"
(status = "completed") or started = "2006"
(status = "completed") or started < "2006-01-01T00:00:01"
(status = "completed") or started < "2006-01-31"
(status = "completed") or started < "2006-01"
(status = "completed") or started < "2006"
(status = "completed") or started <= "2006-01-01T00:00:01"
(status = "completed") or started <= "2006-01-31"
(status = "completed") or started <= "2006-01"
(status = "completed") or started <= "2006"
(status = "completed") or started > "2006-01-01T00:00:01"
(status = "completed") or started > "2006-01-31"
(status = "completed") or started > "2006-01"
(status = "completed") or started > "2006"
(status = "completed") or started >= "2006-01-01T00:00:01"
(status = "completed") or started >= "2006-01-31"
(status = "completed") or started >= "2006-01"
(status = "completed") or started >= "2006"
(status = "completed") or started like "2006-01-01T00:00:01"
(status = "completed") or started like "2006-01-31"
(status = "completed") or started like "2006-01"
(status = "completed") or started like "2006"
(status = "completed") or started in ("2006-01-01T00:00:01")
(status = "completed") or started in ("2006-01-31","2006-01")
(status = "completed") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(status = "completed") or last-active = "2006-02-01T00:00:01"
(status = "completed") or last-active = "2006-02-21"
(status = "completed") or last-active = "2006-02"
(status = "completed") or last-active = "2006"
(status = "completed") or last-active < "2006-02-01T00:00:01"
(status = "completed") or last-active < "2006-02-21"
(status = "completed") or last-active < "2006-02"
(status = "completed") or last-active < "2006"
(status = "completed") or last-active <= "2006-02-01T00:00:01"
(status = "completed") or last-active <= "2006-02-21"
(status = "completed") or last-active <= "2006-02"
(status = "completed") or last-active <= "2006"
(status = "completed") or last-active > "2006-02-01T00:00:01"
(status = "completed") or last-active > "2006-02-21"
(status = "completed") or last-active > "2006-02"
(status = "completed") or last-active > "2006"
(status = "completed") or last-active >= "2006-02-01T00:00:01"
(status = "completed") or last-active >= "2006-02-21"
(status = "completed") or last-active >= "2006-02"
(status = "completed") or last-active >= "2006"
(status = "completed") or last-active like "2006-02-01T00:00:01"
(status = "completed") or last-active like "2006-02-21"
(status = "completed") or last-active like "2006-02"
(status = "completed") or last-active like "2006"
(status = "completed") or last-active in ("2006-02-01T00:00:01")
(status = "completed") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(status = "completed") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(status = "completed") or ${org.apache.ode.BPELProcess}author = "yuriy"
(status = "completed") or $author = "yuriy"
(status = "completed") or ${org.apache.ode.BPELProcess}author < "yuriy"
(status = "completed") or $author < "yuriy"
(status = "completed") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(status = "completed") or $author <= "yuriy"
(status = "completed") or ${org.apache.ode.BPELProcess}author > "yuriy"
(status = "completed") or $author > "yuriy"
(status = "completed") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(status = "completed") or $author >= "yuriy"
(status = "completed") or ${org.apache.ode.BPELProcess}author like "yuriy"
(status = "completed") or $author like "yuriy"
(status = "completed") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(status = "completed") or $author in ("yuriy")
(status = "completed") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(status = "completed") or $author in ("yuriy","kostya","nazar","orest")
(status = "completed") or pid = "HelloWorld"
(status = "completed") or pid < "HelloWorld"
(status = "completed") or pid <= "HelloWorld"
(status = "completed") or pid > "HelloWorld"
(status = "completed") or pid >= "HelloWorld"
(status = "completed") or pid like "HelloWorld"
(status = "completed") or pid in ("HelloWorld","Hello*","Hello*World")
(status = "completed") or pid in ("Hello*","Hello*World")
(status = "completed") or pid in ("Hello*World")
(status = "completed") or iid = "2006"
(status = "completed") or iid < "2006"
(status = "completed") or iid <= "2006"
(status = "completed") or iid > "2006"
(status = "completed") or iid >= "2006"
(status = "completed") or iid in ("2006")
(status = "completed") or iid in ("2006","20061231")
(status = "terminated") or started = "2006-01-01T00:00:01"
(status = "terminated") or started = "2006-01-31"
(status = "terminated") or started = "2006-01"
(status = "terminated") or started = "2006"
(status = "terminated") or started < "2006-01-01T00:00:01"
(status = "terminated") or started < "2006-01-31"
(status = "terminated") or started < "2006-01"
(status = "terminated") or started < "2006"
(status = "terminated") or started <= "2006-01-01T00:00:01"
(status = "terminated") or started <= "2006-01-31"
(status = "terminated") or started <= "2006-01"
(status = "terminated") or started <= "2006"
(status = "terminated") or started > "2006-01-01T00:00:01"
(status = "terminated") or started > "2006-01-31"
(status = "terminated") or started > "2006-01"
(status = "terminated") or started > "2006"
(status = "terminated") or started >= "2006-01-01T00:00:01"
(status = "terminated") or started >= "2006-01-31"
(status = "terminated") or started >= "2006-01"
(status = "terminated") or started >= "2006"
(status = "terminated") or started like "2006-01-01T00:00:01"
(status = "terminated") or started like "2006-01-31"
(status = "terminated") or started like "2006-01"
(status = "terminated") or started like "2006"
(status = "terminated") or started in ("2006-01-01T00:00:01")
(status = "terminated") or started in ("2006-01-31","2006-01")
(status = "terminated") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(status = "terminated") or last-active = "2006-02-01T00:00:01"
(status = "terminated") or last-active = "2006-02-21"
(status = "terminated") or last-active = "2006-02"
(status = "terminated") or last-active = "2006"
(status = "terminated") or last-active < "2006-02-01T00:00:01"
(status = "terminated") or last-active < "2006-02-21"
(status = "terminated") or last-active < "2006-02"
(status = "terminated") or last-active < "2006"
(status = "terminated") or last-active <= "2006-02-01T00:00:01"
(status = "terminated") or last-active <= "2006-02-21"
(status = "terminated") or last-active <= "2006-02"
(status = "terminated") or last-active <= "2006"
(status = "terminated") or last-active > "2006-02-01T00:00:01"
(status = "terminated") or last-active > "2006-02-21"
(status = "terminated") or last-active > "2006-02"
(status = "terminated") or last-active > "2006"
(status = "terminated") or last-active >= "2006-02-01T00:00:01"
(status = "terminated") or last-active >= "2006-02-21"
(status = "terminated") or last-active >= "2006-02"
(status = "terminated") or last-active >= "2006"
(status = "terminated") or last-active like "2006-02-01T00:00:01"
(status = "terminated") or last-active like "2006-02-21"
(status = "terminated") or last-active like "2006-02"
(status = "terminated") or last-active like "2006"
(status = "terminated") or last-active in ("2006-02-01T00:00:01")
(status = "terminated") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(status = "terminated") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(status = "terminated") or ${org.apache.ode.BPELProcess}author = "yuriy"
(status = "terminated") or $author = "yuriy"
(status = "terminated") or ${org.apache.ode.BPELProcess}author < "yuriy"
(status = "terminated") or $author < "yuriy"
(status = "terminated") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(status = "terminated") or $author <= "yuriy"
(status = "terminated") or ${org.apache.ode.BPELProcess}author > "yuriy"
(status = "terminated") or $author > "yuriy"
(status = "terminated") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(status = "terminated") or $author >= "yuriy"
(status = "terminated") or ${org.apache.ode.BPELProcess}author like "yuriy"
(status = "terminated") or $author like "yuriy"
(status = "terminated") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(status = "terminated") or $author in ("yuriy")
(status = "terminated") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(status = "terminated") or $author in ("yuriy","kostya","nazar","orest")
(status = "terminated") or pid = "HelloWorld"
(status = "terminated") or pid < "HelloWorld"
(status = "terminated") or pid <= "HelloWorld"
(status = "terminated") or pid > "HelloWorld"
(status = "terminated") or pid >= "HelloWorld"
(status = "terminated") or pid like "HelloWorld"
(status = "terminated") or pid in ("HelloWorld","Hello*","Hello*World")
(status = "terminated") or pid in ("Hello*","Hello*World")
(status = "terminated") or pid in ("Hello*World")
(status = "terminated") or iid = "2006"
(status = "terminated") or iid < "2006"
(status = "terminated") or iid <= "2006"
(status = "terminated") or iid > "2006"
(status = "terminated") or iid >= "2006"
(status = "terminated") or iid in ("2006")
(status = "terminated") or iid in ("2006","20061231")
(status = "faulted") or started = "2006-01-01T00:00:01"
(status = "faulted") or started = "2006-01-31"
(status = "faulted") or started = "2006-01"
(status = "faulted") or started = "2006"
(status = "faulted") or started < "2006-01-01T00:00:01"
(status = "faulted") or started < "2006-01-31"
(status = "faulted") or started < "2006-01"
(status = "faulted") or started < "2006"
(status = "faulted") or started <= "2006-01-01T00:00:01"
(status = "faulted") or started <= "2006-01-31"
(status = "faulted") or started <= "2006-01"
(status = "faulted") or started <= "2006"
(status = "faulted") or started > "2006-01-01T00:00:01"
(status = "faulted") or started > "2006-01-31"
(status = "faulted") or started > "2006-01"
(status = "faulted") or started > "2006"
(status = "faulted") or started >= "2006-01-01T00:00:01"
(status = "faulted") or started >= "2006-01-31"
(status = "faulted") or started >= "2006-01"
(status = "faulted") or started >= "2006"
(status = "faulted") or started like "2006-01-01T00:00:01"
(status = "faulted") or started like "2006-01-31"
(status = "faulted") or started like "2006-01"
(status = "faulted") or started like "2006"
(status = "faulted") or started in ("2006-01-01T00:00:01")
(status = "faulted") or started in ("2006-01-31","2006-01")
(status = "faulted") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(status = "faulted") or last-active = "2006-02-01T00:00:01"
(status = "faulted") or last-active = "2006-02-21"
(status = "faulted") or last-active = "2006-02"
(status = "faulted") or last-active = "2006"
(status = "faulted") or last-active < "2006-02-01T00:00:01"
(status = "faulted") or last-active < "2006-02-21"
(status = "faulted") or last-active < "2006-02"
(status = "faulted") or last-active < "2006"
(status = "faulted") or last-active <= "2006-02-01T00:00:01"
(status = "faulted") or last-active <= "2006-02-21"
(status = "faulted") or last-active <= "2006-02"
(status = "faulted") or last-active <= "2006"
(status = "faulted") or last-active > "2006-02-01T00:00:01"
(status = "faulted") or last-active > "2006-02-21"
(status = "faulted") or last-active > "2006-02"
(status = "faulted") or last-active > "2006"
(status = "faulted") or last-active >= "2006-02-01T00:00:01"
(status = "faulted") or last-active >= "2006-02-21"
(status = "faulted") or last-active >= "2006-02"
(status = "faulted") or last-active >= "2006"
(status = "faulted") or last-active like "2006-02-01T00:00:01"
(status = "faulted") or last-active like "2006-02-21"
(status = "faulted") or last-active like "2006-02"
(status = "faulted") or last-active like "2006"
(status = "faulted") or last-active in ("2006-02-01T00:00:01")
(status = "faulted") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(status = "faulted") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(status = "faulted") or ${org.apache.ode.BPELProcess}author = "yuriy"
(status = "faulted") or $author = "yuriy"
(status = "faulted") or ${org.apache.ode.BPELProcess}author < "yuriy"
(status = "faulted") or $author < "yuriy"
(status = "faulted") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(status = "faulted") or $author <= "yuriy"
(status = "faulted") or ${org.apache.ode.BPELProcess}author > "yuriy"
(status = "faulted") or $author > "yuriy"
(status = "faulted") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(status = "faulted") or $author >= "yuriy"
(status = "faulted") or ${org.apache.ode.BPELProcess}author like "yuriy"
(status = "faulted") or $author like "yuriy"
(status = "faulted") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(status = "faulted") or $author in ("yuriy")
(status = "faulted") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(status = "faulted") or $author in ("yuriy","kostya","nazar","orest")
(status = "faulted") or pid = "HelloWorld"
(status = "faulted") or pid < "HelloWorld"
(status = "faulted") or pid <= "HelloWorld"
(status = "faulted") or pid > "HelloWorld"
(status = "faulted") or pid >= "HelloWorld"
(status = "faulted") or pid like "HelloWorld"
(status = "faulted") or pid in ("HelloWorld","Hello*","Hello*World")
(status = "faulted") or pid in ("Hello*","Hello*World")
(status = "faulted") or pid in ("Hello*World")
(status = "faulted") or iid = "2006"
(status = "faulted") or iid < "2006"
(status = "faulted") or iid <= "2006"
(status = "faulted") or iid > "2006"
(status = "faulted") or iid >= "2006"
(status = "faulted") or iid in ("2006")
(status = "faulted") or iid in ("2006","20061231")
(status in ("active","suspended")) or started = "2006-01-01T00:00:01"
(status in ("active","suspended")) or started = "2006-01-31"
(status in ("active","suspended")) or started = "2006-01"
(status in ("active","suspended")) or started = "2006"
(status in ("active","suspended")) or started < "2006-01-01T00:00:01"
(status in ("active","suspended")) or started < "2006-01-31"
(status in ("active","suspended")) or started < "2006-01"
(status in ("active","suspended")) or started < "2006"
(status in ("active","suspended")) or started <= "2006-01-01T00:00:01"
(status in ("active","suspended")) or started <= "2006-01-31"
(status in ("active","suspended")) or started <= "2006-01"
(status in ("active","suspended")) or started <= "2006"
(status in ("active","suspended")) or started > "2006-01-01T00:00:01"
(status in ("active","suspended")) or started > "2006-01-31"
(status in ("active","suspended")) or started > "2006-01"
(status in ("active","suspended")) or started > "2006"
(status in ("active","suspended")) or started >= "2006-01-01T00:00:01"
(status in ("active","suspended")) or started >= "2006-01-31"
(status in ("active","suspended")) or started >= "2006-01"
(status in ("active","suspended")) or started >= "2006"
(status in ("active","suspended")) or started like "2006-01-01T00:00:01"
(status in ("active","suspended")) or started like "2006-01-31"
(status in ("active","suspended")) or started like "2006-01"
(status in ("active","suspended")) or started like "2006"
(status in ("active","suspended")) or started in ("2006-01-01T00:00:01")
(status in ("active","suspended")) or started in ("2006-01-31","2006-01")
(status in ("active","suspended")) or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(status in ("active","suspended")) or last-active = "2006-02-01T00:00:01"
(status in ("active","suspended")) or last-active = "2006-02-21"
(status in ("active","suspended")) or last-active = "2006-02"
(status in ("active","suspended")) or last-active = "2006"
(status in ("active","suspended")) or last-active < "2006-02-01T00:00:01"
(status in ("active","suspended")) or last-active < "2006-02-21"
(status in ("active","suspended")) or last-active < "2006-02"
(status in ("active","suspended")) or last-active < "2006"
(status in ("active","suspended")) or last-active <= "2006-02-01T00:00:01"
(status in ("active","suspended")) or last-active <= "2006-02-21"
(status in ("active","suspended")) or last-active <= "2006-02"
(status in ("active","suspended")) or last-active <= "2006"
(status in ("active","suspended")) or last-active > "2006-02-01T00:00:01"
(status in ("active","suspended")) or last-active > "2006-02-21"
(status in ("active","suspended")) or last-active > "2006-02"
(status in ("active","suspended")) or last-active > "2006"
(status in ("active","suspended")) or last-active >= "2006-02-01T00:00:01"
(status in ("active","suspended")) or last-active >= "2006-02-21"
(status in ("active","suspended")) or last-active >= "2006-02"
(status in ("active","suspended")) or last-active >= "2006"
(status in ("active","suspended")) or last-active like "2006-02-01T00:00:01"
(status in ("active","suspended")) or last-active like "2006-02-21"
(status in ("active","suspended")) or last-active like "2006-02"
(status in ("active","suspended")) or last-active like "2006"
(status in ("active","suspended")) or last-active in ("2006-02-01T00:00:01")
(status in ("active","suspended")) or last-active in ("2006-02-01T00:00:01","2006-02-21")
(status in ("active","suspended")) or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(status in ("active","suspended")) or ${org.apache.ode.BPELProcess}author = "yuriy"
(status in ("active","suspended")) or $author = "yuriy"
(status in ("active","suspended")) or ${org.apache.ode.BPELProcess}author < "yuriy"
(status in ("active","suspended")) or $author < "yuriy"
(status in ("active","suspended")) or ${org.apache.ode.BPELProcess}author <= "yuriy"
(status in ("active","suspended")) or $author <= "yuriy"
(status in ("active","suspended")) or ${org.apache.ode.BPELProcess}author > "yuriy"
(status in ("active","suspended")) or $author > "yuriy"
(status in ("active","suspended")) or ${org.apache.ode.BPELProcess}author >= "yuriy"
(status in ("active","suspended")) or $author >= "yuriy"
(status in ("active","suspended")) or ${org.apache.ode.BPELProcess}author like "yuriy"
(status in ("active","suspended")) or $author like "yuriy"
(status in ("active","suspended")) or ${org.apache.ode.BPELProcess}author in ("yuriy")
(status in ("active","suspended")) or $author in ("yuriy")
(status in ("active","suspended")) or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(status in ("active","suspended")) or $author in ("yuriy","kostya","nazar","orest")
(status in ("active","suspended")) or pid = "HelloWorld"
(status in ("active","suspended")) or pid < "HelloWorld"
(status in ("active","suspended")) or pid <= "HelloWorld"
(status in ("active","suspended")) or pid > "HelloWorld"
(status in ("active","suspended")) or pid >= "HelloWorld"
(status in ("active","suspended")) or pid like "HelloWorld"
(status in ("active","suspended")) or pid in ("HelloWorld","Hello*","Hello*World")
(status in ("active","suspended")) or pid in ("Hello*","Hello*World")
(status in ("active","suspended")) or pid in ("Hello*World")
(status in ("active","suspended")) or iid = "2006"
(status in ("active","suspended")) or iid < "2006"
(status in ("active","suspended")) or iid <= "2006"
(status in ("active","suspended")) or iid > "2006"
(status in ("active","suspended")) or iid >= "2006"
(status in ("active","suspended")) or iid in ("2006")
(status in ("active","suspended")) or iid in ("2006","20061231")
(status in ("active","suspended","error","completed","terminated","faulted")) or started = "2006-01-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) or started = "2006-01-31"
(status in ("active","suspended","error","completed","terminated","faulted")) or started = "2006-01"
(status in ("active","suspended","error","completed","terminated","faulted")) or started = "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) or started < "2006-01-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) or started < "2006-01-31"
(status in ("active","suspended","error","completed","terminated","faulted")) or started < "2006-01"
(status in ("active","suspended","error","completed","terminated","faulted")) or started < "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) or started <= "2006-01-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) or started <= "2006-01-31"
(status in ("active","suspended","error","completed","terminated","faulted")) or started <= "2006-01"
(status in ("active","suspended","error","completed","terminated","faulted")) or started <= "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) or started > "2006-01-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) or started > "2006-01-31"
(status in ("active","suspended","error","completed","terminated","faulted")) or started > "2006-01"
(status in ("active","suspended","error","completed","terminated","faulted")) or started > "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) or started >= "2006-01-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) or started >= "2006-01-31"
(status in ("active","suspended","error","completed","terminated","faulted")) or started >= "2006-01"
(status in ("active","suspended","error","completed","terminated","faulted")) or started >= "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) or started like "2006-01-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) or started like "2006-01-31"
(status in ("active","suspended","error","completed","terminated","faulted")) or started like "2006-01"
(status in ("active","suspended","error","completed","terminated","faulted")) or started like "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) or started in ("2006-01-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) or started in ("2006-01-31","2006-01")
(status in ("active","suspended","error","completed","terminated","faulted")) or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active = "2006-02-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active = "2006-02-21"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active = "2006-02"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active = "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active < "2006-02-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active < "2006-02-21"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active < "2006-02"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active < "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active <= "2006-02-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active <= "2006-02-21"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active <= "2006-02"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active <= "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active > "2006-02-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active > "2006-02-21"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active > "2006-02"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active > "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active >= "2006-02-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active >= "2006-02-21"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active >= "2006-02"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active >= "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active like "2006-02-01T00:00:01"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active like "2006-02-21"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active like "2006-02"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active like "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active in ("2006-02-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active in ("2006-02-01T00:00:01","2006-02-21")
(status in ("active","suspended","error","completed","terminated","faulted")) or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(status in ("active","suspended","error","completed","terminated","faulted")) or ${org.apache.ode.BPELProcess}author = "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) or $author = "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) or ${org.apache.ode.BPELProcess}author < "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) or $author < "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) or ${org.apache.ode.BPELProcess}author <= "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) or $author <= "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) or ${org.apache.ode.BPELProcess}author > "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) or $author > "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) or ${org.apache.ode.BPELProcess}author >= "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) or $author >= "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) or ${org.apache.ode.BPELProcess}author like "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) or $author like "yuriy"
(status in ("active","suspended","error","completed","terminated","faulted")) or ${org.apache.ode.BPELProcess}author in ("yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) or $author in ("yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(status in ("active","suspended","error","completed","terminated","faulted")) or $author in ("yuriy","kostya","nazar","orest")
(status in ("active","suspended","error","completed","terminated","faulted")) or pid = "HelloWorld"
(status in ("active","suspended","error","completed","terminated","faulted")) or pid < "HelloWorld"
(status in ("active","suspended","error","completed","terminated","faulted")) or pid <= "HelloWorld"
(status in ("active","suspended","error","completed","terminated","faulted")) or pid > "HelloWorld"
(status in ("active","suspended","error","completed","terminated","faulted")) or pid >= "HelloWorld"
(status in ("active","suspended","error","completed","terminated","faulted")) or pid like "HelloWorld"
(status in ("active","suspended","error","completed","terminated","faulted")) or pid in ("HelloWorld","Hello*","Hello*World")
(status in ("active","suspended","error","completed","terminated","faulted")) or pid in ("Hello*","Hello*World")
(status in ("active","suspended","error","completed","terminated","faulted")) or pid in ("Hello*World")
(status in ("active","suspended","error","completed","terminated","faulted")) or iid = "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) or iid < "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) or iid <= "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) or iid > "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) or iid >= "2006"
(status in ("active","suspended","error","completed","terminated","faulted")) or iid in ("2006")
(status in ("active","suspended","error","completed","terminated","faulted")) or iid in ("2006","20061231")
status = "active" or (started = "2006-01-01T00:00:01")
status = "active" or (started = "2006-01-31")
status = "active" or (started = "2006-01")
status = "active" or (started = "2006")
status = "active" or (started < "2006-01-01T00:00:01")
status = "active" or (started < "2006-01-31")
status = "active" or (started < "2006-01")
status = "active" or (started < "2006")
status = "active" or (started <= "2006-01-01T00:00:01")
status = "active" or (started <= "2006-01-31")
status = "active" or (started <= "2006-01")
status = "active" or (started <= "2006")
status = "active" or (started > "2006-01-01T00:00:01")
status = "active" or (started > "2006-01-31")
status = "active" or (started > "2006-01")
status = "active" or (started > "2006")
status = "active" or (started >= "2006-01-01T00:00:01")
status = "active" or (started >= "2006-01-31")
status = "active" or (started >= "2006-01")
status = "active" or (started >= "2006")
status = "active" or (started like "2006-01-01T00:00:01")
status = "active" or (started like "2006-01-31")
status = "active" or (started like "2006-01")
status = "active" or (started like "2006")
status = "active" or (started in ("2006-01-01T00:00:01"))
status = "active" or (started in ("2006-01-31","2006-01"))
status = "active" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
status = "active" or (last-active = "2006-02-01T00:00:01")
status = "active" or (last-active = "2006-02-21")
status = "active" or (last-active = "2006-02")
status = "active" or (last-active = "2006")
status = "active" or (last-active < "2006-02-01T00:00:01")
status = "active" or (last-active < "2006-02-21")
status = "active" or (last-active < "2006-02")
status = "active" or (last-active < "2006")
status = "active" or (last-active <= "2006-02-01T00:00:01")
status = "active" or (last-active <= "2006-02-21")
status = "active" or (last-active <= "2006-02")
status = "active" or (last-active <= "2006")
status = "active" or (last-active > "2006-02-01T00:00:01")
status = "active" or (last-active > "2006-02-21")
status = "active" or (last-active > "2006-02")
status = "active" or (last-active > "2006")
status = "active" or (last-active >= "2006-02-01T00:00:01")
status = "active" or (last-active >= "2006-02-21")
status = "active" or (last-active >= "2006-02")
status = "active" or (last-active >= "2006")
status = "active" or (last-active like "2006-02-01T00:00:01")
status = "active" or (last-active like "2006-02-21")
status = "active" or (last-active like "2006-02")
status = "active" or (last-active like "2006")
status = "active" or (last-active in ("2006-02-01T00:00:01"))
status = "active" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
status = "active" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
status = "active" or (${org.apache.ode.BPELProcess}author = "yuriy")
status = "active" or ($author = "yuriy")
status = "active" or (${org.apache.ode.BPELProcess}author < "yuriy")
status = "active" or ($author < "yuriy")
status = "active" or (${org.apache.ode.BPELProcess}author <= "yuriy")
status = "active" or ($author <= "yuriy")
status = "active" or (${org.apache.ode.BPELProcess}author > "yuriy")
status = "active" or ($author > "yuriy")
status = "active" or (${org.apache.ode.BPELProcess}author >= "yuriy")
status = "active" or ($author >= "yuriy")
status = "active" or (${org.apache.ode.BPELProcess}author like "yuriy")
status = "active" or ($author like "yuriy")
status = "active" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
status = "active" or ($author in ("yuriy"))
status = "active" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
status = "active" or ($author in ("yuriy","kostya","nazar","orest"))
status = "active" or (pid = "HelloWorld")
status = "active" or (pid < "HelloWorld")
status = "active" or (pid <= "HelloWorld")
status = "active" or (pid > "HelloWorld")
status = "active" or (pid >= "HelloWorld")
status = "active" or (pid like "HelloWorld")
status = "active" or (pid in ("HelloWorld","Hello*","Hello*World"))
status = "active" or (pid in ("Hello*","Hello*World"))
status = "active" or (pid in ("Hello*World"))
status = "active" or (iid = "2006")
status = "active" or (iid < "2006")
status = "active" or (iid <= "2006")
status = "active" or (iid > "2006")
status = "active" or (iid >= "2006")
status = "active" or (iid in ("2006"))
status = "active" or (iid in ("2006","20061231"))
status = "suspended" or (started = "2006-01-01T00:00:01")
status = "suspended" or (started = "2006-01-31")
status = "suspended" or (started = "2006-01")
status = "suspended" or (started = "2006")
status = "suspended" or (started < "2006-01-01T00:00:01")
status = "suspended" or (started < "2006-01-31")
status = "suspended" or (started < "2006-01")
status = "suspended" or (started < "2006")
status = "suspended" or (started <= "2006-01-01T00:00:01")
status = "suspended" or (started <= "2006-01-31")
status = "suspended" or (started <= "2006-01")
status = "suspended" or (started <= "2006")
status = "suspended" or (started > "2006-01-01T00:00:01")
status = "suspended" or (started > "2006-01-31")
status = "suspended" or (started > "2006-01")
status = "suspended" or (started > "2006")
status = "suspended" or (started >= "2006-01-01T00:00:01")
status = "suspended" or (started >= "2006-01-31")
status = "suspended" or (started >= "2006-01")
status = "suspended" or (started >= "2006")
status = "suspended" or (started like "2006-01-01T00:00:01")
status = "suspended" or (started like "2006-01-31")
status = "suspended" or (started like "2006-01")
status = "suspended" or (started like "2006")
status = "suspended" or (started in ("2006-01-01T00:00:01"))
status = "suspended" or (started in ("2006-01-31","2006-01"))
status = "suspended" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
status = "suspended" or (last-active = "2006-02-01T00:00:01")
status = "suspended" or (last-active = "2006-02-21")
status = "suspended" or (last-active = "2006-02")
status = "suspended" or (last-active = "2006")
status = "suspended" or (last-active < "2006-02-01T00:00:01")
status = "suspended" or (last-active < "2006-02-21")
status = "suspended" or (last-active < "2006-02")
status = "suspended" or (last-active < "2006")
status = "suspended" or (last-active <= "2006-02-01T00:00:01")
status = "suspended" or (last-active <= "2006-02-21")
status = "suspended" or (last-active <= "2006-02")
status = "suspended" or (last-active <= "2006")
status = "suspended" or (last-active > "2006-02-01T00:00:01")
status = "suspended" or (last-active > "2006-02-21")
status = "suspended" or (last-active > "2006-02")
status = "suspended" or (last-active > "2006")
status = "suspended" or (last-active >= "2006-02-01T00:00:01")
status = "suspended" or (last-active >= "2006-02-21")
status = "suspended" or (last-active >= "2006-02")
status = "suspended" or (last-active >= "2006")
status = "suspended" or (last-active like "2006-02-01T00:00:01")
status = "suspended" or (last-active like "2006-02-21")
status = "suspended" or (last-active like "2006-02")
status = "suspended" or (last-active like "2006")
status = "suspended" or (last-active in ("2006-02-01T00:00:01"))
status = "suspended" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
status = "suspended" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
status = "suspended" or (${org.apache.ode.BPELProcess}author = "yuriy")
status = "suspended" or ($author = "yuriy")
status = "suspended" or (${org.apache.ode.BPELProcess}author < "yuriy")
status = "suspended" or ($author < "yuriy")
status = "suspended" or (${org.apache.ode.BPELProcess}author <= "yuriy")
status = "suspended" or ($author <= "yuriy")
status = "suspended" or (${org.apache.ode.BPELProcess}author > "yuriy")
status = "suspended" or ($author > "yuriy")
status = "suspended" or (${org.apache.ode.BPELProcess}author >= "yuriy")
status = "suspended" or ($author >= "yuriy")
status = "suspended" or (${org.apache.ode.BPELProcess}author like "yuriy")
status = "suspended" or ($author like "yuriy")
status = "suspended" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
status = "suspended" or ($author in ("yuriy"))
status = "suspended" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
status = "suspended" or ($author in ("yuriy","kostya","nazar","orest"))
status = "suspended" or (pid = "HelloWorld")
status = "suspended" or (pid < "HelloWorld")
status = "suspended" or (pid <= "HelloWorld")
status = "suspended" or (pid > "HelloWorld")
status = "suspended" or (pid >= "HelloWorld")
status = "suspended" or (pid like "HelloWorld")
status = "suspended" or (pid in ("HelloWorld","Hello*","Hello*World"))
status = "suspended" or (pid in ("Hello*","Hello*World"))
status = "suspended" or (pid in ("Hello*World"))
status = "suspended" or (iid = "2006")
status = "suspended" or (iid < "2006")
status = "suspended" or (iid <= "2006")
status = "suspended" or (iid > "2006")
status = "suspended" or (iid >= "2006")
status = "suspended" or (iid in ("2006"))
status = "suspended" or (iid in ("2006","20061231"))
status = "error" or (started = "2006-01-01T00:00:01")
status = "error" or (started = "2006-01-31")
status = "error" or (started = "2006-01")
status = "error" or (started = "2006")
status = "error" or (started < "2006-01-01T00:00:01")
status = "error" or (started < "2006-01-31")
status = "error" or (started < "2006-01")
status = "error" or (started < "2006")
status = "error" or (started <= "2006-01-01T00:00:01")
status = "error" or (started <= "2006-01-31")
status = "error" or (started <= "2006-01")
status = "error" or (started <= "2006")
status = "error" or (started > "2006-01-01T00:00:01")
status = "error" or (started > "2006-01-31")
status = "error" or (started > "2006-01")
status = "error" or (started > "2006")
status = "error" or (started >= "2006-01-01T00:00:01")
status = "error" or (started >= "2006-01-31")
status = "error" or (started >= "2006-01")
status = "error" or (started >= "2006")
status = "error" or (started like "2006-01-01T00:00:01")
status = "error" or (started like "2006-01-31")
status = "error" or (started like "2006-01")
status = "error" or (started like "2006")
status = "error" or (started in ("2006-01-01T00:00:01"))
status = "error" or (started in ("2006-01-31","2006-01"))
status = "error" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
status = "error" or (last-active = "2006-02-01T00:00:01")
status = "error" or (last-active = "2006-02-21")
status = "error" or (last-active = "2006-02")
status = "error" or (last-active = "2006")
status = "error" or (last-active < "2006-02-01T00:00:01")
status = "error" or (last-active < "2006-02-21")
status = "error" or (last-active < "2006-02")
status = "error" or (last-active < "2006")
status = "error" or (last-active <= "2006-02-01T00:00:01")
status = "error" or (last-active <= "2006-02-21")
status = "error" or (last-active <= "2006-02")
status = "error" or (last-active <= "2006")
status = "error" or (last-active > "2006-02-01T00:00:01")
status = "error" or (last-active > "2006-02-21")
status = "error" or (last-active > "2006-02")
status = "error" or (last-active > "2006")
status = "error" or (last-active >= "2006-02-01T00:00:01")
status = "error" or (last-active >= "2006-02-21")
status = "error" or (last-active >= "2006-02")
status = "error" or (last-active >= "2006")
status = "error" or (last-active like "2006-02-01T00:00:01")
status = "error" or (last-active like "2006-02-21")
status = "error" or (last-active like "2006-02")
status = "error" or (last-active like "2006")
status = "error" or (last-active in ("2006-02-01T00:00:01"))
status = "error" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
status = "error" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
status = "error" or (${org.apache.ode.BPELProcess}author = "yuriy")
status = "error" or ($author = "yuriy")
status = "error" or (${org.apache.ode.BPELProcess}author < "yuriy")
status = "error" or ($author < "yuriy")
status = "error" or (${org.apache.ode.BPELProcess}author <= "yuriy")
status = "error" or ($author <= "yuriy")
status = "error" or (${org.apache.ode.BPELProcess}author > "yuriy")
status = "error" or ($author > "yuriy")
status = "error" or (${org.apache.ode.BPELProcess}author >= "yuriy")
status = "error" or ($author >= "yuriy")
status = "error" or (${org.apache.ode.BPELProcess}author like "yuriy")
status = "error" or ($author like "yuriy")
status = "error" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
status = "error" or ($author in ("yuriy"))
status = "error" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
status = "error" or ($author in ("yuriy","kostya","nazar","orest"))
status = "error" or (pid = "HelloWorld")
status = "error" or (pid < "HelloWorld")
status = "error" or (pid <= "HelloWorld")
status = "error" or (pid > "HelloWorld")
status = "error" or (pid >= "HelloWorld")
status = "error" or (pid like "HelloWorld")
status = "error" or (pid in ("HelloWorld","Hello*","Hello*World"))
status = "error" or (pid in ("Hello*","Hello*World"))
status = "error" or (pid in ("Hello*World"))
status = "error" or (iid = "2006")
status = "error" or (iid < "2006")
status = "error" or (iid <= "2006")
status = "error" or (iid > "2006")
status = "error" or (iid >= "2006")
status = "error" or (iid in ("2006"))
status = "error" or (iid in ("2006","20061231"))
status = "completed" or (started = "2006-01-01T00:00:01")
status = "completed" or (started = "2006-01-31")
status = "completed" or (started = "2006-01")
status = "completed" or (started = "2006")
status = "completed" or (started < "2006-01-01T00:00:01")
status = "completed" or (started < "2006-01-31")
status = "completed" or (started < "2006-01")
status = "completed" or (started < "2006")
status = "completed" or (started <= "2006-01-01T00:00:01")
status = "completed" or (started <= "2006-01-31")
status = "completed" or (started <= "2006-01")
status = "completed" or (started <= "2006")
status = "completed" or (started > "2006-01-01T00:00:01")
status = "completed" or (started > "2006-01-31")
status = "completed" or (started > "2006-01")
status = "completed" or (started > "2006")
status = "completed" or (started >= "2006-01-01T00:00:01")
status = "completed" or (started >= "2006-01-31")
status = "completed" or (started >= "2006-01")
status = "completed" or (started >= "2006")
status = "completed" or (started like "2006-01-01T00:00:01")
status = "completed" or (started like "2006-01-31")
status = "completed" or (started like "2006-01")
status = "completed" or (started like "2006")
status = "completed" or (started in ("2006-01-01T00:00:01"))
status = "completed" or (started in ("2006-01-31","2006-01"))
status = "completed" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
status = "completed" or (last-active = "2006-02-01T00:00:01")
status = "completed" or (last-active = "2006-02-21")
status = "completed" or (last-active = "2006-02")
status = "completed" or (last-active = "2006")
status = "completed" or (last-active < "2006-02-01T00:00:01")
status = "completed" or (last-active < "2006-02-21")
status = "completed" or (last-active < "2006-02")
status = "completed" or (last-active < "2006")
status = "completed" or (last-active <= "2006-02-01T00:00:01")
status = "completed" or (last-active <= "2006-02-21")
status = "completed" or (last-active <= "2006-02")
status = "completed" or (last-active <= "2006")
status = "completed" or (last-active > "2006-02-01T00:00:01")
status = "completed" or (last-active > "2006-02-21")
status = "completed" or (last-active > "2006-02")
status = "completed" or (last-active > "2006")
status = "completed" or (last-active >= "2006-02-01T00:00:01")
status = "completed" or (last-active >= "2006-02-21")
status = "completed" or (last-active >= "2006-02")
status = "completed" or (last-active >= "2006")
status = "completed" or (last-active like "2006-02-01T00:00:01")
status = "completed" or (last-active like "2006-02-21")
status = "completed" or (last-active like "2006-02")
status = "completed" or (last-active like "2006")
status = "completed" or (last-active in ("2006-02-01T00:00:01"))
status = "completed" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
status = "completed" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
status = "completed" or (${org.apache.ode.BPELProcess}author = "yuriy")
status = "completed" or ($author = "yuriy")
status = "completed" or (${org.apache.ode.BPELProcess}author < "yuriy")
status = "completed" or ($author < "yuriy")
status = "completed" or (${org.apache.ode.BPELProcess}author <= "yuriy")
status = "completed" or ($author <= "yuriy")
status = "completed" or (${org.apache.ode.BPELProcess}author > "yuriy")
status = "completed" or ($author > "yuriy")
status = "completed" or (${org.apache.ode.BPELProcess}author >= "yuriy")
status = "completed" or ($author >= "yuriy")
status = "completed" or (${org.apache.ode.BPELProcess}author like "yuriy")
status = "completed" or ($author like "yuriy")
status = "completed" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
status = "completed" or ($author in ("yuriy"))
status = "completed" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
status = "completed" or ($author in ("yuriy","kostya","nazar","orest"))
status = "completed" or (pid = "HelloWorld")
status = "completed" or (pid < "HelloWorld")
status = "completed" or (pid <= "HelloWorld")
status = "completed" or (pid > "HelloWorld")
status = "completed" or (pid >= "HelloWorld")
status = "completed" or (pid like "HelloWorld")
status = "completed" or (pid in ("HelloWorld","Hello*","Hello*World"))
status = "completed" or (pid in ("Hello*","Hello*World"))
status = "completed" or (pid in ("Hello*World"))
status = "completed" or (iid = "2006")
status = "completed" or (iid < "2006")
status = "completed" or (iid <= "2006")
status = "completed" or (iid > "2006")
status = "completed" or (iid >= "2006")
status = "completed" or (iid in ("2006"))
status = "completed" or (iid in ("2006","20061231"))
status = "terminated" or (started = "2006-01-01T00:00:01")
status = "terminated" or (started = "2006-01-31")
status = "terminated" or (started = "2006-01")
status = "terminated" or (started = "2006")
status = "terminated" or (started < "2006-01-01T00:00:01")
status = "terminated" or (started < "2006-01-31")
status = "terminated" or (started < "2006-01")
status = "terminated" or (started < "2006")
status = "terminated" or (started <= "2006-01-01T00:00:01")
status = "terminated" or (started <= "2006-01-31")
status = "terminated" or (started <= "2006-01")
status = "terminated" or (started <= "2006")
status = "terminated" or (started > "2006-01-01T00:00:01")
status = "terminated" or (started > "2006-01-31")
status = "terminated" or (started > "2006-01")
status = "terminated" or (started > "2006")
status = "terminated" or (started >= "2006-01-01T00:00:01")
status = "terminated" or (started >= "2006-01-31")
status = "terminated" or (started >= "2006-01")
status = "terminated" or (started >= "2006")
status = "terminated" or (started like "2006-01-01T00:00:01")
status = "terminated" or (started like "2006-01-31")
status = "terminated" or (started like "2006-01")
status = "terminated" or (started like "2006")
status = "terminated" or (started in ("2006-01-01T00:00:01"))
status = "terminated" or (started in ("2006-01-31","2006-01"))
status = "terminated" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
status = "terminated" or (last-active = "2006-02-01T00:00:01")
status = "terminated" or (last-active = "2006-02-21")
status = "terminated" or (last-active = "2006-02")
status = "terminated" or (last-active = "2006")
status = "terminated" or (last-active < "2006-02-01T00:00:01")
status = "terminated" or (last-active < "2006-02-21")
status = "terminated" or (last-active < "2006-02")
status = "terminated" or (last-active < "2006")
status = "terminated" or (last-active <= "2006-02-01T00:00:01")
status = "terminated" or (last-active <= "2006-02-21")
status = "terminated" or (last-active <= "2006-02")
status = "terminated" or (last-active <= "2006")
status = "terminated" or (last-active > "2006-02-01T00:00:01")
status = "terminated" or (last-active > "2006-02-21")
status = "terminated" or (last-active > "2006-02")
status = "terminated" or (last-active > "2006")
status = "terminated" or (last-active >= "2006-02-01T00:00:01")
status = "terminated" or (last-active >= "2006-02-21")
status = "terminated" or (last-active >= "2006-02")
status = "terminated" or (last-active >= "2006")
status = "terminated" or (last-active like "2006-02-01T00:00:01")
status = "terminated" or (last-active like "2006-02-21")
status = "terminated" or (last-active like "2006-02")
status = "terminated" or (last-active like "2006")
status = "terminated" or (last-active in ("2006-02-01T00:00:01"))
status = "terminated" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
status = "terminated" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
status = "terminated" or (${org.apache.ode.BPELProcess}author = "yuriy")
status = "terminated" or ($author = "yuriy")
status = "terminated" or (${org.apache.ode.BPELProcess}author < "yuriy")
status = "terminated" or ($author < "yuriy")
status = "terminated" or (${org.apache.ode.BPELProcess}author <= "yuriy")
status = "terminated" or ($author <= "yuriy")
status = "terminated" or (${org.apache.ode.BPELProcess}author > "yuriy")
status = "terminated" or ($author > "yuriy")
status = "terminated" or (${org.apache.ode.BPELProcess}author >= "yuriy")
status = "terminated" or ($author >= "yuriy")
status = "terminated" or (${org.apache.ode.BPELProcess}author like "yuriy")
status = "terminated" or ($author like "yuriy")
status = "terminated" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
status = "terminated" or ($author in ("yuriy"))
status = "terminated" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
status = "terminated" or ($author in ("yuriy","kostya","nazar","orest"))
status = "terminated" or (pid = "HelloWorld")
status = "terminated" or (pid < "HelloWorld")
status = "terminated" or (pid <= "HelloWorld")
status = "terminated" or (pid > "HelloWorld")
status = "terminated" or (pid >= "HelloWorld")
status = "terminated" or (pid like "HelloWorld")
status = "terminated" or (pid in ("HelloWorld","Hello*","Hello*World"))
status = "terminated" or (pid in ("Hello*","Hello*World"))
status = "terminated" or (pid in ("Hello*World"))
status = "terminated" or (iid = "2006")
status = "terminated" or (iid < "2006")
status = "terminated" or (iid <= "2006")
status = "terminated" or (iid > "2006")
status = "terminated" or (iid >= "2006")
status = "terminated" or (iid in ("2006"))
status = "terminated" or (iid in ("2006","20061231"))
status = "faulted" or (started = "2006-01-01T00:00:01")
status = "faulted" or (started = "2006-01-31")
status = "faulted" or (started = "2006-01")
status = "faulted" or (started = "2006")
status = "faulted" or (started < "2006-01-01T00:00:01")
status = "faulted" or (started < "2006-01-31")
status = "faulted" or (started < "2006-01")
status = "faulted" or (started < "2006")
status = "faulted" or (started <= "2006-01-01T00:00:01")
status = "faulted" or (started <= "2006-01-31")
status = "faulted" or (started <= "2006-01")
status = "faulted" or (started <= "2006")
status = "faulted" or (started > "2006-01-01T00:00:01")
status = "faulted" or (started > "2006-01-31")
status = "faulted" or (started > "2006-01")
status = "faulted" or (started > "2006")
status = "faulted" or (started >= "2006-01-01T00:00:01")
status = "faulted" or (started >= "2006-01-31")
status = "faulted" or (started >= "2006-01")
status = "faulted" or (started >= "2006")
status = "faulted" or (started like "2006-01-01T00:00:01")
status = "faulted" or (started like "2006-01-31")
status = "faulted" or (started like "2006-01")
status = "faulted" or (started like "2006")
status = "faulted" or (started in ("2006-01-01T00:00:01"))
status = "faulted" or (started in ("2006-01-31","2006-01"))
status = "faulted" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
status = "faulted" or (last-active = "2006-02-01T00:00:01")
status = "faulted" or (last-active = "2006-02-21")
status = "faulted" or (last-active = "2006-02")
status = "faulted" or (last-active = "2006")
status = "faulted" or (last-active < "2006-02-01T00:00:01")
status = "faulted" or (last-active < "2006-02-21")
status = "faulted" or (last-active < "2006-02")
status = "faulted" or (last-active < "2006")
status = "faulted" or (last-active <= "2006-02-01T00:00:01")
status = "faulted" or (last-active <= "2006-02-21")
status = "faulted" or (last-active <= "2006-02")
status = "faulted" or (last-active <= "2006")
status = "faulted" or (last-active > "2006-02-01T00:00:01")
status = "faulted" or (last-active > "2006-02-21")
status = "faulted" or (last-active > "2006-02")
status = "faulted" or (last-active > "2006")
status = "faulted" or (last-active >= "2006-02-01T00:00:01")
status = "faulted" or (last-active >= "2006-02-21")
status = "faulted" or (last-active >= "2006-02")
status = "faulted" or (last-active >= "2006")
status = "faulted" or (last-active like "2006-02-01T00:00:01")
status = "faulted" or (last-active like "2006-02-21")
status = "faulted" or (last-active like "2006-02")
status = "faulted" or (last-active like "2006")
status = "faulted" or (last-active in ("2006-02-01T00:00:01"))
status = "faulted" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
status = "faulted" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
status = "faulted" or (${org.apache.ode.BPELProcess}author = "yuriy")
status = "faulted" or ($author = "yuriy")
status = "faulted" or (${org.apache.ode.BPELProcess}author < "yuriy")
status = "faulted" or ($author < "yuriy")
status = "faulted" or (${org.apache.ode.BPELProcess}author <= "yuriy")
status = "faulted" or ($author <= "yuriy")
status = "faulted" or (${org.apache.ode.BPELProcess}author > "yuriy")
status = "faulted" or ($author > "yuriy")
status = "faulted" or (${org.apache.ode.BPELProcess}author >= "yuriy")
status = "faulted" or ($author >= "yuriy")
status = "faulted" or (${org.apache.ode.BPELProcess}author like "yuriy")
status = "faulted" or ($author like "yuriy")
status = "faulted" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
status = "faulted" or ($author in ("yuriy"))
status = "faulted" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
status = "faulted" or ($author in ("yuriy","kostya","nazar","orest"))
status = "faulted" or (pid = "HelloWorld")
status = "faulted" or (pid < "HelloWorld")
status = "faulted" or (pid <= "HelloWorld")
status = "faulted" or (pid > "HelloWorld")
status = "faulted" or (pid >= "HelloWorld")
status = "faulted" or (pid like "HelloWorld")
status = "faulted" or (pid in ("HelloWorld","Hello*","Hello*World"))
status = "faulted" or (pid in ("Hello*","Hello*World"))
status = "faulted" or (pid in ("Hello*World"))
status = "faulted" or (iid = "2006")
status = "faulted" or (iid < "2006")
status = "faulted" or (iid <= "2006")
status = "faulted" or (iid > "2006")
status = "faulted" or (iid >= "2006")
status = "faulted" or (iid in ("2006"))
status = "faulted" or (iid in ("2006","20061231"))
status in ("active","suspended") or (started = "2006-01-01T00:00:01")
status in ("active","suspended") or (started = "2006-01-31")
status in ("active","suspended") or (started = "2006-01")
status in ("active","suspended") or (started = "2006")
status in ("active","suspended") or (started < "2006-01-01T00:00:01")
status in ("active","suspended") or (started < "2006-01-31")
status in ("active","suspended") or (started < "2006-01")
status in ("active","suspended") or (started < "2006")
status in ("active","suspended") or (started <= "2006-01-01T00:00:01")
status in ("active","suspended") or (started <= "2006-01-31")
status in ("active","suspended") or (started <= "2006-01")
status in ("active","suspended") or (started <= "2006")
status in ("active","suspended") or (started > "2006-01-01T00:00:01")
status in ("active","suspended") or (started > "2006-01-31")
status in ("active","suspended") or (started > "2006-01")
status in ("active","suspended") or (started > "2006")
status in ("active","suspended") or (started >= "2006-01-01T00:00:01")
status in ("active","suspended") or (started >= "2006-01-31")
status in ("active","suspended") or (started >= "2006-01")
status in ("active","suspended") or (started >= "2006")
status in ("active","suspended") or (started like "2006-01-01T00:00:01")
status in ("active","suspended") or (started like "2006-01-31")
status in ("active","suspended") or (started like "2006-01")
status in ("active","suspended") or (started like "2006")
status in ("active","suspended") or (started in ("2006-01-01T00:00:01"))
status in ("active","suspended") or (started in ("2006-01-31","2006-01"))
status in ("active","suspended") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
status in ("active","suspended") or (last-active = "2006-02-01T00:00:01")
status in ("active","suspended") or (last-active = "2006-02-21")
status in ("active","suspended") or (last-active = "2006-02")
status in ("active","suspended") or (last-active = "2006")
status in ("active","suspended") or (last-active < "2006-02-01T00:00:01")
status in ("active","suspended") or (last-active < "2006-02-21")
status in ("active","suspended") or (last-active < "2006-02")
status in ("active","suspended") or (last-active < "2006")
status in ("active","suspended") or (last-active <= "2006-02-01T00:00:01")
status in ("active","suspended") or (last-active <= "2006-02-21")
status in ("active","suspended") or (last-active <= "2006-02")
status in ("active","suspended") or (last-active <= "2006")
status in ("active","suspended") or (last-active > "2006-02-01T00:00:01")
status in ("active","suspended") or (last-active > "2006-02-21")
status in ("active","suspended") or (last-active > "2006-02")
status in ("active","suspended") or (last-active > "2006")
status in ("active","suspended") or (last-active >= "2006-02-01T00:00:01")
status in ("active","suspended") or (last-active >= "2006-02-21")
status in ("active","suspended") or (last-active >= "2006-02")
status in ("active","suspended") or (last-active >= "2006")
status in ("active","suspended") or (last-active like "2006-02-01T00:00:01")
status in ("active","suspended") or (last-active like "2006-02-21")
status in ("active","suspended") or (last-active like "2006-02")
status in ("active","suspended") or (last-active like "2006")
status in ("active","suspended") or (last-active in ("2006-02-01T00:00:01"))
status in ("active","suspended") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
status in ("active","suspended") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
status in ("active","suspended") or (${org.apache.ode.BPELProcess}author = "yuriy")
status in ("active","suspended") or ($author = "yuriy")
status in ("active","suspended") or (${org.apache.ode.BPELProcess}author < "yuriy")
status in ("active","suspended") or ($author < "yuriy")
status in ("active","suspended") or (${org.apache.ode.BPELProcess}author <= "yuriy")
status in ("active","suspended") or ($author <= "yuriy")
status in ("active","suspended") or (${org.apache.ode.BPELProcess}author > "yuriy")
status in ("active","suspended") or ($author > "yuriy")
status in ("active","suspended") or (${org.apache.ode.BPELProcess}author >= "yuriy")
status in ("active","suspended") or ($author >= "yuriy")
status in ("active","suspended") or (${org.apache.ode.BPELProcess}author like "yuriy")
status in ("active","suspended") or ($author like "yuriy")
status in ("active","suspended") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
status in ("active","suspended") or ($author in ("yuriy"))
status in ("active","suspended") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
status in ("active","suspended") or ($author in ("yuriy","kostya","nazar","orest"))
status in ("active","suspended") or (pid = "HelloWorld")
status in ("active","suspended") or (pid < "HelloWorld")
status in ("active","suspended") or (pid <= "HelloWorld")
status in ("active","suspended") or (pid > "HelloWorld")
status in ("active","suspended") or (pid >= "HelloWorld")
status in ("active","suspended") or (pid like "HelloWorld")
status in ("active","suspended") or (pid in ("HelloWorld","Hello*","Hello*World"))
status in ("active","suspended") or (pid in ("Hello*","Hello*World"))
status in ("active","suspended") or (pid in ("Hello*World"))
status in ("active","suspended") or (iid = "2006")
status in ("active","suspended") or (iid < "2006")
status in ("active","suspended") or (iid <= "2006")
status in ("active","suspended") or (iid > "2006")
status in ("active","suspended") or (iid >= "2006")
status in ("active","suspended") or (iid in ("2006"))
status in ("active","suspended") or (iid in ("2006","20061231"))
status in ("active","suspended","error","completed","terminated","faulted") or (started = "2006-01-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") or (started = "2006-01-31")
status in ("active","suspended","error","completed","terminated","faulted") or (started = "2006-01")
status in ("active","suspended","error","completed","terminated","faulted") or (started = "2006")
status in ("active","suspended","error","completed","terminated","faulted") or (started < "2006-01-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") or (started < "2006-01-31")
status in ("active","suspended","error","completed","terminated","faulted") or (started < "2006-01")
status in ("active","suspended","error","completed","terminated","faulted") or (started < "2006")
status in ("active","suspended","error","completed","terminated","faulted") or (started <= "2006-01-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") or (started <= "2006-01-31")
status in ("active","suspended","error","completed","terminated","faulted") or (started <= "2006-01")
status in ("active","suspended","error","completed","terminated","faulted") or (started <= "2006")
status in ("active","suspended","error","completed","terminated","faulted") or (started > "2006-01-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") or (started > "2006-01-31")
status in ("active","suspended","error","completed","terminated","faulted") or (started > "2006-01")
status in ("active","suspended","error","completed","terminated","faulted") or (started > "2006")
status in ("active","suspended","error","completed","terminated","faulted") or (started >= "2006-01-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") or (started >= "2006-01-31")
status in ("active","suspended","error","completed","terminated","faulted") or (started >= "2006-01")
status in ("active","suspended","error","completed","terminated","faulted") or (started >= "2006")
status in ("active","suspended","error","completed","terminated","faulted") or (started like "2006-01-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") or (started like "2006-01-31")
status in ("active","suspended","error","completed","terminated","faulted") or (started like "2006-01")
status in ("active","suspended","error","completed","terminated","faulted") or (started like "2006")
status in ("active","suspended","error","completed","terminated","faulted") or (started in ("2006-01-01T00:00:01"))
status in ("active","suspended","error","completed","terminated","faulted") or (started in ("2006-01-31","2006-01"))
status in ("active","suspended","error","completed","terminated","faulted") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
status in ("active","suspended","error","completed","terminated","faulted") or (last-active = "2006-02-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active = "2006-02-21")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active = "2006-02")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active = "2006")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active < "2006-02-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active < "2006-02-21")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active < "2006-02")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active < "2006")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active <= "2006-02-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active <= "2006-02-21")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active <= "2006-02")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active <= "2006")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active > "2006-02-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active > "2006-02-21")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active > "2006-02")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active > "2006")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active >= "2006-02-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active >= "2006-02-21")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active >= "2006-02")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active >= "2006")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active like "2006-02-01T00:00:01")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active like "2006-02-21")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active like "2006-02")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active like "2006")
status in ("active","suspended","error","completed","terminated","faulted") or (last-active in ("2006-02-01T00:00:01"))
status in ("active","suspended","error","completed","terminated","faulted") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
status in ("active","suspended","error","completed","terminated","faulted") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
status in ("active","suspended","error","completed","terminated","faulted") or (${org.apache.ode.BPELProcess}author = "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") or ($author = "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") or (${org.apache.ode.BPELProcess}author < "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") or ($author < "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") or (${org.apache.ode.BPELProcess}author <= "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") or ($author <= "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") or (${org.apache.ode.BPELProcess}author > "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") or ($author > "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") or (${org.apache.ode.BPELProcess}author >= "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") or ($author >= "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") or (${org.apache.ode.BPELProcess}author like "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") or ($author like "yuriy")
status in ("active","suspended","error","completed","terminated","faulted") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
status in ("active","suspended","error","completed","terminated","faulted") or ($author in ("yuriy"))
status in ("active","suspended","error","completed","terminated","faulted") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
status in ("active","suspended","error","completed","terminated","faulted") or ($author in ("yuriy","kostya","nazar","orest"))
status in ("active","suspended","error","completed","terminated","faulted") or (pid = "HelloWorld")
status in ("active","suspended","error","completed","terminated","faulted") or (pid < "HelloWorld")
status in ("active","suspended","error","completed","terminated","faulted") or (pid <= "HelloWorld")
status in ("active","suspended","error","completed","terminated","faulted") or (pid > "HelloWorld")
status in ("active","suspended","error","completed","terminated","faulted") or (pid >= "HelloWorld")
status in ("active","suspended","error","completed","terminated","faulted") or (pid like "HelloWorld")
status in ("active","suspended","error","completed","terminated","faulted") or (pid in ("HelloWorld","Hello*","Hello*World"))
status in ("active","suspended","error","completed","terminated","faulted") or (pid in ("Hello*","Hello*World"))
status in ("active","suspended","error","completed","terminated","faulted") or (pid in ("Hello*World"))
status in ("active","suspended","error","completed","terminated","faulted") or (iid = "2006")
status in ("active","suspended","error","completed","terminated","faulted") or (iid < "2006")
status in ("active","suspended","error","completed","terminated","faulted") or (iid <= "2006")
status in ("active","suspended","error","completed","terminated","faulted") or (iid > "2006")
status in ("active","suspended","error","completed","terminated","faulted") or (iid >= "2006")
status in ("active","suspended","error","completed","terminated","faulted") or (iid in ("2006"))
status in ("active","suspended","error","completed","terminated","faulted") or (iid in ("2006","20061231"))
(status = "active") or (started = "2006-01-01T00:00:01")
(status = "active") or (started = "2006-01-31")
(status = "active") or (started = "2006-01")
(status = "active") or (started = "2006")
(status = "active") or (started < "2006-01-01T00:00:01")
(status = "active") or (started < "2006-01-31")
(status = "active") or (started < "2006-01")
(status = "active") or (started < "2006")
(status = "active") or (started <= "2006-01-01T00:00:01")
(status = "active") or (started <= "2006-01-31")
(status = "active") or (started <= "2006-01")
(status = "active") or (started <= "2006")
(status = "active") or (started > "2006-01-01T00:00:01")
(status = "active") or (started > "2006-01-31")
(status = "active") or (started > "2006-01")
(status = "active") or (started > "2006")
(status = "active") or (started >= "2006-01-01T00:00:01")
(status = "active") or (started >= "2006-01-31")
(status = "active") or (started >= "2006-01")
(status = "active") or (started >= "2006")
(status = "active") or (started like "2006-01-01T00:00:01")
(status = "active") or (started like "2006-01-31")
(status = "active") or (started like "2006-01")
(status = "active") or (started like "2006")
(status = "active") or (started in ("2006-01-01T00:00:01"))
(status = "active") or (started in ("2006-01-31","2006-01"))
(status = "active") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(status = "active") or (last-active = "2006-02-01T00:00:01")
(status = "active") or (last-active = "2006-02-21")
(status = "active") or (last-active = "2006-02")
(status = "active") or (last-active = "2006")
(status = "active") or (last-active < "2006-02-01T00:00:01")
(status = "active") or (last-active < "2006-02-21")
(status = "active") or (last-active < "2006-02")
(status = "active") or (last-active < "2006")
(status = "active") or (last-active <= "2006-02-01T00:00:01")
(status = "active") or (last-active <= "2006-02-21")
(status = "active") or (last-active <= "2006-02")
(status = "active") or (last-active <= "2006")
(status = "active") or (last-active > "2006-02-01T00:00:01")
(status = "active") or (last-active > "2006-02-21")
(status = "active") or (last-active > "2006-02")
(status = "active") or (last-active > "2006")
(status = "active") or (last-active >= "2006-02-01T00:00:01")
(status = "active") or (last-active >= "2006-02-21")
(status = "active") or (last-active >= "2006-02")
(status = "active") or (last-active >= "2006")
(status = "active") or (last-active like "2006-02-01T00:00:01")
(status = "active") or (last-active like "2006-02-21")
(status = "active") or (last-active like "2006-02")
(status = "active") or (last-active like "2006")
(status = "active") or (last-active in ("2006-02-01T00:00:01"))
(status = "active") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(status = "active") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(status = "active") or (${org.apache.ode.BPELProcess}author = "yuriy")
(status = "active") or ($author = "yuriy")
(status = "active") or (${org.apache.ode.BPELProcess}author < "yuriy")
(status = "active") or ($author < "yuriy")
(status = "active") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(status = "active") or ($author <= "yuriy")
(status = "active") or (${org.apache.ode.BPELProcess}author > "yuriy")
(status = "active") or ($author > "yuriy")
(status = "active") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(status = "active") or ($author >= "yuriy")
(status = "active") or (${org.apache.ode.BPELProcess}author like "yuriy")
(status = "active") or ($author like "yuriy")
(status = "active") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(status = "active") or ($author in ("yuriy"))
(status = "active") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(status = "active") or ($author in ("yuriy","kostya","nazar","orest"))
(status = "active") or (pid = "HelloWorld")
(status = "active") or (pid < "HelloWorld")
(status = "active") or (pid <= "HelloWorld")
(status = "active") or (pid > "HelloWorld")
(status = "active") or (pid >= "HelloWorld")
(status = "active") or (pid like "HelloWorld")
(status = "active") or (pid in ("HelloWorld","Hello*","Hello*World"))
(status = "active") or (pid in ("Hello*","Hello*World"))
(status = "active") or (pid in ("Hello*World"))
(status = "active") or (iid = "2006")
(status = "active") or (iid < "2006")
(status = "active") or (iid <= "2006")
(status = "active") or (iid > "2006")
(status = "active") or (iid >= "2006")
(status = "active") or (iid in ("2006"))
(status = "active") or (iid in ("2006","20061231"))
(status = "suspended") or (started = "2006-01-01T00:00:01")
(status = "suspended") or (started = "2006-01-31")
(status = "suspended") or (started = "2006-01")
(status = "suspended") or (started = "2006")
(status = "suspended") or (started < "2006-01-01T00:00:01")
(status = "suspended") or (started < "2006-01-31")
(status = "suspended") or (started < "2006-01")
(status = "suspended") or (started < "2006")
(status = "suspended") or (started <= "2006-01-01T00:00:01")
(status = "suspended") or (started <= "2006-01-31")
(status = "suspended") or (started <= "2006-01")
(status = "suspended") or (started <= "2006")
(status = "suspended") or (started > "2006-01-01T00:00:01")
(status = "suspended") or (started > "2006-01-31")
(status = "suspended") or (started > "2006-01")
(status = "suspended") or (started > "2006")
(status = "suspended") or (started >= "2006-01-01T00:00:01")
(status = "suspended") or (started >= "2006-01-31")
(status = "suspended") or (started >= "2006-01")
(status = "suspended") or (started >= "2006")
(status = "suspended") or (started like "2006-01-01T00:00:01")
(status = "suspended") or (started like "2006-01-31")
(status = "suspended") or (started like "2006-01")
(status = "suspended") or (started like "2006")
(status = "suspended") or (started in ("2006-01-01T00:00:01"))
(status = "suspended") or (started in ("2006-01-31","2006-01"))
(status = "suspended") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(status = "suspended") or (last-active = "2006-02-01T00:00:01")
(status = "suspended") or (last-active = "2006-02-21")
(status = "suspended") or (last-active = "2006-02")
(status = "suspended") or (last-active = "2006")
(status = "suspended") or (last-active < "2006-02-01T00:00:01")
(status = "suspended") or (last-active < "2006-02-21")
(status = "suspended") or (last-active < "2006-02")
(status = "suspended") or (last-active < "2006")
(status = "suspended") or (last-active <= "2006-02-01T00:00:01")
(status = "suspended") or (last-active <= "2006-02-21")
(status = "suspended") or (last-active <= "2006-02")
(status = "suspended") or (last-active <= "2006")
(status = "suspended") or (last-active > "2006-02-01T00:00:01")
(status = "suspended") or (last-active > "2006-02-21")
(status = "suspended") or (last-active > "2006-02")
(status = "suspended") or (last-active > "2006")
(status = "suspended") or (last-active >= "2006-02-01T00:00:01")
(status = "suspended") or (last-active >= "2006-02-21")
(status = "suspended") or (last-active >= "2006-02")
(status = "suspended") or (last-active >= "2006")
(status = "suspended") or (last-active like "2006-02-01T00:00:01")
(status = "suspended") or (last-active like "2006-02-21")
(status = "suspended") or (last-active like "2006-02")
(status = "suspended") or (last-active like "2006")
(status = "suspended") or (last-active in ("2006-02-01T00:00:01"))
(status = "suspended") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(status = "suspended") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(status = "suspended") or (${org.apache.ode.BPELProcess}author = "yuriy")
(status = "suspended") or ($author = "yuriy")
(status = "suspended") or (${org.apache.ode.BPELProcess}author < "yuriy")
(status = "suspended") or ($author < "yuriy")
(status = "suspended") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(status = "suspended") or ($author <= "yuriy")
(status = "suspended") or (${org.apache.ode.BPELProcess}author > "yuriy")
(status = "suspended") or ($author > "yuriy")
(status = "suspended") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(status = "suspended") or ($author >= "yuriy")
(status = "suspended") or (${org.apache.ode.BPELProcess}author like "yuriy")
(status = "suspended") or ($author like "yuriy")
(status = "suspended") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(status = "suspended") or ($author in ("yuriy"))
(status = "suspended") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(status = "suspended") or ($author in ("yuriy","kostya","nazar","orest"))
(status = "suspended") or (pid = "HelloWorld")
(status = "suspended") or (pid < "HelloWorld")
(status = "suspended") or (pid <= "HelloWorld")
(status = "suspended") or (pid > "HelloWorld")
(status = "suspended") or (pid >= "HelloWorld")
(status = "suspended") or (pid like "HelloWorld")
(status = "suspended") or (pid in ("HelloWorld","Hello*","Hello*World"))
(status = "suspended") or (pid in ("Hello*","Hello*World"))
(status = "suspended") or (pid in ("Hello*World"))
(status = "suspended") or (iid = "2006")
(status = "suspended") or (iid < "2006")
(status = "suspended") or (iid <= "2006")
(status = "suspended") or (iid > "2006")
(status = "suspended") or (iid >= "2006")
(status = "suspended") or (iid in ("2006"))
(status = "suspended") or (iid in ("2006","20061231"))
(status = "error") or (started = "2006-01-01T00:00:01")
(status = "error") or (started = "2006-01-31")
(status = "error") or (started = "2006-01")
(status = "error") or (started = "2006")
(status = "error") or (started < "2006-01-01T00:00:01")
(status = "error") or (started < "2006-01-31")
(status = "error") or (started < "2006-01")
(status = "error") or (started < "2006")
(status = "error") or (started <= "2006-01-01T00:00:01")
(status = "error") or (started <= "2006-01-31")
(status = "error") or (started <= "2006-01")
(status = "error") or (started <= "2006")
(status = "error") or (started > "2006-01-01T00:00:01")
(status = "error") or (started > "2006-01-31")
(status = "error") or (started > "2006-01")
(status = "error") or (started > "2006")
(status = "error") or (started >= "2006-01-01T00:00:01")
(status = "error") or (started >= "2006-01-31")
(status = "error") or (started >= "2006-01")
(status = "error") or (started >= "2006")
(status = "error") or (started like "2006-01-01T00:00:01")
(status = "error") or (started like "2006-01-31")
(status = "error") or (started like "2006-01")
(status = "error") or (started like "2006")
(status = "error") or (started in ("2006-01-01T00:00:01"))
(status = "error") or (started in ("2006-01-31","2006-01"))
(status = "error") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(status = "error") or (last-active = "2006-02-01T00:00:01")
(status = "error") or (last-active = "2006-02-21")
(status = "error") or (last-active = "2006-02")
(status = "error") or (last-active = "2006")
(status = "error") or (last-active < "2006-02-01T00:00:01")
(status = "error") or (last-active < "2006-02-21")
(status = "error") or (last-active < "2006-02")
(status = "error") or (last-active < "2006")
(status = "error") or (last-active <= "2006-02-01T00:00:01")
(status = "error") or (last-active <= "2006-02-21")
(status = "error") or (last-active <= "2006-02")
(status = "error") or (last-active <= "2006")
(status = "error") or (last-active > "2006-02-01T00:00:01")
(status = "error") or (last-active > "2006-02-21")
(status = "error") or (last-active > "2006-02")
(status = "error") or (last-active > "2006")
(status = "error") or (last-active >= "2006-02-01T00:00:01")
(status = "error") or (last-active >= "2006-02-21")
(status = "error") or (last-active >= "2006-02")
(status = "error") or (last-active >= "2006")
(status = "error") or (last-active like "2006-02-01T00:00:01")
(status = "error") or (last-active like "2006-02-21")
(status = "error") or (last-active like "2006-02")
(status = "error") or (last-active like "2006")
(status = "error") or (last-active in ("2006-02-01T00:00:01"))
(status = "error") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(status = "error") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(status = "error") or (${org.apache.ode.BPELProcess}author = "yuriy")
(status = "error") or ($author = "yuriy")
(status = "error") or (${org.apache.ode.BPELProcess}author < "yuriy")
(status = "error") or ($author < "yuriy")
(status = "error") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(status = "error") or ($author <= "yuriy")
(status = "error") or (${org.apache.ode.BPELProcess}author > "yuriy")
(status = "error") or ($author > "yuriy")
(status = "error") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(status = "error") or ($author >= "yuriy")
(status = "error") or (${org.apache.ode.BPELProcess}author like "yuriy")
(status = "error") or ($author like "yuriy")
(status = "error") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(status = "error") or ($author in ("yuriy"))
(status = "error") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(status = "error") or ($author in ("yuriy","kostya","nazar","orest"))
(status = "error") or (pid = "HelloWorld")
(status = "error") or (pid < "HelloWorld")
(status = "error") or (pid <= "HelloWorld")
(status = "error") or (pid > "HelloWorld")
(status = "error") or (pid >= "HelloWorld")
(status = "error") or (pid like "HelloWorld")
(status = "error") or (pid in ("HelloWorld","Hello*","Hello*World"))
(status = "error") or (pid in ("Hello*","Hello*World"))
(status = "error") or (pid in ("Hello*World"))
(status = "error") or (iid = "2006")
(status = "error") or (iid < "2006")
(status = "error") or (iid <= "2006")
(status = "error") or (iid > "2006")
(status = "error") or (iid >= "2006")
(status = "error") or (iid in ("2006"))
(status = "error") or (iid in ("2006","20061231"))
(status = "completed") or (started = "2006-01-01T00:00:01")
(status = "completed") or (started = "2006-01-31")
(status = "completed") or (started = "2006-01")
(status = "completed") or (started = "2006")
(status = "completed") or (started < "2006-01-01T00:00:01")
(status = "completed") or (started < "2006-01-31")
(status = "completed") or (started < "2006-01")
(status = "completed") or (started < "2006")
(status = "completed") or (started <= "2006-01-01T00:00:01")
(status = "completed") or (started <= "2006-01-31")
(status = "completed") or (started <= "2006-01")
(status = "completed") or (started <= "2006")
(status = "completed") or (started > "2006-01-01T00:00:01")
(status = "completed") or (started > "2006-01-31")
(status = "completed") or (started > "2006-01")
(status = "completed") or (started > "2006")
(status = "completed") or (started >= "2006-01-01T00:00:01")
(status = "completed") or (started >= "2006-01-31")
(status = "completed") or (started >= "2006-01")
(status = "completed") or (started >= "2006")
(status = "completed") or (started like "2006-01-01T00:00:01")
(status = "completed") or (started like "2006-01-31")
(status = "completed") or (started like "2006-01")
(status = "completed") or (started like "2006")
(status = "completed") or (started in ("2006-01-01T00:00:01"))
(status = "completed") or (started in ("2006-01-31","2006-01"))
(status = "completed") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(status = "completed") or (last-active = "2006-02-01T00:00:01")
(status = "completed") or (last-active = "2006-02-21")
(status = "completed") or (last-active = "2006-02")
(status = "completed") or (last-active = "2006")
(status = "completed") or (last-active < "2006-02-01T00:00:01")
(status = "completed") or (last-active < "2006-02-21")
(status = "completed") or (last-active < "2006-02")
(status = "completed") or (last-active < "2006")
(status = "completed") or (last-active <= "2006-02-01T00:00:01")
(status = "completed") or (last-active <= "2006-02-21")
(status = "completed") or (last-active <= "2006-02")
(status = "completed") or (last-active <= "2006")
(status = "completed") or (last-active > "2006-02-01T00:00:01")
(status = "completed") or (last-active > "2006-02-21")
(status = "completed") or (last-active > "2006-02")
(status = "completed") or (last-active > "2006")
(status = "completed") or (last-active >= "2006-02-01T00:00:01")
(status = "completed") or (last-active >= "2006-02-21")
(status = "completed") or (last-active >= "2006-02")
(status = "completed") or (last-active >= "2006")
(status = "completed") or (last-active like "2006-02-01T00:00:01")
(status = "completed") or (last-active like "2006-02-21")
(status = "completed") or (last-active like "2006-02")
(status = "completed") or (last-active like "2006")
(status = "completed") or (last-active in ("2006-02-01T00:00:01"))
(status = "completed") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(status = "completed") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(status = "completed") or (${org.apache.ode.BPELProcess}author = "yuriy")
(status = "completed") or ($author = "yuriy")
(status = "completed") or (${org.apache.ode.BPELProcess}author < "yuriy")
(status = "completed") or ($author < "yuriy")
(status = "completed") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(status = "completed") or ($author <= "yuriy")
(status = "completed") or (${org.apache.ode.BPELProcess}author > "yuriy")
(status = "completed") or ($author > "yuriy")
(status = "completed") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(status = "completed") or ($author >= "yuriy")
(status = "completed") or (${org.apache.ode.BPELProcess}author like "yuriy")
(status = "completed") or ($author like "yuriy")
(status = "completed") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(status = "completed") or ($author in ("yuriy"))
(status = "completed") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(status = "completed") or ($author in ("yuriy","kostya","nazar","orest"))
(status = "completed") or (pid = "HelloWorld")
(status = "completed") or (pid < "HelloWorld")
(status = "completed") or (pid <= "HelloWorld")
(status = "completed") or (pid > "HelloWorld")
(status = "completed") or (pid >= "HelloWorld")
(status = "completed") or (pid like "HelloWorld")
(status = "completed") or (pid in ("HelloWorld","Hello*","Hello*World"))
(status = "completed") or (pid in ("Hello*","Hello*World"))
(status = "completed") or (pid in ("Hello*World"))
(status = "completed") or (iid = "2006")
(status = "completed") or (iid < "2006")
(status = "completed") or (iid <= "2006")
(status = "completed") or (iid > "2006")
(status = "completed") or (iid >= "2006")
(status = "completed") or (iid in ("2006"))
(status = "completed") or (iid in ("2006","20061231"))
(status = "terminated") or (started = "2006-01-01T00:00:01")
(status = "terminated") or (started = "2006-01-31")
(status = "terminated") or (started = "2006-01")
(status = "terminated") or (started = "2006")
(status = "terminated") or (started < "2006-01-01T00:00:01")
(status = "terminated") or (started < "2006-01-31")
(status = "terminated") or (started < "2006-01")
(status = "terminated") or (started < "2006")
(status = "terminated") or (started <= "2006-01-01T00:00:01")
(status = "terminated") or (started <= "2006-01-31")
(status = "terminated") or (started <= "2006-01")
(status = "terminated") or (started <= "2006")
(status = "terminated") or (started > "2006-01-01T00:00:01")
(status = "terminated") or (started > "2006-01-31")
(status = "terminated") or (started > "2006-01")
(status = "terminated") or (started > "2006")
(status = "terminated") or (started >= "2006-01-01T00:00:01")
(status = "terminated") or (started >= "2006-01-31")
(status = "terminated") or (started >= "2006-01")
(status = "terminated") or (started >= "2006")
(status = "terminated") or (started like "2006-01-01T00:00:01")
(status = "terminated") or (started like "2006-01-31")
(status = "terminated") or (started like "2006-01")
(status = "terminated") or (started like "2006")
(status = "terminated") or (started in ("2006-01-01T00:00:01"))
(status = "terminated") or (started in ("2006-01-31","2006-01"))
(status = "terminated") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(status = "terminated") or (last-active = "2006-02-01T00:00:01")
(status = "terminated") or (last-active = "2006-02-21")
(status = "terminated") or (last-active = "2006-02")
(status = "terminated") or (last-active = "2006")
(status = "terminated") or (last-active < "2006-02-01T00:00:01")
(status = "terminated") or (last-active < "2006-02-21")
(status = "terminated") or (last-active < "2006-02")
(status = "terminated") or (last-active < "2006")
(status = "terminated") or (last-active <= "2006-02-01T00:00:01")
(status = "terminated") or (last-active <= "2006-02-21")
(status = "terminated") or (last-active <= "2006-02")
(status = "terminated") or (last-active <= "2006")
(status = "terminated") or (last-active > "2006-02-01T00:00:01")
(status = "terminated") or (last-active > "2006-02-21")
(status = "terminated") or (last-active > "2006-02")
(status = "terminated") or (last-active > "2006")
(status = "terminated") or (last-active >= "2006-02-01T00:00:01")
(status = "terminated") or (last-active >= "2006-02-21")
(status = "terminated") or (last-active >= "2006-02")
(status = "terminated") or (last-active >= "2006")
(status = "terminated") or (last-active like "2006-02-01T00:00:01")
(status = "terminated") or (last-active like "2006-02-21")
(status = "terminated") or (last-active like "2006-02")
(status = "terminated") or (last-active like "2006")
(status = "terminated") or (last-active in ("2006-02-01T00:00:01"))
(status = "terminated") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(status = "terminated") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(status = "terminated") or (${org.apache.ode.BPELProcess}author = "yuriy")
(status = "terminated") or ($author = "yuriy")
(status = "terminated") or (${org.apache.ode.BPELProcess}author < "yuriy")
(status = "terminated") or ($author < "yuriy")
(status = "terminated") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(status = "terminated") or ($author <= "yuriy")
(status = "terminated") or (${org.apache.ode.BPELProcess}author > "yuriy")
(status = "terminated") or ($author > "yuriy")
(status = "terminated") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(status = "terminated") or ($author >= "yuriy")
(status = "terminated") or (${org.apache.ode.BPELProcess}author like "yuriy")
(status = "terminated") or ($author like "yuriy")
(status = "terminated") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(status = "terminated") or ($author in ("yuriy"))
(status = "terminated") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(status = "terminated") or ($author in ("yuriy","kostya","nazar","orest"))
(status = "terminated") or (pid = "HelloWorld")
(status = "terminated") or (pid < "HelloWorld")
(status = "terminated") or (pid <= "HelloWorld")
(status = "terminated") or (pid > "HelloWorld")
(status = "terminated") or (pid >= "HelloWorld")
(status = "terminated") or (pid like "HelloWorld")
(status = "terminated") or (pid in ("HelloWorld","Hello*","Hello*World"))
(status = "terminated") or (pid in ("Hello*","Hello*World"))
(status = "terminated") or (pid in ("Hello*World"))
(status = "terminated") or (iid = "2006")
(status = "terminated") or (iid < "2006")
(status = "terminated") or (iid <= "2006")
(status = "terminated") or (iid > "2006")
(status = "terminated") or (iid >= "2006")
(status = "terminated") or (iid in ("2006"))
(status = "terminated") or (iid in ("2006","20061231"))
(status = "faulted") or (started = "2006-01-01T00:00:01")
(status = "faulted") or (started = "2006-01-31")
(status = "faulted") or (started = "2006-01")
(status = "faulted") or (started = "2006")
(status = "faulted") or (started < "2006-01-01T00:00:01")
(status = "faulted") or (started < "2006-01-31")
(status = "faulted") or (started < "2006-01")
(status = "faulted") or (started < "2006")
(status = "faulted") or (started <= "2006-01-01T00:00:01")
(status = "faulted") or (started <= "2006-01-31")
(status = "faulted") or (started <= "2006-01")
(status = "faulted") or (started <= "2006")
(status = "faulted") or (started > "2006-01-01T00:00:01")
(status = "faulted") or (started > "2006-01-31")
(status = "faulted") or (started > "2006-01")
(status = "faulted") or (started > "2006")
(status = "faulted") or (started >= "2006-01-01T00:00:01")
(status = "faulted") or (started >= "2006-01-31")
(status = "faulted") or (started >= "2006-01")
(status = "faulted") or (started >= "2006")
(status = "faulted") or (started like "2006-01-01T00:00:01")
(status = "faulted") or (started like "2006-01-31")
(status = "faulted") or (started like "2006-01")
(status = "faulted") or (started like "2006")
(status = "faulted") or (started in ("2006-01-01T00:00:01"))
(status = "faulted") or (started in ("2006-01-31","2006-01"))
(status = "faulted") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(status = "faulted") or (last-active = "2006-02-01T00:00:01")
(status = "faulted") or (last-active = "2006-02-21")
(status = "faulted") or (last-active = "2006-02")
(status = "faulted") or (last-active = "2006")
(status = "faulted") or (last-active < "2006-02-01T00:00:01")
(status = "faulted") or (last-active < "2006-02-21")
(status = "faulted") or (last-active < "2006-02")
(status = "faulted") or (last-active < "2006")
(status = "faulted") or (last-active <= "2006-02-01T00:00:01")
(status = "faulted") or (last-active <= "2006-02-21")
(status = "faulted") or (last-active <= "2006-02")
(status = "faulted") or (last-active <= "2006")
(status = "faulted") or (last-active > "2006-02-01T00:00:01")
(status = "faulted") or (last-active > "2006-02-21")
(status = "faulted") or (last-active > "2006-02")
(status = "faulted") or (last-active > "2006")
(status = "faulted") or (last-active >= "2006-02-01T00:00:01")
(status = "faulted") or (last-active >= "2006-02-21")
(status = "faulted") or (last-active >= "2006-02")
(status = "faulted") or (last-active >= "2006")
(status = "faulted") or (last-active like "2006-02-01T00:00:01")
(status = "faulted") or (last-active like "2006-02-21")
(status = "faulted") or (last-active like "2006-02")
(status = "faulted") or (last-active like "2006")
(status = "faulted") or (last-active in ("2006-02-01T00:00:01"))
(status = "faulted") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(status = "faulted") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(status = "faulted") or (${org.apache.ode.BPELProcess}author = "yuriy")
(status = "faulted") or ($author = "yuriy")
(status = "faulted") or (${org.apache.ode.BPELProcess}author < "yuriy")
(status = "faulted") or ($author < "yuriy")
(status = "faulted") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(status = "faulted") or ($author <= "yuriy")
(status = "faulted") or (${org.apache.ode.BPELProcess}author > "yuriy")
(status = "faulted") or ($author > "yuriy")
(status = "faulted") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(status = "faulted") or ($author >= "yuriy")
(status = "faulted") or (${org.apache.ode.BPELProcess}author like "yuriy")
(status = "faulted") or ($author like "yuriy")
(status = "faulted") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(status = "faulted") or ($author in ("yuriy"))
(status = "faulted") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(status = "faulted") or ($author in ("yuriy","kostya","nazar","orest"))
(status = "faulted") or (pid = "HelloWorld")
(status = "faulted") or (pid < "HelloWorld")
(status = "faulted") or (pid <= "HelloWorld")
(status = "faulted") or (pid > "HelloWorld")
(status = "faulted") or (pid >= "HelloWorld")
(status = "faulted") or (pid like "HelloWorld")
(status = "faulted") or (pid in ("HelloWorld","Hello*","Hello*World"))
(status = "faulted") or (pid in ("Hello*","Hello*World"))
(status = "faulted") or (pid in ("Hello*World"))
(status = "faulted") or (iid = "2006")
(status = "faulted") or (iid < "2006")
(status = "faulted") or (iid <= "2006")
(status = "faulted") or (iid > "2006")
(status = "faulted") or (iid >= "2006")
(status = "faulted") or (iid in ("2006"))
(status = "faulted") or (iid in ("2006","20061231"))
(status in ("active","suspended")) or (started = "2006-01-01T00:00:01")
(status in ("active","suspended")) or (started = "2006-01-31")
(status in ("active","suspended")) or (started = "2006-01")
(status in ("active","suspended")) or (started = "2006")
(status in ("active","suspended")) or (started < "2006-01-01T00:00:01")
(status in ("active","suspended")) or (started < "2006-01-31")
(status in ("active","suspended")) or (started < "2006-01")
(status in ("active","suspended")) or (started < "2006")
(status in ("active","suspended")) or (started <= "2006-01-01T00:00:01")
(status in ("active","suspended")) or (started <= "2006-01-31")
(status in ("active","suspended")) or (started <= "2006-01")
(status in ("active","suspended")) or (started <= "2006")
(status in ("active","suspended")) or (started > "2006-01-01T00:00:01")
(status in ("active","suspended")) or (started > "2006-01-31")
(status in ("active","suspended")) or (started > "2006-01")
(status in ("active","suspended")) or (started > "2006")
(status in ("active","suspended")) or (started >= "2006-01-01T00:00:01")
(status in ("active","suspended")) or (started >= "2006-01-31")
(status in ("active","suspended")) or (started >= "2006-01")
(status in ("active","suspended")) or (started >= "2006")
(status in ("active","suspended")) or (started like "2006-01-01T00:00:01")
(status in ("active","suspended")) or (started like "2006-01-31")
(status in ("active","suspended")) or (started like "2006-01")
(status in ("active","suspended")) or (started like "2006")
(status in ("active","suspended")) or (started in ("2006-01-01T00:00:01"))
(status in ("active","suspended")) or (started in ("2006-01-31","2006-01"))
(status in ("active","suspended")) or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(status in ("active","suspended")) or (last-active = "2006-02-01T00:00:01")
(status in ("active","suspended")) or (last-active = "2006-02-21")
(status in ("active","suspended")) or (last-active = "2006-02")
(status in ("active","suspended")) or (last-active = "2006")
(status in ("active","suspended")) or (last-active < "2006-02-01T00:00:01")
(status in ("active","suspended")) or (last-active < "2006-02-21")
(status in ("active","suspended")) or (last-active < "2006-02")
(status in ("active","suspended")) or (last-active < "2006")
(status in ("active","suspended")) or (last-active <= "2006-02-01T00:00:01")
(status in ("active","suspended")) or (last-active <= "2006-02-21")
(status in ("active","suspended")) or (last-active <= "2006-02")
(status in ("active","suspended")) or (last-active <= "2006")
(status in ("active","suspended")) or (last-active > "2006-02-01T00:00:01")
(status in ("active","suspended")) or (last-active > "2006-02-21")
(status in ("active","suspended")) or (last-active > "2006-02")
(status in ("active","suspended")) or (last-active > "2006")
(status in ("active","suspended")) or (last-active >= "2006-02-01T00:00:01")
(status in ("active","suspended")) or (last-active >= "2006-02-21")
(status in ("active","suspended")) or (last-active >= "2006-02")
(status in ("active","suspended")) or (last-active >= "2006")
(status in ("active","suspended")) or (last-active like "2006-02-01T00:00:01")
(status in ("active","suspended")) or (last-active like "2006-02-21")
(status in ("active","suspended")) or (last-active like "2006-02")
(status in ("active","suspended")) or (last-active like "2006")
(status in ("active","suspended")) or (last-active in ("2006-02-01T00:00:01"))
(status in ("active","suspended")) or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(status in ("active","suspended")) or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(status in ("active","suspended")) or (${org.apache.ode.BPELProcess}author = "yuriy")
(status in ("active","suspended")) or ($author = "yuriy")
(status in ("active","suspended")) or (${org.apache.ode.BPELProcess}author < "yuriy")
(status in ("active","suspended")) or ($author < "yuriy")
(status in ("active","suspended")) or (${org.apache.ode.BPELProcess}author <= "yuriy")
(status in ("active","suspended")) or ($author <= "yuriy")
(status in ("active","suspended")) or (${org.apache.ode.BPELProcess}author > "yuriy")
(status in ("active","suspended")) or ($author > "yuriy")
(status in ("active","suspended")) or (${org.apache.ode.BPELProcess}author >= "yuriy")
(status in ("active","suspended")) or ($author >= "yuriy")
(status in ("active","suspended")) or (${org.apache.ode.BPELProcess}author like "yuriy")
(status in ("active","suspended")) or ($author like "yuriy")
(status in ("active","suspended")) or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(status in ("active","suspended")) or ($author in ("yuriy"))
(status in ("active","suspended")) or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(status in ("active","suspended")) or ($author in ("yuriy","kostya","nazar","orest"))
(status in ("active","suspended")) or (pid = "HelloWorld")
(status in ("active","suspended")) or (pid < "HelloWorld")
(status in ("active","suspended")) or (pid <= "HelloWorld")
(status in ("active","suspended")) or (pid > "HelloWorld")
(status in ("active","suspended")) or (pid >= "HelloWorld")
(status in ("active","suspended")) or (pid like "HelloWorld")
(status in ("active","suspended")) or (pid in ("HelloWorld","Hello*","Hello*World"))
(status in ("active","suspended")) or (pid in ("Hello*","Hello*World"))
(status in ("active","suspended")) or (pid in ("Hello*World"))
(status in ("active","suspended")) or (iid = "2006")
(status in ("active","suspended")) or (iid < "2006")
(status in ("active","suspended")) or (iid <= "2006")
(status in ("active","suspended")) or (iid > "2006")
(status in ("active","suspended")) or (iid >= "2006")
(status in ("active","suspended")) or (iid in ("2006"))
(status in ("active","suspended")) or (iid in ("2006","20061231"))
(status in ("active","suspended","error","completed","terminated","faulted")) or (started = "2006-01-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started = "2006-01-31")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started = "2006-01")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started = "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started < "2006-01-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started < "2006-01-31")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started < "2006-01")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started < "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started <= "2006-01-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started <= "2006-01-31")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started <= "2006-01")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started <= "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started > "2006-01-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started > "2006-01-31")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started > "2006-01")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started > "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started >= "2006-01-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started >= "2006-01-31")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started >= "2006-01")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started >= "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started like "2006-01-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started like "2006-01-31")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started like "2006-01")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started like "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) or (started in ("2006-01-01T00:00:01"))
(status in ("active","suspended","error","completed","terminated","faulted")) or (started in ("2006-01-31","2006-01"))
(status in ("active","suspended","error","completed","terminated","faulted")) or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active = "2006-02-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active = "2006-02-21")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active = "2006-02")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active = "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active < "2006-02-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active < "2006-02-21")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active < "2006-02")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active < "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active <= "2006-02-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active <= "2006-02-21")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active <= "2006-02")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active <= "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active > "2006-02-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active > "2006-02-21")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active > "2006-02")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active > "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active >= "2006-02-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active >= "2006-02-21")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active >= "2006-02")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active >= "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active like "2006-02-01T00:00:01")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active like "2006-02-21")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active like "2006-02")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active like "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active in ("2006-02-01T00:00:01"))
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(status in ("active","suspended","error","completed","terminated","faulted")) or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(status in ("active","suspended","error","completed","terminated","faulted")) or (${org.apache.ode.BPELProcess}author = "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) or ($author = "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) or (${org.apache.ode.BPELProcess}author < "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) or ($author < "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) or (${org.apache.ode.BPELProcess}author <= "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) or ($author <= "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) or (${org.apache.ode.BPELProcess}author > "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) or ($author > "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) or (${org.apache.ode.BPELProcess}author >= "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) or ($author >= "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) or (${org.apache.ode.BPELProcess}author like "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) or ($author like "yuriy")
(status in ("active","suspended","error","completed","terminated","faulted")) or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(status in ("active","suspended","error","completed","terminated","faulted")) or ($author in ("yuriy"))
(status in ("active","suspended","error","completed","terminated","faulted")) or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(status in ("active","suspended","error","completed","terminated","faulted")) or ($author in ("yuriy","kostya","nazar","orest"))
(status in ("active","suspended","error","completed","terminated","faulted")) or (pid = "HelloWorld")
(status in ("active","suspended","error","completed","terminated","faulted")) or (pid < "HelloWorld")
(status in ("active","suspended","error","completed","terminated","faulted")) or (pid <= "HelloWorld")
(status in ("active","suspended","error","completed","terminated","faulted")) or (pid > "HelloWorld")
(status in ("active","suspended","error","completed","terminated","faulted")) or (pid >= "HelloWorld")
(status in ("active","suspended","error","completed","terminated","faulted")) or (pid like "HelloWorld")
(status in ("active","suspended","error","completed","terminated","faulted")) or (pid in ("HelloWorld","Hello*","Hello*World"))
(status in ("active","suspended","error","completed","terminated","faulted")) or (pid in ("Hello*","Hello*World"))
(status in ("active","suspended","error","completed","terminated","faulted")) or (pid in ("Hello*World"))
(status in ("active","suspended","error","completed","terminated","faulted")) or (iid = "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) or (iid < "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) or (iid <= "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) or (iid > "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) or (iid >= "2006")
(status in ("active","suspended","error","completed","terminated","faulted")) or (iid in ("2006"))
(status in ("active","suspended","error","completed","terminated","faulted")) or (iid in ("2006","20061231"))
started = "2006-01-01T00:00:01" and last-active = "2006-02-01T00:00:01"
started = "2006-01-01T00:00:01" and last-active = "2006-02-21"
started = "2006-01-01T00:00:01" and last-active = "2006-02"
started = "2006-01-01T00:00:01" and last-active = "2006"
started = "2006-01-01T00:00:01" and last-active < "2006-02-01T00:00:01"
started = "2006-01-01T00:00:01" and last-active < "2006-02-21"
started = "2006-01-01T00:00:01" and last-active < "2006-02"
started = "2006-01-01T00:00:01" and last-active < "2006"
started = "2006-01-01T00:00:01" and last-active <= "2006-02-01T00:00:01"
started = "2006-01-01T00:00:01" and last-active <= "2006-02-21"
started = "2006-01-01T00:00:01" and last-active <= "2006-02"
started = "2006-01-01T00:00:01" and last-active <= "2006"
started = "2006-01-01T00:00:01" and last-active > "2006-02-01T00:00:01"
started = "2006-01-01T00:00:01" and last-active > "2006-02-21"
started = "2006-01-01T00:00:01" and last-active > "2006-02"
started = "2006-01-01T00:00:01" and last-active > "2006"
started = "2006-01-01T00:00:01" and last-active >= "2006-02-01T00:00:01"
started = "2006-01-01T00:00:01" and last-active >= "2006-02-21"
started = "2006-01-01T00:00:01" and last-active >= "2006-02"
started = "2006-01-01T00:00:01" and last-active >= "2006"
started = "2006-01-01T00:00:01" and last-active like "2006-02-01T00:00:01"
started = "2006-01-01T00:00:01" and last-active like "2006-02-21"
started = "2006-01-01T00:00:01" and last-active like "2006-02"
started = "2006-01-01T00:00:01" and last-active like "2006"
started = "2006-01-01T00:00:01" and last-active in ("2006-02-01T00:00:01")
started = "2006-01-01T00:00:01" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started = "2006-01-01T00:00:01" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started = "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author = "yuriy"
started = "2006-01-01T00:00:01" and $author = "yuriy"
started = "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author < "yuriy"
started = "2006-01-01T00:00:01" and $author < "yuriy"
started = "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started = "2006-01-01T00:00:01" and $author <= "yuriy"
started = "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author > "yuriy"
started = "2006-01-01T00:00:01" and $author > "yuriy"
started = "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started = "2006-01-01T00:00:01" and $author >= "yuriy"
started = "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author like "yuriy"
started = "2006-01-01T00:00:01" and $author like "yuriy"
started = "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started = "2006-01-01T00:00:01" and $author in ("yuriy")
started = "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started = "2006-01-01T00:00:01" and $author in ("yuriy","kostya","nazar","orest")
started = "2006-01-01T00:00:01" and pid = "HelloWorld"
started = "2006-01-01T00:00:01" and pid < "HelloWorld"
started = "2006-01-01T00:00:01" and pid <= "HelloWorld"
started = "2006-01-01T00:00:01" and pid > "HelloWorld"
started = "2006-01-01T00:00:01" and pid >= "HelloWorld"
started = "2006-01-01T00:00:01" and pid like "HelloWorld"
started = "2006-01-01T00:00:01" and pid in ("HelloWorld","Hello*","Hello*World")
started = "2006-01-01T00:00:01" and pid in ("Hello*","Hello*World")
started = "2006-01-01T00:00:01" and pid in ("Hello*World")
started = "2006-01-01T00:00:01" and iid = "2006"
started = "2006-01-01T00:00:01" and iid < "2006"
started = "2006-01-01T00:00:01" and iid <= "2006"
started = "2006-01-01T00:00:01" and iid > "2006"
started = "2006-01-01T00:00:01" and iid >= "2006"
started = "2006-01-01T00:00:01" and iid in ("2006")
started = "2006-01-01T00:00:01" and iid in ("2006","20061231")
started = "2006-01-01T00:00:01" and status = "active"
started = "2006-01-01T00:00:01" and status = "suspended"
started = "2006-01-01T00:00:01" and status = "error"
started = "2006-01-01T00:00:01" and status = "completed"
started = "2006-01-01T00:00:01" and status = "terminated"
started = "2006-01-01T00:00:01" and status = "faulted"
started = "2006-01-01T00:00:01" and status in ("active","suspended")
started = "2006-01-01T00:00:01" and status in ("active","suspended","error","completed","terminated","faulted")
started = "2006-01-31" and last-active = "2006-02-01T00:00:01"
started = "2006-01-31" and last-active = "2006-02-21"
started = "2006-01-31" and last-active = "2006-02"
started = "2006-01-31" and last-active = "2006"
started = "2006-01-31" and last-active < "2006-02-01T00:00:01"
started = "2006-01-31" and last-active < "2006-02-21"
started = "2006-01-31" and last-active < "2006-02"
started = "2006-01-31" and last-active < "2006"
started = "2006-01-31" and last-active <= "2006-02-01T00:00:01"
started = "2006-01-31" and last-active <= "2006-02-21"
started = "2006-01-31" and last-active <= "2006-02"
started = "2006-01-31" and last-active <= "2006"
started = "2006-01-31" and last-active > "2006-02-01T00:00:01"
started = "2006-01-31" and last-active > "2006-02-21"
started = "2006-01-31" and last-active > "2006-02"
started = "2006-01-31" and last-active > "2006"
started = "2006-01-31" and last-active >= "2006-02-01T00:00:01"
started = "2006-01-31" and last-active >= "2006-02-21"
started = "2006-01-31" and last-active >= "2006-02"
started = "2006-01-31" and last-active >= "2006"
started = "2006-01-31" and last-active like "2006-02-01T00:00:01"
started = "2006-01-31" and last-active like "2006-02-21"
started = "2006-01-31" and last-active like "2006-02"
started = "2006-01-31" and last-active like "2006"
started = "2006-01-31" and last-active in ("2006-02-01T00:00:01")
started = "2006-01-31" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started = "2006-01-31" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started = "2006-01-31" and ${org.apache.ode.BPELProcess}author = "yuriy"
started = "2006-01-31" and $author = "yuriy"
started = "2006-01-31" and ${org.apache.ode.BPELProcess}author < "yuriy"
started = "2006-01-31" and $author < "yuriy"
started = "2006-01-31" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started = "2006-01-31" and $author <= "yuriy"
started = "2006-01-31" and ${org.apache.ode.BPELProcess}author > "yuriy"
started = "2006-01-31" and $author > "yuriy"
started = "2006-01-31" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started = "2006-01-31" and $author >= "yuriy"
started = "2006-01-31" and ${org.apache.ode.BPELProcess}author like "yuriy"
started = "2006-01-31" and $author like "yuriy"
started = "2006-01-31" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started = "2006-01-31" and $author in ("yuriy")
started = "2006-01-31" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started = "2006-01-31" and $author in ("yuriy","kostya","nazar","orest")
started = "2006-01-31" and pid = "HelloWorld"
started = "2006-01-31" and pid < "HelloWorld"
started = "2006-01-31" and pid <= "HelloWorld"
started = "2006-01-31" and pid > "HelloWorld"
started = "2006-01-31" and pid >= "HelloWorld"
started = "2006-01-31" and pid like "HelloWorld"
started = "2006-01-31" and pid in ("HelloWorld","Hello*","Hello*World")
started = "2006-01-31" and pid in ("Hello*","Hello*World")
started = "2006-01-31" and pid in ("Hello*World")
started = "2006-01-31" and iid = "2006"
started = "2006-01-31" and iid < "2006"
started = "2006-01-31" and iid <= "2006"
started = "2006-01-31" and iid > "2006"
started = "2006-01-31" and iid >= "2006"
started = "2006-01-31" and iid in ("2006")
started = "2006-01-31" and iid in ("2006","20061231")
started = "2006-01-31" and status = "active"
started = "2006-01-31" and status = "suspended"
started = "2006-01-31" and status = "error"
started = "2006-01-31" and status = "completed"
started = "2006-01-31" and status = "terminated"
started = "2006-01-31" and status = "faulted"
started = "2006-01-31" and status in ("active","suspended")
started = "2006-01-31" and status in ("active","suspended","error","completed","terminated","faulted")
started = "2006-01" and last-active = "2006-02-01T00:00:01"
started = "2006-01" and last-active = "2006-02-21"
started = "2006-01" and last-active = "2006-02"
started = "2006-01" and last-active = "2006"
started = "2006-01" and last-active < "2006-02-01T00:00:01"
started = "2006-01" and last-active < "2006-02-21"
started = "2006-01" and last-active < "2006-02"
started = "2006-01" and last-active < "2006"
started = "2006-01" and last-active <= "2006-02-01T00:00:01"
started = "2006-01" and last-active <= "2006-02-21"
started = "2006-01" and last-active <= "2006-02"
started = "2006-01" and last-active <= "2006"
started = "2006-01" and last-active > "2006-02-01T00:00:01"
started = "2006-01" and last-active > "2006-02-21"
started = "2006-01" and last-active > "2006-02"
started = "2006-01" and last-active > "2006"
started = "2006-01" and last-active >= "2006-02-01T00:00:01"
started = "2006-01" and last-active >= "2006-02-21"
started = "2006-01" and last-active >= "2006-02"
started = "2006-01" and last-active >= "2006"
started = "2006-01" and last-active like "2006-02-01T00:00:01"
started = "2006-01" and last-active like "2006-02-21"
started = "2006-01" and last-active like "2006-02"
started = "2006-01" and last-active like "2006"
started = "2006-01" and last-active in ("2006-02-01T00:00:01")
started = "2006-01" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started = "2006-01" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started = "2006-01" and ${org.apache.ode.BPELProcess}author = "yuriy"
started = "2006-01" and $author = "yuriy"
started = "2006-01" and ${org.apache.ode.BPELProcess}author < "yuriy"
started = "2006-01" and $author < "yuriy"
started = "2006-01" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started = "2006-01" and $author <= "yuriy"
started = "2006-01" and ${org.apache.ode.BPELProcess}author > "yuriy"
started = "2006-01" and $author > "yuriy"
started = "2006-01" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started = "2006-01" and $author >= "yuriy"
started = "2006-01" and ${org.apache.ode.BPELProcess}author like "yuriy"
started = "2006-01" and $author like "yuriy"
started = "2006-01" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started = "2006-01" and $author in ("yuriy")
started = "2006-01" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started = "2006-01" and $author in ("yuriy","kostya","nazar","orest")
started = "2006-01" and pid = "HelloWorld"
started = "2006-01" and pid < "HelloWorld"
started = "2006-01" and pid <= "HelloWorld"
started = "2006-01" and pid > "HelloWorld"
started = "2006-01" and pid >= "HelloWorld"
started = "2006-01" and pid like "HelloWorld"
started = "2006-01" and pid in ("HelloWorld","Hello*","Hello*World")
started = "2006-01" and pid in ("Hello*","Hello*World")
started = "2006-01" and pid in ("Hello*World")
started = "2006-01" and iid = "2006"
started = "2006-01" and iid < "2006"
started = "2006-01" and iid <= "2006"
started = "2006-01" and iid > "2006"
started = "2006-01" and iid >= "2006"
started = "2006-01" and iid in ("2006")
started = "2006-01" and iid in ("2006","20061231")
started = "2006-01" and status = "active"
started = "2006-01" and status = "suspended"
started = "2006-01" and status = "error"
started = "2006-01" and status = "completed"
started = "2006-01" and status = "terminated"
started = "2006-01" and status = "faulted"
started = "2006-01" and status in ("active","suspended")
started = "2006-01" and status in ("active","suspended","error","completed","terminated","faulted")
started = "2006" and last-active = "2006-02-01T00:00:01"
started = "2006" and last-active = "2006-02-21"
started = "2006" and last-active = "2006-02"
started = "2006" and last-active = "2006"
started = "2006" and last-active < "2006-02-01T00:00:01"
started = "2006" and last-active < "2006-02-21"
started = "2006" and last-active < "2006-02"
started = "2006" and last-active < "2006"
started = "2006" and last-active <= "2006-02-01T00:00:01"
started = "2006" and last-active <= "2006-02-21"
started = "2006" and last-active <= "2006-02"
started = "2006" and last-active <= "2006"
started = "2006" and last-active > "2006-02-01T00:00:01"
started = "2006" and last-active > "2006-02-21"
started = "2006" and last-active > "2006-02"
started = "2006" and last-active > "2006"
started = "2006" and last-active >= "2006-02-01T00:00:01"
started = "2006" and last-active >= "2006-02-21"
started = "2006" and last-active >= "2006-02"
started = "2006" and last-active >= "2006"
started = "2006" and last-active like "2006-02-01T00:00:01"
started = "2006" and last-active like "2006-02-21"
started = "2006" and last-active like "2006-02"
started = "2006" and last-active like "2006"
started = "2006" and last-active in ("2006-02-01T00:00:01")
started = "2006" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started = "2006" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started = "2006" and ${org.apache.ode.BPELProcess}author = "yuriy"
started = "2006" and $author = "yuriy"
started = "2006" and ${org.apache.ode.BPELProcess}author < "yuriy"
started = "2006" and $author < "yuriy"
started = "2006" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started = "2006" and $author <= "yuriy"
started = "2006" and ${org.apache.ode.BPELProcess}author > "yuriy"
started = "2006" and $author > "yuriy"
started = "2006" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started = "2006" and $author >= "yuriy"
started = "2006" and ${org.apache.ode.BPELProcess}author like "yuriy"
started = "2006" and $author like "yuriy"
started = "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started = "2006" and $author in ("yuriy")
started = "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started = "2006" and $author in ("yuriy","kostya","nazar","orest")
started = "2006" and pid = "HelloWorld"
started = "2006" and pid < "HelloWorld"
started = "2006" and pid <= "HelloWorld"
started = "2006" and pid > "HelloWorld"
started = "2006" and pid >= "HelloWorld"
started = "2006" and pid like "HelloWorld"
started = "2006" and pid in ("HelloWorld","Hello*","Hello*World")
started = "2006" and pid in ("Hello*","Hello*World")
started = "2006" and pid in ("Hello*World")
started = "2006" and iid = "2006"
started = "2006" and iid < "2006"
started = "2006" and iid <= "2006"
started = "2006" and iid > "2006"
started = "2006" and iid >= "2006"
started = "2006" and iid in ("2006")
started = "2006" and iid in ("2006","20061231")
started = "2006" and status = "active"
started = "2006" and status = "suspended"
started = "2006" and status = "error"
started = "2006" and status = "completed"
started = "2006" and status = "terminated"
started = "2006" and status = "faulted"
started = "2006" and status in ("active","suspended")
started = "2006" and status in ("active","suspended","error","completed","terminated","faulted")
started < "2006-01-01T00:00:01" and last-active = "2006-02-01T00:00:01"
started < "2006-01-01T00:00:01" and last-active = "2006-02-21"
started < "2006-01-01T00:00:01" and last-active = "2006-02"
started < "2006-01-01T00:00:01" and last-active = "2006"
started < "2006-01-01T00:00:01" and last-active < "2006-02-01T00:00:01"
started < "2006-01-01T00:00:01" and last-active < "2006-02-21"
started < "2006-01-01T00:00:01" and last-active < "2006-02"
started < "2006-01-01T00:00:01" and last-active < "2006"
started < "2006-01-01T00:00:01" and last-active <= "2006-02-01T00:00:01"
started < "2006-01-01T00:00:01" and last-active <= "2006-02-21"
started < "2006-01-01T00:00:01" and last-active <= "2006-02"
started < "2006-01-01T00:00:01" and last-active <= "2006"
started < "2006-01-01T00:00:01" and last-active > "2006-02-01T00:00:01"
started < "2006-01-01T00:00:01" and last-active > "2006-02-21"
started < "2006-01-01T00:00:01" and last-active > "2006-02"
started < "2006-01-01T00:00:01" and last-active > "2006"
started < "2006-01-01T00:00:01" and last-active >= "2006-02-01T00:00:01"
started < "2006-01-01T00:00:01" and last-active >= "2006-02-21"
started < "2006-01-01T00:00:01" and last-active >= "2006-02"
started < "2006-01-01T00:00:01" and last-active >= "2006"
started < "2006-01-01T00:00:01" and last-active like "2006-02-01T00:00:01"
started < "2006-01-01T00:00:01" and last-active like "2006-02-21"
started < "2006-01-01T00:00:01" and last-active like "2006-02"
started < "2006-01-01T00:00:01" and last-active like "2006"
started < "2006-01-01T00:00:01" and last-active in ("2006-02-01T00:00:01")
started < "2006-01-01T00:00:01" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started < "2006-01-01T00:00:01" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started < "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author = "yuriy"
started < "2006-01-01T00:00:01" and $author = "yuriy"
started < "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author < "yuriy"
started < "2006-01-01T00:00:01" and $author < "yuriy"
started < "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started < "2006-01-01T00:00:01" and $author <= "yuriy"
started < "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author > "yuriy"
started < "2006-01-01T00:00:01" and $author > "yuriy"
started < "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started < "2006-01-01T00:00:01" and $author >= "yuriy"
started < "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author like "yuriy"
started < "2006-01-01T00:00:01" and $author like "yuriy"
started < "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started < "2006-01-01T00:00:01" and $author in ("yuriy")
started < "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started < "2006-01-01T00:00:01" and $author in ("yuriy","kostya","nazar","orest")
started < "2006-01-01T00:00:01" and pid = "HelloWorld"
started < "2006-01-01T00:00:01" and pid < "HelloWorld"
started < "2006-01-01T00:00:01" and pid <= "HelloWorld"
started < "2006-01-01T00:00:01" and pid > "HelloWorld"
started < "2006-01-01T00:00:01" and pid >= "HelloWorld"
started < "2006-01-01T00:00:01" and pid like "HelloWorld"
started < "2006-01-01T00:00:01" and pid in ("HelloWorld","Hello*","Hello*World")
started < "2006-01-01T00:00:01" and pid in ("Hello*","Hello*World")
started < "2006-01-01T00:00:01" and pid in ("Hello*World")
started < "2006-01-01T00:00:01" and iid = "2006"
started < "2006-01-01T00:00:01" and iid < "2006"
started < "2006-01-01T00:00:01" and iid <= "2006"
started < "2006-01-01T00:00:01" and iid > "2006"
started < "2006-01-01T00:00:01" and iid >= "2006"
started < "2006-01-01T00:00:01" and iid in ("2006")
started < "2006-01-01T00:00:01" and iid in ("2006","20061231")
started < "2006-01-01T00:00:01" and status = "active"
started < "2006-01-01T00:00:01" and status = "suspended"
started < "2006-01-01T00:00:01" and status = "error"
started < "2006-01-01T00:00:01" and status = "completed"
started < "2006-01-01T00:00:01" and status = "terminated"
started < "2006-01-01T00:00:01" and status = "faulted"
started < "2006-01-01T00:00:01" and status in ("active","suspended")
started < "2006-01-01T00:00:01" and status in ("active","suspended","error","completed","terminated","faulted")
started < "2006-01-31" and last-active = "2006-02-01T00:00:01"
started < "2006-01-31" and last-active = "2006-02-21"
started < "2006-01-31" and last-active = "2006-02"
started < "2006-01-31" and last-active = "2006"
started < "2006-01-31" and last-active < "2006-02-01T00:00:01"
started < "2006-01-31" and last-active < "2006-02-21"
started < "2006-01-31" and last-active < "2006-02"
started < "2006-01-31" and last-active < "2006"
started < "2006-01-31" and last-active <= "2006-02-01T00:00:01"
started < "2006-01-31" and last-active <= "2006-02-21"
started < "2006-01-31" and last-active <= "2006-02"
started < "2006-01-31" and last-active <= "2006"
started < "2006-01-31" and last-active > "2006-02-01T00:00:01"
started < "2006-01-31" and last-active > "2006-02-21"
started < "2006-01-31" and last-active > "2006-02"
started < "2006-01-31" and last-active > "2006"
started < "2006-01-31" and last-active >= "2006-02-01T00:00:01"
started < "2006-01-31" and last-active >= "2006-02-21"
started < "2006-01-31" and last-active >= "2006-02"
started < "2006-01-31" and last-active >= "2006"
started < "2006-01-31" and last-active like "2006-02-01T00:00:01"
started < "2006-01-31" and last-active like "2006-02-21"
started < "2006-01-31" and last-active like "2006-02"
started < "2006-01-31" and last-active like "2006"
started < "2006-01-31" and last-active in ("2006-02-01T00:00:01")
started < "2006-01-31" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started < "2006-01-31" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started < "2006-01-31" and ${org.apache.ode.BPELProcess}author = "yuriy"
started < "2006-01-31" and $author = "yuriy"
started < "2006-01-31" and ${org.apache.ode.BPELProcess}author < "yuriy"
started < "2006-01-31" and $author < "yuriy"
started < "2006-01-31" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started < "2006-01-31" and $author <= "yuriy"
started < "2006-01-31" and ${org.apache.ode.BPELProcess}author > "yuriy"
started < "2006-01-31" and $author > "yuriy"
started < "2006-01-31" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started < "2006-01-31" and $author >= "yuriy"
started < "2006-01-31" and ${org.apache.ode.BPELProcess}author like "yuriy"
started < "2006-01-31" and $author like "yuriy"
started < "2006-01-31" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started < "2006-01-31" and $author in ("yuriy")
started < "2006-01-31" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started < "2006-01-31" and $author in ("yuriy","kostya","nazar","orest")
started < "2006-01-31" and pid = "HelloWorld"
started < "2006-01-31" and pid < "HelloWorld"
started < "2006-01-31" and pid <= "HelloWorld"
started < "2006-01-31" and pid > "HelloWorld"
started < "2006-01-31" and pid >= "HelloWorld"
started < "2006-01-31" and pid like "HelloWorld"
started < "2006-01-31" and pid in ("HelloWorld","Hello*","Hello*World")
started < "2006-01-31" and pid in ("Hello*","Hello*World")
started < "2006-01-31" and pid in ("Hello*World")
started < "2006-01-31" and iid = "2006"
started < "2006-01-31" and iid < "2006"
started < "2006-01-31" and iid <= "2006"
started < "2006-01-31" and iid > "2006"
started < "2006-01-31" and iid >= "2006"
started < "2006-01-31" and iid in ("2006")
started < "2006-01-31" and iid in ("2006","20061231")
started < "2006-01-31" and status = "active"
started < "2006-01-31" and status = "suspended"
started < "2006-01-31" and status = "error"
started < "2006-01-31" and status = "completed"
started < "2006-01-31" and status = "terminated"
started < "2006-01-31" and status = "faulted"
started < "2006-01-31" and status in ("active","suspended")
started < "2006-01-31" and status in ("active","suspended","error","completed","terminated","faulted")
started < "2006-01" and last-active = "2006-02-01T00:00:01"
started < "2006-01" and last-active = "2006-02-21"
started < "2006-01" and last-active = "2006-02"
started < "2006-01" and last-active = "2006"
started < "2006-01" and last-active < "2006-02-01T00:00:01"
started < "2006-01" and last-active < "2006-02-21"
started < "2006-01" and last-active < "2006-02"
started < "2006-01" and last-active < "2006"
started < "2006-01" and last-active <= "2006-02-01T00:00:01"
started < "2006-01" and last-active <= "2006-02-21"
started < "2006-01" and last-active <= "2006-02"
started < "2006-01" and last-active <= "2006"
started < "2006-01" and last-active > "2006-02-01T00:00:01"
started < "2006-01" and last-active > "2006-02-21"
started < "2006-01" and last-active > "2006-02"
started < "2006-01" and last-active > "2006"
started < "2006-01" and last-active >= "2006-02-01T00:00:01"
started < "2006-01" and last-active >= "2006-02-21"
started < "2006-01" and last-active >= "2006-02"
started < "2006-01" and last-active >= "2006"
started < "2006-01" and last-active like "2006-02-01T00:00:01"
started < "2006-01" and last-active like "2006-02-21"
started < "2006-01" and last-active like "2006-02"
started < "2006-01" and last-active like "2006"
started < "2006-01" and last-active in ("2006-02-01T00:00:01")
started < "2006-01" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started < "2006-01" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started < "2006-01" and ${org.apache.ode.BPELProcess}author = "yuriy"
started < "2006-01" and $author = "yuriy"
started < "2006-01" and ${org.apache.ode.BPELProcess}author < "yuriy"
started < "2006-01" and $author < "yuriy"
started < "2006-01" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started < "2006-01" and $author <= "yuriy"
started < "2006-01" and ${org.apache.ode.BPELProcess}author > "yuriy"
started < "2006-01" and $author > "yuriy"
started < "2006-01" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started < "2006-01" and $author >= "yuriy"
started < "2006-01" and ${org.apache.ode.BPELProcess}author like "yuriy"
started < "2006-01" and $author like "yuriy"
started < "2006-01" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started < "2006-01" and $author in ("yuriy")
started < "2006-01" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started < "2006-01" and $author in ("yuriy","kostya","nazar","orest")
started < "2006-01" and pid = "HelloWorld"
started < "2006-01" and pid < "HelloWorld"
started < "2006-01" and pid <= "HelloWorld"
started < "2006-01" and pid > "HelloWorld"
started < "2006-01" and pid >= "HelloWorld"
started < "2006-01" and pid like "HelloWorld"
started < "2006-01" and pid in ("HelloWorld","Hello*","Hello*World")
started < "2006-01" and pid in ("Hello*","Hello*World")
started < "2006-01" and pid in ("Hello*World")
started < "2006-01" and iid = "2006"
started < "2006-01" and iid < "2006"
started < "2006-01" and iid <= "2006"
started < "2006-01" and iid > "2006"
started < "2006-01" and iid >= "2006"
started < "2006-01" and iid in ("2006")
started < "2006-01" and iid in ("2006","20061231")
started < "2006-01" and status = "active"
started < "2006-01" and status = "suspended"
started < "2006-01" and status = "error"
started < "2006-01" and status = "completed"
started < "2006-01" and status = "terminated"
started < "2006-01" and status = "faulted"
started < "2006-01" and status in ("active","suspended")
started < "2006-01" and status in ("active","suspended","error","completed","terminated","faulted")
started < "2006" and last-active = "2006-02-01T00:00:01"
started < "2006" and last-active = "2006-02-21"
started < "2006" and last-active = "2006-02"
started < "2006" and last-active = "2006"
started < "2006" and last-active < "2006-02-01T00:00:01"
started < "2006" and last-active < "2006-02-21"
started < "2006" and last-active < "2006-02"
started < "2006" and last-active < "2006"
started < "2006" and last-active <= "2006-02-01T00:00:01"
started < "2006" and last-active <= "2006-02-21"
started < "2006" and last-active <= "2006-02"
started < "2006" and last-active <= "2006"
started < "2006" and last-active > "2006-02-01T00:00:01"
started < "2006" and last-active > "2006-02-21"
started < "2006" and last-active > "2006-02"
started < "2006" and last-active > "2006"
started < "2006" and last-active >= "2006-02-01T00:00:01"
started < "2006" and last-active >= "2006-02-21"
started < "2006" and last-active >= "2006-02"
started < "2006" and last-active >= "2006"
started < "2006" and last-active like "2006-02-01T00:00:01"
started < "2006" and last-active like "2006-02-21"
started < "2006" and last-active like "2006-02"
started < "2006" and last-active like "2006"
started < "2006" and last-active in ("2006-02-01T00:00:01")
started < "2006" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started < "2006" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started < "2006" and ${org.apache.ode.BPELProcess}author = "yuriy"
started < "2006" and $author = "yuriy"
started < "2006" and ${org.apache.ode.BPELProcess}author < "yuriy"
started < "2006" and $author < "yuriy"
started < "2006" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started < "2006" and $author <= "yuriy"
started < "2006" and ${org.apache.ode.BPELProcess}author > "yuriy"
started < "2006" and $author > "yuriy"
started < "2006" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started < "2006" and $author >= "yuriy"
started < "2006" and ${org.apache.ode.BPELProcess}author like "yuriy"
started < "2006" and $author like "yuriy"
started < "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started < "2006" and $author in ("yuriy")
started < "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started < "2006" and $author in ("yuriy","kostya","nazar","orest")
started < "2006" and pid = "HelloWorld"
started < "2006" and pid < "HelloWorld"
started < "2006" and pid <= "HelloWorld"
started < "2006" and pid > "HelloWorld"
started < "2006" and pid >= "HelloWorld"
started < "2006" and pid like "HelloWorld"
started < "2006" and pid in ("HelloWorld","Hello*","Hello*World")
started < "2006" and pid in ("Hello*","Hello*World")
started < "2006" and pid in ("Hello*World")
started < "2006" and iid = "2006"
started < "2006" and iid < "2006"
started < "2006" and iid <= "2006"
started < "2006" and iid > "2006"
started < "2006" and iid >= "2006"
started < "2006" and iid in ("2006")
started < "2006" and iid in ("2006","20061231")
started < "2006" and status = "active"
started < "2006" and status = "suspended"
started < "2006" and status = "error"
started < "2006" and status = "completed"
started < "2006" and status = "terminated"
started < "2006" and status = "faulted"
started < "2006" and status in ("active","suspended")
started < "2006" and status in ("active","suspended","error","completed","terminated","faulted")
started <= "2006-01-01T00:00:01" and last-active = "2006-02-01T00:00:01"
started <= "2006-01-01T00:00:01" and last-active = "2006-02-21"
started <= "2006-01-01T00:00:01" and last-active = "2006-02"
started <= "2006-01-01T00:00:01" and last-active = "2006"
started <= "2006-01-01T00:00:01" and last-active < "2006-02-01T00:00:01"
started <= "2006-01-01T00:00:01" and last-active < "2006-02-21"
started <= "2006-01-01T00:00:01" and last-active < "2006-02"
started <= "2006-01-01T00:00:01" and last-active < "2006"
started <= "2006-01-01T00:00:01" and last-active <= "2006-02-01T00:00:01"
started <= "2006-01-01T00:00:01" and last-active <= "2006-02-21"
started <= "2006-01-01T00:00:01" and last-active <= "2006-02"
started <= "2006-01-01T00:00:01" and last-active <= "2006"
started <= "2006-01-01T00:00:01" and last-active > "2006-02-01T00:00:01"
started <= "2006-01-01T00:00:01" and last-active > "2006-02-21"
started <= "2006-01-01T00:00:01" and last-active > "2006-02"
started <= "2006-01-01T00:00:01" and last-active > "2006"
started <= "2006-01-01T00:00:01" and last-active >= "2006-02-01T00:00:01"
started <= "2006-01-01T00:00:01" and last-active >= "2006-02-21"
started <= "2006-01-01T00:00:01" and last-active >= "2006-02"
started <= "2006-01-01T00:00:01" and last-active >= "2006"
started <= "2006-01-01T00:00:01" and last-active like "2006-02-01T00:00:01"
started <= "2006-01-01T00:00:01" and last-active like "2006-02-21"
started <= "2006-01-01T00:00:01" and last-active like "2006-02"
started <= "2006-01-01T00:00:01" and last-active like "2006"
started <= "2006-01-01T00:00:01" and last-active in ("2006-02-01T00:00:01")
started <= "2006-01-01T00:00:01" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started <= "2006-01-01T00:00:01" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started <= "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author = "yuriy"
started <= "2006-01-01T00:00:01" and $author = "yuriy"
started <= "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author < "yuriy"
started <= "2006-01-01T00:00:01" and $author < "yuriy"
started <= "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started <= "2006-01-01T00:00:01" and $author <= "yuriy"
started <= "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author > "yuriy"
started <= "2006-01-01T00:00:01" and $author > "yuriy"
started <= "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started <= "2006-01-01T00:00:01" and $author >= "yuriy"
started <= "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author like "yuriy"
started <= "2006-01-01T00:00:01" and $author like "yuriy"
started <= "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started <= "2006-01-01T00:00:01" and $author in ("yuriy")
started <= "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started <= "2006-01-01T00:00:01" and $author in ("yuriy","kostya","nazar","orest")
started <= "2006-01-01T00:00:01" and pid = "HelloWorld"
started <= "2006-01-01T00:00:01" and pid < "HelloWorld"
started <= "2006-01-01T00:00:01" and pid <= "HelloWorld"
started <= "2006-01-01T00:00:01" and pid > "HelloWorld"
started <= "2006-01-01T00:00:01" and pid >= "HelloWorld"
started <= "2006-01-01T00:00:01" and pid like "HelloWorld"
started <= "2006-01-01T00:00:01" and pid in ("HelloWorld","Hello*","Hello*World")
started <= "2006-01-01T00:00:01" and pid in ("Hello*","Hello*World")
started <= "2006-01-01T00:00:01" and pid in ("Hello*World")
started <= "2006-01-01T00:00:01" and iid = "2006"
started <= "2006-01-01T00:00:01" and iid < "2006"
started <= "2006-01-01T00:00:01" and iid <= "2006"
started <= "2006-01-01T00:00:01" and iid > "2006"
started <= "2006-01-01T00:00:01" and iid >= "2006"
started <= "2006-01-01T00:00:01" and iid in ("2006")
started <= "2006-01-01T00:00:01" and iid in ("2006","20061231")
started <= "2006-01-01T00:00:01" and status = "active"
started <= "2006-01-01T00:00:01" and status = "suspended"
started <= "2006-01-01T00:00:01" and status = "error"
started <= "2006-01-01T00:00:01" and status = "completed"
started <= "2006-01-01T00:00:01" and status = "terminated"
started <= "2006-01-01T00:00:01" and status = "faulted"
started <= "2006-01-01T00:00:01" and status in ("active","suspended")
started <= "2006-01-01T00:00:01" and status in ("active","suspended","error","completed","terminated","faulted")
started <= "2006-01-31" and last-active = "2006-02-01T00:00:01"
started <= "2006-01-31" and last-active = "2006-02-21"
started <= "2006-01-31" and last-active = "2006-02"
started <= "2006-01-31" and last-active = "2006"
started <= "2006-01-31" and last-active < "2006-02-01T00:00:01"
started <= "2006-01-31" and last-active < "2006-02-21"
started <= "2006-01-31" and last-active < "2006-02"
started <= "2006-01-31" and last-active < "2006"
started <= "2006-01-31" and last-active <= "2006-02-01T00:00:01"
started <= "2006-01-31" and last-active <= "2006-02-21"
started <= "2006-01-31" and last-active <= "2006-02"
started <= "2006-01-31" and last-active <= "2006"
started <= "2006-01-31" and last-active > "2006-02-01T00:00:01"
started <= "2006-01-31" and last-active > "2006-02-21"
started <= "2006-01-31" and last-active > "2006-02"
started <= "2006-01-31" and last-active > "2006"
started <= "2006-01-31" and last-active >= "2006-02-01T00:00:01"
started <= "2006-01-31" and last-active >= "2006-02-21"
started <= "2006-01-31" and last-active >= "2006-02"
started <= "2006-01-31" and last-active >= "2006"
started <= "2006-01-31" and last-active like "2006-02-01T00:00:01"
started <= "2006-01-31" and last-active like "2006-02-21"
started <= "2006-01-31" and last-active like "2006-02"
started <= "2006-01-31" and last-active like "2006"
started <= "2006-01-31" and last-active in ("2006-02-01T00:00:01")
started <= "2006-01-31" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started <= "2006-01-31" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started <= "2006-01-31" and ${org.apache.ode.BPELProcess}author = "yuriy"
started <= "2006-01-31" and $author = "yuriy"
started <= "2006-01-31" and ${org.apache.ode.BPELProcess}author < "yuriy"
started <= "2006-01-31" and $author < "yuriy"
started <= "2006-01-31" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started <= "2006-01-31" and $author <= "yuriy"
started <= "2006-01-31" and ${org.apache.ode.BPELProcess}author > "yuriy"
started <= "2006-01-31" and $author > "yuriy"
started <= "2006-01-31" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started <= "2006-01-31" and $author >= "yuriy"
started <= "2006-01-31" and ${org.apache.ode.BPELProcess}author like "yuriy"
started <= "2006-01-31" and $author like "yuriy"
started <= "2006-01-31" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started <= "2006-01-31" and $author in ("yuriy")
started <= "2006-01-31" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started <= "2006-01-31" and $author in ("yuriy","kostya","nazar","orest")
started <= "2006-01-31" and pid = "HelloWorld"
started <= "2006-01-31" and pid < "HelloWorld"
started <= "2006-01-31" and pid <= "HelloWorld"
started <= "2006-01-31" and pid > "HelloWorld"
started <= "2006-01-31" and pid >= "HelloWorld"
started <= "2006-01-31" and pid like "HelloWorld"
started <= "2006-01-31" and pid in ("HelloWorld","Hello*","Hello*World")
started <= "2006-01-31" and pid in ("Hello*","Hello*World")
started <= "2006-01-31" and pid in ("Hello*World")
started <= "2006-01-31" and iid = "2006"
started <= "2006-01-31" and iid < "2006"
started <= "2006-01-31" and iid <= "2006"
started <= "2006-01-31" and iid > "2006"
started <= "2006-01-31" and iid >= "2006"
started <= "2006-01-31" and iid in ("2006")
started <= "2006-01-31" and iid in ("2006","20061231")
started <= "2006-01-31" and status = "active"
started <= "2006-01-31" and status = "suspended"
started <= "2006-01-31" and status = "error"
started <= "2006-01-31" and status = "completed"
started <= "2006-01-31" and status = "terminated"
started <= "2006-01-31" and status = "faulted"
started <= "2006-01-31" and status in ("active","suspended")
started <= "2006-01-31" and status in ("active","suspended","error","completed","terminated","faulted")
started <= "2006-01" and last-active = "2006-02-01T00:00:01"
started <= "2006-01" and last-active = "2006-02-21"
started <= "2006-01" and last-active = "2006-02"
started <= "2006-01" and last-active = "2006"
started <= "2006-01" and last-active < "2006-02-01T00:00:01"
started <= "2006-01" and last-active < "2006-02-21"
started <= "2006-01" and last-active < "2006-02"
started <= "2006-01" and last-active < "2006"
started <= "2006-01" and last-active <= "2006-02-01T00:00:01"
started <= "2006-01" and last-active <= "2006-02-21"
started <= "2006-01" and last-active <= "2006-02"
started <= "2006-01" and last-active <= "2006"
started <= "2006-01" and last-active > "2006-02-01T00:00:01"
started <= "2006-01" and last-active > "2006-02-21"
started <= "2006-01" and last-active > "2006-02"
started <= "2006-01" and last-active > "2006"
started <= "2006-01" and last-active >= "2006-02-01T00:00:01"
started <= "2006-01" and last-active >= "2006-02-21"
started <= "2006-01" and last-active >= "2006-02"
started <= "2006-01" and last-active >= "2006"
started <= "2006-01" and last-active like "2006-02-01T00:00:01"
started <= "2006-01" and last-active like "2006-02-21"
started <= "2006-01" and last-active like "2006-02"
started <= "2006-01" and last-active like "2006"
started <= "2006-01" and last-active in ("2006-02-01T00:00:01")
started <= "2006-01" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started <= "2006-01" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started <= "2006-01" and ${org.apache.ode.BPELProcess}author = "yuriy"
started <= "2006-01" and $author = "yuriy"
started <= "2006-01" and ${org.apache.ode.BPELProcess}author < "yuriy"
started <= "2006-01" and $author < "yuriy"
started <= "2006-01" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started <= "2006-01" and $author <= "yuriy"
started <= "2006-01" and ${org.apache.ode.BPELProcess}author > "yuriy"
started <= "2006-01" and $author > "yuriy"
started <= "2006-01" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started <= "2006-01" and $author >= "yuriy"
started <= "2006-01" and ${org.apache.ode.BPELProcess}author like "yuriy"
started <= "2006-01" and $author like "yuriy"
started <= "2006-01" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started <= "2006-01" and $author in ("yuriy")
started <= "2006-01" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started <= "2006-01" and $author in ("yuriy","kostya","nazar","orest")
started <= "2006-01" and pid = "HelloWorld"
started <= "2006-01" and pid < "HelloWorld"
started <= "2006-01" and pid <= "HelloWorld"
started <= "2006-01" and pid > "HelloWorld"
started <= "2006-01" and pid >= "HelloWorld"
started <= "2006-01" and pid like "HelloWorld"
started <= "2006-01" and pid in ("HelloWorld","Hello*","Hello*World")
started <= "2006-01" and pid in ("Hello*","Hello*World")
started <= "2006-01" and pid in ("Hello*World")
started <= "2006-01" and iid = "2006"
started <= "2006-01" and iid < "2006"
started <= "2006-01" and iid <= "2006"
started <= "2006-01" and iid > "2006"
started <= "2006-01" and iid >= "2006"
started <= "2006-01" and iid in ("2006")
started <= "2006-01" and iid in ("2006","20061231")
started <= "2006-01" and status = "active"
started <= "2006-01" and status = "suspended"
started <= "2006-01" and status = "error"
started <= "2006-01" and status = "completed"
started <= "2006-01" and status = "terminated"
started <= "2006-01" and status = "faulted"
started <= "2006-01" and status in ("active","suspended")
started <= "2006-01" and status in ("active","suspended","error","completed","terminated","faulted")
started <= "2006" and last-active = "2006-02-01T00:00:01"
started <= "2006" and last-active = "2006-02-21"
started <= "2006" and last-active = "2006-02"
started <= "2006" and last-active = "2006"
started <= "2006" and last-active < "2006-02-01T00:00:01"
started <= "2006" and last-active < "2006-02-21"
started <= "2006" and last-active < "2006-02"
started <= "2006" and last-active < "2006"
started <= "2006" and last-active <= "2006-02-01T00:00:01"
started <= "2006" and last-active <= "2006-02-21"
started <= "2006" and last-active <= "2006-02"
started <= "2006" and last-active <= "2006"
started <= "2006" and last-active > "2006-02-01T00:00:01"
started <= "2006" and last-active > "2006-02-21"
started <= "2006" and last-active > "2006-02"
started <= "2006" and last-active > "2006"
started <= "2006" and last-active >= "2006-02-01T00:00:01"
started <= "2006" and last-active >= "2006-02-21"
started <= "2006" and last-active >= "2006-02"
started <= "2006" and last-active >= "2006"
started <= "2006" and last-active like "2006-02-01T00:00:01"
started <= "2006" and last-active like "2006-02-21"
started <= "2006" and last-active like "2006-02"
started <= "2006" and last-active like "2006"
started <= "2006" and last-active in ("2006-02-01T00:00:01")
started <= "2006" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started <= "2006" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started <= "2006" and ${org.apache.ode.BPELProcess}author = "yuriy"
started <= "2006" and $author = "yuriy"
started <= "2006" and ${org.apache.ode.BPELProcess}author < "yuriy"
started <= "2006" and $author < "yuriy"
started <= "2006" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started <= "2006" and $author <= "yuriy"
started <= "2006" and ${org.apache.ode.BPELProcess}author > "yuriy"
started <= "2006" and $author > "yuriy"
started <= "2006" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started <= "2006" and $author >= "yuriy"
started <= "2006" and ${org.apache.ode.BPELProcess}author like "yuriy"
started <= "2006" and $author like "yuriy"
started <= "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started <= "2006" and $author in ("yuriy")
started <= "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started <= "2006" and $author in ("yuriy","kostya","nazar","orest")
started <= "2006" and pid = "HelloWorld"
started <= "2006" and pid < "HelloWorld"
started <= "2006" and pid <= "HelloWorld"
started <= "2006" and pid > "HelloWorld"
started <= "2006" and pid >= "HelloWorld"
started <= "2006" and pid like "HelloWorld"
started <= "2006" and pid in ("HelloWorld","Hello*","Hello*World")
started <= "2006" and pid in ("Hello*","Hello*World")
started <= "2006" and pid in ("Hello*World")
started <= "2006" and iid = "2006"
started <= "2006" and iid < "2006"
started <= "2006" and iid <= "2006"
started <= "2006" and iid > "2006"
started <= "2006" and iid >= "2006"
started <= "2006" and iid in ("2006")
started <= "2006" and iid in ("2006","20061231")
started <= "2006" and status = "active"
started <= "2006" and status = "suspended"
started <= "2006" and status = "error"
started <= "2006" and status = "completed"
started <= "2006" and status = "terminated"
started <= "2006" and status = "faulted"
started <= "2006" and status in ("active","suspended")
started <= "2006" and status in ("active","suspended","error","completed","terminated","faulted")
started > "2006-01-01T00:00:01" and last-active = "2006-02-01T00:00:01"
started > "2006-01-01T00:00:01" and last-active = "2006-02-21"
started > "2006-01-01T00:00:01" and last-active = "2006-02"
started > "2006-01-01T00:00:01" and last-active = "2006"
started > "2006-01-01T00:00:01" and last-active < "2006-02-01T00:00:01"
started > "2006-01-01T00:00:01" and last-active < "2006-02-21"
started > "2006-01-01T00:00:01" and last-active < "2006-02"
started > "2006-01-01T00:00:01" and last-active < "2006"
started > "2006-01-01T00:00:01" and last-active <= "2006-02-01T00:00:01"
started > "2006-01-01T00:00:01" and last-active <= "2006-02-21"
started > "2006-01-01T00:00:01" and last-active <= "2006-02"
started > "2006-01-01T00:00:01" and last-active <= "2006"
started > "2006-01-01T00:00:01" and last-active > "2006-02-01T00:00:01"
started > "2006-01-01T00:00:01" and last-active > "2006-02-21"
started > "2006-01-01T00:00:01" and last-active > "2006-02"
started > "2006-01-01T00:00:01" and last-active > "2006"
started > "2006-01-01T00:00:01" and last-active >= "2006-02-01T00:00:01"
started > "2006-01-01T00:00:01" and last-active >= "2006-02-21"
started > "2006-01-01T00:00:01" and last-active >= "2006-02"
started > "2006-01-01T00:00:01" and last-active >= "2006"
started > "2006-01-01T00:00:01" and last-active like "2006-02-01T00:00:01"
started > "2006-01-01T00:00:01" and last-active like "2006-02-21"
started > "2006-01-01T00:00:01" and last-active like "2006-02"
started > "2006-01-01T00:00:01" and last-active like "2006"
started > "2006-01-01T00:00:01" and last-active in ("2006-02-01T00:00:01")
started > "2006-01-01T00:00:01" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started > "2006-01-01T00:00:01" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started > "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author = "yuriy"
started > "2006-01-01T00:00:01" and $author = "yuriy"
started > "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author < "yuriy"
started > "2006-01-01T00:00:01" and $author < "yuriy"
started > "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started > "2006-01-01T00:00:01" and $author <= "yuriy"
started > "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author > "yuriy"
started > "2006-01-01T00:00:01" and $author > "yuriy"
started > "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started > "2006-01-01T00:00:01" and $author >= "yuriy"
started > "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author like "yuriy"
started > "2006-01-01T00:00:01" and $author like "yuriy"
started > "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started > "2006-01-01T00:00:01" and $author in ("yuriy")
started > "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started > "2006-01-01T00:00:01" and $author in ("yuriy","kostya","nazar","orest")
started > "2006-01-01T00:00:01" and pid = "HelloWorld"
started > "2006-01-01T00:00:01" and pid < "HelloWorld"
started > "2006-01-01T00:00:01" and pid <= "HelloWorld"
started > "2006-01-01T00:00:01" and pid > "HelloWorld"
started > "2006-01-01T00:00:01" and pid >= "HelloWorld"
started > "2006-01-01T00:00:01" and pid like "HelloWorld"
started > "2006-01-01T00:00:01" and pid in ("HelloWorld","Hello*","Hello*World")
started > "2006-01-01T00:00:01" and pid in ("Hello*","Hello*World")
started > "2006-01-01T00:00:01" and pid in ("Hello*World")
started > "2006-01-01T00:00:01" and iid = "2006"
started > "2006-01-01T00:00:01" and iid < "2006"
started > "2006-01-01T00:00:01" and iid <= "2006"
started > "2006-01-01T00:00:01" and iid > "2006"
started > "2006-01-01T00:00:01" and iid >= "2006"
started > "2006-01-01T00:00:01" and iid in ("2006")
started > "2006-01-01T00:00:01" and iid in ("2006","20061231")
started > "2006-01-01T00:00:01" and status = "active"
started > "2006-01-01T00:00:01" and status = "suspended"
started > "2006-01-01T00:00:01" and status = "error"
started > "2006-01-01T00:00:01" and status = "completed"
started > "2006-01-01T00:00:01" and status = "terminated"
started > "2006-01-01T00:00:01" and status = "faulted"
started > "2006-01-01T00:00:01" and status in ("active","suspended")
started > "2006-01-01T00:00:01" and status in ("active","suspended","error","completed","terminated","faulted")
started > "2006-01-31" and last-active = "2006-02-01T00:00:01"
started > "2006-01-31" and last-active = "2006-02-21"
started > "2006-01-31" and last-active = "2006-02"
started > "2006-01-31" and last-active = "2006"
started > "2006-01-31" and last-active < "2006-02-01T00:00:01"
started > "2006-01-31" and last-active < "2006-02-21"
started > "2006-01-31" and last-active < "2006-02"
started > "2006-01-31" and last-active < "2006"
started > "2006-01-31" and last-active <= "2006-02-01T00:00:01"
started > "2006-01-31" and last-active <= "2006-02-21"
started > "2006-01-31" and last-active <= "2006-02"
started > "2006-01-31" and last-active <= "2006"
started > "2006-01-31" and last-active > "2006-02-01T00:00:01"
started > "2006-01-31" and last-active > "2006-02-21"
started > "2006-01-31" and last-active > "2006-02"
started > "2006-01-31" and last-active > "2006"
started > "2006-01-31" and last-active >= "2006-02-01T00:00:01"
started > "2006-01-31" and last-active >= "2006-02-21"
started > "2006-01-31" and last-active >= "2006-02"
started > "2006-01-31" and last-active >= "2006"
started > "2006-01-31" and last-active like "2006-02-01T00:00:01"
started > "2006-01-31" and last-active like "2006-02-21"
started > "2006-01-31" and last-active like "2006-02"
started > "2006-01-31" and last-active like "2006"
started > "2006-01-31" and last-active in ("2006-02-01T00:00:01")
started > "2006-01-31" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started > "2006-01-31" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started > "2006-01-31" and ${org.apache.ode.BPELProcess}author = "yuriy"
started > "2006-01-31" and $author = "yuriy"
started > "2006-01-31" and ${org.apache.ode.BPELProcess}author < "yuriy"
started > "2006-01-31" and $author < "yuriy"
started > "2006-01-31" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started > "2006-01-31" and $author <= "yuriy"
started > "2006-01-31" and ${org.apache.ode.BPELProcess}author > "yuriy"
started > "2006-01-31" and $author > "yuriy"
started > "2006-01-31" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started > "2006-01-31" and $author >= "yuriy"
started > "2006-01-31" and ${org.apache.ode.BPELProcess}author like "yuriy"
started > "2006-01-31" and $author like "yuriy"
started > "2006-01-31" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started > "2006-01-31" and $author in ("yuriy")
started > "2006-01-31" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started > "2006-01-31" and $author in ("yuriy","kostya","nazar","orest")
started > "2006-01-31" and pid = "HelloWorld"
started > "2006-01-31" and pid < "HelloWorld"
started > "2006-01-31" and pid <= "HelloWorld"
started > "2006-01-31" and pid > "HelloWorld"
started > "2006-01-31" and pid >= "HelloWorld"
started > "2006-01-31" and pid like "HelloWorld"
started > "2006-01-31" and pid in ("HelloWorld","Hello*","Hello*World")
started > "2006-01-31" and pid in ("Hello*","Hello*World")
started > "2006-01-31" and pid in ("Hello*World")
started > "2006-01-31" and iid = "2006"
started > "2006-01-31" and iid < "2006"
started > "2006-01-31" and iid <= "2006"
started > "2006-01-31" and iid > "2006"
started > "2006-01-31" and iid >= "2006"
started > "2006-01-31" and iid in ("2006")
started > "2006-01-31" and iid in ("2006","20061231")
started > "2006-01-31" and status = "active"
started > "2006-01-31" and status = "suspended"
started > "2006-01-31" and status = "error"
started > "2006-01-31" and status = "completed"
started > "2006-01-31" and status = "terminated"
started > "2006-01-31" and status = "faulted"
started > "2006-01-31" and status in ("active","suspended")
started > "2006-01-31" and status in ("active","suspended","error","completed","terminated","faulted")
started > "2006-01" and last-active = "2006-02-01T00:00:01"
started > "2006-01" and last-active = "2006-02-21"
started > "2006-01" and last-active = "2006-02"
started > "2006-01" and last-active = "2006"
started > "2006-01" and last-active < "2006-02-01T00:00:01"
started > "2006-01" and last-active < "2006-02-21"
started > "2006-01" and last-active < "2006-02"
started > "2006-01" and last-active < "2006"
started > "2006-01" and last-active <= "2006-02-01T00:00:01"
started > "2006-01" and last-active <= "2006-02-21"
started > "2006-01" and last-active <= "2006-02"
started > "2006-01" and last-active <= "2006"
started > "2006-01" and last-active > "2006-02-01T00:00:01"
started > "2006-01" and last-active > "2006-02-21"
started > "2006-01" and last-active > "2006-02"
started > "2006-01" and last-active > "2006"
started > "2006-01" and last-active >= "2006-02-01T00:00:01"
started > "2006-01" and last-active >= "2006-02-21"
started > "2006-01" and last-active >= "2006-02"
started > "2006-01" and last-active >= "2006"
started > "2006-01" and last-active like "2006-02-01T00:00:01"
started > "2006-01" and last-active like "2006-02-21"
started > "2006-01" and last-active like "2006-02"
started > "2006-01" and last-active like "2006"
started > "2006-01" and last-active in ("2006-02-01T00:00:01")
started > "2006-01" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started > "2006-01" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started > "2006-01" and ${org.apache.ode.BPELProcess}author = "yuriy"
started > "2006-01" and $author = "yuriy"
started > "2006-01" and ${org.apache.ode.BPELProcess}author < "yuriy"
started > "2006-01" and $author < "yuriy"
started > "2006-01" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started > "2006-01" and $author <= "yuriy"
started > "2006-01" and ${org.apache.ode.BPELProcess}author > "yuriy"
started > "2006-01" and $author > "yuriy"
started > "2006-01" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started > "2006-01" and $author >= "yuriy"
started > "2006-01" and ${org.apache.ode.BPELProcess}author like "yuriy"
started > "2006-01" and $author like "yuriy"
started > "2006-01" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started > "2006-01" and $author in ("yuriy")
started > "2006-01" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started > "2006-01" and $author in ("yuriy","kostya","nazar","orest")
started > "2006-01" and pid = "HelloWorld"
started > "2006-01" and pid < "HelloWorld"
started > "2006-01" and pid <= "HelloWorld"
started > "2006-01" and pid > "HelloWorld"
started > "2006-01" and pid >= "HelloWorld"
started > "2006-01" and pid like "HelloWorld"
started > "2006-01" and pid in ("HelloWorld","Hello*","Hello*World")
started > "2006-01" and pid in ("Hello*","Hello*World")
started > "2006-01" and pid in ("Hello*World")
started > "2006-01" and iid = "2006"
started > "2006-01" and iid < "2006"
started > "2006-01" and iid <= "2006"
started > "2006-01" and iid > "2006"
started > "2006-01" and iid >= "2006"
started > "2006-01" and iid in ("2006")
started > "2006-01" and iid in ("2006","20061231")
started > "2006-01" and status = "active"
started > "2006-01" and status = "suspended"
started > "2006-01" and status = "error"
started > "2006-01" and status = "completed"
started > "2006-01" and status = "terminated"
started > "2006-01" and status = "faulted"
started > "2006-01" and status in ("active","suspended")
started > "2006-01" and status in ("active","suspended","error","completed","terminated","faulted")
started > "2006" and last-active = "2006-02-01T00:00:01"
started > "2006" and last-active = "2006-02-21"
started > "2006" and last-active = "2006-02"
started > "2006" and last-active = "2006"
started > "2006" and last-active < "2006-02-01T00:00:01"
started > "2006" and last-active < "2006-02-21"
started > "2006" and last-active < "2006-02"
started > "2006" and last-active < "2006"
started > "2006" and last-active <= "2006-02-01T00:00:01"
started > "2006" and last-active <= "2006-02-21"
started > "2006" and last-active <= "2006-02"
started > "2006" and last-active <= "2006"
started > "2006" and last-active > "2006-02-01T00:00:01"
started > "2006" and last-active > "2006-02-21"
started > "2006" and last-active > "2006-02"
started > "2006" and last-active > "2006"
started > "2006" and last-active >= "2006-02-01T00:00:01"
started > "2006" and last-active >= "2006-02-21"
started > "2006" and last-active >= "2006-02"
started > "2006" and last-active >= "2006"
started > "2006" and last-active like "2006-02-01T00:00:01"
started > "2006" and last-active like "2006-02-21"
started > "2006" and last-active like "2006-02"
started > "2006" and last-active like "2006"
started > "2006" and last-active in ("2006-02-01T00:00:01")
started > "2006" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started > "2006" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started > "2006" and ${org.apache.ode.BPELProcess}author = "yuriy"
started > "2006" and $author = "yuriy"
started > "2006" and ${org.apache.ode.BPELProcess}author < "yuriy"
started > "2006" and $author < "yuriy"
started > "2006" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started > "2006" and $author <= "yuriy"
started > "2006" and ${org.apache.ode.BPELProcess}author > "yuriy"
started > "2006" and $author > "yuriy"
started > "2006" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started > "2006" and $author >= "yuriy"
started > "2006" and ${org.apache.ode.BPELProcess}author like "yuriy"
started > "2006" and $author like "yuriy"
started > "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started > "2006" and $author in ("yuriy")
started > "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started > "2006" and $author in ("yuriy","kostya","nazar","orest")
started > "2006" and pid = "HelloWorld"
started > "2006" and pid < "HelloWorld"
started > "2006" and pid <= "HelloWorld"
started > "2006" and pid > "HelloWorld"
started > "2006" and pid >= "HelloWorld"
started > "2006" and pid like "HelloWorld"
started > "2006" and pid in ("HelloWorld","Hello*","Hello*World")
started > "2006" and pid in ("Hello*","Hello*World")
started > "2006" and pid in ("Hello*World")
started > "2006" and iid = "2006"
started > "2006" and iid < "2006"
started > "2006" and iid <= "2006"
started > "2006" and iid > "2006"
started > "2006" and iid >= "2006"
started > "2006" and iid in ("2006")
started > "2006" and iid in ("2006","20061231")
started > "2006" and status = "active"
started > "2006" and status = "suspended"
started > "2006" and status = "error"
started > "2006" and status = "completed"
started > "2006" and status = "terminated"
started > "2006" and status = "faulted"
started > "2006" and status in ("active","suspended")
started > "2006" and status in ("active","suspended","error","completed","terminated","faulted")
started >= "2006-01-01T00:00:01" and last-active = "2006-02-01T00:00:01"
started >= "2006-01-01T00:00:01" and last-active = "2006-02-21"
started >= "2006-01-01T00:00:01" and last-active = "2006-02"
started >= "2006-01-01T00:00:01" and last-active = "2006"
started >= "2006-01-01T00:00:01" and last-active < "2006-02-01T00:00:01"
started >= "2006-01-01T00:00:01" and last-active < "2006-02-21"
started >= "2006-01-01T00:00:01" and last-active < "2006-02"
started >= "2006-01-01T00:00:01" and last-active < "2006"
started >= "2006-01-01T00:00:01" and last-active <= "2006-02-01T00:00:01"
started >= "2006-01-01T00:00:01" and last-active <= "2006-02-21"
started >= "2006-01-01T00:00:01" and last-active <= "2006-02"
started >= "2006-01-01T00:00:01" and last-active <= "2006"
started >= "2006-01-01T00:00:01" and last-active > "2006-02-01T00:00:01"
started >= "2006-01-01T00:00:01" and last-active > "2006-02-21"
started >= "2006-01-01T00:00:01" and last-active > "2006-02"
started >= "2006-01-01T00:00:01" and last-active > "2006"
started >= "2006-01-01T00:00:01" and last-active >= "2006-02-01T00:00:01"
started >= "2006-01-01T00:00:01" and last-active >= "2006-02-21"
started >= "2006-01-01T00:00:01" and last-active >= "2006-02"
started >= "2006-01-01T00:00:01" and last-active >= "2006"
started >= "2006-01-01T00:00:01" and last-active like "2006-02-01T00:00:01"
started >= "2006-01-01T00:00:01" and last-active like "2006-02-21"
started >= "2006-01-01T00:00:01" and last-active like "2006-02"
started >= "2006-01-01T00:00:01" and last-active like "2006"
started >= "2006-01-01T00:00:01" and last-active in ("2006-02-01T00:00:01")
started >= "2006-01-01T00:00:01" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started >= "2006-01-01T00:00:01" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started >= "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author = "yuriy"
started >= "2006-01-01T00:00:01" and $author = "yuriy"
started >= "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author < "yuriy"
started >= "2006-01-01T00:00:01" and $author < "yuriy"
started >= "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started >= "2006-01-01T00:00:01" and $author <= "yuriy"
started >= "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author > "yuriy"
started >= "2006-01-01T00:00:01" and $author > "yuriy"
started >= "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started >= "2006-01-01T00:00:01" and $author >= "yuriy"
started >= "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author like "yuriy"
started >= "2006-01-01T00:00:01" and $author like "yuriy"
started >= "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started >= "2006-01-01T00:00:01" and $author in ("yuriy")
started >= "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started >= "2006-01-01T00:00:01" and $author in ("yuriy","kostya","nazar","orest")
started >= "2006-01-01T00:00:01" and pid = "HelloWorld"
started >= "2006-01-01T00:00:01" and pid < "HelloWorld"
started >= "2006-01-01T00:00:01" and pid <= "HelloWorld"
started >= "2006-01-01T00:00:01" and pid > "HelloWorld"
started >= "2006-01-01T00:00:01" and pid >= "HelloWorld"
started >= "2006-01-01T00:00:01" and pid like "HelloWorld"
started >= "2006-01-01T00:00:01" and pid in ("HelloWorld","Hello*","Hello*World")
started >= "2006-01-01T00:00:01" and pid in ("Hello*","Hello*World")
started >= "2006-01-01T00:00:01" and pid in ("Hello*World")
started >= "2006-01-01T00:00:01" and iid = "2006"
started >= "2006-01-01T00:00:01" and iid < "2006"
started >= "2006-01-01T00:00:01" and iid <= "2006"
started >= "2006-01-01T00:00:01" and iid > "2006"
started >= "2006-01-01T00:00:01" and iid >= "2006"
started >= "2006-01-01T00:00:01" and iid in ("2006")
started >= "2006-01-01T00:00:01" and iid in ("2006","20061231")
started >= "2006-01-01T00:00:01" and status = "active"
started >= "2006-01-01T00:00:01" and status = "suspended"
started >= "2006-01-01T00:00:01" and status = "error"
started >= "2006-01-01T00:00:01" and status = "completed"
started >= "2006-01-01T00:00:01" and status = "terminated"
started >= "2006-01-01T00:00:01" and status = "faulted"
started >= "2006-01-01T00:00:01" and status in ("active","suspended")
started >= "2006-01-01T00:00:01" and status in ("active","suspended","error","completed","terminated","faulted")
started >= "2006-01-31" and last-active = "2006-02-01T00:00:01"
started >= "2006-01-31" and last-active = "2006-02-21"
started >= "2006-01-31" and last-active = "2006-02"
started >= "2006-01-31" and last-active = "2006"
started >= "2006-01-31" and last-active < "2006-02-01T00:00:01"
started >= "2006-01-31" and last-active < "2006-02-21"
started >= "2006-01-31" and last-active < "2006-02"
started >= "2006-01-31" and last-active < "2006"
started >= "2006-01-31" and last-active <= "2006-02-01T00:00:01"
started >= "2006-01-31" and last-active <= "2006-02-21"
started >= "2006-01-31" and last-active <= "2006-02"
started >= "2006-01-31" and last-active <= "2006"
started >= "2006-01-31" and last-active > "2006-02-01T00:00:01"
started >= "2006-01-31" and last-active > "2006-02-21"
started >= "2006-01-31" and last-active > "2006-02"
started >= "2006-01-31" and last-active > "2006"
started >= "2006-01-31" and last-active >= "2006-02-01T00:00:01"
started >= "2006-01-31" and last-active >= "2006-02-21"
started >= "2006-01-31" and last-active >= "2006-02"
started >= "2006-01-31" and last-active >= "2006"
started >= "2006-01-31" and last-active like "2006-02-01T00:00:01"
started >= "2006-01-31" and last-active like "2006-02-21"
started >= "2006-01-31" and last-active like "2006-02"
started >= "2006-01-31" and last-active like "2006"
started >= "2006-01-31" and last-active in ("2006-02-01T00:00:01")
started >= "2006-01-31" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started >= "2006-01-31" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started >= "2006-01-31" and ${org.apache.ode.BPELProcess}author = "yuriy"
started >= "2006-01-31" and $author = "yuriy"
started >= "2006-01-31" and ${org.apache.ode.BPELProcess}author < "yuriy"
started >= "2006-01-31" and $author < "yuriy"
started >= "2006-01-31" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started >= "2006-01-31" and $author <= "yuriy"
started >= "2006-01-31" and ${org.apache.ode.BPELProcess}author > "yuriy"
started >= "2006-01-31" and $author > "yuriy"
started >= "2006-01-31" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started >= "2006-01-31" and $author >= "yuriy"
started >= "2006-01-31" and ${org.apache.ode.BPELProcess}author like "yuriy"
started >= "2006-01-31" and $author like "yuriy"
started >= "2006-01-31" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started >= "2006-01-31" and $author in ("yuriy")
started >= "2006-01-31" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started >= "2006-01-31" and $author in ("yuriy","kostya","nazar","orest")
started >= "2006-01-31" and pid = "HelloWorld"
started >= "2006-01-31" and pid < "HelloWorld"
started >= "2006-01-31" and pid <= "HelloWorld"
started >= "2006-01-31" and pid > "HelloWorld"
started >= "2006-01-31" and pid >= "HelloWorld"
started >= "2006-01-31" and pid like "HelloWorld"
started >= "2006-01-31" and pid in ("HelloWorld","Hello*","Hello*World")
started >= "2006-01-31" and pid in ("Hello*","Hello*World")
started >= "2006-01-31" and pid in ("Hello*World")
started >= "2006-01-31" and iid = "2006"
started >= "2006-01-31" and iid < "2006"
started >= "2006-01-31" and iid <= "2006"
started >= "2006-01-31" and iid > "2006"
started >= "2006-01-31" and iid >= "2006"
started >= "2006-01-31" and iid in ("2006")
started >= "2006-01-31" and iid in ("2006","20061231")
started >= "2006-01-31" and status = "active"
started >= "2006-01-31" and status = "suspended"
started >= "2006-01-31" and status = "error"
started >= "2006-01-31" and status = "completed"
started >= "2006-01-31" and status = "terminated"
started >= "2006-01-31" and status = "faulted"
started >= "2006-01-31" and status in ("active","suspended")
started >= "2006-01-31" and status in ("active","suspended","error","completed","terminated","faulted")
started >= "2006-01" and last-active = "2006-02-01T00:00:01"
started >= "2006-01" and last-active = "2006-02-21"
started >= "2006-01" and last-active = "2006-02"
started >= "2006-01" and last-active = "2006"
started >= "2006-01" and last-active < "2006-02-01T00:00:01"
started >= "2006-01" and last-active < "2006-02-21"
started >= "2006-01" and last-active < "2006-02"
started >= "2006-01" and last-active < "2006"
started >= "2006-01" and last-active <= "2006-02-01T00:00:01"
started >= "2006-01" and last-active <= "2006-02-21"
started >= "2006-01" and last-active <= "2006-02"
started >= "2006-01" and last-active <= "2006"
started >= "2006-01" and last-active > "2006-02-01T00:00:01"
started >= "2006-01" and last-active > "2006-02-21"
started >= "2006-01" and last-active > "2006-02"
started >= "2006-01" and last-active > "2006"
started >= "2006-01" and last-active >= "2006-02-01T00:00:01"
started >= "2006-01" and last-active >= "2006-02-21"
started >= "2006-01" and last-active >= "2006-02"
started >= "2006-01" and last-active >= "2006"
started >= "2006-01" and last-active like "2006-02-01T00:00:01"
started >= "2006-01" and last-active like "2006-02-21"
started >= "2006-01" and last-active like "2006-02"
started >= "2006-01" and last-active like "2006"
started >= "2006-01" and last-active in ("2006-02-01T00:00:01")
started >= "2006-01" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started >= "2006-01" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started >= "2006-01" and ${org.apache.ode.BPELProcess}author = "yuriy"
started >= "2006-01" and $author = "yuriy"
started >= "2006-01" and ${org.apache.ode.BPELProcess}author < "yuriy"
started >= "2006-01" and $author < "yuriy"
started >= "2006-01" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started >= "2006-01" and $author <= "yuriy"
started >= "2006-01" and ${org.apache.ode.BPELProcess}author > "yuriy"
started >= "2006-01" and $author > "yuriy"
started >= "2006-01" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started >= "2006-01" and $author >= "yuriy"
started >= "2006-01" and ${org.apache.ode.BPELProcess}author like "yuriy"
started >= "2006-01" and $author like "yuriy"
started >= "2006-01" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started >= "2006-01" and $author in ("yuriy")
started >= "2006-01" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started >= "2006-01" and $author in ("yuriy","kostya","nazar","orest")
started >= "2006-01" and pid = "HelloWorld"
started >= "2006-01" and pid < "HelloWorld"
started >= "2006-01" and pid <= "HelloWorld"
started >= "2006-01" and pid > "HelloWorld"
started >= "2006-01" and pid >= "HelloWorld"
started >= "2006-01" and pid like "HelloWorld"
started >= "2006-01" and pid in ("HelloWorld","Hello*","Hello*World")
started >= "2006-01" and pid in ("Hello*","Hello*World")
started >= "2006-01" and pid in ("Hello*World")
started >= "2006-01" and iid = "2006"
started >= "2006-01" and iid < "2006"
started >= "2006-01" and iid <= "2006"
started >= "2006-01" and iid > "2006"
started >= "2006-01" and iid >= "2006"
started >= "2006-01" and iid in ("2006")
started >= "2006-01" and iid in ("2006","20061231")
started >= "2006-01" and status = "active"
started >= "2006-01" and status = "suspended"
started >= "2006-01" and status = "error"
started >= "2006-01" and status = "completed"
started >= "2006-01" and status = "terminated"
started >= "2006-01" and status = "faulted"
started >= "2006-01" and status in ("active","suspended")
started >= "2006-01" and status in ("active","suspended","error","completed","terminated","faulted")
started >= "2006" and last-active = "2006-02-01T00:00:01"
started >= "2006" and last-active = "2006-02-21"
started >= "2006" and last-active = "2006-02"
started >= "2006" and last-active = "2006"
started >= "2006" and last-active < "2006-02-01T00:00:01"
started >= "2006" and last-active < "2006-02-21"
started >= "2006" and last-active < "2006-02"
started >= "2006" and last-active < "2006"
started >= "2006" and last-active <= "2006-02-01T00:00:01"
started >= "2006" and last-active <= "2006-02-21"
started >= "2006" and last-active <= "2006-02"
started >= "2006" and last-active <= "2006"
started >= "2006" and last-active > "2006-02-01T00:00:01"
started >= "2006" and last-active > "2006-02-21"
started >= "2006" and last-active > "2006-02"
started >= "2006" and last-active > "2006"
started >= "2006" and last-active >= "2006-02-01T00:00:01"
started >= "2006" and last-active >= "2006-02-21"
started >= "2006" and last-active >= "2006-02"
started >= "2006" and last-active >= "2006"
started >= "2006" and last-active like "2006-02-01T00:00:01"
started >= "2006" and last-active like "2006-02-21"
started >= "2006" and last-active like "2006-02"
started >= "2006" and last-active like "2006"
started >= "2006" and last-active in ("2006-02-01T00:00:01")
started >= "2006" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started >= "2006" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started >= "2006" and ${org.apache.ode.BPELProcess}author = "yuriy"
started >= "2006" and $author = "yuriy"
started >= "2006" and ${org.apache.ode.BPELProcess}author < "yuriy"
started >= "2006" and $author < "yuriy"
started >= "2006" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started >= "2006" and $author <= "yuriy"
started >= "2006" and ${org.apache.ode.BPELProcess}author > "yuriy"
started >= "2006" and $author > "yuriy"
started >= "2006" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started >= "2006" and $author >= "yuriy"
started >= "2006" and ${org.apache.ode.BPELProcess}author like "yuriy"
started >= "2006" and $author like "yuriy"
started >= "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started >= "2006" and $author in ("yuriy")
started >= "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started >= "2006" and $author in ("yuriy","kostya","nazar","orest")
started >= "2006" and pid = "HelloWorld"
started >= "2006" and pid < "HelloWorld"
started >= "2006" and pid <= "HelloWorld"
started >= "2006" and pid > "HelloWorld"
started >= "2006" and pid >= "HelloWorld"
started >= "2006" and pid like "HelloWorld"
started >= "2006" and pid in ("HelloWorld","Hello*","Hello*World")
started >= "2006" and pid in ("Hello*","Hello*World")
started >= "2006" and pid in ("Hello*World")
started >= "2006" and iid = "2006"
started >= "2006" and iid < "2006"
started >= "2006" and iid <= "2006"
started >= "2006" and iid > "2006"
started >= "2006" and iid >= "2006"
started >= "2006" and iid in ("2006")
started >= "2006" and iid in ("2006","20061231")
started >= "2006" and status = "active"
started >= "2006" and status = "suspended"
started >= "2006" and status = "error"
started >= "2006" and status = "completed"
started >= "2006" and status = "terminated"
started >= "2006" and status = "faulted"
started >= "2006" and status in ("active","suspended")
started >= "2006" and status in ("active","suspended","error","completed","terminated","faulted")
started like "2006-01-01T00:00:01" and last-active = "2006-02-01T00:00:01"
started like "2006-01-01T00:00:01" and last-active = "2006-02-21"
started like "2006-01-01T00:00:01" and last-active = "2006-02"
started like "2006-01-01T00:00:01" and last-active = "2006"
started like "2006-01-01T00:00:01" and last-active < "2006-02-01T00:00:01"
started like "2006-01-01T00:00:01" and last-active < "2006-02-21"
started like "2006-01-01T00:00:01" and last-active < "2006-02"
started like "2006-01-01T00:00:01" and last-active < "2006"
started like "2006-01-01T00:00:01" and last-active <= "2006-02-01T00:00:01"
started like "2006-01-01T00:00:01" and last-active <= "2006-02-21"
started like "2006-01-01T00:00:01" and last-active <= "2006-02"
started like "2006-01-01T00:00:01" and last-active <= "2006"
started like "2006-01-01T00:00:01" and last-active > "2006-02-01T00:00:01"
started like "2006-01-01T00:00:01" and last-active > "2006-02-21"
started like "2006-01-01T00:00:01" and last-active > "2006-02"
started like "2006-01-01T00:00:01" and last-active > "2006"
started like "2006-01-01T00:00:01" and last-active >= "2006-02-01T00:00:01"
started like "2006-01-01T00:00:01" and last-active >= "2006-02-21"
started like "2006-01-01T00:00:01" and last-active >= "2006-02"
started like "2006-01-01T00:00:01" and last-active >= "2006"
started like "2006-01-01T00:00:01" and last-active like "2006-02-01T00:00:01"
started like "2006-01-01T00:00:01" and last-active like "2006-02-21"
started like "2006-01-01T00:00:01" and last-active like "2006-02"
started like "2006-01-01T00:00:01" and last-active like "2006"
started like "2006-01-01T00:00:01" and last-active in ("2006-02-01T00:00:01")
started like "2006-01-01T00:00:01" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started like "2006-01-01T00:00:01" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started like "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author = "yuriy"
started like "2006-01-01T00:00:01" and $author = "yuriy"
started like "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author < "yuriy"
started like "2006-01-01T00:00:01" and $author < "yuriy"
started like "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started like "2006-01-01T00:00:01" and $author <= "yuriy"
started like "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author > "yuriy"
started like "2006-01-01T00:00:01" and $author > "yuriy"
started like "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started like "2006-01-01T00:00:01" and $author >= "yuriy"
started like "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author like "yuriy"
started like "2006-01-01T00:00:01" and $author like "yuriy"
started like "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started like "2006-01-01T00:00:01" and $author in ("yuriy")
started like "2006-01-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started like "2006-01-01T00:00:01" and $author in ("yuriy","kostya","nazar","orest")
started like "2006-01-01T00:00:01" and pid = "HelloWorld"
started like "2006-01-01T00:00:01" and pid < "HelloWorld"
started like "2006-01-01T00:00:01" and pid <= "HelloWorld"
started like "2006-01-01T00:00:01" and pid > "HelloWorld"
started like "2006-01-01T00:00:01" and pid >= "HelloWorld"
started like "2006-01-01T00:00:01" and pid like "HelloWorld"
started like "2006-01-01T00:00:01" and pid in ("HelloWorld","Hello*","Hello*World")
started like "2006-01-01T00:00:01" and pid in ("Hello*","Hello*World")
started like "2006-01-01T00:00:01" and pid in ("Hello*World")
started like "2006-01-01T00:00:01" and iid = "2006"
started like "2006-01-01T00:00:01" and iid < "2006"
started like "2006-01-01T00:00:01" and iid <= "2006"
started like "2006-01-01T00:00:01" and iid > "2006"
started like "2006-01-01T00:00:01" and iid >= "2006"
started like "2006-01-01T00:00:01" and iid in ("2006")
started like "2006-01-01T00:00:01" and iid in ("2006","20061231")
started like "2006-01-01T00:00:01" and status = "active"
started like "2006-01-01T00:00:01" and status = "suspended"
started like "2006-01-01T00:00:01" and status = "error"
started like "2006-01-01T00:00:01" and status = "completed"
started like "2006-01-01T00:00:01" and status = "terminated"
started like "2006-01-01T00:00:01" and status = "faulted"
started like "2006-01-01T00:00:01" and status in ("active","suspended")
started like "2006-01-01T00:00:01" and status in ("active","suspended","error","completed","terminated","faulted")
started like "2006-01-31" and last-active = "2006-02-01T00:00:01"
started like "2006-01-31" and last-active = "2006-02-21"
started like "2006-01-31" and last-active = "2006-02"
started like "2006-01-31" and last-active = "2006"
started like "2006-01-31" and last-active < "2006-02-01T00:00:01"
started like "2006-01-31" and last-active < "2006-02-21"
started like "2006-01-31" and last-active < "2006-02"
started like "2006-01-31" and last-active < "2006"
started like "2006-01-31" and last-active <= "2006-02-01T00:00:01"
started like "2006-01-31" and last-active <= "2006-02-21"
started like "2006-01-31" and last-active <= "2006-02"
started like "2006-01-31" and last-active <= "2006"
started like "2006-01-31" and last-active > "2006-02-01T00:00:01"
started like "2006-01-31" and last-active > "2006-02-21"
started like "2006-01-31" and last-active > "2006-02"
started like "2006-01-31" and last-active > "2006"
started like "2006-01-31" and last-active >= "2006-02-01T00:00:01"
started like "2006-01-31" and last-active >= "2006-02-21"
started like "2006-01-31" and last-active >= "2006-02"
started like "2006-01-31" and last-active >= "2006"
started like "2006-01-31" and last-active like "2006-02-01T00:00:01"
started like "2006-01-31" and last-active like "2006-02-21"
started like "2006-01-31" and last-active like "2006-02"
started like "2006-01-31" and last-active like "2006"
started like "2006-01-31" and last-active in ("2006-02-01T00:00:01")
started like "2006-01-31" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started like "2006-01-31" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started like "2006-01-31" and ${org.apache.ode.BPELProcess}author = "yuriy"
started like "2006-01-31" and $author = "yuriy"
started like "2006-01-31" and ${org.apache.ode.BPELProcess}author < "yuriy"
started like "2006-01-31" and $author < "yuriy"
started like "2006-01-31" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started like "2006-01-31" and $author <= "yuriy"
started like "2006-01-31" and ${org.apache.ode.BPELProcess}author > "yuriy"
started like "2006-01-31" and $author > "yuriy"
started like "2006-01-31" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started like "2006-01-31" and $author >= "yuriy"
started like "2006-01-31" and ${org.apache.ode.BPELProcess}author like "yuriy"
started like "2006-01-31" and $author like "yuriy"
started like "2006-01-31" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started like "2006-01-31" and $author in ("yuriy")
started like "2006-01-31" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started like "2006-01-31" and $author in ("yuriy","kostya","nazar","orest")
started like "2006-01-31" and pid = "HelloWorld"
started like "2006-01-31" and pid < "HelloWorld"
started like "2006-01-31" and pid <= "HelloWorld"
started like "2006-01-31" and pid > "HelloWorld"
started like "2006-01-31" and pid >= "HelloWorld"
started like "2006-01-31" and pid like "HelloWorld"
started like "2006-01-31" and pid in ("HelloWorld","Hello*","Hello*World")
started like "2006-01-31" and pid in ("Hello*","Hello*World")
started like "2006-01-31" and pid in ("Hello*World")
started like "2006-01-31" and iid = "2006"
started like "2006-01-31" and iid < "2006"
started like "2006-01-31" and iid <= "2006"
started like "2006-01-31" and iid > "2006"
started like "2006-01-31" and iid >= "2006"
started like "2006-01-31" and iid in ("2006")
started like "2006-01-31" and iid in ("2006","20061231")
started like "2006-01-31" and status = "active"
started like "2006-01-31" and status = "suspended"
started like "2006-01-31" and status = "error"
started like "2006-01-31" and status = "completed"
started like "2006-01-31" and status = "terminated"
started like "2006-01-31" and status = "faulted"
started like "2006-01-31" and status in ("active","suspended")
started like "2006-01-31" and status in ("active","suspended","error","completed","terminated","faulted")
started like "2006-01" and last-active = "2006-02-01T00:00:01"
started like "2006-01" and last-active = "2006-02-21"
started like "2006-01" and last-active = "2006-02"
started like "2006-01" and last-active = "2006"
started like "2006-01" and last-active < "2006-02-01T00:00:01"
started like "2006-01" and last-active < "2006-02-21"
started like "2006-01" and last-active < "2006-02"
started like "2006-01" and last-active < "2006"
started like "2006-01" and last-active <= "2006-02-01T00:00:01"
started like "2006-01" and last-active <= "2006-02-21"
started like "2006-01" and last-active <= "2006-02"
started like "2006-01" and last-active <= "2006"
started like "2006-01" and last-active > "2006-02-01T00:00:01"
started like "2006-01" and last-active > "2006-02-21"
started like "2006-01" and last-active > "2006-02"
started like "2006-01" and last-active > "2006"
started like "2006-01" and last-active >= "2006-02-01T00:00:01"
started like "2006-01" and last-active >= "2006-02-21"
started like "2006-01" and last-active >= "2006-02"
started like "2006-01" and last-active >= "2006"
started like "2006-01" and last-active like "2006-02-01T00:00:01"
started like "2006-01" and last-active like "2006-02-21"
started like "2006-01" and last-active like "2006-02"
started like "2006-01" and last-active like "2006"
started like "2006-01" and last-active in ("2006-02-01T00:00:01")
started like "2006-01" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started like "2006-01" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started like "2006-01" and ${org.apache.ode.BPELProcess}author = "yuriy"
started like "2006-01" and $author = "yuriy"
started like "2006-01" and ${org.apache.ode.BPELProcess}author < "yuriy"
started like "2006-01" and $author < "yuriy"
started like "2006-01" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started like "2006-01" and $author <= "yuriy"
started like "2006-01" and ${org.apache.ode.BPELProcess}author > "yuriy"
started like "2006-01" and $author > "yuriy"
started like "2006-01" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started like "2006-01" and $author >= "yuriy"
started like "2006-01" and ${org.apache.ode.BPELProcess}author like "yuriy"
started like "2006-01" and $author like "yuriy"
started like "2006-01" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started like "2006-01" and $author in ("yuriy")
started like "2006-01" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started like "2006-01" and $author in ("yuriy","kostya","nazar","orest")
started like "2006-01" and pid = "HelloWorld"
started like "2006-01" and pid < "HelloWorld"
started like "2006-01" and pid <= "HelloWorld"
started like "2006-01" and pid > "HelloWorld"
started like "2006-01" and pid >= "HelloWorld"
started like "2006-01" and pid like "HelloWorld"
started like "2006-01" and pid in ("HelloWorld","Hello*","Hello*World")
started like "2006-01" and pid in ("Hello*","Hello*World")
started like "2006-01" and pid in ("Hello*World")
started like "2006-01" and iid = "2006"
started like "2006-01" and iid < "2006"
started like "2006-01" and iid <= "2006"
started like "2006-01" and iid > "2006"
started like "2006-01" and iid >= "2006"
started like "2006-01" and iid in ("2006")
started like "2006-01" and iid in ("2006","20061231")
started like "2006-01" and status = "active"
started like "2006-01" and status = "suspended"
started like "2006-01" and status = "error"
started like "2006-01" and status = "completed"
started like "2006-01" and status = "terminated"
started like "2006-01" and status = "faulted"
started like "2006-01" and status in ("active","suspended")
started like "2006-01" and status in ("active","suspended","error","completed","terminated","faulted")
started like "2006" and last-active = "2006-02-01T00:00:01"
started like "2006" and last-active = "2006-02-21"
started like "2006" and last-active = "2006-02"
started like "2006" and last-active = "2006"
started like "2006" and last-active < "2006-02-01T00:00:01"
started like "2006" and last-active < "2006-02-21"
started like "2006" and last-active < "2006-02"
started like "2006" and last-active < "2006"
started like "2006" and last-active <= "2006-02-01T00:00:01"
started like "2006" and last-active <= "2006-02-21"
started like "2006" and last-active <= "2006-02"
started like "2006" and last-active <= "2006"
started like "2006" and last-active > "2006-02-01T00:00:01"
started like "2006" and last-active > "2006-02-21"
started like "2006" and last-active > "2006-02"
started like "2006" and last-active > "2006"
started like "2006" and last-active >= "2006-02-01T00:00:01"
started like "2006" and last-active >= "2006-02-21"
started like "2006" and last-active >= "2006-02"
started like "2006" and last-active >= "2006"
started like "2006" and last-active like "2006-02-01T00:00:01"
started like "2006" and last-active like "2006-02-21"
started like "2006" and last-active like "2006-02"
started like "2006" and last-active like "2006"
started like "2006" and last-active in ("2006-02-01T00:00:01")
started like "2006" and last-active in ("2006-02-01T00:00:01","2006-02-21")
started like "2006" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started like "2006" and ${org.apache.ode.BPELProcess}author = "yuriy"
started like "2006" and $author = "yuriy"
started like "2006" and ${org.apache.ode.BPELProcess}author < "yuriy"
started like "2006" and $author < "yuriy"
started like "2006" and ${org.apache.ode.BPELProcess}author <= "yuriy"
started like "2006" and $author <= "yuriy"
started like "2006" and ${org.apache.ode.BPELProcess}author > "yuriy"
started like "2006" and $author > "yuriy"
started like "2006" and ${org.apache.ode.BPELProcess}author >= "yuriy"
started like "2006" and $author >= "yuriy"
started like "2006" and ${org.apache.ode.BPELProcess}author like "yuriy"
started like "2006" and $author like "yuriy"
started like "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy")
started like "2006" and $author in ("yuriy")
started like "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started like "2006" and $author in ("yuriy","kostya","nazar","orest")
started like "2006" and pid = "HelloWorld"
started like "2006" and pid < "HelloWorld"
started like "2006" and pid <= "HelloWorld"
started like "2006" and pid > "HelloWorld"
started like "2006" and pid >= "HelloWorld"
started like "2006" and pid like "HelloWorld"
started like "2006" and pid in ("HelloWorld","Hello*","Hello*World")
started like "2006" and pid in ("Hello*","Hello*World")
started like "2006" and pid in ("Hello*World")
started like "2006" and iid = "2006"
started like "2006" and iid < "2006"
started like "2006" and iid <= "2006"
started like "2006" and iid > "2006"
started like "2006" and iid >= "2006"
started like "2006" and iid in ("2006")
started like "2006" and iid in ("2006","20061231")
started like "2006" and status = "active"
started like "2006" and status = "suspended"
started like "2006" and status = "error"
started like "2006" and status = "completed"
started like "2006" and status = "terminated"
started like "2006" and status = "faulted"
started like "2006" and status in ("active","suspended")
started like "2006" and status in ("active","suspended","error","completed","terminated","faulted")
started in ("2006-01-01T00:00:01") and last-active = "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01") and last-active = "2006-02-21"
started in ("2006-01-01T00:00:01") and last-active = "2006-02"
started in ("2006-01-01T00:00:01") and last-active = "2006"
started in ("2006-01-01T00:00:01") and last-active < "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01") and last-active < "2006-02-21"
started in ("2006-01-01T00:00:01") and last-active < "2006-02"
started in ("2006-01-01T00:00:01") and last-active < "2006"
started in ("2006-01-01T00:00:01") and last-active <= "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01") and last-active <= "2006-02-21"
started in ("2006-01-01T00:00:01") and last-active <= "2006-02"
started in ("2006-01-01T00:00:01") and last-active <= "2006"
started in ("2006-01-01T00:00:01") and last-active > "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01") and last-active > "2006-02-21"
started in ("2006-01-01T00:00:01") and last-active > "2006-02"
started in ("2006-01-01T00:00:01") and last-active > "2006"
started in ("2006-01-01T00:00:01") and last-active >= "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01") and last-active >= "2006-02-21"
started in ("2006-01-01T00:00:01") and last-active >= "2006-02"
started in ("2006-01-01T00:00:01") and last-active >= "2006"
started in ("2006-01-01T00:00:01") and last-active like "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01") and last-active like "2006-02-21"
started in ("2006-01-01T00:00:01") and last-active like "2006-02"
started in ("2006-01-01T00:00:01") and last-active like "2006"
started in ("2006-01-01T00:00:01") and last-active in ("2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01") and last-active in ("2006-02-01T00:00:01","2006-02-21")
started in ("2006-01-01T00:00:01") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started in ("2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author = "yuriy"
started in ("2006-01-01T00:00:01") and $author = "yuriy"
started in ("2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author < "yuriy"
started in ("2006-01-01T00:00:01") and $author < "yuriy"
started in ("2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author <= "yuriy"
started in ("2006-01-01T00:00:01") and $author <= "yuriy"
started in ("2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author > "yuriy"
started in ("2006-01-01T00:00:01") and $author > "yuriy"
started in ("2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author >= "yuriy"
started in ("2006-01-01T00:00:01") and $author >= "yuriy"
started in ("2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author like "yuriy"
started in ("2006-01-01T00:00:01") and $author like "yuriy"
started in ("2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy")
started in ("2006-01-01T00:00:01") and $author in ("yuriy")
started in ("2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started in ("2006-01-01T00:00:01") and $author in ("yuriy","kostya","nazar","orest")
started in ("2006-01-01T00:00:01") and pid = "HelloWorld"
started in ("2006-01-01T00:00:01") and pid < "HelloWorld"
started in ("2006-01-01T00:00:01") and pid <= "HelloWorld"
started in ("2006-01-01T00:00:01") and pid > "HelloWorld"
started in ("2006-01-01T00:00:01") and pid >= "HelloWorld"
started in ("2006-01-01T00:00:01") and pid like "HelloWorld"
started in ("2006-01-01T00:00:01") and pid in ("HelloWorld","Hello*","Hello*World")
started in ("2006-01-01T00:00:01") and pid in ("Hello*","Hello*World")
started in ("2006-01-01T00:00:01") and pid in ("Hello*World")
started in ("2006-01-01T00:00:01") and iid = "2006"
started in ("2006-01-01T00:00:01") and iid < "2006"
started in ("2006-01-01T00:00:01") and iid <= "2006"
started in ("2006-01-01T00:00:01") and iid > "2006"
started in ("2006-01-01T00:00:01") and iid >= "2006"
started in ("2006-01-01T00:00:01") and iid in ("2006")
started in ("2006-01-01T00:00:01") and iid in ("2006","20061231")
started in ("2006-01-01T00:00:01") and status = "active"
started in ("2006-01-01T00:00:01") and status = "suspended"
started in ("2006-01-01T00:00:01") and status = "error"
started in ("2006-01-01T00:00:01") and status = "completed"
started in ("2006-01-01T00:00:01") and status = "terminated"
started in ("2006-01-01T00:00:01") and status = "faulted"
started in ("2006-01-01T00:00:01") and status in ("active","suspended")
started in ("2006-01-01T00:00:01") and status in ("active","suspended","error","completed","terminated","faulted")
started in ("2006-01-31","2006-01") and last-active = "2006-02-01T00:00:01"
started in ("2006-01-31","2006-01") and last-active = "2006-02-21"
started in ("2006-01-31","2006-01") and last-active = "2006-02"
started in ("2006-01-31","2006-01") and last-active = "2006"
started in ("2006-01-31","2006-01") and last-active < "2006-02-01T00:00:01"
started in ("2006-01-31","2006-01") and last-active < "2006-02-21"
started in ("2006-01-31","2006-01") and last-active < "2006-02"
started in ("2006-01-31","2006-01") and last-active < "2006"
started in ("2006-01-31","2006-01") and last-active <= "2006-02-01T00:00:01"
started in ("2006-01-31","2006-01") and last-active <= "2006-02-21"
started in ("2006-01-31","2006-01") and last-active <= "2006-02"
started in ("2006-01-31","2006-01") and last-active <= "2006"
started in ("2006-01-31","2006-01") and last-active > "2006-02-01T00:00:01"
started in ("2006-01-31","2006-01") and last-active > "2006-02-21"
started in ("2006-01-31","2006-01") and last-active > "2006-02"
started in ("2006-01-31","2006-01") and last-active > "2006"
started in ("2006-01-31","2006-01") and last-active >= "2006-02-01T00:00:01"
started in ("2006-01-31","2006-01") and last-active >= "2006-02-21"
started in ("2006-01-31","2006-01") and last-active >= "2006-02"
started in ("2006-01-31","2006-01") and last-active >= "2006"
started in ("2006-01-31","2006-01") and last-active like "2006-02-01T00:00:01"
started in ("2006-01-31","2006-01") and last-active like "2006-02-21"
started in ("2006-01-31","2006-01") and last-active like "2006-02"
started in ("2006-01-31","2006-01") and last-active like "2006"
started in ("2006-01-31","2006-01") and last-active in ("2006-02-01T00:00:01")
started in ("2006-01-31","2006-01") and last-active in ("2006-02-01T00:00:01","2006-02-21")
started in ("2006-01-31","2006-01") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started in ("2006-01-31","2006-01") and ${org.apache.ode.BPELProcess}author = "yuriy"
started in ("2006-01-31","2006-01") and $author = "yuriy"
started in ("2006-01-31","2006-01") and ${org.apache.ode.BPELProcess}author < "yuriy"
started in ("2006-01-31","2006-01") and $author < "yuriy"
started in ("2006-01-31","2006-01") and ${org.apache.ode.BPELProcess}author <= "yuriy"
started in ("2006-01-31","2006-01") and $author <= "yuriy"
started in ("2006-01-31","2006-01") and ${org.apache.ode.BPELProcess}author > "yuriy"
started in ("2006-01-31","2006-01") and $author > "yuriy"
started in ("2006-01-31","2006-01") and ${org.apache.ode.BPELProcess}author >= "yuriy"
started in ("2006-01-31","2006-01") and $author >= "yuriy"
started in ("2006-01-31","2006-01") and ${org.apache.ode.BPELProcess}author like "yuriy"
started in ("2006-01-31","2006-01") and $author like "yuriy"
started in ("2006-01-31","2006-01") and ${org.apache.ode.BPELProcess}author in ("yuriy")
started in ("2006-01-31","2006-01") and $author in ("yuriy")
started in ("2006-01-31","2006-01") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started in ("2006-01-31","2006-01") and $author in ("yuriy","kostya","nazar","orest")
started in ("2006-01-31","2006-01") and pid = "HelloWorld"
started in ("2006-01-31","2006-01") and pid < "HelloWorld"
started in ("2006-01-31","2006-01") and pid <= "HelloWorld"
started in ("2006-01-31","2006-01") and pid > "HelloWorld"
started in ("2006-01-31","2006-01") and pid >= "HelloWorld"
started in ("2006-01-31","2006-01") and pid like "HelloWorld"
started in ("2006-01-31","2006-01") and pid in ("HelloWorld","Hello*","Hello*World")
started in ("2006-01-31","2006-01") and pid in ("Hello*","Hello*World")
started in ("2006-01-31","2006-01") and pid in ("Hello*World")
started in ("2006-01-31","2006-01") and iid = "2006"
started in ("2006-01-31","2006-01") and iid < "2006"
started in ("2006-01-31","2006-01") and iid <= "2006"
started in ("2006-01-31","2006-01") and iid > "2006"
started in ("2006-01-31","2006-01") and iid >= "2006"
started in ("2006-01-31","2006-01") and iid in ("2006")
started in ("2006-01-31","2006-01") and iid in ("2006","20061231")
started in ("2006-01-31","2006-01") and status = "active"
started in ("2006-01-31","2006-01") and status = "suspended"
started in ("2006-01-31","2006-01") and status = "error"
started in ("2006-01-31","2006-01") and status = "completed"
started in ("2006-01-31","2006-01") and status = "terminated"
started in ("2006-01-31","2006-01") and status = "faulted"
started in ("2006-01-31","2006-01") and status in ("active","suspended")
started in ("2006-01-31","2006-01") and status in ("active","suspended","error","completed","terminated","faulted")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active = "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active = "2006-02-21"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active = "2006-02"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active = "2006"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active < "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active < "2006-02-21"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active < "2006-02"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active < "2006"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active <= "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active <= "2006-02-21"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active <= "2006-02"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active <= "2006"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active > "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active > "2006-02-21"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active > "2006-02"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active > "2006"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active >= "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active >= "2006-02-21"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active >= "2006-02"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active >= "2006"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active like "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active like "2006-02-21"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active like "2006-02"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active like "2006"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active in ("2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active in ("2006-02-01T00:00:01","2006-02-21")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and ${org.apache.ode.BPELProcess}author = "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and $author = "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and ${org.apache.ode.BPELProcess}author < "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and $author < "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and ${org.apache.ode.BPELProcess}author <= "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and $author <= "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and ${org.apache.ode.BPELProcess}author > "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and $author > "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and ${org.apache.ode.BPELProcess}author >= "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and $author >= "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and ${org.apache.ode.BPELProcess}author like "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and $author like "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and ${org.apache.ode.BPELProcess}author in ("yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and $author in ("yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and $author in ("yuriy","kostya","nazar","orest")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and pid = "HelloWorld"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and pid < "HelloWorld"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and pid <= "HelloWorld"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and pid > "HelloWorld"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and pid >= "HelloWorld"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and pid like "HelloWorld"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and pid in ("HelloWorld","Hello*","Hello*World")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and pid in ("Hello*","Hello*World")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and pid in ("Hello*World")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and iid = "2006"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and iid < "2006"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and iid <= "2006"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and iid > "2006"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and iid >= "2006"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and iid in ("2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and iid in ("2006","20061231")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and status = "active"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and status = "suspended"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and status = "error"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and status = "completed"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and status = "terminated"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and status = "faulted"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and status in ("active","suspended")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and status in ("active","suspended","error","completed","terminated","faulted")
(started = "2006-01-01T00:00:01") and last-active = "2006-02-01T00:00:01"
(started = "2006-01-01T00:00:01") and last-active = "2006-02-21"
(started = "2006-01-01T00:00:01") and last-active = "2006-02"
(started = "2006-01-01T00:00:01") and last-active = "2006"
(started = "2006-01-01T00:00:01") and last-active < "2006-02-01T00:00:01"
(started = "2006-01-01T00:00:01") and last-active < "2006-02-21"
(started = "2006-01-01T00:00:01") and last-active < "2006-02"
(started = "2006-01-01T00:00:01") and last-active < "2006"
(started = "2006-01-01T00:00:01") and last-active <= "2006-02-01T00:00:01"
(started = "2006-01-01T00:00:01") and last-active <= "2006-02-21"
(started = "2006-01-01T00:00:01") and last-active <= "2006-02"
(started = "2006-01-01T00:00:01") and last-active <= "2006"
(started = "2006-01-01T00:00:01") and last-active > "2006-02-01T00:00:01"
(started = "2006-01-01T00:00:01") and last-active > "2006-02-21"
(started = "2006-01-01T00:00:01") and last-active > "2006-02"
(started = "2006-01-01T00:00:01") and last-active > "2006"
(started = "2006-01-01T00:00:01") and last-active >= "2006-02-01T00:00:01"
(started = "2006-01-01T00:00:01") and last-active >= "2006-02-21"
(started = "2006-01-01T00:00:01") and last-active >= "2006-02"
(started = "2006-01-01T00:00:01") and last-active >= "2006"
(started = "2006-01-01T00:00:01") and last-active like "2006-02-01T00:00:01"
(started = "2006-01-01T00:00:01") and last-active like "2006-02-21"
(started = "2006-01-01T00:00:01") and last-active like "2006-02"
(started = "2006-01-01T00:00:01") and last-active like "2006"
(started = "2006-01-01T00:00:01") and last-active in ("2006-02-01T00:00:01")
(started = "2006-01-01T00:00:01") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started = "2006-01-01T00:00:01") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started = "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started = "2006-01-01T00:00:01") and $author = "yuriy"
(started = "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started = "2006-01-01T00:00:01") and $author < "yuriy"
(started = "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started = "2006-01-01T00:00:01") and $author <= "yuriy"
(started = "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started = "2006-01-01T00:00:01") and $author > "yuriy"
(started = "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started = "2006-01-01T00:00:01") and $author >= "yuriy"
(started = "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started = "2006-01-01T00:00:01") and $author like "yuriy"
(started = "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started = "2006-01-01T00:00:01") and $author in ("yuriy")
(started = "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started = "2006-01-01T00:00:01") and $author in ("yuriy","kostya","nazar","orest")
(started = "2006-01-01T00:00:01") and pid = "HelloWorld"
(started = "2006-01-01T00:00:01") and pid < "HelloWorld"
(started = "2006-01-01T00:00:01") and pid <= "HelloWorld"
(started = "2006-01-01T00:00:01") and pid > "HelloWorld"
(started = "2006-01-01T00:00:01") and pid >= "HelloWorld"
(started = "2006-01-01T00:00:01") and pid like "HelloWorld"
(started = "2006-01-01T00:00:01") and pid in ("HelloWorld","Hello*","Hello*World")
(started = "2006-01-01T00:00:01") and pid in ("Hello*","Hello*World")
(started = "2006-01-01T00:00:01") and pid in ("Hello*World")
(started = "2006-01-01T00:00:01") and iid = "2006"
(started = "2006-01-01T00:00:01") and iid < "2006"
(started = "2006-01-01T00:00:01") and iid <= "2006"
(started = "2006-01-01T00:00:01") and iid > "2006"
(started = "2006-01-01T00:00:01") and iid >= "2006"
(started = "2006-01-01T00:00:01") and iid in ("2006")
(started = "2006-01-01T00:00:01") and iid in ("2006","20061231")
(started = "2006-01-01T00:00:01") and status = "active"
(started = "2006-01-01T00:00:01") and status = "suspended"
(started = "2006-01-01T00:00:01") and status = "error"
(started = "2006-01-01T00:00:01") and status = "completed"
(started = "2006-01-01T00:00:01") and status = "terminated"
(started = "2006-01-01T00:00:01") and status = "faulted"
(started = "2006-01-01T00:00:01") and status in ("active","suspended")
(started = "2006-01-01T00:00:01") and status in ("active","suspended","error","completed","terminated","faulted")
(started = "2006-01-31") and last-active = "2006-02-01T00:00:01"
(started = "2006-01-31") and last-active = "2006-02-21"
(started = "2006-01-31") and last-active = "2006-02"
(started = "2006-01-31") and last-active = "2006"
(started = "2006-01-31") and last-active < "2006-02-01T00:00:01"
(started = "2006-01-31") and last-active < "2006-02-21"
(started = "2006-01-31") and last-active < "2006-02"
(started = "2006-01-31") and last-active < "2006"
(started = "2006-01-31") and last-active <= "2006-02-01T00:00:01"
(started = "2006-01-31") and last-active <= "2006-02-21"
(started = "2006-01-31") and last-active <= "2006-02"
(started = "2006-01-31") and last-active <= "2006"
(started = "2006-01-31") and last-active > "2006-02-01T00:00:01"
(started = "2006-01-31") and last-active > "2006-02-21"
(started = "2006-01-31") and last-active > "2006-02"
(started = "2006-01-31") and last-active > "2006"
(started = "2006-01-31") and last-active >= "2006-02-01T00:00:01"
(started = "2006-01-31") and last-active >= "2006-02-21"
(started = "2006-01-31") and last-active >= "2006-02"
(started = "2006-01-31") and last-active >= "2006"
(started = "2006-01-31") and last-active like "2006-02-01T00:00:01"
(started = "2006-01-31") and last-active like "2006-02-21"
(started = "2006-01-31") and last-active like "2006-02"
(started = "2006-01-31") and last-active like "2006"
(started = "2006-01-31") and last-active in ("2006-02-01T00:00:01")
(started = "2006-01-31") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started = "2006-01-31") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started = "2006-01-31") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started = "2006-01-31") and $author = "yuriy"
(started = "2006-01-31") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started = "2006-01-31") and $author < "yuriy"
(started = "2006-01-31") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started = "2006-01-31") and $author <= "yuriy"
(started = "2006-01-31") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started = "2006-01-31") and $author > "yuriy"
(started = "2006-01-31") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started = "2006-01-31") and $author >= "yuriy"
(started = "2006-01-31") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started = "2006-01-31") and $author like "yuriy"
(started = "2006-01-31") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started = "2006-01-31") and $author in ("yuriy")
(started = "2006-01-31") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started = "2006-01-31") and $author in ("yuriy","kostya","nazar","orest")
(started = "2006-01-31") and pid = "HelloWorld"
(started = "2006-01-31") and pid < "HelloWorld"
(started = "2006-01-31") and pid <= "HelloWorld"
(started = "2006-01-31") and pid > "HelloWorld"
(started = "2006-01-31") and pid >= "HelloWorld"
(started = "2006-01-31") and pid like "HelloWorld"
(started = "2006-01-31") and pid in ("HelloWorld","Hello*","Hello*World")
(started = "2006-01-31") and pid in ("Hello*","Hello*World")
(started = "2006-01-31") and pid in ("Hello*World")
(started = "2006-01-31") and iid = "2006"
(started = "2006-01-31") and iid < "2006"
(started = "2006-01-31") and iid <= "2006"
(started = "2006-01-31") and iid > "2006"
(started = "2006-01-31") and iid >= "2006"
(started = "2006-01-31") and iid in ("2006")
(started = "2006-01-31") and iid in ("2006","20061231")
(started = "2006-01-31") and status = "active"
(started = "2006-01-31") and status = "suspended"
(started = "2006-01-31") and status = "error"
(started = "2006-01-31") and status = "completed"
(started = "2006-01-31") and status = "terminated"
(started = "2006-01-31") and status = "faulted"
(started = "2006-01-31") and status in ("active","suspended")
(started = "2006-01-31") and status in ("active","suspended","error","completed","terminated","faulted")
(started = "2006-01") and last-active = "2006-02-01T00:00:01"
(started = "2006-01") and last-active = "2006-02-21"
(started = "2006-01") and last-active = "2006-02"
(started = "2006-01") and last-active = "2006"
(started = "2006-01") and last-active < "2006-02-01T00:00:01"
(started = "2006-01") and last-active < "2006-02-21"
(started = "2006-01") and last-active < "2006-02"
(started = "2006-01") and last-active < "2006"
(started = "2006-01") and last-active <= "2006-02-01T00:00:01"
(started = "2006-01") and last-active <= "2006-02-21"
(started = "2006-01") and last-active <= "2006-02"
(started = "2006-01") and last-active <= "2006"
(started = "2006-01") and last-active > "2006-02-01T00:00:01"
(started = "2006-01") and last-active > "2006-02-21"
(started = "2006-01") and last-active > "2006-02"
(started = "2006-01") and last-active > "2006"
(started = "2006-01") and last-active >= "2006-02-01T00:00:01"
(started = "2006-01") and last-active >= "2006-02-21"
(started = "2006-01") and last-active >= "2006-02"
(started = "2006-01") and last-active >= "2006"
(started = "2006-01") and last-active like "2006-02-01T00:00:01"
(started = "2006-01") and last-active like "2006-02-21"
(started = "2006-01") and last-active like "2006-02"
(started = "2006-01") and last-active like "2006"
(started = "2006-01") and last-active in ("2006-02-01T00:00:01")
(started = "2006-01") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started = "2006-01") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started = "2006-01") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started = "2006-01") and $author = "yuriy"
(started = "2006-01") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started = "2006-01") and $author < "yuriy"
(started = "2006-01") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started = "2006-01") and $author <= "yuriy"
(started = "2006-01") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started = "2006-01") and $author > "yuriy"
(started = "2006-01") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started = "2006-01") and $author >= "yuriy"
(started = "2006-01") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started = "2006-01") and $author like "yuriy"
(started = "2006-01") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started = "2006-01") and $author in ("yuriy")
(started = "2006-01") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started = "2006-01") and $author in ("yuriy","kostya","nazar","orest")
(started = "2006-01") and pid = "HelloWorld"
(started = "2006-01") and pid < "HelloWorld"
(started = "2006-01") and pid <= "HelloWorld"
(started = "2006-01") and pid > "HelloWorld"
(started = "2006-01") and pid >= "HelloWorld"
(started = "2006-01") and pid like "HelloWorld"
(started = "2006-01") and pid in ("HelloWorld","Hello*","Hello*World")
(started = "2006-01") and pid in ("Hello*","Hello*World")
(started = "2006-01") and pid in ("Hello*World")
(started = "2006-01") and iid = "2006"
(started = "2006-01") and iid < "2006"
(started = "2006-01") and iid <= "2006"
(started = "2006-01") and iid > "2006"
(started = "2006-01") and iid >= "2006"
(started = "2006-01") and iid in ("2006")
(started = "2006-01") and iid in ("2006","20061231")
(started = "2006-01") and status = "active"
(started = "2006-01") and status = "suspended"
(started = "2006-01") and status = "error"
(started = "2006-01") and status = "completed"
(started = "2006-01") and status = "terminated"
(started = "2006-01") and status = "faulted"
(started = "2006-01") and status in ("active","suspended")
(started = "2006-01") and status in ("active","suspended","error","completed","terminated","faulted")
(started = "2006") and last-active = "2006-02-01T00:00:01"
(started = "2006") and last-active = "2006-02-21"
(started = "2006") and last-active = "2006-02"
(started = "2006") and last-active = "2006"
(started = "2006") and last-active < "2006-02-01T00:00:01"
(started = "2006") and last-active < "2006-02-21"
(started = "2006") and last-active < "2006-02"
(started = "2006") and last-active < "2006"
(started = "2006") and last-active <= "2006-02-01T00:00:01"
(started = "2006") and last-active <= "2006-02-21"
(started = "2006") and last-active <= "2006-02"
(started = "2006") and last-active <= "2006"
(started = "2006") and last-active > "2006-02-01T00:00:01"
(started = "2006") and last-active > "2006-02-21"
(started = "2006") and last-active > "2006-02"
(started = "2006") and last-active > "2006"
(started = "2006") and last-active >= "2006-02-01T00:00:01"
(started = "2006") and last-active >= "2006-02-21"
(started = "2006") and last-active >= "2006-02"
(started = "2006") and last-active >= "2006"
(started = "2006") and last-active like "2006-02-01T00:00:01"
(started = "2006") and last-active like "2006-02-21"
(started = "2006") and last-active like "2006-02"
(started = "2006") and last-active like "2006"
(started = "2006") and last-active in ("2006-02-01T00:00:01")
(started = "2006") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started = "2006") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started = "2006") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started = "2006") and $author = "yuriy"
(started = "2006") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started = "2006") and $author < "yuriy"
(started = "2006") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started = "2006") and $author <= "yuriy"
(started = "2006") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started = "2006") and $author > "yuriy"
(started = "2006") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started = "2006") and $author >= "yuriy"
(started = "2006") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started = "2006") and $author like "yuriy"
(started = "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started = "2006") and $author in ("yuriy")
(started = "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started = "2006") and $author in ("yuriy","kostya","nazar","orest")
(started = "2006") and pid = "HelloWorld"
(started = "2006") and pid < "HelloWorld"
(started = "2006") and pid <= "HelloWorld"
(started = "2006") and pid > "HelloWorld"
(started = "2006") and pid >= "HelloWorld"
(started = "2006") and pid like "HelloWorld"
(started = "2006") and pid in ("HelloWorld","Hello*","Hello*World")
(started = "2006") and pid in ("Hello*","Hello*World")
(started = "2006") and pid in ("Hello*World")
(started = "2006") and iid = "2006"
(started = "2006") and iid < "2006"
(started = "2006") and iid <= "2006"
(started = "2006") and iid > "2006"
(started = "2006") and iid >= "2006"
(started = "2006") and iid in ("2006")
(started = "2006") and iid in ("2006","20061231")
(started = "2006") and status = "active"
(started = "2006") and status = "suspended"
(started = "2006") and status = "error"
(started = "2006") and status = "completed"
(started = "2006") and status = "terminated"
(started = "2006") and status = "faulted"
(started = "2006") and status in ("active","suspended")
(started = "2006") and status in ("active","suspended","error","completed","terminated","faulted")
(started < "2006-01-01T00:00:01") and last-active = "2006-02-01T00:00:01"
(started < "2006-01-01T00:00:01") and last-active = "2006-02-21"
(started < "2006-01-01T00:00:01") and last-active = "2006-02"
(started < "2006-01-01T00:00:01") and last-active = "2006"
(started < "2006-01-01T00:00:01") and last-active < "2006-02-01T00:00:01"
(started < "2006-01-01T00:00:01") and last-active < "2006-02-21"
(started < "2006-01-01T00:00:01") and last-active < "2006-02"
(started < "2006-01-01T00:00:01") and last-active < "2006"
(started < "2006-01-01T00:00:01") and last-active <= "2006-02-01T00:00:01"
(started < "2006-01-01T00:00:01") and last-active <= "2006-02-21"
(started < "2006-01-01T00:00:01") and last-active <= "2006-02"
(started < "2006-01-01T00:00:01") and last-active <= "2006"
(started < "2006-01-01T00:00:01") and last-active > "2006-02-01T00:00:01"
(started < "2006-01-01T00:00:01") and last-active > "2006-02-21"
(started < "2006-01-01T00:00:01") and last-active > "2006-02"
(started < "2006-01-01T00:00:01") and last-active > "2006"
(started < "2006-01-01T00:00:01") and last-active >= "2006-02-01T00:00:01"
(started < "2006-01-01T00:00:01") and last-active >= "2006-02-21"
(started < "2006-01-01T00:00:01") and last-active >= "2006-02"
(started < "2006-01-01T00:00:01") and last-active >= "2006"
(started < "2006-01-01T00:00:01") and last-active like "2006-02-01T00:00:01"
(started < "2006-01-01T00:00:01") and last-active like "2006-02-21"
(started < "2006-01-01T00:00:01") and last-active like "2006-02"
(started < "2006-01-01T00:00:01") and last-active like "2006"
(started < "2006-01-01T00:00:01") and last-active in ("2006-02-01T00:00:01")
(started < "2006-01-01T00:00:01") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started < "2006-01-01T00:00:01") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started < "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started < "2006-01-01T00:00:01") and $author = "yuriy"
(started < "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started < "2006-01-01T00:00:01") and $author < "yuriy"
(started < "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started < "2006-01-01T00:00:01") and $author <= "yuriy"
(started < "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started < "2006-01-01T00:00:01") and $author > "yuriy"
(started < "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started < "2006-01-01T00:00:01") and $author >= "yuriy"
(started < "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started < "2006-01-01T00:00:01") and $author like "yuriy"
(started < "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started < "2006-01-01T00:00:01") and $author in ("yuriy")
(started < "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started < "2006-01-01T00:00:01") and $author in ("yuriy","kostya","nazar","orest")
(started < "2006-01-01T00:00:01") and pid = "HelloWorld"
(started < "2006-01-01T00:00:01") and pid < "HelloWorld"
(started < "2006-01-01T00:00:01") and pid <= "HelloWorld"
(started < "2006-01-01T00:00:01") and pid > "HelloWorld"
(started < "2006-01-01T00:00:01") and pid >= "HelloWorld"
(started < "2006-01-01T00:00:01") and pid like "HelloWorld"
(started < "2006-01-01T00:00:01") and pid in ("HelloWorld","Hello*","Hello*World")
(started < "2006-01-01T00:00:01") and pid in ("Hello*","Hello*World")
(started < "2006-01-01T00:00:01") and pid in ("Hello*World")
(started < "2006-01-01T00:00:01") and iid = "2006"
(started < "2006-01-01T00:00:01") and iid < "2006"
(started < "2006-01-01T00:00:01") and iid <= "2006"
(started < "2006-01-01T00:00:01") and iid > "2006"
(started < "2006-01-01T00:00:01") and iid >= "2006"
(started < "2006-01-01T00:00:01") and iid in ("2006")
(started < "2006-01-01T00:00:01") and iid in ("2006","20061231")
(started < "2006-01-01T00:00:01") and status = "active"
(started < "2006-01-01T00:00:01") and status = "suspended"
(started < "2006-01-01T00:00:01") and status = "error"
(started < "2006-01-01T00:00:01") and status = "completed"
(started < "2006-01-01T00:00:01") and status = "terminated"
(started < "2006-01-01T00:00:01") and status = "faulted"
(started < "2006-01-01T00:00:01") and status in ("active","suspended")
(started < "2006-01-01T00:00:01") and status in ("active","suspended","error","completed","terminated","faulted")
(started < "2006-01-31") and last-active = "2006-02-01T00:00:01"
(started < "2006-01-31") and last-active = "2006-02-21"
(started < "2006-01-31") and last-active = "2006-02"
(started < "2006-01-31") and last-active = "2006"
(started < "2006-01-31") and last-active < "2006-02-01T00:00:01"
(started < "2006-01-31") and last-active < "2006-02-21"
(started < "2006-01-31") and last-active < "2006-02"
(started < "2006-01-31") and last-active < "2006"
(started < "2006-01-31") and last-active <= "2006-02-01T00:00:01"
(started < "2006-01-31") and last-active <= "2006-02-21"
(started < "2006-01-31") and last-active <= "2006-02"
(started < "2006-01-31") and last-active <= "2006"
(started < "2006-01-31") and last-active > "2006-02-01T00:00:01"
(started < "2006-01-31") and last-active > "2006-02-21"
(started < "2006-01-31") and last-active > "2006-02"
(started < "2006-01-31") and last-active > "2006"
(started < "2006-01-31") and last-active >= "2006-02-01T00:00:01"
(started < "2006-01-31") and last-active >= "2006-02-21"
(started < "2006-01-31") and last-active >= "2006-02"
(started < "2006-01-31") and last-active >= "2006"
(started < "2006-01-31") and last-active like "2006-02-01T00:00:01"
(started < "2006-01-31") and last-active like "2006-02-21"
(started < "2006-01-31") and last-active like "2006-02"
(started < "2006-01-31") and last-active like "2006"
(started < "2006-01-31") and last-active in ("2006-02-01T00:00:01")
(started < "2006-01-31") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started < "2006-01-31") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started < "2006-01-31") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started < "2006-01-31") and $author = "yuriy"
(started < "2006-01-31") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started < "2006-01-31") and $author < "yuriy"
(started < "2006-01-31") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started < "2006-01-31") and $author <= "yuriy"
(started < "2006-01-31") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started < "2006-01-31") and $author > "yuriy"
(started < "2006-01-31") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started < "2006-01-31") and $author >= "yuriy"
(started < "2006-01-31") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started < "2006-01-31") and $author like "yuriy"
(started < "2006-01-31") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started < "2006-01-31") and $author in ("yuriy")
(started < "2006-01-31") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started < "2006-01-31") and $author in ("yuriy","kostya","nazar","orest")
(started < "2006-01-31") and pid = "HelloWorld"
(started < "2006-01-31") and pid < "HelloWorld"
(started < "2006-01-31") and pid <= "HelloWorld"
(started < "2006-01-31") and pid > "HelloWorld"
(started < "2006-01-31") and pid >= "HelloWorld"
(started < "2006-01-31") and pid like "HelloWorld"
(started < "2006-01-31") and pid in ("HelloWorld","Hello*","Hello*World")
(started < "2006-01-31") and pid in ("Hello*","Hello*World")
(started < "2006-01-31") and pid in ("Hello*World")
(started < "2006-01-31") and iid = "2006"
(started < "2006-01-31") and iid < "2006"
(started < "2006-01-31") and iid <= "2006"
(started < "2006-01-31") and iid > "2006"
(started < "2006-01-31") and iid >= "2006"
(started < "2006-01-31") and iid in ("2006")
(started < "2006-01-31") and iid in ("2006","20061231")
(started < "2006-01-31") and status = "active"
(started < "2006-01-31") and status = "suspended"
(started < "2006-01-31") and status = "error"
(started < "2006-01-31") and status = "completed"
(started < "2006-01-31") and status = "terminated"
(started < "2006-01-31") and status = "faulted"
(started < "2006-01-31") and status in ("active","suspended")
(started < "2006-01-31") and status in ("active","suspended","error","completed","terminated","faulted")
(started < "2006-01") and last-active = "2006-02-01T00:00:01"
(started < "2006-01") and last-active = "2006-02-21"
(started < "2006-01") and last-active = "2006-02"
(started < "2006-01") and last-active = "2006"
(started < "2006-01") and last-active < "2006-02-01T00:00:01"
(started < "2006-01") and last-active < "2006-02-21"
(started < "2006-01") and last-active < "2006-02"
(started < "2006-01") and last-active < "2006"
(started < "2006-01") and last-active <= "2006-02-01T00:00:01"
(started < "2006-01") and last-active <= "2006-02-21"
(started < "2006-01") and last-active <= "2006-02"
(started < "2006-01") and last-active <= "2006"
(started < "2006-01") and last-active > "2006-02-01T00:00:01"
(started < "2006-01") and last-active > "2006-02-21"
(started < "2006-01") and last-active > "2006-02"
(started < "2006-01") and last-active > "2006"
(started < "2006-01") and last-active >= "2006-02-01T00:00:01"
(started < "2006-01") and last-active >= "2006-02-21"
(started < "2006-01") and last-active >= "2006-02"
(started < "2006-01") and last-active >= "2006"
(started < "2006-01") and last-active like "2006-02-01T00:00:01"
(started < "2006-01") and last-active like "2006-02-21"
(started < "2006-01") and last-active like "2006-02"
(started < "2006-01") and last-active like "2006"
(started < "2006-01") and last-active in ("2006-02-01T00:00:01")
(started < "2006-01") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started < "2006-01") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started < "2006-01") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started < "2006-01") and $author = "yuriy"
(started < "2006-01") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started < "2006-01") and $author < "yuriy"
(started < "2006-01") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started < "2006-01") and $author <= "yuriy"
(started < "2006-01") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started < "2006-01") and $author > "yuriy"
(started < "2006-01") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started < "2006-01") and $author >= "yuriy"
(started < "2006-01") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started < "2006-01") and $author like "yuriy"
(started < "2006-01") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started < "2006-01") and $author in ("yuriy")
(started < "2006-01") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started < "2006-01") and $author in ("yuriy","kostya","nazar","orest")
(started < "2006-01") and pid = "HelloWorld"
(started < "2006-01") and pid < "HelloWorld"
(started < "2006-01") and pid <= "HelloWorld"
(started < "2006-01") and pid > "HelloWorld"
(started < "2006-01") and pid >= "HelloWorld"
(started < "2006-01") and pid like "HelloWorld"
(started < "2006-01") and pid in ("HelloWorld","Hello*","Hello*World")
(started < "2006-01") and pid in ("Hello*","Hello*World")
(started < "2006-01") and pid in ("Hello*World")
(started < "2006-01") and iid = "2006"
(started < "2006-01") and iid < "2006"
(started < "2006-01") and iid <= "2006"
(started < "2006-01") and iid > "2006"
(started < "2006-01") and iid >= "2006"
(started < "2006-01") and iid in ("2006")
(started < "2006-01") and iid in ("2006","20061231")
(started < "2006-01") and status = "active"
(started < "2006-01") and status = "suspended"
(started < "2006-01") and status = "error"
(started < "2006-01") and status = "completed"
(started < "2006-01") and status = "terminated"
(started < "2006-01") and status = "faulted"
(started < "2006-01") and status in ("active","suspended")
(started < "2006-01") and status in ("active","suspended","error","completed","terminated","faulted")
(started < "2006") and last-active = "2006-02-01T00:00:01"
(started < "2006") and last-active = "2006-02-21"
(started < "2006") and last-active = "2006-02"
(started < "2006") and last-active = "2006"
(started < "2006") and last-active < "2006-02-01T00:00:01"
(started < "2006") and last-active < "2006-02-21"
(started < "2006") and last-active < "2006-02"
(started < "2006") and last-active < "2006"
(started < "2006") and last-active <= "2006-02-01T00:00:01"
(started < "2006") and last-active <= "2006-02-21"
(started < "2006") and last-active <= "2006-02"
(started < "2006") and last-active <= "2006"
(started < "2006") and last-active > "2006-02-01T00:00:01"
(started < "2006") and last-active > "2006-02-21"
(started < "2006") and last-active > "2006-02"
(started < "2006") and last-active > "2006"
(started < "2006") and last-active >= "2006-02-01T00:00:01"
(started < "2006") and last-active >= "2006-02-21"
(started < "2006") and last-active >= "2006-02"
(started < "2006") and last-active >= "2006"
(started < "2006") and last-active like "2006-02-01T00:00:01"
(started < "2006") and last-active like "2006-02-21"
(started < "2006") and last-active like "2006-02"
(started < "2006") and last-active like "2006"
(started < "2006") and last-active in ("2006-02-01T00:00:01")
(started < "2006") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started < "2006") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started < "2006") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started < "2006") and $author = "yuriy"
(started < "2006") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started < "2006") and $author < "yuriy"
(started < "2006") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started < "2006") and $author <= "yuriy"
(started < "2006") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started < "2006") and $author > "yuriy"
(started < "2006") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started < "2006") and $author >= "yuriy"
(started < "2006") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started < "2006") and $author like "yuriy"
(started < "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started < "2006") and $author in ("yuriy")
(started < "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started < "2006") and $author in ("yuriy","kostya","nazar","orest")
(started < "2006") and pid = "HelloWorld"
(started < "2006") and pid < "HelloWorld"
(started < "2006") and pid <= "HelloWorld"
(started < "2006") and pid > "HelloWorld"
(started < "2006") and pid >= "HelloWorld"
(started < "2006") and pid like "HelloWorld"
(started < "2006") and pid in ("HelloWorld","Hello*","Hello*World")
(started < "2006") and pid in ("Hello*","Hello*World")
(started < "2006") and pid in ("Hello*World")
(started < "2006") and iid = "2006"
(started < "2006") and iid < "2006"
(started < "2006") and iid <= "2006"
(started < "2006") and iid > "2006"
(started < "2006") and iid >= "2006"
(started < "2006") and iid in ("2006")
(started < "2006") and iid in ("2006","20061231")
(started < "2006") and status = "active"
(started < "2006") and status = "suspended"
(started < "2006") and status = "error"
(started < "2006") and status = "completed"
(started < "2006") and status = "terminated"
(started < "2006") and status = "faulted"
(started < "2006") and status in ("active","suspended")
(started < "2006") and status in ("active","suspended","error","completed","terminated","faulted")
(started <= "2006-01-01T00:00:01") and last-active = "2006-02-01T00:00:01"
(started <= "2006-01-01T00:00:01") and last-active = "2006-02-21"
(started <= "2006-01-01T00:00:01") and last-active = "2006-02"
(started <= "2006-01-01T00:00:01") and last-active = "2006"
(started <= "2006-01-01T00:00:01") and last-active < "2006-02-01T00:00:01"
(started <= "2006-01-01T00:00:01") and last-active < "2006-02-21"
(started <= "2006-01-01T00:00:01") and last-active < "2006-02"
(started <= "2006-01-01T00:00:01") and last-active < "2006"
(started <= "2006-01-01T00:00:01") and last-active <= "2006-02-01T00:00:01"
(started <= "2006-01-01T00:00:01") and last-active <= "2006-02-21"
(started <= "2006-01-01T00:00:01") and last-active <= "2006-02"
(started <= "2006-01-01T00:00:01") and last-active <= "2006"
(started <= "2006-01-01T00:00:01") and last-active > "2006-02-01T00:00:01"
(started <= "2006-01-01T00:00:01") and last-active > "2006-02-21"
(started <= "2006-01-01T00:00:01") and last-active > "2006-02"
(started <= "2006-01-01T00:00:01") and last-active > "2006"
(started <= "2006-01-01T00:00:01") and last-active >= "2006-02-01T00:00:01"
(started <= "2006-01-01T00:00:01") and last-active >= "2006-02-21"
(started <= "2006-01-01T00:00:01") and last-active >= "2006-02"
(started <= "2006-01-01T00:00:01") and last-active >= "2006"
(started <= "2006-01-01T00:00:01") and last-active like "2006-02-01T00:00:01"
(started <= "2006-01-01T00:00:01") and last-active like "2006-02-21"
(started <= "2006-01-01T00:00:01") and last-active like "2006-02"
(started <= "2006-01-01T00:00:01") and last-active like "2006"
(started <= "2006-01-01T00:00:01") and last-active in ("2006-02-01T00:00:01")
(started <= "2006-01-01T00:00:01") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started <= "2006-01-01T00:00:01") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started <= "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started <= "2006-01-01T00:00:01") and $author = "yuriy"
(started <= "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started <= "2006-01-01T00:00:01") and $author < "yuriy"
(started <= "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started <= "2006-01-01T00:00:01") and $author <= "yuriy"
(started <= "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started <= "2006-01-01T00:00:01") and $author > "yuriy"
(started <= "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started <= "2006-01-01T00:00:01") and $author >= "yuriy"
(started <= "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started <= "2006-01-01T00:00:01") and $author like "yuriy"
(started <= "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started <= "2006-01-01T00:00:01") and $author in ("yuriy")
(started <= "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started <= "2006-01-01T00:00:01") and $author in ("yuriy","kostya","nazar","orest")
(started <= "2006-01-01T00:00:01") and pid = "HelloWorld"
(started <= "2006-01-01T00:00:01") and pid < "HelloWorld"
(started <= "2006-01-01T00:00:01") and pid <= "HelloWorld"
(started <= "2006-01-01T00:00:01") and pid > "HelloWorld"
(started <= "2006-01-01T00:00:01") and pid >= "HelloWorld"
(started <= "2006-01-01T00:00:01") and pid like "HelloWorld"
(started <= "2006-01-01T00:00:01") and pid in ("HelloWorld","Hello*","Hello*World")
(started <= "2006-01-01T00:00:01") and pid in ("Hello*","Hello*World")
(started <= "2006-01-01T00:00:01") and pid in ("Hello*World")
(started <= "2006-01-01T00:00:01") and iid = "2006"
(started <= "2006-01-01T00:00:01") and iid < "2006"
(started <= "2006-01-01T00:00:01") and iid <= "2006"
(started <= "2006-01-01T00:00:01") and iid > "2006"
(started <= "2006-01-01T00:00:01") and iid >= "2006"
(started <= "2006-01-01T00:00:01") and iid in ("2006")
(started <= "2006-01-01T00:00:01") and iid in ("2006","20061231")
(started <= "2006-01-01T00:00:01") and status = "active"
(started <= "2006-01-01T00:00:01") and status = "suspended"
(started <= "2006-01-01T00:00:01") and status = "error"
(started <= "2006-01-01T00:00:01") and status = "completed"
(started <= "2006-01-01T00:00:01") and status = "terminated"
(started <= "2006-01-01T00:00:01") and status = "faulted"
(started <= "2006-01-01T00:00:01") and status in ("active","suspended")
(started <= "2006-01-01T00:00:01") and status in ("active","suspended","error","completed","terminated","faulted")
(started <= "2006-01-31") and last-active = "2006-02-01T00:00:01"
(started <= "2006-01-31") and last-active = "2006-02-21"
(started <= "2006-01-31") and last-active = "2006-02"
(started <= "2006-01-31") and last-active = "2006"
(started <= "2006-01-31") and last-active < "2006-02-01T00:00:01"
(started <= "2006-01-31") and last-active < "2006-02-21"
(started <= "2006-01-31") and last-active < "2006-02"
(started <= "2006-01-31") and last-active < "2006"
(started <= "2006-01-31") and last-active <= "2006-02-01T00:00:01"
(started <= "2006-01-31") and last-active <= "2006-02-21"
(started <= "2006-01-31") and last-active <= "2006-02"
(started <= "2006-01-31") and last-active <= "2006"
(started <= "2006-01-31") and last-active > "2006-02-01T00:00:01"
(started <= "2006-01-31") and last-active > "2006-02-21"
(started <= "2006-01-31") and last-active > "2006-02"
(started <= "2006-01-31") and last-active > "2006"
(started <= "2006-01-31") and last-active >= "2006-02-01T00:00:01"
(started <= "2006-01-31") and last-active >= "2006-02-21"
(started <= "2006-01-31") and last-active >= "2006-02"
(started <= "2006-01-31") and last-active >= "2006"
(started <= "2006-01-31") and last-active like "2006-02-01T00:00:01"
(started <= "2006-01-31") and last-active like "2006-02-21"
(started <= "2006-01-31") and last-active like "2006-02"
(started <= "2006-01-31") and last-active like "2006"
(started <= "2006-01-31") and last-active in ("2006-02-01T00:00:01")
(started <= "2006-01-31") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started <= "2006-01-31") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started <= "2006-01-31") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started <= "2006-01-31") and $author = "yuriy"
(started <= "2006-01-31") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started <= "2006-01-31") and $author < "yuriy"
(started <= "2006-01-31") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started <= "2006-01-31") and $author <= "yuriy"
(started <= "2006-01-31") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started <= "2006-01-31") and $author > "yuriy"
(started <= "2006-01-31") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started <= "2006-01-31") and $author >= "yuriy"
(started <= "2006-01-31") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started <= "2006-01-31") and $author like "yuriy"
(started <= "2006-01-31") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started <= "2006-01-31") and $author in ("yuriy")
(started <= "2006-01-31") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started <= "2006-01-31") and $author in ("yuriy","kostya","nazar","orest")
(started <= "2006-01-31") and pid = "HelloWorld"
(started <= "2006-01-31") and pid < "HelloWorld"
(started <= "2006-01-31") and pid <= "HelloWorld"
(started <= "2006-01-31") and pid > "HelloWorld"
(started <= "2006-01-31") and pid >= "HelloWorld"
(started <= "2006-01-31") and pid like "HelloWorld"
(started <= "2006-01-31") and pid in ("HelloWorld","Hello*","Hello*World")
(started <= "2006-01-31") and pid in ("Hello*","Hello*World")
(started <= "2006-01-31") and pid in ("Hello*World")
(started <= "2006-01-31") and iid = "2006"
(started <= "2006-01-31") and iid < "2006"
(started <= "2006-01-31") and iid <= "2006"
(started <= "2006-01-31") and iid > "2006"
(started <= "2006-01-31") and iid >= "2006"
(started <= "2006-01-31") and iid in ("2006")
(started <= "2006-01-31") and iid in ("2006","20061231")
(started <= "2006-01-31") and status = "active"
(started <= "2006-01-31") and status = "suspended"
(started <= "2006-01-31") and status = "error"
(started <= "2006-01-31") and status = "completed"
(started <= "2006-01-31") and status = "terminated"
(started <= "2006-01-31") and status = "faulted"
(started <= "2006-01-31") and status in ("active","suspended")
(started <= "2006-01-31") and status in ("active","suspended","error","completed","terminated","faulted")
(started <= "2006-01") and last-active = "2006-02-01T00:00:01"
(started <= "2006-01") and last-active = "2006-02-21"
(started <= "2006-01") and last-active = "2006-02"
(started <= "2006-01") and last-active = "2006"
(started <= "2006-01") and last-active < "2006-02-01T00:00:01"
(started <= "2006-01") and last-active < "2006-02-21"
(started <= "2006-01") and last-active < "2006-02"
(started <= "2006-01") and last-active < "2006"
(started <= "2006-01") and last-active <= "2006-02-01T00:00:01"
(started <= "2006-01") and last-active <= "2006-02-21"
(started <= "2006-01") and last-active <= "2006-02"
(started <= "2006-01") and last-active <= "2006"
(started <= "2006-01") and last-active > "2006-02-01T00:00:01"
(started <= "2006-01") and last-active > "2006-02-21"
(started <= "2006-01") and last-active > "2006-02"
(started <= "2006-01") and last-active > "2006"
(started <= "2006-01") and last-active >= "2006-02-01T00:00:01"
(started <= "2006-01") and last-active >= "2006-02-21"
(started <= "2006-01") and last-active >= "2006-02"
(started <= "2006-01") and last-active >= "2006"
(started <= "2006-01") and last-active like "2006-02-01T00:00:01"
(started <= "2006-01") and last-active like "2006-02-21"
(started <= "2006-01") and last-active like "2006-02"
(started <= "2006-01") and last-active like "2006"
(started <= "2006-01") and last-active in ("2006-02-01T00:00:01")
(started <= "2006-01") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started <= "2006-01") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started <= "2006-01") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started <= "2006-01") and $author = "yuriy"
(started <= "2006-01") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started <= "2006-01") and $author < "yuriy"
(started <= "2006-01") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started <= "2006-01") and $author <= "yuriy"
(started <= "2006-01") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started <= "2006-01") and $author > "yuriy"
(started <= "2006-01") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started <= "2006-01") and $author >= "yuriy"
(started <= "2006-01") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started <= "2006-01") and $author like "yuriy"
(started <= "2006-01") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started <= "2006-01") and $author in ("yuriy")
(started <= "2006-01") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started <= "2006-01") and $author in ("yuriy","kostya","nazar","orest")
(started <= "2006-01") and pid = "HelloWorld"
(started <= "2006-01") and pid < "HelloWorld"
(started <= "2006-01") and pid <= "HelloWorld"
(started <= "2006-01") and pid > "HelloWorld"
(started <= "2006-01") and pid >= "HelloWorld"
(started <= "2006-01") and pid like "HelloWorld"
(started <= "2006-01") and pid in ("HelloWorld","Hello*","Hello*World")
(started <= "2006-01") and pid in ("Hello*","Hello*World")
(started <= "2006-01") and pid in ("Hello*World")
(started <= "2006-01") and iid = "2006"
(started <= "2006-01") and iid < "2006"
(started <= "2006-01") and iid <= "2006"
(started <= "2006-01") and iid > "2006"
(started <= "2006-01") and iid >= "2006"
(started <= "2006-01") and iid in ("2006")
(started <= "2006-01") and iid in ("2006","20061231")
(started <= "2006-01") and status = "active"
(started <= "2006-01") and status = "suspended"
(started <= "2006-01") and status = "error"
(started <= "2006-01") and status = "completed"
(started <= "2006-01") and status = "terminated"
(started <= "2006-01") and status = "faulted"
(started <= "2006-01") and status in ("active","suspended")
(started <= "2006-01") and status in ("active","suspended","error","completed","terminated","faulted")
(started <= "2006") and last-active = "2006-02-01T00:00:01"
(started <= "2006") and last-active = "2006-02-21"
(started <= "2006") and last-active = "2006-02"
(started <= "2006") and last-active = "2006"
(started <= "2006") and last-active < "2006-02-01T00:00:01"
(started <= "2006") and last-active < "2006-02-21"
(started <= "2006") and last-active < "2006-02"
(started <= "2006") and last-active < "2006"
(started <= "2006") and last-active <= "2006-02-01T00:00:01"
(started <= "2006") and last-active <= "2006-02-21"
(started <= "2006") and last-active <= "2006-02"
(started <= "2006") and last-active <= "2006"
(started <= "2006") and last-active > "2006-02-01T00:00:01"
(started <= "2006") and last-active > "2006-02-21"
(started <= "2006") and last-active > "2006-02"
(started <= "2006") and last-active > "2006"
(started <= "2006") and last-active >= "2006-02-01T00:00:01"
(started <= "2006") and last-active >= "2006-02-21"
(started <= "2006") and last-active >= "2006-02"
(started <= "2006") and last-active >= "2006"
(started <= "2006") and last-active like "2006-02-01T00:00:01"
(started <= "2006") and last-active like "2006-02-21"
(started <= "2006") and last-active like "2006-02"
(started <= "2006") and last-active like "2006"
(started <= "2006") and last-active in ("2006-02-01T00:00:01")
(started <= "2006") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started <= "2006") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started <= "2006") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started <= "2006") and $author = "yuriy"
(started <= "2006") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started <= "2006") and $author < "yuriy"
(started <= "2006") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started <= "2006") and $author <= "yuriy"
(started <= "2006") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started <= "2006") and $author > "yuriy"
(started <= "2006") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started <= "2006") and $author >= "yuriy"
(started <= "2006") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started <= "2006") and $author like "yuriy"
(started <= "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started <= "2006") and $author in ("yuriy")
(started <= "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started <= "2006") and $author in ("yuriy","kostya","nazar","orest")
(started <= "2006") and pid = "HelloWorld"
(started <= "2006") and pid < "HelloWorld"
(started <= "2006") and pid <= "HelloWorld"
(started <= "2006") and pid > "HelloWorld"
(started <= "2006") and pid >= "HelloWorld"
(started <= "2006") and pid like "HelloWorld"
(started <= "2006") and pid in ("HelloWorld","Hello*","Hello*World")
(started <= "2006") and pid in ("Hello*","Hello*World")
(started <= "2006") and pid in ("Hello*World")
(started <= "2006") and iid = "2006"
(started <= "2006") and iid < "2006"
(started <= "2006") and iid <= "2006"
(started <= "2006") and iid > "2006"
(started <= "2006") and iid >= "2006"
(started <= "2006") and iid in ("2006")
(started <= "2006") and iid in ("2006","20061231")
(started <= "2006") and status = "active"
(started <= "2006") and status = "suspended"
(started <= "2006") and status = "error"
(started <= "2006") and status = "completed"
(started <= "2006") and status = "terminated"
(started <= "2006") and status = "faulted"
(started <= "2006") and status in ("active","suspended")
(started <= "2006") and status in ("active","suspended","error","completed","terminated","faulted")
(started > "2006-01-01T00:00:01") and last-active = "2006-02-01T00:00:01"
(started > "2006-01-01T00:00:01") and last-active = "2006-02-21"
(started > "2006-01-01T00:00:01") and last-active = "2006-02"
(started > "2006-01-01T00:00:01") and last-active = "2006"
(started > "2006-01-01T00:00:01") and last-active < "2006-02-01T00:00:01"
(started > "2006-01-01T00:00:01") and last-active < "2006-02-21"
(started > "2006-01-01T00:00:01") and last-active < "2006-02"
(started > "2006-01-01T00:00:01") and last-active < "2006"
(started > "2006-01-01T00:00:01") and last-active <= "2006-02-01T00:00:01"
(started > "2006-01-01T00:00:01") and last-active <= "2006-02-21"
(started > "2006-01-01T00:00:01") and last-active <= "2006-02"
(started > "2006-01-01T00:00:01") and last-active <= "2006"
(started > "2006-01-01T00:00:01") and last-active > "2006-02-01T00:00:01"
(started > "2006-01-01T00:00:01") and last-active > "2006-02-21"
(started > "2006-01-01T00:00:01") and last-active > "2006-02"
(started > "2006-01-01T00:00:01") and last-active > "2006"
(started > "2006-01-01T00:00:01") and last-active >= "2006-02-01T00:00:01"
(started > "2006-01-01T00:00:01") and last-active >= "2006-02-21"
(started > "2006-01-01T00:00:01") and last-active >= "2006-02"
(started > "2006-01-01T00:00:01") and last-active >= "2006"
(started > "2006-01-01T00:00:01") and last-active like "2006-02-01T00:00:01"
(started > "2006-01-01T00:00:01") and last-active like "2006-02-21"
(started > "2006-01-01T00:00:01") and last-active like "2006-02"
(started > "2006-01-01T00:00:01") and last-active like "2006"
(started > "2006-01-01T00:00:01") and last-active in ("2006-02-01T00:00:01")
(started > "2006-01-01T00:00:01") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started > "2006-01-01T00:00:01") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started > "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started > "2006-01-01T00:00:01") and $author = "yuriy"
(started > "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started > "2006-01-01T00:00:01") and $author < "yuriy"
(started > "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started > "2006-01-01T00:00:01") and $author <= "yuriy"
(started > "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started > "2006-01-01T00:00:01") and $author > "yuriy"
(started > "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started > "2006-01-01T00:00:01") and $author >= "yuriy"
(started > "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started > "2006-01-01T00:00:01") and $author like "yuriy"
(started > "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started > "2006-01-01T00:00:01") and $author in ("yuriy")
(started > "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started > "2006-01-01T00:00:01") and $author in ("yuriy","kostya","nazar","orest")
(started > "2006-01-01T00:00:01") and pid = "HelloWorld"
(started > "2006-01-01T00:00:01") and pid < "HelloWorld"
(started > "2006-01-01T00:00:01") and pid <= "HelloWorld"
(started > "2006-01-01T00:00:01") and pid > "HelloWorld"
(started > "2006-01-01T00:00:01") and pid >= "HelloWorld"
(started > "2006-01-01T00:00:01") and pid like "HelloWorld"
(started > "2006-01-01T00:00:01") and pid in ("HelloWorld","Hello*","Hello*World")
(started > "2006-01-01T00:00:01") and pid in ("Hello*","Hello*World")
(started > "2006-01-01T00:00:01") and pid in ("Hello*World")
(started > "2006-01-01T00:00:01") and iid = "2006"
(started > "2006-01-01T00:00:01") and iid < "2006"
(started > "2006-01-01T00:00:01") and iid <= "2006"
(started > "2006-01-01T00:00:01") and iid > "2006"
(started > "2006-01-01T00:00:01") and iid >= "2006"
(started > "2006-01-01T00:00:01") and iid in ("2006")
(started > "2006-01-01T00:00:01") and iid in ("2006","20061231")
(started > "2006-01-01T00:00:01") and status = "active"
(started > "2006-01-01T00:00:01") and status = "suspended"
(started > "2006-01-01T00:00:01") and status = "error"
(started > "2006-01-01T00:00:01") and status = "completed"
(started > "2006-01-01T00:00:01") and status = "terminated"
(started > "2006-01-01T00:00:01") and status = "faulted"
(started > "2006-01-01T00:00:01") and status in ("active","suspended")
(started > "2006-01-01T00:00:01") and status in ("active","suspended","error","completed","terminated","faulted")
(started > "2006-01-31") and last-active = "2006-02-01T00:00:01"
(started > "2006-01-31") and last-active = "2006-02-21"
(started > "2006-01-31") and last-active = "2006-02"
(started > "2006-01-31") and last-active = "2006"
(started > "2006-01-31") and last-active < "2006-02-01T00:00:01"
(started > "2006-01-31") and last-active < "2006-02-21"
(started > "2006-01-31") and last-active < "2006-02"
(started > "2006-01-31") and last-active < "2006"
(started > "2006-01-31") and last-active <= "2006-02-01T00:00:01"
(started > "2006-01-31") and last-active <= "2006-02-21"
(started > "2006-01-31") and last-active <= "2006-02"
(started > "2006-01-31") and last-active <= "2006"
(started > "2006-01-31") and last-active > "2006-02-01T00:00:01"
(started > "2006-01-31") and last-active > "2006-02-21"
(started > "2006-01-31") and last-active > "2006-02"
(started > "2006-01-31") and last-active > "2006"
(started > "2006-01-31") and last-active >= "2006-02-01T00:00:01"
(started > "2006-01-31") and last-active >= "2006-02-21"
(started > "2006-01-31") and last-active >= "2006-02"
(started > "2006-01-31") and last-active >= "2006"
(started > "2006-01-31") and last-active like "2006-02-01T00:00:01"
(started > "2006-01-31") and last-active like "2006-02-21"
(started > "2006-01-31") and last-active like "2006-02"
(started > "2006-01-31") and last-active like "2006"
(started > "2006-01-31") and last-active in ("2006-02-01T00:00:01")
(started > "2006-01-31") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started > "2006-01-31") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started > "2006-01-31") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started > "2006-01-31") and $author = "yuriy"
(started > "2006-01-31") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started > "2006-01-31") and $author < "yuriy"
(started > "2006-01-31") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started > "2006-01-31") and $author <= "yuriy"
(started > "2006-01-31") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started > "2006-01-31") and $author > "yuriy"
(started > "2006-01-31") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started > "2006-01-31") and $author >= "yuriy"
(started > "2006-01-31") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started > "2006-01-31") and $author like "yuriy"
(started > "2006-01-31") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started > "2006-01-31") and $author in ("yuriy")
(started > "2006-01-31") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started > "2006-01-31") and $author in ("yuriy","kostya","nazar","orest")
(started > "2006-01-31") and pid = "HelloWorld"
(started > "2006-01-31") and pid < "HelloWorld"
(started > "2006-01-31") and pid <= "HelloWorld"
(started > "2006-01-31") and pid > "HelloWorld"
(started > "2006-01-31") and pid >= "HelloWorld"
(started > "2006-01-31") and pid like "HelloWorld"
(started > "2006-01-31") and pid in ("HelloWorld","Hello*","Hello*World")
(started > "2006-01-31") and pid in ("Hello*","Hello*World")
(started > "2006-01-31") and pid in ("Hello*World")
(started > "2006-01-31") and iid = "2006"
(started > "2006-01-31") and iid < "2006"
(started > "2006-01-31") and iid <= "2006"
(started > "2006-01-31") and iid > "2006"
(started > "2006-01-31") and iid >= "2006"
(started > "2006-01-31") and iid in ("2006")
(started > "2006-01-31") and iid in ("2006","20061231")
(started > "2006-01-31") and status = "active"
(started > "2006-01-31") and status = "suspended"
(started > "2006-01-31") and status = "error"
(started > "2006-01-31") and status = "completed"
(started > "2006-01-31") and status = "terminated"
(started > "2006-01-31") and status = "faulted"
(started > "2006-01-31") and status in ("active","suspended")
(started > "2006-01-31") and status in ("active","suspended","error","completed","terminated","faulted")
(started > "2006-01") and last-active = "2006-02-01T00:00:01"
(started > "2006-01") and last-active = "2006-02-21"
(started > "2006-01") and last-active = "2006-02"
(started > "2006-01") and last-active = "2006"
(started > "2006-01") and last-active < "2006-02-01T00:00:01"
(started > "2006-01") and last-active < "2006-02-21"
(started > "2006-01") and last-active < "2006-02"
(started > "2006-01") and last-active < "2006"
(started > "2006-01") and last-active <= "2006-02-01T00:00:01"
(started > "2006-01") and last-active <= "2006-02-21"
(started > "2006-01") and last-active <= "2006-02"
(started > "2006-01") and last-active <= "2006"
(started > "2006-01") and last-active > "2006-02-01T00:00:01"
(started > "2006-01") and last-active > "2006-02-21"
(started > "2006-01") and last-active > "2006-02"
(started > "2006-01") and last-active > "2006"
(started > "2006-01") and last-active >= "2006-02-01T00:00:01"
(started > "2006-01") and last-active >= "2006-02-21"
(started > "2006-01") and last-active >= "2006-02"
(started > "2006-01") and last-active >= "2006"
(started > "2006-01") and last-active like "2006-02-01T00:00:01"
(started > "2006-01") and last-active like "2006-02-21"
(started > "2006-01") and last-active like "2006-02"
(started > "2006-01") and last-active like "2006"
(started > "2006-01") and last-active in ("2006-02-01T00:00:01")
(started > "2006-01") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started > "2006-01") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started > "2006-01") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started > "2006-01") and $author = "yuriy"
(started > "2006-01") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started > "2006-01") and $author < "yuriy"
(started > "2006-01") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started > "2006-01") and $author <= "yuriy"
(started > "2006-01") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started > "2006-01") and $author > "yuriy"
(started > "2006-01") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started > "2006-01") and $author >= "yuriy"
(started > "2006-01") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started > "2006-01") and $author like "yuriy"
(started > "2006-01") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started > "2006-01") and $author in ("yuriy")
(started > "2006-01") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started > "2006-01") and $author in ("yuriy","kostya","nazar","orest")
(started > "2006-01") and pid = "HelloWorld"
(started > "2006-01") and pid < "HelloWorld"
(started > "2006-01") and pid <= "HelloWorld"
(started > "2006-01") and pid > "HelloWorld"
(started > "2006-01") and pid >= "HelloWorld"
(started > "2006-01") and pid like "HelloWorld"
(started > "2006-01") and pid in ("HelloWorld","Hello*","Hello*World")
(started > "2006-01") and pid in ("Hello*","Hello*World")
(started > "2006-01") and pid in ("Hello*World")
(started > "2006-01") and iid = "2006"
(started > "2006-01") and iid < "2006"
(started > "2006-01") and iid <= "2006"
(started > "2006-01") and iid > "2006"
(started > "2006-01") and iid >= "2006"
(started > "2006-01") and iid in ("2006")
(started > "2006-01") and iid in ("2006","20061231")
(started > "2006-01") and status = "active"
(started > "2006-01") and status = "suspended"
(started > "2006-01") and status = "error"
(started > "2006-01") and status = "completed"
(started > "2006-01") and status = "terminated"
(started > "2006-01") and status = "faulted"
(started > "2006-01") and status in ("active","suspended")
(started > "2006-01") and status in ("active","suspended","error","completed","terminated","faulted")
(started > "2006") and last-active = "2006-02-01T00:00:01"
(started > "2006") and last-active = "2006-02-21"
(started > "2006") and last-active = "2006-02"
(started > "2006") and last-active = "2006"
(started > "2006") and last-active < "2006-02-01T00:00:01"
(started > "2006") and last-active < "2006-02-21"
(started > "2006") and last-active < "2006-02"
(started > "2006") and last-active < "2006"
(started > "2006") and last-active <= "2006-02-01T00:00:01"
(started > "2006") and last-active <= "2006-02-21"
(started > "2006") and last-active <= "2006-02"
(started > "2006") and last-active <= "2006"
(started > "2006") and last-active > "2006-02-01T00:00:01"
(started > "2006") and last-active > "2006-02-21"
(started > "2006") and last-active > "2006-02"
(started > "2006") and last-active > "2006"
(started > "2006") and last-active >= "2006-02-01T00:00:01"
(started > "2006") and last-active >= "2006-02-21"
(started > "2006") and last-active >= "2006-02"
(started > "2006") and last-active >= "2006"
(started > "2006") and last-active like "2006-02-01T00:00:01"
(started > "2006") and last-active like "2006-02-21"
(started > "2006") and last-active like "2006-02"
(started > "2006") and last-active like "2006"
(started > "2006") and last-active in ("2006-02-01T00:00:01")
(started > "2006") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started > "2006") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started > "2006") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started > "2006") and $author = "yuriy"
(started > "2006") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started > "2006") and $author < "yuriy"
(started > "2006") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started > "2006") and $author <= "yuriy"
(started > "2006") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started > "2006") and $author > "yuriy"
(started > "2006") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started > "2006") and $author >= "yuriy"
(started > "2006") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started > "2006") and $author like "yuriy"
(started > "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started > "2006") and $author in ("yuriy")
(started > "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started > "2006") and $author in ("yuriy","kostya","nazar","orest")
(started > "2006") and pid = "HelloWorld"
(started > "2006") and pid < "HelloWorld"
(started > "2006") and pid <= "HelloWorld"
(started > "2006") and pid > "HelloWorld"
(started > "2006") and pid >= "HelloWorld"
(started > "2006") and pid like "HelloWorld"
(started > "2006") and pid in ("HelloWorld","Hello*","Hello*World")
(started > "2006") and pid in ("Hello*","Hello*World")
(started > "2006") and pid in ("Hello*World")
(started > "2006") and iid = "2006"
(started > "2006") and iid < "2006"
(started > "2006") and iid <= "2006"
(started > "2006") and iid > "2006"
(started > "2006") and iid >= "2006"
(started > "2006") and iid in ("2006")
(started > "2006") and iid in ("2006","20061231")
(started > "2006") and status = "active"
(started > "2006") and status = "suspended"
(started > "2006") and status = "error"
(started > "2006") and status = "completed"
(started > "2006") and status = "terminated"
(started > "2006") and status = "faulted"
(started > "2006") and status in ("active","suspended")
(started > "2006") and status in ("active","suspended","error","completed","terminated","faulted")
(started >= "2006-01-01T00:00:01") and last-active = "2006-02-01T00:00:01"
(started >= "2006-01-01T00:00:01") and last-active = "2006-02-21"
(started >= "2006-01-01T00:00:01") and last-active = "2006-02"
(started >= "2006-01-01T00:00:01") and last-active = "2006"
(started >= "2006-01-01T00:00:01") and last-active < "2006-02-01T00:00:01"
(started >= "2006-01-01T00:00:01") and last-active < "2006-02-21"
(started >= "2006-01-01T00:00:01") and last-active < "2006-02"
(started >= "2006-01-01T00:00:01") and last-active < "2006"
(started >= "2006-01-01T00:00:01") and last-active <= "2006-02-01T00:00:01"
(started >= "2006-01-01T00:00:01") and last-active <= "2006-02-21"
(started >= "2006-01-01T00:00:01") and last-active <= "2006-02"
(started >= "2006-01-01T00:00:01") and last-active <= "2006"
(started >= "2006-01-01T00:00:01") and last-active > "2006-02-01T00:00:01"
(started >= "2006-01-01T00:00:01") and last-active > "2006-02-21"
(started >= "2006-01-01T00:00:01") and last-active > "2006-02"
(started >= "2006-01-01T00:00:01") and last-active > "2006"
(started >= "2006-01-01T00:00:01") and last-active >= "2006-02-01T00:00:01"
(started >= "2006-01-01T00:00:01") and last-active >= "2006-02-21"
(started >= "2006-01-01T00:00:01") and last-active >= "2006-02"
(started >= "2006-01-01T00:00:01") and last-active >= "2006"
(started >= "2006-01-01T00:00:01") and last-active like "2006-02-01T00:00:01"
(started >= "2006-01-01T00:00:01") and last-active like "2006-02-21"
(started >= "2006-01-01T00:00:01") and last-active like "2006-02"
(started >= "2006-01-01T00:00:01") and last-active like "2006"
(started >= "2006-01-01T00:00:01") and last-active in ("2006-02-01T00:00:01")
(started >= "2006-01-01T00:00:01") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started >= "2006-01-01T00:00:01") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started >= "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started >= "2006-01-01T00:00:01") and $author = "yuriy"
(started >= "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started >= "2006-01-01T00:00:01") and $author < "yuriy"
(started >= "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started >= "2006-01-01T00:00:01") and $author <= "yuriy"
(started >= "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started >= "2006-01-01T00:00:01") and $author > "yuriy"
(started >= "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started >= "2006-01-01T00:00:01") and $author >= "yuriy"
(started >= "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started >= "2006-01-01T00:00:01") and $author like "yuriy"
(started >= "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started >= "2006-01-01T00:00:01") and $author in ("yuriy")
(started >= "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started >= "2006-01-01T00:00:01") and $author in ("yuriy","kostya","nazar","orest")
(started >= "2006-01-01T00:00:01") and pid = "HelloWorld"
(started >= "2006-01-01T00:00:01") and pid < "HelloWorld"
(started >= "2006-01-01T00:00:01") and pid <= "HelloWorld"
(started >= "2006-01-01T00:00:01") and pid > "HelloWorld"
(started >= "2006-01-01T00:00:01") and pid >= "HelloWorld"
(started >= "2006-01-01T00:00:01") and pid like "HelloWorld"
(started >= "2006-01-01T00:00:01") and pid in ("HelloWorld","Hello*","Hello*World")
(started >= "2006-01-01T00:00:01") and pid in ("Hello*","Hello*World")
(started >= "2006-01-01T00:00:01") and pid in ("Hello*World")
(started >= "2006-01-01T00:00:01") and iid = "2006"
(started >= "2006-01-01T00:00:01") and iid < "2006"
(started >= "2006-01-01T00:00:01") and iid <= "2006"
(started >= "2006-01-01T00:00:01") and iid > "2006"
(started >= "2006-01-01T00:00:01") and iid >= "2006"
(started >= "2006-01-01T00:00:01") and iid in ("2006")
(started >= "2006-01-01T00:00:01") and iid in ("2006","20061231")
(started >= "2006-01-01T00:00:01") and status = "active"
(started >= "2006-01-01T00:00:01") and status = "suspended"
(started >= "2006-01-01T00:00:01") and status = "error"
(started >= "2006-01-01T00:00:01") and status = "completed"
(started >= "2006-01-01T00:00:01") and status = "terminated"
(started >= "2006-01-01T00:00:01") and status = "faulted"
(started >= "2006-01-01T00:00:01") and status in ("active","suspended")
(started >= "2006-01-01T00:00:01") and status in ("active","suspended","error","completed","terminated","faulted")
(started >= "2006-01-31") and last-active = "2006-02-01T00:00:01"
(started >= "2006-01-31") and last-active = "2006-02-21"
(started >= "2006-01-31") and last-active = "2006-02"
(started >= "2006-01-31") and last-active = "2006"
(started >= "2006-01-31") and last-active < "2006-02-01T00:00:01"
(started >= "2006-01-31") and last-active < "2006-02-21"
(started >= "2006-01-31") and last-active < "2006-02"
(started >= "2006-01-31") and last-active < "2006"
(started >= "2006-01-31") and last-active <= "2006-02-01T00:00:01"
(started >= "2006-01-31") and last-active <= "2006-02-21"
(started >= "2006-01-31") and last-active <= "2006-02"
(started >= "2006-01-31") and last-active <= "2006"
(started >= "2006-01-31") and last-active > "2006-02-01T00:00:01"
(started >= "2006-01-31") and last-active > "2006-02-21"
(started >= "2006-01-31") and last-active > "2006-02"
(started >= "2006-01-31") and last-active > "2006"
(started >= "2006-01-31") and last-active >= "2006-02-01T00:00:01"
(started >= "2006-01-31") and last-active >= "2006-02-21"
(started >= "2006-01-31") and last-active >= "2006-02"
(started >= "2006-01-31") and last-active >= "2006"
(started >= "2006-01-31") and last-active like "2006-02-01T00:00:01"
(started >= "2006-01-31") and last-active like "2006-02-21"
(started >= "2006-01-31") and last-active like "2006-02"
(started >= "2006-01-31") and last-active like "2006"
(started >= "2006-01-31") and last-active in ("2006-02-01T00:00:01")
(started >= "2006-01-31") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started >= "2006-01-31") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started >= "2006-01-31") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started >= "2006-01-31") and $author = "yuriy"
(started >= "2006-01-31") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started >= "2006-01-31") and $author < "yuriy"
(started >= "2006-01-31") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started >= "2006-01-31") and $author <= "yuriy"
(started >= "2006-01-31") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started >= "2006-01-31") and $author > "yuriy"
(started >= "2006-01-31") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started >= "2006-01-31") and $author >= "yuriy"
(started >= "2006-01-31") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started >= "2006-01-31") and $author like "yuriy"
(started >= "2006-01-31") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started >= "2006-01-31") and $author in ("yuriy")
(started >= "2006-01-31") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started >= "2006-01-31") and $author in ("yuriy","kostya","nazar","orest")
(started >= "2006-01-31") and pid = "HelloWorld"
(started >= "2006-01-31") and pid < "HelloWorld"
(started >= "2006-01-31") and pid <= "HelloWorld"
(started >= "2006-01-31") and pid > "HelloWorld"
(started >= "2006-01-31") and pid >= "HelloWorld"
(started >= "2006-01-31") and pid like "HelloWorld"
(started >= "2006-01-31") and pid in ("HelloWorld","Hello*","Hello*World")
(started >= "2006-01-31") and pid in ("Hello*","Hello*World")
(started >= "2006-01-31") and pid in ("Hello*World")
(started >= "2006-01-31") and iid = "2006"
(started >= "2006-01-31") and iid < "2006"
(started >= "2006-01-31") and iid <= "2006"
(started >= "2006-01-31") and iid > "2006"
(started >= "2006-01-31") and iid >= "2006"
(started >= "2006-01-31") and iid in ("2006")
(started >= "2006-01-31") and iid in ("2006","20061231")
(started >= "2006-01-31") and status = "active"
(started >= "2006-01-31") and status = "suspended"
(started >= "2006-01-31") and status = "error"
(started >= "2006-01-31") and status = "completed"
(started >= "2006-01-31") and status = "terminated"
(started >= "2006-01-31") and status = "faulted"
(started >= "2006-01-31") and status in ("active","suspended")
(started >= "2006-01-31") and status in ("active","suspended","error","completed","terminated","faulted")
(started >= "2006-01") and last-active = "2006-02-01T00:00:01"
(started >= "2006-01") and last-active = "2006-02-21"
(started >= "2006-01") and last-active = "2006-02"
(started >= "2006-01") and last-active = "2006"
(started >= "2006-01") and last-active < "2006-02-01T00:00:01"
(started >= "2006-01") and last-active < "2006-02-21"
(started >= "2006-01") and last-active < "2006-02"
(started >= "2006-01") and last-active < "2006"
(started >= "2006-01") and last-active <= "2006-02-01T00:00:01"
(started >= "2006-01") and last-active <= "2006-02-21"
(started >= "2006-01") and last-active <= "2006-02"
(started >= "2006-01") and last-active <= "2006"
(started >= "2006-01") and last-active > "2006-02-01T00:00:01"
(started >= "2006-01") and last-active > "2006-02-21"
(started >= "2006-01") and last-active > "2006-02"
(started >= "2006-01") and last-active > "2006"
(started >= "2006-01") and last-active >= "2006-02-01T00:00:01"
(started >= "2006-01") and last-active >= "2006-02-21"
(started >= "2006-01") and last-active >= "2006-02"
(started >= "2006-01") and last-active >= "2006"
(started >= "2006-01") and last-active like "2006-02-01T00:00:01"
(started >= "2006-01") and last-active like "2006-02-21"
(started >= "2006-01") and last-active like "2006-02"
(started >= "2006-01") and last-active like "2006"
(started >= "2006-01") and last-active in ("2006-02-01T00:00:01")
(started >= "2006-01") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started >= "2006-01") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started >= "2006-01") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started >= "2006-01") and $author = "yuriy"
(started >= "2006-01") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started >= "2006-01") and $author < "yuriy"
(started >= "2006-01") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started >= "2006-01") and $author <= "yuriy"
(started >= "2006-01") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started >= "2006-01") and $author > "yuriy"
(started >= "2006-01") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started >= "2006-01") and $author >= "yuriy"
(started >= "2006-01") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started >= "2006-01") and $author like "yuriy"
(started >= "2006-01") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started >= "2006-01") and $author in ("yuriy")
(started >= "2006-01") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started >= "2006-01") and $author in ("yuriy","kostya","nazar","orest")
(started >= "2006-01") and pid = "HelloWorld"
(started >= "2006-01") and pid < "HelloWorld"
(started >= "2006-01") and pid <= "HelloWorld"
(started >= "2006-01") and pid > "HelloWorld"
(started >= "2006-01") and pid >= "HelloWorld"
(started >= "2006-01") and pid like "HelloWorld"
(started >= "2006-01") and pid in ("HelloWorld","Hello*","Hello*World")
(started >= "2006-01") and pid in ("Hello*","Hello*World")
(started >= "2006-01") and pid in ("Hello*World")
(started >= "2006-01") and iid = "2006"
(started >= "2006-01") and iid < "2006"
(started >= "2006-01") and iid <= "2006"
(started >= "2006-01") and iid > "2006"
(started >= "2006-01") and iid >= "2006"
(started >= "2006-01") and iid in ("2006")
(started >= "2006-01") and iid in ("2006","20061231")
(started >= "2006-01") and status = "active"
(started >= "2006-01") and status = "suspended"
(started >= "2006-01") and status = "error"
(started >= "2006-01") and status = "completed"
(started >= "2006-01") and status = "terminated"
(started >= "2006-01") and status = "faulted"
(started >= "2006-01") and status in ("active","suspended")
(started >= "2006-01") and status in ("active","suspended","error","completed","terminated","faulted")
(started >= "2006") and last-active = "2006-02-01T00:00:01"
(started >= "2006") and last-active = "2006-02-21"
(started >= "2006") and last-active = "2006-02"
(started >= "2006") and last-active = "2006"
(started >= "2006") and last-active < "2006-02-01T00:00:01"
(started >= "2006") and last-active < "2006-02-21"
(started >= "2006") and last-active < "2006-02"
(started >= "2006") and last-active < "2006"
(started >= "2006") and last-active <= "2006-02-01T00:00:01"
(started >= "2006") and last-active <= "2006-02-21"
(started >= "2006") and last-active <= "2006-02"
(started >= "2006") and last-active <= "2006"
(started >= "2006") and last-active > "2006-02-01T00:00:01"
(started >= "2006") and last-active > "2006-02-21"
(started >= "2006") and last-active > "2006-02"
(started >= "2006") and last-active > "2006"
(started >= "2006") and last-active >= "2006-02-01T00:00:01"
(started >= "2006") and last-active >= "2006-02-21"
(started >= "2006") and last-active >= "2006-02"
(started >= "2006") and last-active >= "2006"
(started >= "2006") and last-active like "2006-02-01T00:00:01"
(started >= "2006") and last-active like "2006-02-21"
(started >= "2006") and last-active like "2006-02"
(started >= "2006") and last-active like "2006"
(started >= "2006") and last-active in ("2006-02-01T00:00:01")
(started >= "2006") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started >= "2006") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started >= "2006") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started >= "2006") and $author = "yuriy"
(started >= "2006") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started >= "2006") and $author < "yuriy"
(started >= "2006") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started >= "2006") and $author <= "yuriy"
(started >= "2006") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started >= "2006") and $author > "yuriy"
(started >= "2006") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started >= "2006") and $author >= "yuriy"
(started >= "2006") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started >= "2006") and $author like "yuriy"
(started >= "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started >= "2006") and $author in ("yuriy")
(started >= "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started >= "2006") and $author in ("yuriy","kostya","nazar","orest")
(started >= "2006") and pid = "HelloWorld"
(started >= "2006") and pid < "HelloWorld"
(started >= "2006") and pid <= "HelloWorld"
(started >= "2006") and pid > "HelloWorld"
(started >= "2006") and pid >= "HelloWorld"
(started >= "2006") and pid like "HelloWorld"
(started >= "2006") and pid in ("HelloWorld","Hello*","Hello*World")
(started >= "2006") and pid in ("Hello*","Hello*World")
(started >= "2006") and pid in ("Hello*World")
(started >= "2006") and iid = "2006"
(started >= "2006") and iid < "2006"
(started >= "2006") and iid <= "2006"
(started >= "2006") and iid > "2006"
(started >= "2006") and iid >= "2006"
(started >= "2006") and iid in ("2006")
(started >= "2006") and iid in ("2006","20061231")
(started >= "2006") and status = "active"
(started >= "2006") and status = "suspended"
(started >= "2006") and status = "error"
(started >= "2006") and status = "completed"
(started >= "2006") and status = "terminated"
(started >= "2006") and status = "faulted"
(started >= "2006") and status in ("active","suspended")
(started >= "2006") and status in ("active","suspended","error","completed","terminated","faulted")
(started like "2006-01-01T00:00:01") and last-active = "2006-02-01T00:00:01"
(started like "2006-01-01T00:00:01") and last-active = "2006-02-21"
(started like "2006-01-01T00:00:01") and last-active = "2006-02"
(started like "2006-01-01T00:00:01") and last-active = "2006"
(started like "2006-01-01T00:00:01") and last-active < "2006-02-01T00:00:01"
(started like "2006-01-01T00:00:01") and last-active < "2006-02-21"
(started like "2006-01-01T00:00:01") and last-active < "2006-02"
(started like "2006-01-01T00:00:01") and last-active < "2006"
(started like "2006-01-01T00:00:01") and last-active <= "2006-02-01T00:00:01"
(started like "2006-01-01T00:00:01") and last-active <= "2006-02-21"
(started like "2006-01-01T00:00:01") and last-active <= "2006-02"
(started like "2006-01-01T00:00:01") and last-active <= "2006"
(started like "2006-01-01T00:00:01") and last-active > "2006-02-01T00:00:01"
(started like "2006-01-01T00:00:01") and last-active > "2006-02-21"
(started like "2006-01-01T00:00:01") and last-active > "2006-02"
(started like "2006-01-01T00:00:01") and last-active > "2006"
(started like "2006-01-01T00:00:01") and last-active >= "2006-02-01T00:00:01"
(started like "2006-01-01T00:00:01") and last-active >= "2006-02-21"
(started like "2006-01-01T00:00:01") and last-active >= "2006-02"
(started like "2006-01-01T00:00:01") and last-active >= "2006"
(started like "2006-01-01T00:00:01") and last-active like "2006-02-01T00:00:01"
(started like "2006-01-01T00:00:01") and last-active like "2006-02-21"
(started like "2006-01-01T00:00:01") and last-active like "2006-02"
(started like "2006-01-01T00:00:01") and last-active like "2006"
(started like "2006-01-01T00:00:01") and last-active in ("2006-02-01T00:00:01")
(started like "2006-01-01T00:00:01") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started like "2006-01-01T00:00:01") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started like "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started like "2006-01-01T00:00:01") and $author = "yuriy"
(started like "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started like "2006-01-01T00:00:01") and $author < "yuriy"
(started like "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started like "2006-01-01T00:00:01") and $author <= "yuriy"
(started like "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started like "2006-01-01T00:00:01") and $author > "yuriy"
(started like "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started like "2006-01-01T00:00:01") and $author >= "yuriy"
(started like "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started like "2006-01-01T00:00:01") and $author like "yuriy"
(started like "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started like "2006-01-01T00:00:01") and $author in ("yuriy")
(started like "2006-01-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started like "2006-01-01T00:00:01") and $author in ("yuriy","kostya","nazar","orest")
(started like "2006-01-01T00:00:01") and pid = "HelloWorld"
(started like "2006-01-01T00:00:01") and pid < "HelloWorld"
(started like "2006-01-01T00:00:01") and pid <= "HelloWorld"
(started like "2006-01-01T00:00:01") and pid > "HelloWorld"
(started like "2006-01-01T00:00:01") and pid >= "HelloWorld"
(started like "2006-01-01T00:00:01") and pid like "HelloWorld"
(started like "2006-01-01T00:00:01") and pid in ("HelloWorld","Hello*","Hello*World")
(started like "2006-01-01T00:00:01") and pid in ("Hello*","Hello*World")
(started like "2006-01-01T00:00:01") and pid in ("Hello*World")
(started like "2006-01-01T00:00:01") and iid = "2006"
(started like "2006-01-01T00:00:01") and iid < "2006"
(started like "2006-01-01T00:00:01") and iid <= "2006"
(started like "2006-01-01T00:00:01") and iid > "2006"
(started like "2006-01-01T00:00:01") and iid >= "2006"
(started like "2006-01-01T00:00:01") and iid in ("2006")
(started like "2006-01-01T00:00:01") and iid in ("2006","20061231")
(started like "2006-01-01T00:00:01") and status = "active"
(started like "2006-01-01T00:00:01") and status = "suspended"
(started like "2006-01-01T00:00:01") and status = "error"
(started like "2006-01-01T00:00:01") and status = "completed"
(started like "2006-01-01T00:00:01") and status = "terminated"
(started like "2006-01-01T00:00:01") and status = "faulted"
(started like "2006-01-01T00:00:01") and status in ("active","suspended")
(started like "2006-01-01T00:00:01") and status in ("active","suspended","error","completed","terminated","faulted")
(started like "2006-01-31") and last-active = "2006-02-01T00:00:01"
(started like "2006-01-31") and last-active = "2006-02-21"
(started like "2006-01-31") and last-active = "2006-02"
(started like "2006-01-31") and last-active = "2006"
(started like "2006-01-31") and last-active < "2006-02-01T00:00:01"
(started like "2006-01-31") and last-active < "2006-02-21"
(started like "2006-01-31") and last-active < "2006-02"
(started like "2006-01-31") and last-active < "2006"
(started like "2006-01-31") and last-active <= "2006-02-01T00:00:01"
(started like "2006-01-31") and last-active <= "2006-02-21"
(started like "2006-01-31") and last-active <= "2006-02"
(started like "2006-01-31") and last-active <= "2006"
(started like "2006-01-31") and last-active > "2006-02-01T00:00:01"
(started like "2006-01-31") and last-active > "2006-02-21"
(started like "2006-01-31") and last-active > "2006-02"
(started like "2006-01-31") and last-active > "2006"
(started like "2006-01-31") and last-active >= "2006-02-01T00:00:01"
(started like "2006-01-31") and last-active >= "2006-02-21"
(started like "2006-01-31") and last-active >= "2006-02"
(started like "2006-01-31") and last-active >= "2006"
(started like "2006-01-31") and last-active like "2006-02-01T00:00:01"
(started like "2006-01-31") and last-active like "2006-02-21"
(started like "2006-01-31") and last-active like "2006-02"
(started like "2006-01-31") and last-active like "2006"
(started like "2006-01-31") and last-active in ("2006-02-01T00:00:01")
(started like "2006-01-31") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started like "2006-01-31") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started like "2006-01-31") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started like "2006-01-31") and $author = "yuriy"
(started like "2006-01-31") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started like "2006-01-31") and $author < "yuriy"
(started like "2006-01-31") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started like "2006-01-31") and $author <= "yuriy"
(started like "2006-01-31") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started like "2006-01-31") and $author > "yuriy"
(started like "2006-01-31") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started like "2006-01-31") and $author >= "yuriy"
(started like "2006-01-31") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started like "2006-01-31") and $author like "yuriy"
(started like "2006-01-31") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started like "2006-01-31") and $author in ("yuriy")
(started like "2006-01-31") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started like "2006-01-31") and $author in ("yuriy","kostya","nazar","orest")
(started like "2006-01-31") and pid = "HelloWorld"
(started like "2006-01-31") and pid < "HelloWorld"
(started like "2006-01-31") and pid <= "HelloWorld"
(started like "2006-01-31") and pid > "HelloWorld"
(started like "2006-01-31") and pid >= "HelloWorld"
(started like "2006-01-31") and pid like "HelloWorld"
(started like "2006-01-31") and pid in ("HelloWorld","Hello*","Hello*World")
(started like "2006-01-31") and pid in ("Hello*","Hello*World")
(started like "2006-01-31") and pid in ("Hello*World")
(started like "2006-01-31") and iid = "2006"
(started like "2006-01-31") and iid < "2006"
(started like "2006-01-31") and iid <= "2006"
(started like "2006-01-31") and iid > "2006"
(started like "2006-01-31") and iid >= "2006"
(started like "2006-01-31") and iid in ("2006")
(started like "2006-01-31") and iid in ("2006","20061231")
(started like "2006-01-31") and status = "active"
(started like "2006-01-31") and status = "suspended"
(started like "2006-01-31") and status = "error"
(started like "2006-01-31") and status = "completed"
(started like "2006-01-31") and status = "terminated"
(started like "2006-01-31") and status = "faulted"
(started like "2006-01-31") and status in ("active","suspended")
(started like "2006-01-31") and status in ("active","suspended","error","completed","terminated","faulted")
(started like "2006-01") and last-active = "2006-02-01T00:00:01"
(started like "2006-01") and last-active = "2006-02-21"
(started like "2006-01") and last-active = "2006-02"
(started like "2006-01") and last-active = "2006"
(started like "2006-01") and last-active < "2006-02-01T00:00:01"
(started like "2006-01") and last-active < "2006-02-21"
(started like "2006-01") and last-active < "2006-02"
(started like "2006-01") and last-active < "2006"
(started like "2006-01") and last-active <= "2006-02-01T00:00:01"
(started like "2006-01") and last-active <= "2006-02-21"
(started like "2006-01") and last-active <= "2006-02"
(started like "2006-01") and last-active <= "2006"
(started like "2006-01") and last-active > "2006-02-01T00:00:01"
(started like "2006-01") and last-active > "2006-02-21"
(started like "2006-01") and last-active > "2006-02"
(started like "2006-01") and last-active > "2006"
(started like "2006-01") and last-active >= "2006-02-01T00:00:01"
(started like "2006-01") and last-active >= "2006-02-21"
(started like "2006-01") and last-active >= "2006-02"
(started like "2006-01") and last-active >= "2006"
(started like "2006-01") and last-active like "2006-02-01T00:00:01"
(started like "2006-01") and last-active like "2006-02-21"
(started like "2006-01") and last-active like "2006-02"
(started like "2006-01") and last-active like "2006"
(started like "2006-01") and last-active in ("2006-02-01T00:00:01")
(started like "2006-01") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started like "2006-01") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started like "2006-01") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started like "2006-01") and $author = "yuriy"
(started like "2006-01") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started like "2006-01") and $author < "yuriy"
(started like "2006-01") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started like "2006-01") and $author <= "yuriy"
(started like "2006-01") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started like "2006-01") and $author > "yuriy"
(started like "2006-01") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started like "2006-01") and $author >= "yuriy"
(started like "2006-01") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started like "2006-01") and $author like "yuriy"
(started like "2006-01") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started like "2006-01") and $author in ("yuriy")
(started like "2006-01") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started like "2006-01") and $author in ("yuriy","kostya","nazar","orest")
(started like "2006-01") and pid = "HelloWorld"
(started like "2006-01") and pid < "HelloWorld"
(started like "2006-01") and pid <= "HelloWorld"
(started like "2006-01") and pid > "HelloWorld"
(started like "2006-01") and pid >= "HelloWorld"
(started like "2006-01") and pid like "HelloWorld"
(started like "2006-01") and pid in ("HelloWorld","Hello*","Hello*World")
(started like "2006-01") and pid in ("Hello*","Hello*World")
(started like "2006-01") and pid in ("Hello*World")
(started like "2006-01") and iid = "2006"
(started like "2006-01") and iid < "2006"
(started like "2006-01") and iid <= "2006"
(started like "2006-01") and iid > "2006"
(started like "2006-01") and iid >= "2006"
(started like "2006-01") and iid in ("2006")
(started like "2006-01") and iid in ("2006","20061231")
(started like "2006-01") and status = "active"
(started like "2006-01") and status = "suspended"
(started like "2006-01") and status = "error"
(started like "2006-01") and status = "completed"
(started like "2006-01") and status = "terminated"
(started like "2006-01") and status = "faulted"
(started like "2006-01") and status in ("active","suspended")
(started like "2006-01") and status in ("active","suspended","error","completed","terminated","faulted")
(started like "2006") and last-active = "2006-02-01T00:00:01"
(started like "2006") and last-active = "2006-02-21"
(started like "2006") and last-active = "2006-02"
(started like "2006") and last-active = "2006"
(started like "2006") and last-active < "2006-02-01T00:00:01"
(started like "2006") and last-active < "2006-02-21"
(started like "2006") and last-active < "2006-02"
(started like "2006") and last-active < "2006"
(started like "2006") and last-active <= "2006-02-01T00:00:01"
(started like "2006") and last-active <= "2006-02-21"
(started like "2006") and last-active <= "2006-02"
(started like "2006") and last-active <= "2006"
(started like "2006") and last-active > "2006-02-01T00:00:01"
(started like "2006") and last-active > "2006-02-21"
(started like "2006") and last-active > "2006-02"
(started like "2006") and last-active > "2006"
(started like "2006") and last-active >= "2006-02-01T00:00:01"
(started like "2006") and last-active >= "2006-02-21"
(started like "2006") and last-active >= "2006-02"
(started like "2006") and last-active >= "2006"
(started like "2006") and last-active like "2006-02-01T00:00:01"
(started like "2006") and last-active like "2006-02-21"
(started like "2006") and last-active like "2006-02"
(started like "2006") and last-active like "2006"
(started like "2006") and last-active in ("2006-02-01T00:00:01")
(started like "2006") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started like "2006") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started like "2006") and ${org.apache.ode.BPELProcess}author = "yuriy"
(started like "2006") and $author = "yuriy"
(started like "2006") and ${org.apache.ode.BPELProcess}author < "yuriy"
(started like "2006") and $author < "yuriy"
(started like "2006") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started like "2006") and $author <= "yuriy"
(started like "2006") and ${org.apache.ode.BPELProcess}author > "yuriy"
(started like "2006") and $author > "yuriy"
(started like "2006") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started like "2006") and $author >= "yuriy"
(started like "2006") and ${org.apache.ode.BPELProcess}author like "yuriy"
(started like "2006") and $author like "yuriy"
(started like "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started like "2006") and $author in ("yuriy")
(started like "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started like "2006") and $author in ("yuriy","kostya","nazar","orest")
(started like "2006") and pid = "HelloWorld"
(started like "2006") and pid < "HelloWorld"
(started like "2006") and pid <= "HelloWorld"
(started like "2006") and pid > "HelloWorld"
(started like "2006") and pid >= "HelloWorld"
(started like "2006") and pid like "HelloWorld"
(started like "2006") and pid in ("HelloWorld","Hello*","Hello*World")
(started like "2006") and pid in ("Hello*","Hello*World")
(started like "2006") and pid in ("Hello*World")
(started like "2006") and iid = "2006"
(started like "2006") and iid < "2006"
(started like "2006") and iid <= "2006"
(started like "2006") and iid > "2006"
(started like "2006") and iid >= "2006"
(started like "2006") and iid in ("2006")
(started like "2006") and iid in ("2006","20061231")
(started like "2006") and status = "active"
(started like "2006") and status = "suspended"
(started like "2006") and status = "error"
(started like "2006") and status = "completed"
(started like "2006") and status = "terminated"
(started like "2006") and status = "faulted"
(started like "2006") and status in ("active","suspended")
(started like "2006") and status in ("active","suspended","error","completed","terminated","faulted")
(started in ("2006-01-01T00:00:01")) and last-active = "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01")) and last-active = "2006-02-21"
(started in ("2006-01-01T00:00:01")) and last-active = "2006-02"
(started in ("2006-01-01T00:00:01")) and last-active = "2006"
(started in ("2006-01-01T00:00:01")) and last-active < "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01")) and last-active < "2006-02-21"
(started in ("2006-01-01T00:00:01")) and last-active < "2006-02"
(started in ("2006-01-01T00:00:01")) and last-active < "2006"
(started in ("2006-01-01T00:00:01")) and last-active <= "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01")) and last-active <= "2006-02-21"
(started in ("2006-01-01T00:00:01")) and last-active <= "2006-02"
(started in ("2006-01-01T00:00:01")) and last-active <= "2006"
(started in ("2006-01-01T00:00:01")) and last-active > "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01")) and last-active > "2006-02-21"
(started in ("2006-01-01T00:00:01")) and last-active > "2006-02"
(started in ("2006-01-01T00:00:01")) and last-active > "2006"
(started in ("2006-01-01T00:00:01")) and last-active >= "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01")) and last-active >= "2006-02-21"
(started in ("2006-01-01T00:00:01")) and last-active >= "2006-02"
(started in ("2006-01-01T00:00:01")) and last-active >= "2006"
(started in ("2006-01-01T00:00:01")) and last-active like "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01")) and last-active like "2006-02-21"
(started in ("2006-01-01T00:00:01")) and last-active like "2006-02"
(started in ("2006-01-01T00:00:01")) and last-active like "2006"
(started in ("2006-01-01T00:00:01")) and last-active in ("2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01")) and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started in ("2006-01-01T00:00:01")) and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started in ("2006-01-01T00:00:01")) and ${org.apache.ode.BPELProcess}author = "yuriy"
(started in ("2006-01-01T00:00:01")) and $author = "yuriy"
(started in ("2006-01-01T00:00:01")) and ${org.apache.ode.BPELProcess}author < "yuriy"
(started in ("2006-01-01T00:00:01")) and $author < "yuriy"
(started in ("2006-01-01T00:00:01")) and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started in ("2006-01-01T00:00:01")) and $author <= "yuriy"
(started in ("2006-01-01T00:00:01")) and ${org.apache.ode.BPELProcess}author > "yuriy"
(started in ("2006-01-01T00:00:01")) and $author > "yuriy"
(started in ("2006-01-01T00:00:01")) and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started in ("2006-01-01T00:00:01")) and $author >= "yuriy"
(started in ("2006-01-01T00:00:01")) and ${org.apache.ode.BPELProcess}author like "yuriy"
(started in ("2006-01-01T00:00:01")) and $author like "yuriy"
(started in ("2006-01-01T00:00:01")) and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started in ("2006-01-01T00:00:01")) and $author in ("yuriy")
(started in ("2006-01-01T00:00:01")) and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started in ("2006-01-01T00:00:01")) and $author in ("yuriy","kostya","nazar","orest")
(started in ("2006-01-01T00:00:01")) and pid = "HelloWorld"
(started in ("2006-01-01T00:00:01")) and pid < "HelloWorld"
(started in ("2006-01-01T00:00:01")) and pid <= "HelloWorld"
(started in ("2006-01-01T00:00:01")) and pid > "HelloWorld"
(started in ("2006-01-01T00:00:01")) and pid >= "HelloWorld"
(started in ("2006-01-01T00:00:01")) and pid like "HelloWorld"
(started in ("2006-01-01T00:00:01")) and pid in ("HelloWorld","Hello*","Hello*World")
(started in ("2006-01-01T00:00:01")) and pid in ("Hello*","Hello*World")
(started in ("2006-01-01T00:00:01")) and pid in ("Hello*World")
(started in ("2006-01-01T00:00:01")) and iid = "2006"
(started in ("2006-01-01T00:00:01")) and iid < "2006"
(started in ("2006-01-01T00:00:01")) and iid <= "2006"
(started in ("2006-01-01T00:00:01")) and iid > "2006"
(started in ("2006-01-01T00:00:01")) and iid >= "2006"
(started in ("2006-01-01T00:00:01")) and iid in ("2006")
(started in ("2006-01-01T00:00:01")) and iid in ("2006","20061231")
(started in ("2006-01-01T00:00:01")) and status = "active"
(started in ("2006-01-01T00:00:01")) and status = "suspended"
(started in ("2006-01-01T00:00:01")) and status = "error"
(started in ("2006-01-01T00:00:01")) and status = "completed"
(started in ("2006-01-01T00:00:01")) and status = "terminated"
(started in ("2006-01-01T00:00:01")) and status = "faulted"
(started in ("2006-01-01T00:00:01")) and status in ("active","suspended")
(started in ("2006-01-01T00:00:01")) and status in ("active","suspended","error","completed","terminated","faulted")
(started in ("2006-01-31","2006-01")) and last-active = "2006-02-01T00:00:01"
(started in ("2006-01-31","2006-01")) and last-active = "2006-02-21"
(started in ("2006-01-31","2006-01")) and last-active = "2006-02"
(started in ("2006-01-31","2006-01")) and last-active = "2006"
(started in ("2006-01-31","2006-01")) and last-active < "2006-02-01T00:00:01"
(started in ("2006-01-31","2006-01")) and last-active < "2006-02-21"
(started in ("2006-01-31","2006-01")) and last-active < "2006-02"
(started in ("2006-01-31","2006-01")) and last-active < "2006"
(started in ("2006-01-31","2006-01")) and last-active <= "2006-02-01T00:00:01"
(started in ("2006-01-31","2006-01")) and last-active <= "2006-02-21"
(started in ("2006-01-31","2006-01")) and last-active <= "2006-02"
(started in ("2006-01-31","2006-01")) and last-active <= "2006"
(started in ("2006-01-31","2006-01")) and last-active > "2006-02-01T00:00:01"
(started in ("2006-01-31","2006-01")) and last-active > "2006-02-21"
(started in ("2006-01-31","2006-01")) and last-active > "2006-02"
(started in ("2006-01-31","2006-01")) and last-active > "2006"
(started in ("2006-01-31","2006-01")) and last-active >= "2006-02-01T00:00:01"
(started in ("2006-01-31","2006-01")) and last-active >= "2006-02-21"
(started in ("2006-01-31","2006-01")) and last-active >= "2006-02"
(started in ("2006-01-31","2006-01")) and last-active >= "2006"
(started in ("2006-01-31","2006-01")) and last-active like "2006-02-01T00:00:01"
(started in ("2006-01-31","2006-01")) and last-active like "2006-02-21"
(started in ("2006-01-31","2006-01")) and last-active like "2006-02"
(started in ("2006-01-31","2006-01")) and last-active like "2006"
(started in ("2006-01-31","2006-01")) and last-active in ("2006-02-01T00:00:01")
(started in ("2006-01-31","2006-01")) and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started in ("2006-01-31","2006-01")) and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started in ("2006-01-31","2006-01")) and ${org.apache.ode.BPELProcess}author = "yuriy"
(started in ("2006-01-31","2006-01")) and $author = "yuriy"
(started in ("2006-01-31","2006-01")) and ${org.apache.ode.BPELProcess}author < "yuriy"
(started in ("2006-01-31","2006-01")) and $author < "yuriy"
(started in ("2006-01-31","2006-01")) and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started in ("2006-01-31","2006-01")) and $author <= "yuriy"
(started in ("2006-01-31","2006-01")) and ${org.apache.ode.BPELProcess}author > "yuriy"
(started in ("2006-01-31","2006-01")) and $author > "yuriy"
(started in ("2006-01-31","2006-01")) and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started in ("2006-01-31","2006-01")) and $author >= "yuriy"
(started in ("2006-01-31","2006-01")) and ${org.apache.ode.BPELProcess}author like "yuriy"
(started in ("2006-01-31","2006-01")) and $author like "yuriy"
(started in ("2006-01-31","2006-01")) and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started in ("2006-01-31","2006-01")) and $author in ("yuriy")
(started in ("2006-01-31","2006-01")) and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started in ("2006-01-31","2006-01")) and $author in ("yuriy","kostya","nazar","orest")
(started in ("2006-01-31","2006-01")) and pid = "HelloWorld"
(started in ("2006-01-31","2006-01")) and pid < "HelloWorld"
(started in ("2006-01-31","2006-01")) and pid <= "HelloWorld"
(started in ("2006-01-31","2006-01")) and pid > "HelloWorld"
(started in ("2006-01-31","2006-01")) and pid >= "HelloWorld"
(started in ("2006-01-31","2006-01")) and pid like "HelloWorld"
(started in ("2006-01-31","2006-01")) and pid in ("HelloWorld","Hello*","Hello*World")
(started in ("2006-01-31","2006-01")) and pid in ("Hello*","Hello*World")
(started in ("2006-01-31","2006-01")) and pid in ("Hello*World")
(started in ("2006-01-31","2006-01")) and iid = "2006"
(started in ("2006-01-31","2006-01")) and iid < "2006"
(started in ("2006-01-31","2006-01")) and iid <= "2006"
(started in ("2006-01-31","2006-01")) and iid > "2006"
(started in ("2006-01-31","2006-01")) and iid >= "2006"
(started in ("2006-01-31","2006-01")) and iid in ("2006")
(started in ("2006-01-31","2006-01")) and iid in ("2006","20061231")
(started in ("2006-01-31","2006-01")) and status = "active"
(started in ("2006-01-31","2006-01")) and status = "suspended"
(started in ("2006-01-31","2006-01")) and status = "error"
(started in ("2006-01-31","2006-01")) and status = "completed"
(started in ("2006-01-31","2006-01")) and status = "terminated"
(started in ("2006-01-31","2006-01")) and status = "faulted"
(started in ("2006-01-31","2006-01")) and status in ("active","suspended")
(started in ("2006-01-31","2006-01")) and status in ("active","suspended","error","completed","terminated","faulted")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active = "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active = "2006-02-21"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active = "2006-02"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active = "2006"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active < "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active < "2006-02-21"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active < "2006-02"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active < "2006"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active <= "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active <= "2006-02-21"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active <= "2006-02"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active <= "2006"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active > "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active > "2006-02-21"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active > "2006-02"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active > "2006"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active >= "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active >= "2006-02-21"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active >= "2006-02"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active >= "2006"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active like "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active like "2006-02-21"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active like "2006-02"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active like "2006"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active in ("2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active in ("2006-02-01T00:00:01","2006-02-21")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and ${org.apache.ode.BPELProcess}author = "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and $author = "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and ${org.apache.ode.BPELProcess}author < "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and $author < "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and ${org.apache.ode.BPELProcess}author <= "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and $author <= "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and ${org.apache.ode.BPELProcess}author > "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and $author > "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and ${org.apache.ode.BPELProcess}author >= "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and $author >= "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and ${org.apache.ode.BPELProcess}author like "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and $author like "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and ${org.apache.ode.BPELProcess}author in ("yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and $author in ("yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and $author in ("yuriy","kostya","nazar","orest")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and pid = "HelloWorld"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and pid < "HelloWorld"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and pid <= "HelloWorld"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and pid > "HelloWorld"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and pid >= "HelloWorld"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and pid like "HelloWorld"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and pid in ("HelloWorld","Hello*","Hello*World")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and pid in ("Hello*","Hello*World")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and pid in ("Hello*World")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and iid = "2006"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and iid < "2006"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and iid <= "2006"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and iid > "2006"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and iid >= "2006"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and iid in ("2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and iid in ("2006","20061231")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and status = "active"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and status = "suspended"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and status = "error"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and status = "completed"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and status = "terminated"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and status = "faulted"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and status in ("active","suspended")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and status in ("active","suspended","error","completed","terminated","faulted")
started = "2006-01-01T00:00:01" and (last-active = "2006-02-01T00:00:01")
started = "2006-01-01T00:00:01" and (last-active = "2006-02-21")
started = "2006-01-01T00:00:01" and (last-active = "2006-02")
started = "2006-01-01T00:00:01" and (last-active = "2006")
started = "2006-01-01T00:00:01" and (last-active < "2006-02-01T00:00:01")
started = "2006-01-01T00:00:01" and (last-active < "2006-02-21")
started = "2006-01-01T00:00:01" and (last-active < "2006-02")
started = "2006-01-01T00:00:01" and (last-active < "2006")
started = "2006-01-01T00:00:01" and (last-active <= "2006-02-01T00:00:01")
started = "2006-01-01T00:00:01" and (last-active <= "2006-02-21")
started = "2006-01-01T00:00:01" and (last-active <= "2006-02")
started = "2006-01-01T00:00:01" and (last-active <= "2006")
started = "2006-01-01T00:00:01" and (last-active > "2006-02-01T00:00:01")
started = "2006-01-01T00:00:01" and (last-active > "2006-02-21")
started = "2006-01-01T00:00:01" and (last-active > "2006-02")
started = "2006-01-01T00:00:01" and (last-active > "2006")
started = "2006-01-01T00:00:01" and (last-active >= "2006-02-01T00:00:01")
started = "2006-01-01T00:00:01" and (last-active >= "2006-02-21")
started = "2006-01-01T00:00:01" and (last-active >= "2006-02")
started = "2006-01-01T00:00:01" and (last-active >= "2006")
started = "2006-01-01T00:00:01" and (last-active like "2006-02-01T00:00:01")
started = "2006-01-01T00:00:01" and (last-active like "2006-02-21")
started = "2006-01-01T00:00:01" and (last-active like "2006-02")
started = "2006-01-01T00:00:01" and (last-active like "2006")
started = "2006-01-01T00:00:01" and (last-active in ("2006-02-01T00:00:01"))
started = "2006-01-01T00:00:01" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started = "2006-01-01T00:00:01" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started = "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author = "yuriy")
started = "2006-01-01T00:00:01" and ($author = "yuriy")
started = "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author < "yuriy")
started = "2006-01-01T00:00:01" and ($author < "yuriy")
started = "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started = "2006-01-01T00:00:01" and ($author <= "yuriy")
started = "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author > "yuriy")
started = "2006-01-01T00:00:01" and ($author > "yuriy")
started = "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started = "2006-01-01T00:00:01" and ($author >= "yuriy")
started = "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author like "yuriy")
started = "2006-01-01T00:00:01" and ($author like "yuriy")
started = "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started = "2006-01-01T00:00:01" and ($author in ("yuriy"))
started = "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started = "2006-01-01T00:00:01" and ($author in ("yuriy","kostya","nazar","orest"))
started = "2006-01-01T00:00:01" and (pid = "HelloWorld")
started = "2006-01-01T00:00:01" and (pid < "HelloWorld")
started = "2006-01-01T00:00:01" and (pid <= "HelloWorld")
started = "2006-01-01T00:00:01" and (pid > "HelloWorld")
started = "2006-01-01T00:00:01" and (pid >= "HelloWorld")
started = "2006-01-01T00:00:01" and (pid like "HelloWorld")
started = "2006-01-01T00:00:01" and (pid in ("HelloWorld","Hello*","Hello*World"))
started = "2006-01-01T00:00:01" and (pid in ("Hello*","Hello*World"))
started = "2006-01-01T00:00:01" and (pid in ("Hello*World"))
started = "2006-01-01T00:00:01" and (iid = "2006")
started = "2006-01-01T00:00:01" and (iid < "2006")
started = "2006-01-01T00:00:01" and (iid <= "2006")
started = "2006-01-01T00:00:01" and (iid > "2006")
started = "2006-01-01T00:00:01" and (iid >= "2006")
started = "2006-01-01T00:00:01" and (iid in ("2006"))
started = "2006-01-01T00:00:01" and (iid in ("2006","20061231"))
started = "2006-01-01T00:00:01" and (status = "active")
started = "2006-01-01T00:00:01" and (status = "suspended")
started = "2006-01-01T00:00:01" and (status = "error")
started = "2006-01-01T00:00:01" and (status = "completed")
started = "2006-01-01T00:00:01" and (status = "terminated")
started = "2006-01-01T00:00:01" and (status = "faulted")
started = "2006-01-01T00:00:01" and (status in ("active","suspended"))
started = "2006-01-01T00:00:01" and (status in ("active","suspended","error","completed","terminated","faulted"))
started = "2006-01-31" and (last-active = "2006-02-01T00:00:01")
started = "2006-01-31" and (last-active = "2006-02-21")
started = "2006-01-31" and (last-active = "2006-02")
started = "2006-01-31" and (last-active = "2006")
started = "2006-01-31" and (last-active < "2006-02-01T00:00:01")
started = "2006-01-31" and (last-active < "2006-02-21")
started = "2006-01-31" and (last-active < "2006-02")
started = "2006-01-31" and (last-active < "2006")
started = "2006-01-31" and (last-active <= "2006-02-01T00:00:01")
started = "2006-01-31" and (last-active <= "2006-02-21")
started = "2006-01-31" and (last-active <= "2006-02")
started = "2006-01-31" and (last-active <= "2006")
started = "2006-01-31" and (last-active > "2006-02-01T00:00:01")
started = "2006-01-31" and (last-active > "2006-02-21")
started = "2006-01-31" and (last-active > "2006-02")
started = "2006-01-31" and (last-active > "2006")
started = "2006-01-31" and (last-active >= "2006-02-01T00:00:01")
started = "2006-01-31" and (last-active >= "2006-02-21")
started = "2006-01-31" and (last-active >= "2006-02")
started = "2006-01-31" and (last-active >= "2006")
started = "2006-01-31" and (last-active like "2006-02-01T00:00:01")
started = "2006-01-31" and (last-active like "2006-02-21")
started = "2006-01-31" and (last-active like "2006-02")
started = "2006-01-31" and (last-active like "2006")
started = "2006-01-31" and (last-active in ("2006-02-01T00:00:01"))
started = "2006-01-31" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started = "2006-01-31" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started = "2006-01-31" and (${org.apache.ode.BPELProcess}author = "yuriy")
started = "2006-01-31" and ($author = "yuriy")
started = "2006-01-31" and (${org.apache.ode.BPELProcess}author < "yuriy")
started = "2006-01-31" and ($author < "yuriy")
started = "2006-01-31" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started = "2006-01-31" and ($author <= "yuriy")
started = "2006-01-31" and (${org.apache.ode.BPELProcess}author > "yuriy")
started = "2006-01-31" and ($author > "yuriy")
started = "2006-01-31" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started = "2006-01-31" and ($author >= "yuriy")
started = "2006-01-31" and (${org.apache.ode.BPELProcess}author like "yuriy")
started = "2006-01-31" and ($author like "yuriy")
started = "2006-01-31" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started = "2006-01-31" and ($author in ("yuriy"))
started = "2006-01-31" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started = "2006-01-31" and ($author in ("yuriy","kostya","nazar","orest"))
started = "2006-01-31" and (pid = "HelloWorld")
started = "2006-01-31" and (pid < "HelloWorld")
started = "2006-01-31" and (pid <= "HelloWorld")
started = "2006-01-31" and (pid > "HelloWorld")
started = "2006-01-31" and (pid >= "HelloWorld")
started = "2006-01-31" and (pid like "HelloWorld")
started = "2006-01-31" and (pid in ("HelloWorld","Hello*","Hello*World"))
started = "2006-01-31" and (pid in ("Hello*","Hello*World"))
started = "2006-01-31" and (pid in ("Hello*World"))
started = "2006-01-31" and (iid = "2006")
started = "2006-01-31" and (iid < "2006")
started = "2006-01-31" and (iid <= "2006")
started = "2006-01-31" and (iid > "2006")
started = "2006-01-31" and (iid >= "2006")
started = "2006-01-31" and (iid in ("2006"))
started = "2006-01-31" and (iid in ("2006","20061231"))
started = "2006-01-31" and (status = "active")
started = "2006-01-31" and (status = "suspended")
started = "2006-01-31" and (status = "error")
started = "2006-01-31" and (status = "completed")
started = "2006-01-31" and (status = "terminated")
started = "2006-01-31" and (status = "faulted")
started = "2006-01-31" and (status in ("active","suspended"))
started = "2006-01-31" and (status in ("active","suspended","error","completed","terminated","faulted"))
started = "2006-01" and (last-active = "2006-02-01T00:00:01")
started = "2006-01" and (last-active = "2006-02-21")
started = "2006-01" and (last-active = "2006-02")
started = "2006-01" and (last-active = "2006")
started = "2006-01" and (last-active < "2006-02-01T00:00:01")
started = "2006-01" and (last-active < "2006-02-21")
started = "2006-01" and (last-active < "2006-02")
started = "2006-01" and (last-active < "2006")
started = "2006-01" and (last-active <= "2006-02-01T00:00:01")
started = "2006-01" and (last-active <= "2006-02-21")
started = "2006-01" and (last-active <= "2006-02")
started = "2006-01" and (last-active <= "2006")
started = "2006-01" and (last-active > "2006-02-01T00:00:01")
started = "2006-01" and (last-active > "2006-02-21")
started = "2006-01" and (last-active > "2006-02")
started = "2006-01" and (last-active > "2006")
started = "2006-01" and (last-active >= "2006-02-01T00:00:01")
started = "2006-01" and (last-active >= "2006-02-21")
started = "2006-01" and (last-active >= "2006-02")
started = "2006-01" and (last-active >= "2006")
started = "2006-01" and (last-active like "2006-02-01T00:00:01")
started = "2006-01" and (last-active like "2006-02-21")
started = "2006-01" and (last-active like "2006-02")
started = "2006-01" and (last-active like "2006")
started = "2006-01" and (last-active in ("2006-02-01T00:00:01"))
started = "2006-01" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started = "2006-01" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started = "2006-01" and (${org.apache.ode.BPELProcess}author = "yuriy")
started = "2006-01" and ($author = "yuriy")
started = "2006-01" and (${org.apache.ode.BPELProcess}author < "yuriy")
started = "2006-01" and ($author < "yuriy")
started = "2006-01" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started = "2006-01" and ($author <= "yuriy")
started = "2006-01" and (${org.apache.ode.BPELProcess}author > "yuriy")
started = "2006-01" and ($author > "yuriy")
started = "2006-01" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started = "2006-01" and ($author >= "yuriy")
started = "2006-01" and (${org.apache.ode.BPELProcess}author like "yuriy")
started = "2006-01" and ($author like "yuriy")
started = "2006-01" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started = "2006-01" and ($author in ("yuriy"))
started = "2006-01" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started = "2006-01" and ($author in ("yuriy","kostya","nazar","orest"))
started = "2006-01" and (pid = "HelloWorld")
started = "2006-01" and (pid < "HelloWorld")
started = "2006-01" and (pid <= "HelloWorld")
started = "2006-01" and (pid > "HelloWorld")
started = "2006-01" and (pid >= "HelloWorld")
started = "2006-01" and (pid like "HelloWorld")
started = "2006-01" and (pid in ("HelloWorld","Hello*","Hello*World"))
started = "2006-01" and (pid in ("Hello*","Hello*World"))
started = "2006-01" and (pid in ("Hello*World"))
started = "2006-01" and (iid = "2006")
started = "2006-01" and (iid < "2006")
started = "2006-01" and (iid <= "2006")
started = "2006-01" and (iid > "2006")
started = "2006-01" and (iid >= "2006")
started = "2006-01" and (iid in ("2006"))
started = "2006-01" and (iid in ("2006","20061231"))
started = "2006-01" and (status = "active")
started = "2006-01" and (status = "suspended")
started = "2006-01" and (status = "error")
started = "2006-01" and (status = "completed")
started = "2006-01" and (status = "terminated")
started = "2006-01" and (status = "faulted")
started = "2006-01" and (status in ("active","suspended"))
started = "2006-01" and (status in ("active","suspended","error","completed","terminated","faulted"))
started = "2006" and (last-active = "2006-02-01T00:00:01")
started = "2006" and (last-active = "2006-02-21")
started = "2006" and (last-active = "2006-02")
started = "2006" and (last-active = "2006")
started = "2006" and (last-active < "2006-02-01T00:00:01")
started = "2006" and (last-active < "2006-02-21")
started = "2006" and (last-active < "2006-02")
started = "2006" and (last-active < "2006")
started = "2006" and (last-active <= "2006-02-01T00:00:01")
started = "2006" and (last-active <= "2006-02-21")
started = "2006" and (last-active <= "2006-02")
started = "2006" and (last-active <= "2006")
started = "2006" and (last-active > "2006-02-01T00:00:01")
started = "2006" and (last-active > "2006-02-21")
started = "2006" and (last-active > "2006-02")
started = "2006" and (last-active > "2006")
started = "2006" and (last-active >= "2006-02-01T00:00:01")
started = "2006" and (last-active >= "2006-02-21")
started = "2006" and (last-active >= "2006-02")
started = "2006" and (last-active >= "2006")
started = "2006" and (last-active like "2006-02-01T00:00:01")
started = "2006" and (last-active like "2006-02-21")
started = "2006" and (last-active like "2006-02")
started = "2006" and (last-active like "2006")
started = "2006" and (last-active in ("2006-02-01T00:00:01"))
started = "2006" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started = "2006" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started = "2006" and (${org.apache.ode.BPELProcess}author = "yuriy")
started = "2006" and ($author = "yuriy")
started = "2006" and (${org.apache.ode.BPELProcess}author < "yuriy")
started = "2006" and ($author < "yuriy")
started = "2006" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started = "2006" and ($author <= "yuriy")
started = "2006" and (${org.apache.ode.BPELProcess}author > "yuriy")
started = "2006" and ($author > "yuriy")
started = "2006" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started = "2006" and ($author >= "yuriy")
started = "2006" and (${org.apache.ode.BPELProcess}author like "yuriy")
started = "2006" and ($author like "yuriy")
started = "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started = "2006" and ($author in ("yuriy"))
started = "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started = "2006" and ($author in ("yuriy","kostya","nazar","orest"))
started = "2006" and (pid = "HelloWorld")
started = "2006" and (pid < "HelloWorld")
started = "2006" and (pid <= "HelloWorld")
started = "2006" and (pid > "HelloWorld")
started = "2006" and (pid >= "HelloWorld")
started = "2006" and (pid like "HelloWorld")
started = "2006" and (pid in ("HelloWorld","Hello*","Hello*World"))
started = "2006" and (pid in ("Hello*","Hello*World"))
started = "2006" and (pid in ("Hello*World"))
started = "2006" and (iid = "2006")
started = "2006" and (iid < "2006")
started = "2006" and (iid <= "2006")
started = "2006" and (iid > "2006")
started = "2006" and (iid >= "2006")
started = "2006" and (iid in ("2006"))
started = "2006" and (iid in ("2006","20061231"))
started = "2006" and (status = "active")
started = "2006" and (status = "suspended")
started = "2006" and (status = "error")
started = "2006" and (status = "completed")
started = "2006" and (status = "terminated")
started = "2006" and (status = "faulted")
started = "2006" and (status in ("active","suspended"))
started = "2006" and (status in ("active","suspended","error","completed","terminated","faulted"))
started < "2006-01-01T00:00:01" and (last-active = "2006-02-01T00:00:01")
started < "2006-01-01T00:00:01" and (last-active = "2006-02-21")
started < "2006-01-01T00:00:01" and (last-active = "2006-02")
started < "2006-01-01T00:00:01" and (last-active = "2006")
started < "2006-01-01T00:00:01" and (last-active < "2006-02-01T00:00:01")
started < "2006-01-01T00:00:01" and (last-active < "2006-02-21")
started < "2006-01-01T00:00:01" and (last-active < "2006-02")
started < "2006-01-01T00:00:01" and (last-active < "2006")
started < "2006-01-01T00:00:01" and (last-active <= "2006-02-01T00:00:01")
started < "2006-01-01T00:00:01" and (last-active <= "2006-02-21")
started < "2006-01-01T00:00:01" and (last-active <= "2006-02")
started < "2006-01-01T00:00:01" and (last-active <= "2006")
started < "2006-01-01T00:00:01" and (last-active > "2006-02-01T00:00:01")
started < "2006-01-01T00:00:01" and (last-active > "2006-02-21")
started < "2006-01-01T00:00:01" and (last-active > "2006-02")
started < "2006-01-01T00:00:01" and (last-active > "2006")
started < "2006-01-01T00:00:01" and (last-active >= "2006-02-01T00:00:01")
started < "2006-01-01T00:00:01" and (last-active >= "2006-02-21")
started < "2006-01-01T00:00:01" and (last-active >= "2006-02")
started < "2006-01-01T00:00:01" and (last-active >= "2006")
started < "2006-01-01T00:00:01" and (last-active like "2006-02-01T00:00:01")
started < "2006-01-01T00:00:01" and (last-active like "2006-02-21")
started < "2006-01-01T00:00:01" and (last-active like "2006-02")
started < "2006-01-01T00:00:01" and (last-active like "2006")
started < "2006-01-01T00:00:01" and (last-active in ("2006-02-01T00:00:01"))
started < "2006-01-01T00:00:01" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started < "2006-01-01T00:00:01" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started < "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author = "yuriy")
started < "2006-01-01T00:00:01" and ($author = "yuriy")
started < "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author < "yuriy")
started < "2006-01-01T00:00:01" and ($author < "yuriy")
started < "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started < "2006-01-01T00:00:01" and ($author <= "yuriy")
started < "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author > "yuriy")
started < "2006-01-01T00:00:01" and ($author > "yuriy")
started < "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started < "2006-01-01T00:00:01" and ($author >= "yuriy")
started < "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author like "yuriy")
started < "2006-01-01T00:00:01" and ($author like "yuriy")
started < "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started < "2006-01-01T00:00:01" and ($author in ("yuriy"))
started < "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started < "2006-01-01T00:00:01" and ($author in ("yuriy","kostya","nazar","orest"))
started < "2006-01-01T00:00:01" and (pid = "HelloWorld")
started < "2006-01-01T00:00:01" and (pid < "HelloWorld")
started < "2006-01-01T00:00:01" and (pid <= "HelloWorld")
started < "2006-01-01T00:00:01" and (pid > "HelloWorld")
started < "2006-01-01T00:00:01" and (pid >= "HelloWorld")
started < "2006-01-01T00:00:01" and (pid like "HelloWorld")
started < "2006-01-01T00:00:01" and (pid in ("HelloWorld","Hello*","Hello*World"))
started < "2006-01-01T00:00:01" and (pid in ("Hello*","Hello*World"))
started < "2006-01-01T00:00:01" and (pid in ("Hello*World"))
started < "2006-01-01T00:00:01" and (iid = "2006")
started < "2006-01-01T00:00:01" and (iid < "2006")
started < "2006-01-01T00:00:01" and (iid <= "2006")
started < "2006-01-01T00:00:01" and (iid > "2006")
started < "2006-01-01T00:00:01" and (iid >= "2006")
started < "2006-01-01T00:00:01" and (iid in ("2006"))
started < "2006-01-01T00:00:01" and (iid in ("2006","20061231"))
started < "2006-01-01T00:00:01" and (status = "active")
started < "2006-01-01T00:00:01" and (status = "suspended")
started < "2006-01-01T00:00:01" and (status = "error")
started < "2006-01-01T00:00:01" and (status = "completed")
started < "2006-01-01T00:00:01" and (status = "terminated")
started < "2006-01-01T00:00:01" and (status = "faulted")
started < "2006-01-01T00:00:01" and (status in ("active","suspended"))
started < "2006-01-01T00:00:01" and (status in ("active","suspended","error","completed","terminated","faulted"))
started < "2006-01-31" and (last-active = "2006-02-01T00:00:01")
started < "2006-01-31" and (last-active = "2006-02-21")
started < "2006-01-31" and (last-active = "2006-02")
started < "2006-01-31" and (last-active = "2006")
started < "2006-01-31" and (last-active < "2006-02-01T00:00:01")
started < "2006-01-31" and (last-active < "2006-02-21")
started < "2006-01-31" and (last-active < "2006-02")
started < "2006-01-31" and (last-active < "2006")
started < "2006-01-31" and (last-active <= "2006-02-01T00:00:01")
started < "2006-01-31" and (last-active <= "2006-02-21")
started < "2006-01-31" and (last-active <= "2006-02")
started < "2006-01-31" and (last-active <= "2006")
started < "2006-01-31" and (last-active > "2006-02-01T00:00:01")
started < "2006-01-31" and (last-active > "2006-02-21")
started < "2006-01-31" and (last-active > "2006-02")
started < "2006-01-31" and (last-active > "2006")
started < "2006-01-31" and (last-active >= "2006-02-01T00:00:01")
started < "2006-01-31" and (last-active >= "2006-02-21")
started < "2006-01-31" and (last-active >= "2006-02")
started < "2006-01-31" and (last-active >= "2006")
started < "2006-01-31" and (last-active like "2006-02-01T00:00:01")
started < "2006-01-31" and (last-active like "2006-02-21")
started < "2006-01-31" and (last-active like "2006-02")
started < "2006-01-31" and (last-active like "2006")
started < "2006-01-31" and (last-active in ("2006-02-01T00:00:01"))
started < "2006-01-31" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started < "2006-01-31" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started < "2006-01-31" and (${org.apache.ode.BPELProcess}author = "yuriy")
started < "2006-01-31" and ($author = "yuriy")
started < "2006-01-31" and (${org.apache.ode.BPELProcess}author < "yuriy")
started < "2006-01-31" and ($author < "yuriy")
started < "2006-01-31" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started < "2006-01-31" and ($author <= "yuriy")
started < "2006-01-31" and (${org.apache.ode.BPELProcess}author > "yuriy")
started < "2006-01-31" and ($author > "yuriy")
started < "2006-01-31" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started < "2006-01-31" and ($author >= "yuriy")
started < "2006-01-31" and (${org.apache.ode.BPELProcess}author like "yuriy")
started < "2006-01-31" and ($author like "yuriy")
started < "2006-01-31" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started < "2006-01-31" and ($author in ("yuriy"))
started < "2006-01-31" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started < "2006-01-31" and ($author in ("yuriy","kostya","nazar","orest"))
started < "2006-01-31" and (pid = "HelloWorld")
started < "2006-01-31" and (pid < "HelloWorld")
started < "2006-01-31" and (pid <= "HelloWorld")
started < "2006-01-31" and (pid > "HelloWorld")
started < "2006-01-31" and (pid >= "HelloWorld")
started < "2006-01-31" and (pid like "HelloWorld")
started < "2006-01-31" and (pid in ("HelloWorld","Hello*","Hello*World"))
started < "2006-01-31" and (pid in ("Hello*","Hello*World"))
started < "2006-01-31" and (pid in ("Hello*World"))
started < "2006-01-31" and (iid = "2006")
started < "2006-01-31" and (iid < "2006")
started < "2006-01-31" and (iid <= "2006")
started < "2006-01-31" and (iid > "2006")
started < "2006-01-31" and (iid >= "2006")
started < "2006-01-31" and (iid in ("2006"))
started < "2006-01-31" and (iid in ("2006","20061231"))
started < "2006-01-31" and (status = "active")
started < "2006-01-31" and (status = "suspended")
started < "2006-01-31" and (status = "error")
started < "2006-01-31" and (status = "completed")
started < "2006-01-31" and (status = "terminated")
started < "2006-01-31" and (status = "faulted")
started < "2006-01-31" and (status in ("active","suspended"))
started < "2006-01-31" and (status in ("active","suspended","error","completed","terminated","faulted"))
started < "2006-01" and (last-active = "2006-02-01T00:00:01")
started < "2006-01" and (last-active = "2006-02-21")
started < "2006-01" and (last-active = "2006-02")
started < "2006-01" and (last-active = "2006")
started < "2006-01" and (last-active < "2006-02-01T00:00:01")
started < "2006-01" and (last-active < "2006-02-21")
started < "2006-01" and (last-active < "2006-02")
started < "2006-01" and (last-active < "2006")
started < "2006-01" and (last-active <= "2006-02-01T00:00:01")
started < "2006-01" and (last-active <= "2006-02-21")
started < "2006-01" and (last-active <= "2006-02")
started < "2006-01" and (last-active <= "2006")
started < "2006-01" and (last-active > "2006-02-01T00:00:01")
started < "2006-01" and (last-active > "2006-02-21")
started < "2006-01" and (last-active > "2006-02")
started < "2006-01" and (last-active > "2006")
started < "2006-01" and (last-active >= "2006-02-01T00:00:01")
started < "2006-01" and (last-active >= "2006-02-21")
started < "2006-01" and (last-active >= "2006-02")
started < "2006-01" and (last-active >= "2006")
started < "2006-01" and (last-active like "2006-02-01T00:00:01")
started < "2006-01" and (last-active like "2006-02-21")
started < "2006-01" and (last-active like "2006-02")
started < "2006-01" and (last-active like "2006")
started < "2006-01" and (last-active in ("2006-02-01T00:00:01"))
started < "2006-01" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started < "2006-01" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started < "2006-01" and (${org.apache.ode.BPELProcess}author = "yuriy")
started < "2006-01" and ($author = "yuriy")
started < "2006-01" and (${org.apache.ode.BPELProcess}author < "yuriy")
started < "2006-01" and ($author < "yuriy")
started < "2006-01" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started < "2006-01" and ($author <= "yuriy")
started < "2006-01" and (${org.apache.ode.BPELProcess}author > "yuriy")
started < "2006-01" and ($author > "yuriy")
started < "2006-01" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started < "2006-01" and ($author >= "yuriy")
started < "2006-01" and (${org.apache.ode.BPELProcess}author like "yuriy")
started < "2006-01" and ($author like "yuriy")
started < "2006-01" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started < "2006-01" and ($author in ("yuriy"))
started < "2006-01" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started < "2006-01" and ($author in ("yuriy","kostya","nazar","orest"))
started < "2006-01" and (pid = "HelloWorld")
started < "2006-01" and (pid < "HelloWorld")
started < "2006-01" and (pid <= "HelloWorld")
started < "2006-01" and (pid > "HelloWorld")
started < "2006-01" and (pid >= "HelloWorld")
started < "2006-01" and (pid like "HelloWorld")
started < "2006-01" and (pid in ("HelloWorld","Hello*","Hello*World"))
started < "2006-01" and (pid in ("Hello*","Hello*World"))
started < "2006-01" and (pid in ("Hello*World"))
started < "2006-01" and (iid = "2006")
started < "2006-01" and (iid < "2006")
started < "2006-01" and (iid <= "2006")
started < "2006-01" and (iid > "2006")
started < "2006-01" and (iid >= "2006")
started < "2006-01" and (iid in ("2006"))
started < "2006-01" and (iid in ("2006","20061231"))
started < "2006-01" and (status = "active")
started < "2006-01" and (status = "suspended")
started < "2006-01" and (status = "error")
started < "2006-01" and (status = "completed")
started < "2006-01" and (status = "terminated")
started < "2006-01" and (status = "faulted")
started < "2006-01" and (status in ("active","suspended"))
started < "2006-01" and (status in ("active","suspended","error","completed","terminated","faulted"))
started < "2006" and (last-active = "2006-02-01T00:00:01")
started < "2006" and (last-active = "2006-02-21")
started < "2006" and (last-active = "2006-02")
started < "2006" and (last-active = "2006")
started < "2006" and (last-active < "2006-02-01T00:00:01")
started < "2006" and (last-active < "2006-02-21")
started < "2006" and (last-active < "2006-02")
started < "2006" and (last-active < "2006")
started < "2006" and (last-active <= "2006-02-01T00:00:01")
started < "2006" and (last-active <= "2006-02-21")
started < "2006" and (last-active <= "2006-02")
started < "2006" and (last-active <= "2006")
started < "2006" and (last-active > "2006-02-01T00:00:01")
started < "2006" and (last-active > "2006-02-21")
started < "2006" and (last-active > "2006-02")
started < "2006" and (last-active > "2006")
started < "2006" and (last-active >= "2006-02-01T00:00:01")
started < "2006" and (last-active >= "2006-02-21")
started < "2006" and (last-active >= "2006-02")
started < "2006" and (last-active >= "2006")
started < "2006" and (last-active like "2006-02-01T00:00:01")
started < "2006" and (last-active like "2006-02-21")
started < "2006" and (last-active like "2006-02")
started < "2006" and (last-active like "2006")
started < "2006" and (last-active in ("2006-02-01T00:00:01"))
started < "2006" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started < "2006" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started < "2006" and (${org.apache.ode.BPELProcess}author = "yuriy")
started < "2006" and ($author = "yuriy")
started < "2006" and (${org.apache.ode.BPELProcess}author < "yuriy")
started < "2006" and ($author < "yuriy")
started < "2006" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started < "2006" and ($author <= "yuriy")
started < "2006" and (${org.apache.ode.BPELProcess}author > "yuriy")
started < "2006" and ($author > "yuriy")
started < "2006" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started < "2006" and ($author >= "yuriy")
started < "2006" and (${org.apache.ode.BPELProcess}author like "yuriy")
started < "2006" and ($author like "yuriy")
started < "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started < "2006" and ($author in ("yuriy"))
started < "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started < "2006" and ($author in ("yuriy","kostya","nazar","orest"))
started < "2006" and (pid = "HelloWorld")
started < "2006" and (pid < "HelloWorld")
started < "2006" and (pid <= "HelloWorld")
started < "2006" and (pid > "HelloWorld")
started < "2006" and (pid >= "HelloWorld")
started < "2006" and (pid like "HelloWorld")
started < "2006" and (pid in ("HelloWorld","Hello*","Hello*World"))
started < "2006" and (pid in ("Hello*","Hello*World"))
started < "2006" and (pid in ("Hello*World"))
started < "2006" and (iid = "2006")
started < "2006" and (iid < "2006")
started < "2006" and (iid <= "2006")
started < "2006" and (iid > "2006")
started < "2006" and (iid >= "2006")
started < "2006" and (iid in ("2006"))
started < "2006" and (iid in ("2006","20061231"))
started < "2006" and (status = "active")
started < "2006" and (status = "suspended")
started < "2006" and (status = "error")
started < "2006" and (status = "completed")
started < "2006" and (status = "terminated")
started < "2006" and (status = "faulted")
started < "2006" and (status in ("active","suspended"))
started < "2006" and (status in ("active","suspended","error","completed","terminated","faulted"))
started <= "2006-01-01T00:00:01" and (last-active = "2006-02-01T00:00:01")
started <= "2006-01-01T00:00:01" and (last-active = "2006-02-21")
started <= "2006-01-01T00:00:01" and (last-active = "2006-02")
started <= "2006-01-01T00:00:01" and (last-active = "2006")
started <= "2006-01-01T00:00:01" and (last-active < "2006-02-01T00:00:01")
started <= "2006-01-01T00:00:01" and (last-active < "2006-02-21")
started <= "2006-01-01T00:00:01" and (last-active < "2006-02")
started <= "2006-01-01T00:00:01" and (last-active < "2006")
started <= "2006-01-01T00:00:01" and (last-active <= "2006-02-01T00:00:01")
started <= "2006-01-01T00:00:01" and (last-active <= "2006-02-21")
started <= "2006-01-01T00:00:01" and (last-active <= "2006-02")
started <= "2006-01-01T00:00:01" and (last-active <= "2006")
started <= "2006-01-01T00:00:01" and (last-active > "2006-02-01T00:00:01")
started <= "2006-01-01T00:00:01" and (last-active > "2006-02-21")
started <= "2006-01-01T00:00:01" and (last-active > "2006-02")
started <= "2006-01-01T00:00:01" and (last-active > "2006")
started <= "2006-01-01T00:00:01" and (last-active >= "2006-02-01T00:00:01")
started <= "2006-01-01T00:00:01" and (last-active >= "2006-02-21")
started <= "2006-01-01T00:00:01" and (last-active >= "2006-02")
started <= "2006-01-01T00:00:01" and (last-active >= "2006")
started <= "2006-01-01T00:00:01" and (last-active like "2006-02-01T00:00:01")
started <= "2006-01-01T00:00:01" and (last-active like "2006-02-21")
started <= "2006-01-01T00:00:01" and (last-active like "2006-02")
started <= "2006-01-01T00:00:01" and (last-active like "2006")
started <= "2006-01-01T00:00:01" and (last-active in ("2006-02-01T00:00:01"))
started <= "2006-01-01T00:00:01" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started <= "2006-01-01T00:00:01" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started <= "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author = "yuriy")
started <= "2006-01-01T00:00:01" and ($author = "yuriy")
started <= "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author < "yuriy")
started <= "2006-01-01T00:00:01" and ($author < "yuriy")
started <= "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started <= "2006-01-01T00:00:01" and ($author <= "yuriy")
started <= "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author > "yuriy")
started <= "2006-01-01T00:00:01" and ($author > "yuriy")
started <= "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started <= "2006-01-01T00:00:01" and ($author >= "yuriy")
started <= "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author like "yuriy")
started <= "2006-01-01T00:00:01" and ($author like "yuriy")
started <= "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started <= "2006-01-01T00:00:01" and ($author in ("yuriy"))
started <= "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started <= "2006-01-01T00:00:01" and ($author in ("yuriy","kostya","nazar","orest"))
started <= "2006-01-01T00:00:01" and (pid = "HelloWorld")
started <= "2006-01-01T00:00:01" and (pid < "HelloWorld")
started <= "2006-01-01T00:00:01" and (pid <= "HelloWorld")
started <= "2006-01-01T00:00:01" and (pid > "HelloWorld")
started <= "2006-01-01T00:00:01" and (pid >= "HelloWorld")
started <= "2006-01-01T00:00:01" and (pid like "HelloWorld")
started <= "2006-01-01T00:00:01" and (pid in ("HelloWorld","Hello*","Hello*World"))
started <= "2006-01-01T00:00:01" and (pid in ("Hello*","Hello*World"))
started <= "2006-01-01T00:00:01" and (pid in ("Hello*World"))
started <= "2006-01-01T00:00:01" and (iid = "2006")
started <= "2006-01-01T00:00:01" and (iid < "2006")
started <= "2006-01-01T00:00:01" and (iid <= "2006")
started <= "2006-01-01T00:00:01" and (iid > "2006")
started <= "2006-01-01T00:00:01" and (iid >= "2006")
started <= "2006-01-01T00:00:01" and (iid in ("2006"))
started <= "2006-01-01T00:00:01" and (iid in ("2006","20061231"))
started <= "2006-01-01T00:00:01" and (status = "active")
started <= "2006-01-01T00:00:01" and (status = "suspended")
started <= "2006-01-01T00:00:01" and (status = "error")
started <= "2006-01-01T00:00:01" and (status = "completed")
started <= "2006-01-01T00:00:01" and (status = "terminated")
started <= "2006-01-01T00:00:01" and (status = "faulted")
started <= "2006-01-01T00:00:01" and (status in ("active","suspended"))
started <= "2006-01-01T00:00:01" and (status in ("active","suspended","error","completed","terminated","faulted"))
started <= "2006-01-31" and (last-active = "2006-02-01T00:00:01")
started <= "2006-01-31" and (last-active = "2006-02-21")
started <= "2006-01-31" and (last-active = "2006-02")
started <= "2006-01-31" and (last-active = "2006")
started <= "2006-01-31" and (last-active < "2006-02-01T00:00:01")
started <= "2006-01-31" and (last-active < "2006-02-21")
started <= "2006-01-31" and (last-active < "2006-02")
started <= "2006-01-31" and (last-active < "2006")
started <= "2006-01-31" and (last-active <= "2006-02-01T00:00:01")
started <= "2006-01-31" and (last-active <= "2006-02-21")
started <= "2006-01-31" and (last-active <= "2006-02")
started <= "2006-01-31" and (last-active <= "2006")
started <= "2006-01-31" and (last-active > "2006-02-01T00:00:01")
started <= "2006-01-31" and (last-active > "2006-02-21")
started <= "2006-01-31" and (last-active > "2006-02")
started <= "2006-01-31" and (last-active > "2006")
started <= "2006-01-31" and (last-active >= "2006-02-01T00:00:01")
started <= "2006-01-31" and (last-active >= "2006-02-21")
started <= "2006-01-31" and (last-active >= "2006-02")
started <= "2006-01-31" and (last-active >= "2006")
started <= "2006-01-31" and (last-active like "2006-02-01T00:00:01")
started <= "2006-01-31" and (last-active like "2006-02-21")
started <= "2006-01-31" and (last-active like "2006-02")
started <= "2006-01-31" and (last-active like "2006")
started <= "2006-01-31" and (last-active in ("2006-02-01T00:00:01"))
started <= "2006-01-31" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started <= "2006-01-31" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started <= "2006-01-31" and (${org.apache.ode.BPELProcess}author = "yuriy")
started <= "2006-01-31" and ($author = "yuriy")
started <= "2006-01-31" and (${org.apache.ode.BPELProcess}author < "yuriy")
started <= "2006-01-31" and ($author < "yuriy")
started <= "2006-01-31" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started <= "2006-01-31" and ($author <= "yuriy")
started <= "2006-01-31" and (${org.apache.ode.BPELProcess}author > "yuriy")
started <= "2006-01-31" and ($author > "yuriy")
started <= "2006-01-31" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started <= "2006-01-31" and ($author >= "yuriy")
started <= "2006-01-31" and (${org.apache.ode.BPELProcess}author like "yuriy")
started <= "2006-01-31" and ($author like "yuriy")
started <= "2006-01-31" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started <= "2006-01-31" and ($author in ("yuriy"))
started <= "2006-01-31" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started <= "2006-01-31" and ($author in ("yuriy","kostya","nazar","orest"))
started <= "2006-01-31" and (pid = "HelloWorld")
started <= "2006-01-31" and (pid < "HelloWorld")
started <= "2006-01-31" and (pid <= "HelloWorld")
started <= "2006-01-31" and (pid > "HelloWorld")
started <= "2006-01-31" and (pid >= "HelloWorld")
started <= "2006-01-31" and (pid like "HelloWorld")
started <= "2006-01-31" and (pid in ("HelloWorld","Hello*","Hello*World"))
started <= "2006-01-31" and (pid in ("Hello*","Hello*World"))
started <= "2006-01-31" and (pid in ("Hello*World"))
started <= "2006-01-31" and (iid = "2006")
started <= "2006-01-31" and (iid < "2006")
started <= "2006-01-31" and (iid <= "2006")
started <= "2006-01-31" and (iid > "2006")
started <= "2006-01-31" and (iid >= "2006")
started <= "2006-01-31" and (iid in ("2006"))
started <= "2006-01-31" and (iid in ("2006","20061231"))
started <= "2006-01-31" and (status = "active")
started <= "2006-01-31" and (status = "suspended")
started <= "2006-01-31" and (status = "error")
started <= "2006-01-31" and (status = "completed")
started <= "2006-01-31" and (status = "terminated")
started <= "2006-01-31" and (status = "faulted")
started <= "2006-01-31" and (status in ("active","suspended"))
started <= "2006-01-31" and (status in ("active","suspended","error","completed","terminated","faulted"))
started <= "2006-01" and (last-active = "2006-02-01T00:00:01")
started <= "2006-01" and (last-active = "2006-02-21")
started <= "2006-01" and (last-active = "2006-02")
started <= "2006-01" and (last-active = "2006")
started <= "2006-01" and (last-active < "2006-02-01T00:00:01")
started <= "2006-01" and (last-active < "2006-02-21")
started <= "2006-01" and (last-active < "2006-02")
started <= "2006-01" and (last-active < "2006")
started <= "2006-01" and (last-active <= "2006-02-01T00:00:01")
started <= "2006-01" and (last-active <= "2006-02-21")
started <= "2006-01" and (last-active <= "2006-02")
started <= "2006-01" and (last-active <= "2006")
started <= "2006-01" and (last-active > "2006-02-01T00:00:01")
started <= "2006-01" and (last-active > "2006-02-21")
started <= "2006-01" and (last-active > "2006-02")
started <= "2006-01" and (last-active > "2006")
started <= "2006-01" and (last-active >= "2006-02-01T00:00:01")
started <= "2006-01" and (last-active >= "2006-02-21")
started <= "2006-01" and (last-active >= "2006-02")
started <= "2006-01" and (last-active >= "2006")
started <= "2006-01" and (last-active like "2006-02-01T00:00:01")
started <= "2006-01" and (last-active like "2006-02-21")
started <= "2006-01" and (last-active like "2006-02")
started <= "2006-01" and (last-active like "2006")
started <= "2006-01" and (last-active in ("2006-02-01T00:00:01"))
started <= "2006-01" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started <= "2006-01" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started <= "2006-01" and (${org.apache.ode.BPELProcess}author = "yuriy")
started <= "2006-01" and ($author = "yuriy")
started <= "2006-01" and (${org.apache.ode.BPELProcess}author < "yuriy")
started <= "2006-01" and ($author < "yuriy")
started <= "2006-01" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started <= "2006-01" and ($author <= "yuriy")
started <= "2006-01" and (${org.apache.ode.BPELProcess}author > "yuriy")
started <= "2006-01" and ($author > "yuriy")
started <= "2006-01" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started <= "2006-01" and ($author >= "yuriy")
started <= "2006-01" and (${org.apache.ode.BPELProcess}author like "yuriy")
started <= "2006-01" and ($author like "yuriy")
started <= "2006-01" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started <= "2006-01" and ($author in ("yuriy"))
started <= "2006-01" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started <= "2006-01" and ($author in ("yuriy","kostya","nazar","orest"))
started <= "2006-01" and (pid = "HelloWorld")
started <= "2006-01" and (pid < "HelloWorld")
started <= "2006-01" and (pid <= "HelloWorld")
started <= "2006-01" and (pid > "HelloWorld")
started <= "2006-01" and (pid >= "HelloWorld")
started <= "2006-01" and (pid like "HelloWorld")
started <= "2006-01" and (pid in ("HelloWorld","Hello*","Hello*World"))
started <= "2006-01" and (pid in ("Hello*","Hello*World"))
started <= "2006-01" and (pid in ("Hello*World"))
started <= "2006-01" and (iid = "2006")
started <= "2006-01" and (iid < "2006")
started <= "2006-01" and (iid <= "2006")
started <= "2006-01" and (iid > "2006")
started <= "2006-01" and (iid >= "2006")
started <= "2006-01" and (iid in ("2006"))
started <= "2006-01" and (iid in ("2006","20061231"))
started <= "2006-01" and (status = "active")
started <= "2006-01" and (status = "suspended")
started <= "2006-01" and (status = "error")
started <= "2006-01" and (status = "completed")
started <= "2006-01" and (status = "terminated")
started <= "2006-01" and (status = "faulted")
started <= "2006-01" and (status in ("active","suspended"))
started <= "2006-01" and (status in ("active","suspended","error","completed","terminated","faulted"))
started <= "2006" and (last-active = "2006-02-01T00:00:01")
started <= "2006" and (last-active = "2006-02-21")
started <= "2006" and (last-active = "2006-02")
started <= "2006" and (last-active = "2006")
started <= "2006" and (last-active < "2006-02-01T00:00:01")
started <= "2006" and (last-active < "2006-02-21")
started <= "2006" and (last-active < "2006-02")
started <= "2006" and (last-active < "2006")
started <= "2006" and (last-active <= "2006-02-01T00:00:01")
started <= "2006" and (last-active <= "2006-02-21")
started <= "2006" and (last-active <= "2006-02")
started <= "2006" and (last-active <= "2006")
started <= "2006" and (last-active > "2006-02-01T00:00:01")
started <= "2006" and (last-active > "2006-02-21")
started <= "2006" and (last-active > "2006-02")
started <= "2006" and (last-active > "2006")
started <= "2006" and (last-active >= "2006-02-01T00:00:01")
started <= "2006" and (last-active >= "2006-02-21")
started <= "2006" and (last-active >= "2006-02")
started <= "2006" and (last-active >= "2006")
started <= "2006" and (last-active like "2006-02-01T00:00:01")
started <= "2006" and (last-active like "2006-02-21")
started <= "2006" and (last-active like "2006-02")
started <= "2006" and (last-active like "2006")
started <= "2006" and (last-active in ("2006-02-01T00:00:01"))
started <= "2006" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started <= "2006" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started <= "2006" and (${org.apache.ode.BPELProcess}author = "yuriy")
started <= "2006" and ($author = "yuriy")
started <= "2006" and (${org.apache.ode.BPELProcess}author < "yuriy")
started <= "2006" and ($author < "yuriy")
started <= "2006" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started <= "2006" and ($author <= "yuriy")
started <= "2006" and (${org.apache.ode.BPELProcess}author > "yuriy")
started <= "2006" and ($author > "yuriy")
started <= "2006" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started <= "2006" and ($author >= "yuriy")
started <= "2006" and (${org.apache.ode.BPELProcess}author like "yuriy")
started <= "2006" and ($author like "yuriy")
started <= "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started <= "2006" and ($author in ("yuriy"))
started <= "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started <= "2006" and ($author in ("yuriy","kostya","nazar","orest"))
started <= "2006" and (pid = "HelloWorld")
started <= "2006" and (pid < "HelloWorld")
started <= "2006" and (pid <= "HelloWorld")
started <= "2006" and (pid > "HelloWorld")
started <= "2006" and (pid >= "HelloWorld")
started <= "2006" and (pid like "HelloWorld")
started <= "2006" and (pid in ("HelloWorld","Hello*","Hello*World"))
started <= "2006" and (pid in ("Hello*","Hello*World"))
started <= "2006" and (pid in ("Hello*World"))
started <= "2006" and (iid = "2006")
started <= "2006" and (iid < "2006")
started <= "2006" and (iid <= "2006")
started <= "2006" and (iid > "2006")
started <= "2006" and (iid >= "2006")
started <= "2006" and (iid in ("2006"))
started <= "2006" and (iid in ("2006","20061231"))
started <= "2006" and (status = "active")
started <= "2006" and (status = "suspended")
started <= "2006" and (status = "error")
started <= "2006" and (status = "completed")
started <= "2006" and (status = "terminated")
started <= "2006" and (status = "faulted")
started <= "2006" and (status in ("active","suspended"))
started <= "2006" and (status in ("active","suspended","error","completed","terminated","faulted"))
started > "2006-01-01T00:00:01" and (last-active = "2006-02-01T00:00:01")
started > "2006-01-01T00:00:01" and (last-active = "2006-02-21")
started > "2006-01-01T00:00:01" and (last-active = "2006-02")
started > "2006-01-01T00:00:01" and (last-active = "2006")
started > "2006-01-01T00:00:01" and (last-active < "2006-02-01T00:00:01")
started > "2006-01-01T00:00:01" and (last-active < "2006-02-21")
started > "2006-01-01T00:00:01" and (last-active < "2006-02")
started > "2006-01-01T00:00:01" and (last-active < "2006")
started > "2006-01-01T00:00:01" and (last-active <= "2006-02-01T00:00:01")
started > "2006-01-01T00:00:01" and (last-active <= "2006-02-21")
started > "2006-01-01T00:00:01" and (last-active <= "2006-02")
started > "2006-01-01T00:00:01" and (last-active <= "2006")
started > "2006-01-01T00:00:01" and (last-active > "2006-02-01T00:00:01")
started > "2006-01-01T00:00:01" and (last-active > "2006-02-21")
started > "2006-01-01T00:00:01" and (last-active > "2006-02")
started > "2006-01-01T00:00:01" and (last-active > "2006")
started > "2006-01-01T00:00:01" and (last-active >= "2006-02-01T00:00:01")
started > "2006-01-01T00:00:01" and (last-active >= "2006-02-21")
started > "2006-01-01T00:00:01" and (last-active >= "2006-02")
started > "2006-01-01T00:00:01" and (last-active >= "2006")
started > "2006-01-01T00:00:01" and (last-active like "2006-02-01T00:00:01")
started > "2006-01-01T00:00:01" and (last-active like "2006-02-21")
started > "2006-01-01T00:00:01" and (last-active like "2006-02")
started > "2006-01-01T00:00:01" and (last-active like "2006")
started > "2006-01-01T00:00:01" and (last-active in ("2006-02-01T00:00:01"))
started > "2006-01-01T00:00:01" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started > "2006-01-01T00:00:01" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started > "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author = "yuriy")
started > "2006-01-01T00:00:01" and ($author = "yuriy")
started > "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author < "yuriy")
started > "2006-01-01T00:00:01" and ($author < "yuriy")
started > "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started > "2006-01-01T00:00:01" and ($author <= "yuriy")
started > "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author > "yuriy")
started > "2006-01-01T00:00:01" and ($author > "yuriy")
started > "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started > "2006-01-01T00:00:01" and ($author >= "yuriy")
started > "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author like "yuriy")
started > "2006-01-01T00:00:01" and ($author like "yuriy")
started > "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started > "2006-01-01T00:00:01" and ($author in ("yuriy"))
started > "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started > "2006-01-01T00:00:01" and ($author in ("yuriy","kostya","nazar","orest"))
started > "2006-01-01T00:00:01" and (pid = "HelloWorld")
started > "2006-01-01T00:00:01" and (pid < "HelloWorld")
started > "2006-01-01T00:00:01" and (pid <= "HelloWorld")
started > "2006-01-01T00:00:01" and (pid > "HelloWorld")
started > "2006-01-01T00:00:01" and (pid >= "HelloWorld")
started > "2006-01-01T00:00:01" and (pid like "HelloWorld")
started > "2006-01-01T00:00:01" and (pid in ("HelloWorld","Hello*","Hello*World"))
started > "2006-01-01T00:00:01" and (pid in ("Hello*","Hello*World"))
started > "2006-01-01T00:00:01" and (pid in ("Hello*World"))
started > "2006-01-01T00:00:01" and (iid = "2006")
started > "2006-01-01T00:00:01" and (iid < "2006")
started > "2006-01-01T00:00:01" and (iid <= "2006")
started > "2006-01-01T00:00:01" and (iid > "2006")
started > "2006-01-01T00:00:01" and (iid >= "2006")
started > "2006-01-01T00:00:01" and (iid in ("2006"))
started > "2006-01-01T00:00:01" and (iid in ("2006","20061231"))
started > "2006-01-01T00:00:01" and (status = "active")
started > "2006-01-01T00:00:01" and (status = "suspended")
started > "2006-01-01T00:00:01" and (status = "error")
started > "2006-01-01T00:00:01" and (status = "completed")
started > "2006-01-01T00:00:01" and (status = "terminated")
started > "2006-01-01T00:00:01" and (status = "faulted")
started > "2006-01-01T00:00:01" and (status in ("active","suspended"))
started > "2006-01-01T00:00:01" and (status in ("active","suspended","error","completed","terminated","faulted"))
started > "2006-01-31" and (last-active = "2006-02-01T00:00:01")
started > "2006-01-31" and (last-active = "2006-02-21")
started > "2006-01-31" and (last-active = "2006-02")
started > "2006-01-31" and (last-active = "2006")
started > "2006-01-31" and (last-active < "2006-02-01T00:00:01")
started > "2006-01-31" and (last-active < "2006-02-21")
started > "2006-01-31" and (last-active < "2006-02")
started > "2006-01-31" and (last-active < "2006")
started > "2006-01-31" and (last-active <= "2006-02-01T00:00:01")
started > "2006-01-31" and (last-active <= "2006-02-21")
started > "2006-01-31" and (last-active <= "2006-02")
started > "2006-01-31" and (last-active <= "2006")
started > "2006-01-31" and (last-active > "2006-02-01T00:00:01")
started > "2006-01-31" and (last-active > "2006-02-21")
started > "2006-01-31" and (last-active > "2006-02")
started > "2006-01-31" and (last-active > "2006")
started > "2006-01-31" and (last-active >= "2006-02-01T00:00:01")
started > "2006-01-31" and (last-active >= "2006-02-21")
started > "2006-01-31" and (last-active >= "2006-02")
started > "2006-01-31" and (last-active >= "2006")
started > "2006-01-31" and (last-active like "2006-02-01T00:00:01")
started > "2006-01-31" and (last-active like "2006-02-21")
started > "2006-01-31" and (last-active like "2006-02")
started > "2006-01-31" and (last-active like "2006")
started > "2006-01-31" and (last-active in ("2006-02-01T00:00:01"))
started > "2006-01-31" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started > "2006-01-31" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started > "2006-01-31" and (${org.apache.ode.BPELProcess}author = "yuriy")
started > "2006-01-31" and ($author = "yuriy")
started > "2006-01-31" and (${org.apache.ode.BPELProcess}author < "yuriy")
started > "2006-01-31" and ($author < "yuriy")
started > "2006-01-31" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started > "2006-01-31" and ($author <= "yuriy")
started > "2006-01-31" and (${org.apache.ode.BPELProcess}author > "yuriy")
started > "2006-01-31" and ($author > "yuriy")
started > "2006-01-31" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started > "2006-01-31" and ($author >= "yuriy")
started > "2006-01-31" and (${org.apache.ode.BPELProcess}author like "yuriy")
started > "2006-01-31" and ($author like "yuriy")
started > "2006-01-31" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started > "2006-01-31" and ($author in ("yuriy"))
started > "2006-01-31" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started > "2006-01-31" and ($author in ("yuriy","kostya","nazar","orest"))
started > "2006-01-31" and (pid = "HelloWorld")
started > "2006-01-31" and (pid < "HelloWorld")
started > "2006-01-31" and (pid <= "HelloWorld")
started > "2006-01-31" and (pid > "HelloWorld")
started > "2006-01-31" and (pid >= "HelloWorld")
started > "2006-01-31" and (pid like "HelloWorld")
started > "2006-01-31" and (pid in ("HelloWorld","Hello*","Hello*World"))
started > "2006-01-31" and (pid in ("Hello*","Hello*World"))
started > "2006-01-31" and (pid in ("Hello*World"))
started > "2006-01-31" and (iid = "2006")
started > "2006-01-31" and (iid < "2006")
started > "2006-01-31" and (iid <= "2006")
started > "2006-01-31" and (iid > "2006")
started > "2006-01-31" and (iid >= "2006")
started > "2006-01-31" and (iid in ("2006"))
started > "2006-01-31" and (iid in ("2006","20061231"))
started > "2006-01-31" and (status = "active")
started > "2006-01-31" and (status = "suspended")
started > "2006-01-31" and (status = "error")
started > "2006-01-31" and (status = "completed")
started > "2006-01-31" and (status = "terminated")
started > "2006-01-31" and (status = "faulted")
started > "2006-01-31" and (status in ("active","suspended"))
started > "2006-01-31" and (status in ("active","suspended","error","completed","terminated","faulted"))
started > "2006-01" and (last-active = "2006-02-01T00:00:01")
started > "2006-01" and (last-active = "2006-02-21")
started > "2006-01" and (last-active = "2006-02")
started > "2006-01" and (last-active = "2006")
started > "2006-01" and (last-active < "2006-02-01T00:00:01")
started > "2006-01" and (last-active < "2006-02-21")
started > "2006-01" and (last-active < "2006-02")
started > "2006-01" and (last-active < "2006")
started > "2006-01" and (last-active <= "2006-02-01T00:00:01")
started > "2006-01" and (last-active <= "2006-02-21")
started > "2006-01" and (last-active <= "2006-02")
started > "2006-01" and (last-active <= "2006")
started > "2006-01" and (last-active > "2006-02-01T00:00:01")
started > "2006-01" and (last-active > "2006-02-21")
started > "2006-01" and (last-active > "2006-02")
started > "2006-01" and (last-active > "2006")
started > "2006-01" and (last-active >= "2006-02-01T00:00:01")
started > "2006-01" and (last-active >= "2006-02-21")
started > "2006-01" and (last-active >= "2006-02")
started > "2006-01" and (last-active >= "2006")
started > "2006-01" and (last-active like "2006-02-01T00:00:01")
started > "2006-01" and (last-active like "2006-02-21")
started > "2006-01" and (last-active like "2006-02")
started > "2006-01" and (last-active like "2006")
started > "2006-01" and (last-active in ("2006-02-01T00:00:01"))
started > "2006-01" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started > "2006-01" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started > "2006-01" and (${org.apache.ode.BPELProcess}author = "yuriy")
started > "2006-01" and ($author = "yuriy")
started > "2006-01" and (${org.apache.ode.BPELProcess}author < "yuriy")
started > "2006-01" and ($author < "yuriy")
started > "2006-01" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started > "2006-01" and ($author <= "yuriy")
started > "2006-01" and (${org.apache.ode.BPELProcess}author > "yuriy")
started > "2006-01" and ($author > "yuriy")
started > "2006-01" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started > "2006-01" and ($author >= "yuriy")
started > "2006-01" and (${org.apache.ode.BPELProcess}author like "yuriy")
started > "2006-01" and ($author like "yuriy")
started > "2006-01" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started > "2006-01" and ($author in ("yuriy"))
started > "2006-01" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started > "2006-01" and ($author in ("yuriy","kostya","nazar","orest"))
started > "2006-01" and (pid = "HelloWorld")
started > "2006-01" and (pid < "HelloWorld")
started > "2006-01" and (pid <= "HelloWorld")
started > "2006-01" and (pid > "HelloWorld")
started > "2006-01" and (pid >= "HelloWorld")
started > "2006-01" and (pid like "HelloWorld")
started > "2006-01" and (pid in ("HelloWorld","Hello*","Hello*World"))
started > "2006-01" and (pid in ("Hello*","Hello*World"))
started > "2006-01" and (pid in ("Hello*World"))
started > "2006-01" and (iid = "2006")
started > "2006-01" and (iid < "2006")
started > "2006-01" and (iid <= "2006")
started > "2006-01" and (iid > "2006")
started > "2006-01" and (iid >= "2006")
started > "2006-01" and (iid in ("2006"))
started > "2006-01" and (iid in ("2006","20061231"))
started > "2006-01" and (status = "active")
started > "2006-01" and (status = "suspended")
started > "2006-01" and (status = "error")
started > "2006-01" and (status = "completed")
started > "2006-01" and (status = "terminated")
started > "2006-01" and (status = "faulted")
started > "2006-01" and (status in ("active","suspended"))
started > "2006-01" and (status in ("active","suspended","error","completed","terminated","faulted"))
started > "2006" and (last-active = "2006-02-01T00:00:01")
started > "2006" and (last-active = "2006-02-21")
started > "2006" and (last-active = "2006-02")
started > "2006" and (last-active = "2006")
started > "2006" and (last-active < "2006-02-01T00:00:01")
started > "2006" and (last-active < "2006-02-21")
started > "2006" and (last-active < "2006-02")
started > "2006" and (last-active < "2006")
started > "2006" and (last-active <= "2006-02-01T00:00:01")
started > "2006" and (last-active <= "2006-02-21")
started > "2006" and (last-active <= "2006-02")
started > "2006" and (last-active <= "2006")
started > "2006" and (last-active > "2006-02-01T00:00:01")
started > "2006" and (last-active > "2006-02-21")
started > "2006" and (last-active > "2006-02")
started > "2006" and (last-active > "2006")
started > "2006" and (last-active >= "2006-02-01T00:00:01")
started > "2006" and (last-active >= "2006-02-21")
started > "2006" and (last-active >= "2006-02")
started > "2006" and (last-active >= "2006")
started > "2006" and (last-active like "2006-02-01T00:00:01")
started > "2006" and (last-active like "2006-02-21")
started > "2006" and (last-active like "2006-02")
started > "2006" and (last-active like "2006")
started > "2006" and (last-active in ("2006-02-01T00:00:01"))
started > "2006" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started > "2006" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started > "2006" and (${org.apache.ode.BPELProcess}author = "yuriy")
started > "2006" and ($author = "yuriy")
started > "2006" and (${org.apache.ode.BPELProcess}author < "yuriy")
started > "2006" and ($author < "yuriy")
started > "2006" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started > "2006" and ($author <= "yuriy")
started > "2006" and (${org.apache.ode.BPELProcess}author > "yuriy")
started > "2006" and ($author > "yuriy")
started > "2006" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started > "2006" and ($author >= "yuriy")
started > "2006" and (${org.apache.ode.BPELProcess}author like "yuriy")
started > "2006" and ($author like "yuriy")
started > "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started > "2006" and ($author in ("yuriy"))
started > "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started > "2006" and ($author in ("yuriy","kostya","nazar","orest"))
started > "2006" and (pid = "HelloWorld")
started > "2006" and (pid < "HelloWorld")
started > "2006" and (pid <= "HelloWorld")
started > "2006" and (pid > "HelloWorld")
started > "2006" and (pid >= "HelloWorld")
started > "2006" and (pid like "HelloWorld")
started > "2006" and (pid in ("HelloWorld","Hello*","Hello*World"))
started > "2006" and (pid in ("Hello*","Hello*World"))
started > "2006" and (pid in ("Hello*World"))
started > "2006" and (iid = "2006")
started > "2006" and (iid < "2006")
started > "2006" and (iid <= "2006")
started > "2006" and (iid > "2006")
started > "2006" and (iid >= "2006")
started > "2006" and (iid in ("2006"))
started > "2006" and (iid in ("2006","20061231"))
started > "2006" and (status = "active")
started > "2006" and (status = "suspended")
started > "2006" and (status = "error")
started > "2006" and (status = "completed")
started > "2006" and (status = "terminated")
started > "2006" and (status = "faulted")
started > "2006" and (status in ("active","suspended"))
started > "2006" and (status in ("active","suspended","error","completed","terminated","faulted"))
started >= "2006-01-01T00:00:01" and (last-active = "2006-02-01T00:00:01")
started >= "2006-01-01T00:00:01" and (last-active = "2006-02-21")
started >= "2006-01-01T00:00:01" and (last-active = "2006-02")
started >= "2006-01-01T00:00:01" and (last-active = "2006")
started >= "2006-01-01T00:00:01" and (last-active < "2006-02-01T00:00:01")
started >= "2006-01-01T00:00:01" and (last-active < "2006-02-21")
started >= "2006-01-01T00:00:01" and (last-active < "2006-02")
started >= "2006-01-01T00:00:01" and (last-active < "2006")
started >= "2006-01-01T00:00:01" and (last-active <= "2006-02-01T00:00:01")
started >= "2006-01-01T00:00:01" and (last-active <= "2006-02-21")
started >= "2006-01-01T00:00:01" and (last-active <= "2006-02")
started >= "2006-01-01T00:00:01" and (last-active <= "2006")
started >= "2006-01-01T00:00:01" and (last-active > "2006-02-01T00:00:01")
started >= "2006-01-01T00:00:01" and (last-active > "2006-02-21")
started >= "2006-01-01T00:00:01" and (last-active > "2006-02")
started >= "2006-01-01T00:00:01" and (last-active > "2006")
started >= "2006-01-01T00:00:01" and (last-active >= "2006-02-01T00:00:01")
started >= "2006-01-01T00:00:01" and (last-active >= "2006-02-21")
started >= "2006-01-01T00:00:01" and (last-active >= "2006-02")
started >= "2006-01-01T00:00:01" and (last-active >= "2006")
started >= "2006-01-01T00:00:01" and (last-active like "2006-02-01T00:00:01")
started >= "2006-01-01T00:00:01" and (last-active like "2006-02-21")
started >= "2006-01-01T00:00:01" and (last-active like "2006-02")
started >= "2006-01-01T00:00:01" and (last-active like "2006")
started >= "2006-01-01T00:00:01" and (last-active in ("2006-02-01T00:00:01"))
started >= "2006-01-01T00:00:01" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started >= "2006-01-01T00:00:01" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started >= "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author = "yuriy")
started >= "2006-01-01T00:00:01" and ($author = "yuriy")
started >= "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author < "yuriy")
started >= "2006-01-01T00:00:01" and ($author < "yuriy")
started >= "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started >= "2006-01-01T00:00:01" and ($author <= "yuriy")
started >= "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author > "yuriy")
started >= "2006-01-01T00:00:01" and ($author > "yuriy")
started >= "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started >= "2006-01-01T00:00:01" and ($author >= "yuriy")
started >= "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author like "yuriy")
started >= "2006-01-01T00:00:01" and ($author like "yuriy")
started >= "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started >= "2006-01-01T00:00:01" and ($author in ("yuriy"))
started >= "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started >= "2006-01-01T00:00:01" and ($author in ("yuriy","kostya","nazar","orest"))
started >= "2006-01-01T00:00:01" and (pid = "HelloWorld")
started >= "2006-01-01T00:00:01" and (pid < "HelloWorld")
started >= "2006-01-01T00:00:01" and (pid <= "HelloWorld")
started >= "2006-01-01T00:00:01" and (pid > "HelloWorld")
started >= "2006-01-01T00:00:01" and (pid >= "HelloWorld")
started >= "2006-01-01T00:00:01" and (pid like "HelloWorld")
started >= "2006-01-01T00:00:01" and (pid in ("HelloWorld","Hello*","Hello*World"))
started >= "2006-01-01T00:00:01" and (pid in ("Hello*","Hello*World"))
started >= "2006-01-01T00:00:01" and (pid in ("Hello*World"))
started >= "2006-01-01T00:00:01" and (iid = "2006")
started >= "2006-01-01T00:00:01" and (iid < "2006")
started >= "2006-01-01T00:00:01" and (iid <= "2006")
started >= "2006-01-01T00:00:01" and (iid > "2006")
started >= "2006-01-01T00:00:01" and (iid >= "2006")
started >= "2006-01-01T00:00:01" and (iid in ("2006"))
started >= "2006-01-01T00:00:01" and (iid in ("2006","20061231"))
started >= "2006-01-01T00:00:01" and (status = "active")
started >= "2006-01-01T00:00:01" and (status = "suspended")
started >= "2006-01-01T00:00:01" and (status = "error")
started >= "2006-01-01T00:00:01" and (status = "completed")
started >= "2006-01-01T00:00:01" and (status = "terminated")
started >= "2006-01-01T00:00:01" and (status = "faulted")
started >= "2006-01-01T00:00:01" and (status in ("active","suspended"))
started >= "2006-01-01T00:00:01" and (status in ("active","suspended","error","completed","terminated","faulted"))
started >= "2006-01-31" and (last-active = "2006-02-01T00:00:01")
started >= "2006-01-31" and (last-active = "2006-02-21")
started >= "2006-01-31" and (last-active = "2006-02")
started >= "2006-01-31" and (last-active = "2006")
started >= "2006-01-31" and (last-active < "2006-02-01T00:00:01")
started >= "2006-01-31" and (last-active < "2006-02-21")
started >= "2006-01-31" and (last-active < "2006-02")
started >= "2006-01-31" and (last-active < "2006")
started >= "2006-01-31" and (last-active <= "2006-02-01T00:00:01")
started >= "2006-01-31" and (last-active <= "2006-02-21")
started >= "2006-01-31" and (last-active <= "2006-02")
started >= "2006-01-31" and (last-active <= "2006")
started >= "2006-01-31" and (last-active > "2006-02-01T00:00:01")
started >= "2006-01-31" and (last-active > "2006-02-21")
started >= "2006-01-31" and (last-active > "2006-02")
started >= "2006-01-31" and (last-active > "2006")
started >= "2006-01-31" and (last-active >= "2006-02-01T00:00:01")
started >= "2006-01-31" and (last-active >= "2006-02-21")
started >= "2006-01-31" and (last-active >= "2006-02")
started >= "2006-01-31" and (last-active >= "2006")
started >= "2006-01-31" and (last-active like "2006-02-01T00:00:01")
started >= "2006-01-31" and (last-active like "2006-02-21")
started >= "2006-01-31" and (last-active like "2006-02")
started >= "2006-01-31" and (last-active like "2006")
started >= "2006-01-31" and (last-active in ("2006-02-01T00:00:01"))
started >= "2006-01-31" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started >= "2006-01-31" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started >= "2006-01-31" and (${org.apache.ode.BPELProcess}author = "yuriy")
started >= "2006-01-31" and ($author = "yuriy")
started >= "2006-01-31" and (${org.apache.ode.BPELProcess}author < "yuriy")
started >= "2006-01-31" and ($author < "yuriy")
started >= "2006-01-31" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started >= "2006-01-31" and ($author <= "yuriy")
started >= "2006-01-31" and (${org.apache.ode.BPELProcess}author > "yuriy")
started >= "2006-01-31" and ($author > "yuriy")
started >= "2006-01-31" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started >= "2006-01-31" and ($author >= "yuriy")
started >= "2006-01-31" and (${org.apache.ode.BPELProcess}author like "yuriy")
started >= "2006-01-31" and ($author like "yuriy")
started >= "2006-01-31" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started >= "2006-01-31" and ($author in ("yuriy"))
started >= "2006-01-31" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started >= "2006-01-31" and ($author in ("yuriy","kostya","nazar","orest"))
started >= "2006-01-31" and (pid = "HelloWorld")
started >= "2006-01-31" and (pid < "HelloWorld")
started >= "2006-01-31" and (pid <= "HelloWorld")
started >= "2006-01-31" and (pid > "HelloWorld")
started >= "2006-01-31" and (pid >= "HelloWorld")
started >= "2006-01-31" and (pid like "HelloWorld")
started >= "2006-01-31" and (pid in ("HelloWorld","Hello*","Hello*World"))
started >= "2006-01-31" and (pid in ("Hello*","Hello*World"))
started >= "2006-01-31" and (pid in ("Hello*World"))
started >= "2006-01-31" and (iid = "2006")
started >= "2006-01-31" and (iid < "2006")
started >= "2006-01-31" and (iid <= "2006")
started >= "2006-01-31" and (iid > "2006")
started >= "2006-01-31" and (iid >= "2006")
started >= "2006-01-31" and (iid in ("2006"))
started >= "2006-01-31" and (iid in ("2006","20061231"))
started >= "2006-01-31" and (status = "active")
started >= "2006-01-31" and (status = "suspended")
started >= "2006-01-31" and (status = "error")
started >= "2006-01-31" and (status = "completed")
started >= "2006-01-31" and (status = "terminated")
started >= "2006-01-31" and (status = "faulted")
started >= "2006-01-31" and (status in ("active","suspended"))
started >= "2006-01-31" and (status in ("active","suspended","error","completed","terminated","faulted"))
started >= "2006-01" and (last-active = "2006-02-01T00:00:01")
started >= "2006-01" and (last-active = "2006-02-21")
started >= "2006-01" and (last-active = "2006-02")
started >= "2006-01" and (last-active = "2006")
started >= "2006-01" and (last-active < "2006-02-01T00:00:01")
started >= "2006-01" and (last-active < "2006-02-21")
started >= "2006-01" and (last-active < "2006-02")
started >= "2006-01" and (last-active < "2006")
started >= "2006-01" and (last-active <= "2006-02-01T00:00:01")
started >= "2006-01" and (last-active <= "2006-02-21")
started >= "2006-01" and (last-active <= "2006-02")
started >= "2006-01" and (last-active <= "2006")
started >= "2006-01" and (last-active > "2006-02-01T00:00:01")
started >= "2006-01" and (last-active > "2006-02-21")
started >= "2006-01" and (last-active > "2006-02")
started >= "2006-01" and (last-active > "2006")
started >= "2006-01" and (last-active >= "2006-02-01T00:00:01")
started >= "2006-01" and (last-active >= "2006-02-21")
started >= "2006-01" and (last-active >= "2006-02")
started >= "2006-01" and (last-active >= "2006")
started >= "2006-01" and (last-active like "2006-02-01T00:00:01")
started >= "2006-01" and (last-active like "2006-02-21")
started >= "2006-01" and (last-active like "2006-02")
started >= "2006-01" and (last-active like "2006")
started >= "2006-01" and (last-active in ("2006-02-01T00:00:01"))
started >= "2006-01" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started >= "2006-01" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started >= "2006-01" and (${org.apache.ode.BPELProcess}author = "yuriy")
started >= "2006-01" and ($author = "yuriy")
started >= "2006-01" and (${org.apache.ode.BPELProcess}author < "yuriy")
started >= "2006-01" and ($author < "yuriy")
started >= "2006-01" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started >= "2006-01" and ($author <= "yuriy")
started >= "2006-01" and (${org.apache.ode.BPELProcess}author > "yuriy")
started >= "2006-01" and ($author > "yuriy")
started >= "2006-01" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started >= "2006-01" and ($author >= "yuriy")
started >= "2006-01" and (${org.apache.ode.BPELProcess}author like "yuriy")
started >= "2006-01" and ($author like "yuriy")
started >= "2006-01" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started >= "2006-01" and ($author in ("yuriy"))
started >= "2006-01" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started >= "2006-01" and ($author in ("yuriy","kostya","nazar","orest"))
started >= "2006-01" and (pid = "HelloWorld")
started >= "2006-01" and (pid < "HelloWorld")
started >= "2006-01" and (pid <= "HelloWorld")
started >= "2006-01" and (pid > "HelloWorld")
started >= "2006-01" and (pid >= "HelloWorld")
started >= "2006-01" and (pid like "HelloWorld")
started >= "2006-01" and (pid in ("HelloWorld","Hello*","Hello*World"))
started >= "2006-01" and (pid in ("Hello*","Hello*World"))
started >= "2006-01" and (pid in ("Hello*World"))
started >= "2006-01" and (iid = "2006")
started >= "2006-01" and (iid < "2006")
started >= "2006-01" and (iid <= "2006")
started >= "2006-01" and (iid > "2006")
started >= "2006-01" and (iid >= "2006")
started >= "2006-01" and (iid in ("2006"))
started >= "2006-01" and (iid in ("2006","20061231"))
started >= "2006-01" and (status = "active")
started >= "2006-01" and (status = "suspended")
started >= "2006-01" and (status = "error")
started >= "2006-01" and (status = "completed")
started >= "2006-01" and (status = "terminated")
started >= "2006-01" and (status = "faulted")
started >= "2006-01" and (status in ("active","suspended"))
started >= "2006-01" and (status in ("active","suspended","error","completed","terminated","faulted"))
started >= "2006" and (last-active = "2006-02-01T00:00:01")
started >= "2006" and (last-active = "2006-02-21")
started >= "2006" and (last-active = "2006-02")
started >= "2006" and (last-active = "2006")
started >= "2006" and (last-active < "2006-02-01T00:00:01")
started >= "2006" and (last-active < "2006-02-21")
started >= "2006" and (last-active < "2006-02")
started >= "2006" and (last-active < "2006")
started >= "2006" and (last-active <= "2006-02-01T00:00:01")
started >= "2006" and (last-active <= "2006-02-21")
started >= "2006" and (last-active <= "2006-02")
started >= "2006" and (last-active <= "2006")
started >= "2006" and (last-active > "2006-02-01T00:00:01")
started >= "2006" and (last-active > "2006-02-21")
started >= "2006" and (last-active > "2006-02")
started >= "2006" and (last-active > "2006")
started >= "2006" and (last-active >= "2006-02-01T00:00:01")
started >= "2006" and (last-active >= "2006-02-21")
started >= "2006" and (last-active >= "2006-02")
started >= "2006" and (last-active >= "2006")
started >= "2006" and (last-active like "2006-02-01T00:00:01")
started >= "2006" and (last-active like "2006-02-21")
started >= "2006" and (last-active like "2006-02")
started >= "2006" and (last-active like "2006")
started >= "2006" and (last-active in ("2006-02-01T00:00:01"))
started >= "2006" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started >= "2006" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started >= "2006" and (${org.apache.ode.BPELProcess}author = "yuriy")
started >= "2006" and ($author = "yuriy")
started >= "2006" and (${org.apache.ode.BPELProcess}author < "yuriy")
started >= "2006" and ($author < "yuriy")
started >= "2006" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started >= "2006" and ($author <= "yuriy")
started >= "2006" and (${org.apache.ode.BPELProcess}author > "yuriy")
started >= "2006" and ($author > "yuriy")
started >= "2006" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started >= "2006" and ($author >= "yuriy")
started >= "2006" and (${org.apache.ode.BPELProcess}author like "yuriy")
started >= "2006" and ($author like "yuriy")
started >= "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started >= "2006" and ($author in ("yuriy"))
started >= "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started >= "2006" and ($author in ("yuriy","kostya","nazar","orest"))
started >= "2006" and (pid = "HelloWorld")
started >= "2006" and (pid < "HelloWorld")
started >= "2006" and (pid <= "HelloWorld")
started >= "2006" and (pid > "HelloWorld")
started >= "2006" and (pid >= "HelloWorld")
started >= "2006" and (pid like "HelloWorld")
started >= "2006" and (pid in ("HelloWorld","Hello*","Hello*World"))
started >= "2006" and (pid in ("Hello*","Hello*World"))
started >= "2006" and (pid in ("Hello*World"))
started >= "2006" and (iid = "2006")
started >= "2006" and (iid < "2006")
started >= "2006" and (iid <= "2006")
started >= "2006" and (iid > "2006")
started >= "2006" and (iid >= "2006")
started >= "2006" and (iid in ("2006"))
started >= "2006" and (iid in ("2006","20061231"))
started >= "2006" and (status = "active")
started >= "2006" and (status = "suspended")
started >= "2006" and (status = "error")
started >= "2006" and (status = "completed")
started >= "2006" and (status = "terminated")
started >= "2006" and (status = "faulted")
started >= "2006" and (status in ("active","suspended"))
started >= "2006" and (status in ("active","suspended","error","completed","terminated","faulted"))
started like "2006-01-01T00:00:01" and (last-active = "2006-02-01T00:00:01")
started like "2006-01-01T00:00:01" and (last-active = "2006-02-21")
started like "2006-01-01T00:00:01" and (last-active = "2006-02")
started like "2006-01-01T00:00:01" and (last-active = "2006")
started like "2006-01-01T00:00:01" and (last-active < "2006-02-01T00:00:01")
started like "2006-01-01T00:00:01" and (last-active < "2006-02-21")
started like "2006-01-01T00:00:01" and (last-active < "2006-02")
started like "2006-01-01T00:00:01" and (last-active < "2006")
started like "2006-01-01T00:00:01" and (last-active <= "2006-02-01T00:00:01")
started like "2006-01-01T00:00:01" and (last-active <= "2006-02-21")
started like "2006-01-01T00:00:01" and (last-active <= "2006-02")
started like "2006-01-01T00:00:01" and (last-active <= "2006")
started like "2006-01-01T00:00:01" and (last-active > "2006-02-01T00:00:01")
started like "2006-01-01T00:00:01" and (last-active > "2006-02-21")
started like "2006-01-01T00:00:01" and (last-active > "2006-02")
started like "2006-01-01T00:00:01" and (last-active > "2006")
started like "2006-01-01T00:00:01" and (last-active >= "2006-02-01T00:00:01")
started like "2006-01-01T00:00:01" and (last-active >= "2006-02-21")
started like "2006-01-01T00:00:01" and (last-active >= "2006-02")
started like "2006-01-01T00:00:01" and (last-active >= "2006")
started like "2006-01-01T00:00:01" and (last-active like "2006-02-01T00:00:01")
started like "2006-01-01T00:00:01" and (last-active like "2006-02-21")
started like "2006-01-01T00:00:01" and (last-active like "2006-02")
started like "2006-01-01T00:00:01" and (last-active like "2006")
started like "2006-01-01T00:00:01" and (last-active in ("2006-02-01T00:00:01"))
started like "2006-01-01T00:00:01" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started like "2006-01-01T00:00:01" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started like "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author = "yuriy")
started like "2006-01-01T00:00:01" and ($author = "yuriy")
started like "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author < "yuriy")
started like "2006-01-01T00:00:01" and ($author < "yuriy")
started like "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started like "2006-01-01T00:00:01" and ($author <= "yuriy")
started like "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author > "yuriy")
started like "2006-01-01T00:00:01" and ($author > "yuriy")
started like "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started like "2006-01-01T00:00:01" and ($author >= "yuriy")
started like "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author like "yuriy")
started like "2006-01-01T00:00:01" and ($author like "yuriy")
started like "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started like "2006-01-01T00:00:01" and ($author in ("yuriy"))
started like "2006-01-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started like "2006-01-01T00:00:01" and ($author in ("yuriy","kostya","nazar","orest"))
started like "2006-01-01T00:00:01" and (pid = "HelloWorld")
started like "2006-01-01T00:00:01" and (pid < "HelloWorld")
started like "2006-01-01T00:00:01" and (pid <= "HelloWorld")
started like "2006-01-01T00:00:01" and (pid > "HelloWorld")
started like "2006-01-01T00:00:01" and (pid >= "HelloWorld")
started like "2006-01-01T00:00:01" and (pid like "HelloWorld")
started like "2006-01-01T00:00:01" and (pid in ("HelloWorld","Hello*","Hello*World"))
started like "2006-01-01T00:00:01" and (pid in ("Hello*","Hello*World"))
started like "2006-01-01T00:00:01" and (pid in ("Hello*World"))
started like "2006-01-01T00:00:01" and (iid = "2006")
started like "2006-01-01T00:00:01" and (iid < "2006")
started like "2006-01-01T00:00:01" and (iid <= "2006")
started like "2006-01-01T00:00:01" and (iid > "2006")
started like "2006-01-01T00:00:01" and (iid >= "2006")
started like "2006-01-01T00:00:01" and (iid in ("2006"))
started like "2006-01-01T00:00:01" and (iid in ("2006","20061231"))
started like "2006-01-01T00:00:01" and (status = "active")
started like "2006-01-01T00:00:01" and (status = "suspended")
started like "2006-01-01T00:00:01" and (status = "error")
started like "2006-01-01T00:00:01" and (status = "completed")
started like "2006-01-01T00:00:01" and (status = "terminated")
started like "2006-01-01T00:00:01" and (status = "faulted")
started like "2006-01-01T00:00:01" and (status in ("active","suspended"))
started like "2006-01-01T00:00:01" and (status in ("active","suspended","error","completed","terminated","faulted"))
started like "2006-01-31" and (last-active = "2006-02-01T00:00:01")
started like "2006-01-31" and (last-active = "2006-02-21")
started like "2006-01-31" and (last-active = "2006-02")
started like "2006-01-31" and (last-active = "2006")
started like "2006-01-31" and (last-active < "2006-02-01T00:00:01")
started like "2006-01-31" and (last-active < "2006-02-21")
started like "2006-01-31" and (last-active < "2006-02")
started like "2006-01-31" and (last-active < "2006")
started like "2006-01-31" and (last-active <= "2006-02-01T00:00:01")
started like "2006-01-31" and (last-active <= "2006-02-21")
started like "2006-01-31" and (last-active <= "2006-02")
started like "2006-01-31" and (last-active <= "2006")
started like "2006-01-31" and (last-active > "2006-02-01T00:00:01")
started like "2006-01-31" and (last-active > "2006-02-21")
started like "2006-01-31" and (last-active > "2006-02")
started like "2006-01-31" and (last-active > "2006")
started like "2006-01-31" and (last-active >= "2006-02-01T00:00:01")
started like "2006-01-31" and (last-active >= "2006-02-21")
started like "2006-01-31" and (last-active >= "2006-02")
started like "2006-01-31" and (last-active >= "2006")
started like "2006-01-31" and (last-active like "2006-02-01T00:00:01")
started like "2006-01-31" and (last-active like "2006-02-21")
started like "2006-01-31" and (last-active like "2006-02")
started like "2006-01-31" and (last-active like "2006")
started like "2006-01-31" and (last-active in ("2006-02-01T00:00:01"))
started like "2006-01-31" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started like "2006-01-31" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started like "2006-01-31" and (${org.apache.ode.BPELProcess}author = "yuriy")
started like "2006-01-31" and ($author = "yuriy")
started like "2006-01-31" and (${org.apache.ode.BPELProcess}author < "yuriy")
started like "2006-01-31" and ($author < "yuriy")
started like "2006-01-31" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started like "2006-01-31" and ($author <= "yuriy")
started like "2006-01-31" and (${org.apache.ode.BPELProcess}author > "yuriy")
started like "2006-01-31" and ($author > "yuriy")
started like "2006-01-31" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started like "2006-01-31" and ($author >= "yuriy")
started like "2006-01-31" and (${org.apache.ode.BPELProcess}author like "yuriy")
started like "2006-01-31" and ($author like "yuriy")
started like "2006-01-31" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started like "2006-01-31" and ($author in ("yuriy"))
started like "2006-01-31" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started like "2006-01-31" and ($author in ("yuriy","kostya","nazar","orest"))
started like "2006-01-31" and (pid = "HelloWorld")
started like "2006-01-31" and (pid < "HelloWorld")
started like "2006-01-31" and (pid <= "HelloWorld")
started like "2006-01-31" and (pid > "HelloWorld")
started like "2006-01-31" and (pid >= "HelloWorld")
started like "2006-01-31" and (pid like "HelloWorld")
started like "2006-01-31" and (pid in ("HelloWorld","Hello*","Hello*World"))
started like "2006-01-31" and (pid in ("Hello*","Hello*World"))
started like "2006-01-31" and (pid in ("Hello*World"))
started like "2006-01-31" and (iid = "2006")
started like "2006-01-31" and (iid < "2006")
started like "2006-01-31" and (iid <= "2006")
started like "2006-01-31" and (iid > "2006")
started like "2006-01-31" and (iid >= "2006")
started like "2006-01-31" and (iid in ("2006"))
started like "2006-01-31" and (iid in ("2006","20061231"))
started like "2006-01-31" and (status = "active")
started like "2006-01-31" and (status = "suspended")
started like "2006-01-31" and (status = "error")
started like "2006-01-31" and (status = "completed")
started like "2006-01-31" and (status = "terminated")
started like "2006-01-31" and (status = "faulted")
started like "2006-01-31" and (status in ("active","suspended"))
started like "2006-01-31" and (status in ("active","suspended","error","completed","terminated","faulted"))
started like "2006-01" and (last-active = "2006-02-01T00:00:01")
started like "2006-01" and (last-active = "2006-02-21")
started like "2006-01" and (last-active = "2006-02")
started like "2006-01" and (last-active = "2006")
started like "2006-01" and (last-active < "2006-02-01T00:00:01")
started like "2006-01" and (last-active < "2006-02-21")
started like "2006-01" and (last-active < "2006-02")
started like "2006-01" and (last-active < "2006")
started like "2006-01" and (last-active <= "2006-02-01T00:00:01")
started like "2006-01" and (last-active <= "2006-02-21")
started like "2006-01" and (last-active <= "2006-02")
started like "2006-01" and (last-active <= "2006")
started like "2006-01" and (last-active > "2006-02-01T00:00:01")
started like "2006-01" and (last-active > "2006-02-21")
started like "2006-01" and (last-active > "2006-02")
started like "2006-01" and (last-active > "2006")
started like "2006-01" and (last-active >= "2006-02-01T00:00:01")
started like "2006-01" and (last-active >= "2006-02-21")
started like "2006-01" and (last-active >= "2006-02")
started like "2006-01" and (last-active >= "2006")
started like "2006-01" and (last-active like "2006-02-01T00:00:01")
started like "2006-01" and (last-active like "2006-02-21")
started like "2006-01" and (last-active like "2006-02")
started like "2006-01" and (last-active like "2006")
started like "2006-01" and (last-active in ("2006-02-01T00:00:01"))
started like "2006-01" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started like "2006-01" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started like "2006-01" and (${org.apache.ode.BPELProcess}author = "yuriy")
started like "2006-01" and ($author = "yuriy")
started like "2006-01" and (${org.apache.ode.BPELProcess}author < "yuriy")
started like "2006-01" and ($author < "yuriy")
started like "2006-01" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started like "2006-01" and ($author <= "yuriy")
started like "2006-01" and (${org.apache.ode.BPELProcess}author > "yuriy")
started like "2006-01" and ($author > "yuriy")
started like "2006-01" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started like "2006-01" and ($author >= "yuriy")
started like "2006-01" and (${org.apache.ode.BPELProcess}author like "yuriy")
started like "2006-01" and ($author like "yuriy")
started like "2006-01" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started like "2006-01" and ($author in ("yuriy"))
started like "2006-01" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started like "2006-01" and ($author in ("yuriy","kostya","nazar","orest"))
started like "2006-01" and (pid = "HelloWorld")
started like "2006-01" and (pid < "HelloWorld")
started like "2006-01" and (pid <= "HelloWorld")
started like "2006-01" and (pid > "HelloWorld")
started like "2006-01" and (pid >= "HelloWorld")
started like "2006-01" and (pid like "HelloWorld")
started like "2006-01" and (pid in ("HelloWorld","Hello*","Hello*World"))
started like "2006-01" and (pid in ("Hello*","Hello*World"))
started like "2006-01" and (pid in ("Hello*World"))
started like "2006-01" and (iid = "2006")
started like "2006-01" and (iid < "2006")
started like "2006-01" and (iid <= "2006")
started like "2006-01" and (iid > "2006")
started like "2006-01" and (iid >= "2006")
started like "2006-01" and (iid in ("2006"))
started like "2006-01" and (iid in ("2006","20061231"))
started like "2006-01" and (status = "active")
started like "2006-01" and (status = "suspended")
started like "2006-01" and (status = "error")
started like "2006-01" and (status = "completed")
started like "2006-01" and (status = "terminated")
started like "2006-01" and (status = "faulted")
started like "2006-01" and (status in ("active","suspended"))
started like "2006-01" and (status in ("active","suspended","error","completed","terminated","faulted"))
started like "2006" and (last-active = "2006-02-01T00:00:01")
started like "2006" and (last-active = "2006-02-21")
started like "2006" and (last-active = "2006-02")
started like "2006" and (last-active = "2006")
started like "2006" and (last-active < "2006-02-01T00:00:01")
started like "2006" and (last-active < "2006-02-21")
started like "2006" and (last-active < "2006-02")
started like "2006" and (last-active < "2006")
started like "2006" and (last-active <= "2006-02-01T00:00:01")
started like "2006" and (last-active <= "2006-02-21")
started like "2006" and (last-active <= "2006-02")
started like "2006" and (last-active <= "2006")
started like "2006" and (last-active > "2006-02-01T00:00:01")
started like "2006" and (last-active > "2006-02-21")
started like "2006" and (last-active > "2006-02")
started like "2006" and (last-active > "2006")
started like "2006" and (last-active >= "2006-02-01T00:00:01")
started like "2006" and (last-active >= "2006-02-21")
started like "2006" and (last-active >= "2006-02")
started like "2006" and (last-active >= "2006")
started like "2006" and (last-active like "2006-02-01T00:00:01")
started like "2006" and (last-active like "2006-02-21")
started like "2006" and (last-active like "2006-02")
started like "2006" and (last-active like "2006")
started like "2006" and (last-active in ("2006-02-01T00:00:01"))
started like "2006" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started like "2006" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started like "2006" and (${org.apache.ode.BPELProcess}author = "yuriy")
started like "2006" and ($author = "yuriy")
started like "2006" and (${org.apache.ode.BPELProcess}author < "yuriy")
started like "2006" and ($author < "yuriy")
started like "2006" and (${org.apache.ode.BPELProcess}author <= "yuriy")
started like "2006" and ($author <= "yuriy")
started like "2006" and (${org.apache.ode.BPELProcess}author > "yuriy")
started like "2006" and ($author > "yuriy")
started like "2006" and (${org.apache.ode.BPELProcess}author >= "yuriy")
started like "2006" and ($author >= "yuriy")
started like "2006" and (${org.apache.ode.BPELProcess}author like "yuriy")
started like "2006" and ($author like "yuriy")
started like "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started like "2006" and ($author in ("yuriy"))
started like "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started like "2006" and ($author in ("yuriy","kostya","nazar","orest"))
started like "2006" and (pid = "HelloWorld")
started like "2006" and (pid < "HelloWorld")
started like "2006" and (pid <= "HelloWorld")
started like "2006" and (pid > "HelloWorld")
started like "2006" and (pid >= "HelloWorld")
started like "2006" and (pid like "HelloWorld")
started like "2006" and (pid in ("HelloWorld","Hello*","Hello*World"))
started like "2006" and (pid in ("Hello*","Hello*World"))
started like "2006" and (pid in ("Hello*World"))
started like "2006" and (iid = "2006")
started like "2006" and (iid < "2006")
started like "2006" and (iid <= "2006")
started like "2006" and (iid > "2006")
started like "2006" and (iid >= "2006")
started like "2006" and (iid in ("2006"))
started like "2006" and (iid in ("2006","20061231"))
started like "2006" and (status = "active")
started like "2006" and (status = "suspended")
started like "2006" and (status = "error")
started like "2006" and (status = "completed")
started like "2006" and (status = "terminated")
started like "2006" and (status = "faulted")
started like "2006" and (status in ("active","suspended"))
started like "2006" and (status in ("active","suspended","error","completed","terminated","faulted"))
started in ("2006-01-01T00:00:01") and (last-active = "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01") and (last-active = "2006-02-21")
started in ("2006-01-01T00:00:01") and (last-active = "2006-02")
started in ("2006-01-01T00:00:01") and (last-active = "2006")
started in ("2006-01-01T00:00:01") and (last-active < "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01") and (last-active < "2006-02-21")
started in ("2006-01-01T00:00:01") and (last-active < "2006-02")
started in ("2006-01-01T00:00:01") and (last-active < "2006")
started in ("2006-01-01T00:00:01") and (last-active <= "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01") and (last-active <= "2006-02-21")
started in ("2006-01-01T00:00:01") and (last-active <= "2006-02")
started in ("2006-01-01T00:00:01") and (last-active <= "2006")
started in ("2006-01-01T00:00:01") and (last-active > "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01") and (last-active > "2006-02-21")
started in ("2006-01-01T00:00:01") and (last-active > "2006-02")
started in ("2006-01-01T00:00:01") and (last-active > "2006")
started in ("2006-01-01T00:00:01") and (last-active >= "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01") and (last-active >= "2006-02-21")
started in ("2006-01-01T00:00:01") and (last-active >= "2006-02")
started in ("2006-01-01T00:00:01") and (last-active >= "2006")
started in ("2006-01-01T00:00:01") and (last-active like "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01") and (last-active like "2006-02-21")
started in ("2006-01-01T00:00:01") and (last-active like "2006-02")
started in ("2006-01-01T00:00:01") and (last-active like "2006")
started in ("2006-01-01T00:00:01") and (last-active in ("2006-02-01T00:00:01"))
started in ("2006-01-01T00:00:01") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started in ("2006-01-01T00:00:01") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started in ("2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author = "yuriy")
started in ("2006-01-01T00:00:01") and ($author = "yuriy")
started in ("2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author < "yuriy")
started in ("2006-01-01T00:00:01") and ($author < "yuriy")
started in ("2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author <= "yuriy")
started in ("2006-01-01T00:00:01") and ($author <= "yuriy")
started in ("2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author > "yuriy")
started in ("2006-01-01T00:00:01") and ($author > "yuriy")
started in ("2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author >= "yuriy")
started in ("2006-01-01T00:00:01") and ($author >= "yuriy")
started in ("2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author like "yuriy")
started in ("2006-01-01T00:00:01") and ($author like "yuriy")
started in ("2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started in ("2006-01-01T00:00:01") and ($author in ("yuriy"))
started in ("2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started in ("2006-01-01T00:00:01") and ($author in ("yuriy","kostya","nazar","orest"))
started in ("2006-01-01T00:00:01") and (pid = "HelloWorld")
started in ("2006-01-01T00:00:01") and (pid < "HelloWorld")
started in ("2006-01-01T00:00:01") and (pid <= "HelloWorld")
started in ("2006-01-01T00:00:01") and (pid > "HelloWorld")
started in ("2006-01-01T00:00:01") and (pid >= "HelloWorld")
started in ("2006-01-01T00:00:01") and (pid like "HelloWorld")
started in ("2006-01-01T00:00:01") and (pid in ("HelloWorld","Hello*","Hello*World"))
started in ("2006-01-01T00:00:01") and (pid in ("Hello*","Hello*World"))
started in ("2006-01-01T00:00:01") and (pid in ("Hello*World"))
started in ("2006-01-01T00:00:01") and (iid = "2006")
started in ("2006-01-01T00:00:01") and (iid < "2006")
started in ("2006-01-01T00:00:01") and (iid <= "2006")
started in ("2006-01-01T00:00:01") and (iid > "2006")
started in ("2006-01-01T00:00:01") and (iid >= "2006")
started in ("2006-01-01T00:00:01") and (iid in ("2006"))
started in ("2006-01-01T00:00:01") and (iid in ("2006","20061231"))
started in ("2006-01-01T00:00:01") and (status = "active")
started in ("2006-01-01T00:00:01") and (status = "suspended")
started in ("2006-01-01T00:00:01") and (status = "error")
started in ("2006-01-01T00:00:01") and (status = "completed")
started in ("2006-01-01T00:00:01") and (status = "terminated")
started in ("2006-01-01T00:00:01") and (status = "faulted")
started in ("2006-01-01T00:00:01") and (status in ("active","suspended"))
started in ("2006-01-01T00:00:01") and (status in ("active","suspended","error","completed","terminated","faulted"))
started in ("2006-01-31","2006-01") and (last-active = "2006-02-01T00:00:01")
started in ("2006-01-31","2006-01") and (last-active = "2006-02-21")
started in ("2006-01-31","2006-01") and (last-active = "2006-02")
started in ("2006-01-31","2006-01") and (last-active = "2006")
started in ("2006-01-31","2006-01") and (last-active < "2006-02-01T00:00:01")
started in ("2006-01-31","2006-01") and (last-active < "2006-02-21")
started in ("2006-01-31","2006-01") and (last-active < "2006-02")
started in ("2006-01-31","2006-01") and (last-active < "2006")
started in ("2006-01-31","2006-01") and (last-active <= "2006-02-01T00:00:01")
started in ("2006-01-31","2006-01") and (last-active <= "2006-02-21")
started in ("2006-01-31","2006-01") and (last-active <= "2006-02")
started in ("2006-01-31","2006-01") and (last-active <= "2006")
started in ("2006-01-31","2006-01") and (last-active > "2006-02-01T00:00:01")
started in ("2006-01-31","2006-01") and (last-active > "2006-02-21")
started in ("2006-01-31","2006-01") and (last-active > "2006-02")
started in ("2006-01-31","2006-01") and (last-active > "2006")
started in ("2006-01-31","2006-01") and (last-active >= "2006-02-01T00:00:01")
started in ("2006-01-31","2006-01") and (last-active >= "2006-02-21")
started in ("2006-01-31","2006-01") and (last-active >= "2006-02")
started in ("2006-01-31","2006-01") and (last-active >= "2006")
started in ("2006-01-31","2006-01") and (last-active like "2006-02-01T00:00:01")
started in ("2006-01-31","2006-01") and (last-active like "2006-02-21")
started in ("2006-01-31","2006-01") and (last-active like "2006-02")
started in ("2006-01-31","2006-01") and (last-active like "2006")
started in ("2006-01-31","2006-01") and (last-active in ("2006-02-01T00:00:01"))
started in ("2006-01-31","2006-01") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started in ("2006-01-31","2006-01") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started in ("2006-01-31","2006-01") and (${org.apache.ode.BPELProcess}author = "yuriy")
started in ("2006-01-31","2006-01") and ($author = "yuriy")
started in ("2006-01-31","2006-01") and (${org.apache.ode.BPELProcess}author < "yuriy")
started in ("2006-01-31","2006-01") and ($author < "yuriy")
started in ("2006-01-31","2006-01") and (${org.apache.ode.BPELProcess}author <= "yuriy")
started in ("2006-01-31","2006-01") and ($author <= "yuriy")
started in ("2006-01-31","2006-01") and (${org.apache.ode.BPELProcess}author > "yuriy")
started in ("2006-01-31","2006-01") and ($author > "yuriy")
started in ("2006-01-31","2006-01") and (${org.apache.ode.BPELProcess}author >= "yuriy")
started in ("2006-01-31","2006-01") and ($author >= "yuriy")
started in ("2006-01-31","2006-01") and (${org.apache.ode.BPELProcess}author like "yuriy")
started in ("2006-01-31","2006-01") and ($author like "yuriy")
started in ("2006-01-31","2006-01") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started in ("2006-01-31","2006-01") and ($author in ("yuriy"))
started in ("2006-01-31","2006-01") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started in ("2006-01-31","2006-01") and ($author in ("yuriy","kostya","nazar","orest"))
started in ("2006-01-31","2006-01") and (pid = "HelloWorld")
started in ("2006-01-31","2006-01") and (pid < "HelloWorld")
started in ("2006-01-31","2006-01") and (pid <= "HelloWorld")
started in ("2006-01-31","2006-01") and (pid > "HelloWorld")
started in ("2006-01-31","2006-01") and (pid >= "HelloWorld")
started in ("2006-01-31","2006-01") and (pid like "HelloWorld")
started in ("2006-01-31","2006-01") and (pid in ("HelloWorld","Hello*","Hello*World"))
started in ("2006-01-31","2006-01") and (pid in ("Hello*","Hello*World"))
started in ("2006-01-31","2006-01") and (pid in ("Hello*World"))
started in ("2006-01-31","2006-01") and (iid = "2006")
started in ("2006-01-31","2006-01") and (iid < "2006")
started in ("2006-01-31","2006-01") and (iid <= "2006")
started in ("2006-01-31","2006-01") and (iid > "2006")
started in ("2006-01-31","2006-01") and (iid >= "2006")
started in ("2006-01-31","2006-01") and (iid in ("2006"))
started in ("2006-01-31","2006-01") and (iid in ("2006","20061231"))
started in ("2006-01-31","2006-01") and (status = "active")
started in ("2006-01-31","2006-01") and (status = "suspended")
started in ("2006-01-31","2006-01") and (status = "error")
started in ("2006-01-31","2006-01") and (status = "completed")
started in ("2006-01-31","2006-01") and (status = "terminated")
started in ("2006-01-31","2006-01") and (status = "faulted")
started in ("2006-01-31","2006-01") and (status in ("active","suspended"))
started in ("2006-01-31","2006-01") and (status in ("active","suspended","error","completed","terminated","faulted"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active = "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active = "2006-02-21")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active = "2006-02")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active = "2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active < "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active < "2006-02-21")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active < "2006-02")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active < "2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active <= "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active <= "2006-02-21")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active <= "2006-02")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active <= "2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active > "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active > "2006-02-21")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active > "2006-02")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active > "2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active >= "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active >= "2006-02-21")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active >= "2006-02")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active >= "2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active like "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active like "2006-02-21")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active like "2006-02")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active like "2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active in ("2006-02-01T00:00:01"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (${org.apache.ode.BPELProcess}author = "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and ($author = "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (${org.apache.ode.BPELProcess}author < "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and ($author < "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (${org.apache.ode.BPELProcess}author <= "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and ($author <= "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (${org.apache.ode.BPELProcess}author > "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and ($author > "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (${org.apache.ode.BPELProcess}author >= "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and ($author >= "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (${org.apache.ode.BPELProcess}author like "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and ($author like "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and ($author in ("yuriy"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and ($author in ("yuriy","kostya","nazar","orest"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (pid = "HelloWorld")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (pid < "HelloWorld")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (pid <= "HelloWorld")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (pid > "HelloWorld")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (pid >= "HelloWorld")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (pid like "HelloWorld")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (pid in ("HelloWorld","Hello*","Hello*World"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (pid in ("Hello*","Hello*World"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (pid in ("Hello*World"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (iid = "2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (iid < "2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (iid <= "2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (iid > "2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (iid >= "2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (iid in ("2006"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (iid in ("2006","20061231"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (status = "active")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (status = "suspended")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (status = "error")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (status = "completed")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (status = "terminated")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (status = "faulted")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (status in ("active","suspended"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started = "2006-01-01T00:00:01") and (last-active = "2006-02-01T00:00:01")
(started = "2006-01-01T00:00:01") and (last-active = "2006-02-21")
(started = "2006-01-01T00:00:01") and (last-active = "2006-02")
(started = "2006-01-01T00:00:01") and (last-active = "2006")
(started = "2006-01-01T00:00:01") and (last-active < "2006-02-01T00:00:01")
(started = "2006-01-01T00:00:01") and (last-active < "2006-02-21")
(started = "2006-01-01T00:00:01") and (last-active < "2006-02")
(started = "2006-01-01T00:00:01") and (last-active < "2006")
(started = "2006-01-01T00:00:01") and (last-active <= "2006-02-01T00:00:01")
(started = "2006-01-01T00:00:01") and (last-active <= "2006-02-21")
(started = "2006-01-01T00:00:01") and (last-active <= "2006-02")
(started = "2006-01-01T00:00:01") and (last-active <= "2006")
(started = "2006-01-01T00:00:01") and (last-active > "2006-02-01T00:00:01")
(started = "2006-01-01T00:00:01") and (last-active > "2006-02-21")
(started = "2006-01-01T00:00:01") and (last-active > "2006-02")
(started = "2006-01-01T00:00:01") and (last-active > "2006")
(started = "2006-01-01T00:00:01") and (last-active >= "2006-02-01T00:00:01")
(started = "2006-01-01T00:00:01") and (last-active >= "2006-02-21")
(started = "2006-01-01T00:00:01") and (last-active >= "2006-02")
(started = "2006-01-01T00:00:01") and (last-active >= "2006")
(started = "2006-01-01T00:00:01") and (last-active like "2006-02-01T00:00:01")
(started = "2006-01-01T00:00:01") and (last-active like "2006-02-21")
(started = "2006-01-01T00:00:01") and (last-active like "2006-02")
(started = "2006-01-01T00:00:01") and (last-active like "2006")
(started = "2006-01-01T00:00:01") and (last-active in ("2006-02-01T00:00:01"))
(started = "2006-01-01T00:00:01") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started = "2006-01-01T00:00:01") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started = "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started = "2006-01-01T00:00:01") and ($author = "yuriy")
(started = "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started = "2006-01-01T00:00:01") and ($author < "yuriy")
(started = "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started = "2006-01-01T00:00:01") and ($author <= "yuriy")
(started = "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started = "2006-01-01T00:00:01") and ($author > "yuriy")
(started = "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started = "2006-01-01T00:00:01") and ($author >= "yuriy")
(started = "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started = "2006-01-01T00:00:01") and ($author like "yuriy")
(started = "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started = "2006-01-01T00:00:01") and ($author in ("yuriy"))
(started = "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started = "2006-01-01T00:00:01") and ($author in ("yuriy","kostya","nazar","orest"))
(started = "2006-01-01T00:00:01") and (pid = "HelloWorld")
(started = "2006-01-01T00:00:01") and (pid < "HelloWorld")
(started = "2006-01-01T00:00:01") and (pid <= "HelloWorld")
(started = "2006-01-01T00:00:01") and (pid > "HelloWorld")
(started = "2006-01-01T00:00:01") and (pid >= "HelloWorld")
(started = "2006-01-01T00:00:01") and (pid like "HelloWorld")
(started = "2006-01-01T00:00:01") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started = "2006-01-01T00:00:01") and (pid in ("Hello*","Hello*World"))
(started = "2006-01-01T00:00:01") and (pid in ("Hello*World"))
(started = "2006-01-01T00:00:01") and (iid = "2006")
(started = "2006-01-01T00:00:01") and (iid < "2006")
(started = "2006-01-01T00:00:01") and (iid <= "2006")
(started = "2006-01-01T00:00:01") and (iid > "2006")
(started = "2006-01-01T00:00:01") and (iid >= "2006")
(started = "2006-01-01T00:00:01") and (iid in ("2006"))
(started = "2006-01-01T00:00:01") and (iid in ("2006","20061231"))
(started = "2006-01-01T00:00:01") and (status = "active")
(started = "2006-01-01T00:00:01") and (status = "suspended")
(started = "2006-01-01T00:00:01") and (status = "error")
(started = "2006-01-01T00:00:01") and (status = "completed")
(started = "2006-01-01T00:00:01") and (status = "terminated")
(started = "2006-01-01T00:00:01") and (status = "faulted")
(started = "2006-01-01T00:00:01") and (status in ("active","suspended"))
(started = "2006-01-01T00:00:01") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started = "2006-01-31") and (last-active = "2006-02-01T00:00:01")
(started = "2006-01-31") and (last-active = "2006-02-21")
(started = "2006-01-31") and (last-active = "2006-02")
(started = "2006-01-31") and (last-active = "2006")
(started = "2006-01-31") and (last-active < "2006-02-01T00:00:01")
(started = "2006-01-31") and (last-active < "2006-02-21")
(started = "2006-01-31") and (last-active < "2006-02")
(started = "2006-01-31") and (last-active < "2006")
(started = "2006-01-31") and (last-active <= "2006-02-01T00:00:01")
(started = "2006-01-31") and (last-active <= "2006-02-21")
(started = "2006-01-31") and (last-active <= "2006-02")
(started = "2006-01-31") and (last-active <= "2006")
(started = "2006-01-31") and (last-active > "2006-02-01T00:00:01")
(started = "2006-01-31") and (last-active > "2006-02-21")
(started = "2006-01-31") and (last-active > "2006-02")
(started = "2006-01-31") and (last-active > "2006")
(started = "2006-01-31") and (last-active >= "2006-02-01T00:00:01")
(started = "2006-01-31") and (last-active >= "2006-02-21")
(started = "2006-01-31") and (last-active >= "2006-02")
(started = "2006-01-31") and (last-active >= "2006")
(started = "2006-01-31") and (last-active like "2006-02-01T00:00:01")
(started = "2006-01-31") and (last-active like "2006-02-21")
(started = "2006-01-31") and (last-active like "2006-02")
(started = "2006-01-31") and (last-active like "2006")
(started = "2006-01-31") and (last-active in ("2006-02-01T00:00:01"))
(started = "2006-01-31") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started = "2006-01-31") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started = "2006-01-31") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started = "2006-01-31") and ($author = "yuriy")
(started = "2006-01-31") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started = "2006-01-31") and ($author < "yuriy")
(started = "2006-01-31") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started = "2006-01-31") and ($author <= "yuriy")
(started = "2006-01-31") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started = "2006-01-31") and ($author > "yuriy")
(started = "2006-01-31") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started = "2006-01-31") and ($author >= "yuriy")
(started = "2006-01-31") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started = "2006-01-31") and ($author like "yuriy")
(started = "2006-01-31") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started = "2006-01-31") and ($author in ("yuriy"))
(started = "2006-01-31") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started = "2006-01-31") and ($author in ("yuriy","kostya","nazar","orest"))
(started = "2006-01-31") and (pid = "HelloWorld")
(started = "2006-01-31") and (pid < "HelloWorld")
(started = "2006-01-31") and (pid <= "HelloWorld")
(started = "2006-01-31") and (pid > "HelloWorld")
(started = "2006-01-31") and (pid >= "HelloWorld")
(started = "2006-01-31") and (pid like "HelloWorld")
(started = "2006-01-31") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started = "2006-01-31") and (pid in ("Hello*","Hello*World"))
(started = "2006-01-31") and (pid in ("Hello*World"))
(started = "2006-01-31") and (iid = "2006")
(started = "2006-01-31") and (iid < "2006")
(started = "2006-01-31") and (iid <= "2006")
(started = "2006-01-31") and (iid > "2006")
(started = "2006-01-31") and (iid >= "2006")
(started = "2006-01-31") and (iid in ("2006"))
(started = "2006-01-31") and (iid in ("2006","20061231"))
(started = "2006-01-31") and (status = "active")
(started = "2006-01-31") and (status = "suspended")
(started = "2006-01-31") and (status = "error")
(started = "2006-01-31") and (status = "completed")
(started = "2006-01-31") and (status = "terminated")
(started = "2006-01-31") and (status = "faulted")
(started = "2006-01-31") and (status in ("active","suspended"))
(started = "2006-01-31") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started = "2006-01") and (last-active = "2006-02-01T00:00:01")
(started = "2006-01") and (last-active = "2006-02-21")
(started = "2006-01") and (last-active = "2006-02")
(started = "2006-01") and (last-active = "2006")
(started = "2006-01") and (last-active < "2006-02-01T00:00:01")
(started = "2006-01") and (last-active < "2006-02-21")
(started = "2006-01") and (last-active < "2006-02")
(started = "2006-01") and (last-active < "2006")
(started = "2006-01") and (last-active <= "2006-02-01T00:00:01")
(started = "2006-01") and (last-active <= "2006-02-21")
(started = "2006-01") and (last-active <= "2006-02")
(started = "2006-01") and (last-active <= "2006")
(started = "2006-01") and (last-active > "2006-02-01T00:00:01")
(started = "2006-01") and (last-active > "2006-02-21")
(started = "2006-01") and (last-active > "2006-02")
(started = "2006-01") and (last-active > "2006")
(started = "2006-01") and (last-active >= "2006-02-01T00:00:01")
(started = "2006-01") and (last-active >= "2006-02-21")
(started = "2006-01") and (last-active >= "2006-02")
(started = "2006-01") and (last-active >= "2006")
(started = "2006-01") and (last-active like "2006-02-01T00:00:01")
(started = "2006-01") and (last-active like "2006-02-21")
(started = "2006-01") and (last-active like "2006-02")
(started = "2006-01") and (last-active like "2006")
(started = "2006-01") and (last-active in ("2006-02-01T00:00:01"))
(started = "2006-01") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started = "2006-01") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started = "2006-01") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started = "2006-01") and ($author = "yuriy")
(started = "2006-01") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started = "2006-01") and ($author < "yuriy")
(started = "2006-01") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started = "2006-01") and ($author <= "yuriy")
(started = "2006-01") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started = "2006-01") and ($author > "yuriy")
(started = "2006-01") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started = "2006-01") and ($author >= "yuriy")
(started = "2006-01") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started = "2006-01") and ($author like "yuriy")
(started = "2006-01") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started = "2006-01") and ($author in ("yuriy"))
(started = "2006-01") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started = "2006-01") and ($author in ("yuriy","kostya","nazar","orest"))
(started = "2006-01") and (pid = "HelloWorld")
(started = "2006-01") and (pid < "HelloWorld")
(started = "2006-01") and (pid <= "HelloWorld")
(started = "2006-01") and (pid > "HelloWorld")
(started = "2006-01") and (pid >= "HelloWorld")
(started = "2006-01") and (pid like "HelloWorld")
(started = "2006-01") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started = "2006-01") and (pid in ("Hello*","Hello*World"))
(started = "2006-01") and (pid in ("Hello*World"))
(started = "2006-01") and (iid = "2006")
(started = "2006-01") and (iid < "2006")
(started = "2006-01") and (iid <= "2006")
(started = "2006-01") and (iid > "2006")
(started = "2006-01") and (iid >= "2006")
(started = "2006-01") and (iid in ("2006"))
(started = "2006-01") and (iid in ("2006","20061231"))
(started = "2006-01") and (status = "active")
(started = "2006-01") and (status = "suspended")
(started = "2006-01") and (status = "error")
(started = "2006-01") and (status = "completed")
(started = "2006-01") and (status = "terminated")
(started = "2006-01") and (status = "faulted")
(started = "2006-01") and (status in ("active","suspended"))
(started = "2006-01") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started = "2006") and (last-active = "2006-02-01T00:00:01")
(started = "2006") and (last-active = "2006-02-21")
(started = "2006") and (last-active = "2006-02")
(started = "2006") and (last-active = "2006")
(started = "2006") and (last-active < "2006-02-01T00:00:01")
(started = "2006") and (last-active < "2006-02-21")
(started = "2006") and (last-active < "2006-02")
(started = "2006") and (last-active < "2006")
(started = "2006") and (last-active <= "2006-02-01T00:00:01")
(started = "2006") and (last-active <= "2006-02-21")
(started = "2006") and (last-active <= "2006-02")
(started = "2006") and (last-active <= "2006")
(started = "2006") and (last-active > "2006-02-01T00:00:01")
(started = "2006") and (last-active > "2006-02-21")
(started = "2006") and (last-active > "2006-02")
(started = "2006") and (last-active > "2006")
(started = "2006") and (last-active >= "2006-02-01T00:00:01")
(started = "2006") and (last-active >= "2006-02-21")
(started = "2006") and (last-active >= "2006-02")
(started = "2006") and (last-active >= "2006")
(started = "2006") and (last-active like "2006-02-01T00:00:01")
(started = "2006") and (last-active like "2006-02-21")
(started = "2006") and (last-active like "2006-02")
(started = "2006") and (last-active like "2006")
(started = "2006") and (last-active in ("2006-02-01T00:00:01"))
(started = "2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started = "2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started = "2006") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started = "2006") and ($author = "yuriy")
(started = "2006") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started = "2006") and ($author < "yuriy")
(started = "2006") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started = "2006") and ($author <= "yuriy")
(started = "2006") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started = "2006") and ($author > "yuriy")
(started = "2006") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started = "2006") and ($author >= "yuriy")
(started = "2006") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started = "2006") and ($author like "yuriy")
(started = "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started = "2006") and ($author in ("yuriy"))
(started = "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started = "2006") and ($author in ("yuriy","kostya","nazar","orest"))
(started = "2006") and (pid = "HelloWorld")
(started = "2006") and (pid < "HelloWorld")
(started = "2006") and (pid <= "HelloWorld")
(started = "2006") and (pid > "HelloWorld")
(started = "2006") and (pid >= "HelloWorld")
(started = "2006") and (pid like "HelloWorld")
(started = "2006") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started = "2006") and (pid in ("Hello*","Hello*World"))
(started = "2006") and (pid in ("Hello*World"))
(started = "2006") and (iid = "2006")
(started = "2006") and (iid < "2006")
(started = "2006") and (iid <= "2006")
(started = "2006") and (iid > "2006")
(started = "2006") and (iid >= "2006")
(started = "2006") and (iid in ("2006"))
(started = "2006") and (iid in ("2006","20061231"))
(started = "2006") and (status = "active")
(started = "2006") and (status = "suspended")
(started = "2006") and (status = "error")
(started = "2006") and (status = "completed")
(started = "2006") and (status = "terminated")
(started = "2006") and (status = "faulted")
(started = "2006") and (status in ("active","suspended"))
(started = "2006") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started < "2006-01-01T00:00:01") and (last-active = "2006-02-01T00:00:01")
(started < "2006-01-01T00:00:01") and (last-active = "2006-02-21")
(started < "2006-01-01T00:00:01") and (last-active = "2006-02")
(started < "2006-01-01T00:00:01") and (last-active = "2006")
(started < "2006-01-01T00:00:01") and (last-active < "2006-02-01T00:00:01")
(started < "2006-01-01T00:00:01") and (last-active < "2006-02-21")
(started < "2006-01-01T00:00:01") and (last-active < "2006-02")
(started < "2006-01-01T00:00:01") and (last-active < "2006")
(started < "2006-01-01T00:00:01") and (last-active <= "2006-02-01T00:00:01")
(started < "2006-01-01T00:00:01") and (last-active <= "2006-02-21")
(started < "2006-01-01T00:00:01") and (last-active <= "2006-02")
(started < "2006-01-01T00:00:01") and (last-active <= "2006")
(started < "2006-01-01T00:00:01") and (last-active > "2006-02-01T00:00:01")
(started < "2006-01-01T00:00:01") and (last-active > "2006-02-21")
(started < "2006-01-01T00:00:01") and (last-active > "2006-02")
(started < "2006-01-01T00:00:01") and (last-active > "2006")
(started < "2006-01-01T00:00:01") and (last-active >= "2006-02-01T00:00:01")
(started < "2006-01-01T00:00:01") and (last-active >= "2006-02-21")
(started < "2006-01-01T00:00:01") and (last-active >= "2006-02")
(started < "2006-01-01T00:00:01") and (last-active >= "2006")
(started < "2006-01-01T00:00:01") and (last-active like "2006-02-01T00:00:01")
(started < "2006-01-01T00:00:01") and (last-active like "2006-02-21")
(started < "2006-01-01T00:00:01") and (last-active like "2006-02")
(started < "2006-01-01T00:00:01") and (last-active like "2006")
(started < "2006-01-01T00:00:01") and (last-active in ("2006-02-01T00:00:01"))
(started < "2006-01-01T00:00:01") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started < "2006-01-01T00:00:01") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started < "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started < "2006-01-01T00:00:01") and ($author = "yuriy")
(started < "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started < "2006-01-01T00:00:01") and ($author < "yuriy")
(started < "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started < "2006-01-01T00:00:01") and ($author <= "yuriy")
(started < "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started < "2006-01-01T00:00:01") and ($author > "yuriy")
(started < "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started < "2006-01-01T00:00:01") and ($author >= "yuriy")
(started < "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started < "2006-01-01T00:00:01") and ($author like "yuriy")
(started < "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started < "2006-01-01T00:00:01") and ($author in ("yuriy"))
(started < "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started < "2006-01-01T00:00:01") and ($author in ("yuriy","kostya","nazar","orest"))
(started < "2006-01-01T00:00:01") and (pid = "HelloWorld")
(started < "2006-01-01T00:00:01") and (pid < "HelloWorld")
(started < "2006-01-01T00:00:01") and (pid <= "HelloWorld")
(started < "2006-01-01T00:00:01") and (pid > "HelloWorld")
(started < "2006-01-01T00:00:01") and (pid >= "HelloWorld")
(started < "2006-01-01T00:00:01") and (pid like "HelloWorld")
(started < "2006-01-01T00:00:01") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started < "2006-01-01T00:00:01") and (pid in ("Hello*","Hello*World"))
(started < "2006-01-01T00:00:01") and (pid in ("Hello*World"))
(started < "2006-01-01T00:00:01") and (iid = "2006")
(started < "2006-01-01T00:00:01") and (iid < "2006")
(started < "2006-01-01T00:00:01") and (iid <= "2006")
(started < "2006-01-01T00:00:01") and (iid > "2006")
(started < "2006-01-01T00:00:01") and (iid >= "2006")
(started < "2006-01-01T00:00:01") and (iid in ("2006"))
(started < "2006-01-01T00:00:01") and (iid in ("2006","20061231"))
(started < "2006-01-01T00:00:01") and (status = "active")
(started < "2006-01-01T00:00:01") and (status = "suspended")
(started < "2006-01-01T00:00:01") and (status = "error")
(started < "2006-01-01T00:00:01") and (status = "completed")
(started < "2006-01-01T00:00:01") and (status = "terminated")
(started < "2006-01-01T00:00:01") and (status = "faulted")
(started < "2006-01-01T00:00:01") and (status in ("active","suspended"))
(started < "2006-01-01T00:00:01") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started < "2006-01-31") and (last-active = "2006-02-01T00:00:01")
(started < "2006-01-31") and (last-active = "2006-02-21")
(started < "2006-01-31") and (last-active = "2006-02")
(started < "2006-01-31") and (last-active = "2006")
(started < "2006-01-31") and (last-active < "2006-02-01T00:00:01")
(started < "2006-01-31") and (last-active < "2006-02-21")
(started < "2006-01-31") and (last-active < "2006-02")
(started < "2006-01-31") and (last-active < "2006")
(started < "2006-01-31") and (last-active <= "2006-02-01T00:00:01")
(started < "2006-01-31") and (last-active <= "2006-02-21")
(started < "2006-01-31") and (last-active <= "2006-02")
(started < "2006-01-31") and (last-active <= "2006")
(started < "2006-01-31") and (last-active > "2006-02-01T00:00:01")
(started < "2006-01-31") and (last-active > "2006-02-21")
(started < "2006-01-31") and (last-active > "2006-02")
(started < "2006-01-31") and (last-active > "2006")
(started < "2006-01-31") and (last-active >= "2006-02-01T00:00:01")
(started < "2006-01-31") and (last-active >= "2006-02-21")
(started < "2006-01-31") and (last-active >= "2006-02")
(started < "2006-01-31") and (last-active >= "2006")
(started < "2006-01-31") and (last-active like "2006-02-01T00:00:01")
(started < "2006-01-31") and (last-active like "2006-02-21")
(started < "2006-01-31") and (last-active like "2006-02")
(started < "2006-01-31") and (last-active like "2006")
(started < "2006-01-31") and (last-active in ("2006-02-01T00:00:01"))
(started < "2006-01-31") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started < "2006-01-31") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started < "2006-01-31") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started < "2006-01-31") and ($author = "yuriy")
(started < "2006-01-31") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started < "2006-01-31") and ($author < "yuriy")
(started < "2006-01-31") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started < "2006-01-31") and ($author <= "yuriy")
(started < "2006-01-31") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started < "2006-01-31") and ($author > "yuriy")
(started < "2006-01-31") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started < "2006-01-31") and ($author >= "yuriy")
(started < "2006-01-31") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started < "2006-01-31") and ($author like "yuriy")
(started < "2006-01-31") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started < "2006-01-31") and ($author in ("yuriy"))
(started < "2006-01-31") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started < "2006-01-31") and ($author in ("yuriy","kostya","nazar","orest"))
(started < "2006-01-31") and (pid = "HelloWorld")
(started < "2006-01-31") and (pid < "HelloWorld")
(started < "2006-01-31") and (pid <= "HelloWorld")
(started < "2006-01-31") and (pid > "HelloWorld")
(started < "2006-01-31") and (pid >= "HelloWorld")
(started < "2006-01-31") and (pid like "HelloWorld")
(started < "2006-01-31") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started < "2006-01-31") and (pid in ("Hello*","Hello*World"))
(started < "2006-01-31") and (pid in ("Hello*World"))
(started < "2006-01-31") and (iid = "2006")
(started < "2006-01-31") and (iid < "2006")
(started < "2006-01-31") and (iid <= "2006")
(started < "2006-01-31") and (iid > "2006")
(started < "2006-01-31") and (iid >= "2006")
(started < "2006-01-31") and (iid in ("2006"))
(started < "2006-01-31") and (iid in ("2006","20061231"))
(started < "2006-01-31") and (status = "active")
(started < "2006-01-31") and (status = "suspended")
(started < "2006-01-31") and (status = "error")
(started < "2006-01-31") and (status = "completed")
(started < "2006-01-31") and (status = "terminated")
(started < "2006-01-31") and (status = "faulted")
(started < "2006-01-31") and (status in ("active","suspended"))
(started < "2006-01-31") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started < "2006-01") and (last-active = "2006-02-01T00:00:01")
(started < "2006-01") and (last-active = "2006-02-21")
(started < "2006-01") and (last-active = "2006-02")
(started < "2006-01") and (last-active = "2006")
(started < "2006-01") and (last-active < "2006-02-01T00:00:01")
(started < "2006-01") and (last-active < "2006-02-21")
(started < "2006-01") and (last-active < "2006-02")
(started < "2006-01") and (last-active < "2006")
(started < "2006-01") and (last-active <= "2006-02-01T00:00:01")
(started < "2006-01") and (last-active <= "2006-02-21")
(started < "2006-01") and (last-active <= "2006-02")
(started < "2006-01") and (last-active <= "2006")
(started < "2006-01") and (last-active > "2006-02-01T00:00:01")
(started < "2006-01") and (last-active > "2006-02-21")
(started < "2006-01") and (last-active > "2006-02")
(started < "2006-01") and (last-active > "2006")
(started < "2006-01") and (last-active >= "2006-02-01T00:00:01")
(started < "2006-01") and (last-active >= "2006-02-21")
(started < "2006-01") and (last-active >= "2006-02")
(started < "2006-01") and (last-active >= "2006")
(started < "2006-01") and (last-active like "2006-02-01T00:00:01")
(started < "2006-01") and (last-active like "2006-02-21")
(started < "2006-01") and (last-active like "2006-02")
(started < "2006-01") and (last-active like "2006")
(started < "2006-01") and (last-active in ("2006-02-01T00:00:01"))
(started < "2006-01") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started < "2006-01") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started < "2006-01") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started < "2006-01") and ($author = "yuriy")
(started < "2006-01") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started < "2006-01") and ($author < "yuriy")
(started < "2006-01") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started < "2006-01") and ($author <= "yuriy")
(started < "2006-01") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started < "2006-01") and ($author > "yuriy")
(started < "2006-01") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started < "2006-01") and ($author >= "yuriy")
(started < "2006-01") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started < "2006-01") and ($author like "yuriy")
(started < "2006-01") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started < "2006-01") and ($author in ("yuriy"))
(started < "2006-01") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started < "2006-01") and ($author in ("yuriy","kostya","nazar","orest"))
(started < "2006-01") and (pid = "HelloWorld")
(started < "2006-01") and (pid < "HelloWorld")
(started < "2006-01") and (pid <= "HelloWorld")
(started < "2006-01") and (pid > "HelloWorld")
(started < "2006-01") and (pid >= "HelloWorld")
(started < "2006-01") and (pid like "HelloWorld")
(started < "2006-01") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started < "2006-01") and (pid in ("Hello*","Hello*World"))
(started < "2006-01") and (pid in ("Hello*World"))
(started < "2006-01") and (iid = "2006")
(started < "2006-01") and (iid < "2006")
(started < "2006-01") and (iid <= "2006")
(started < "2006-01") and (iid > "2006")
(started < "2006-01") and (iid >= "2006")
(started < "2006-01") and (iid in ("2006"))
(started < "2006-01") and (iid in ("2006","20061231"))
(started < "2006-01") and (status = "active")
(started < "2006-01") and (status = "suspended")
(started < "2006-01") and (status = "error")
(started < "2006-01") and (status = "completed")
(started < "2006-01") and (status = "terminated")
(started < "2006-01") and (status = "faulted")
(started < "2006-01") and (status in ("active","suspended"))
(started < "2006-01") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started < "2006") and (last-active = "2006-02-01T00:00:01")
(started < "2006") and (last-active = "2006-02-21")
(started < "2006") and (last-active = "2006-02")
(started < "2006") and (last-active = "2006")
(started < "2006") and (last-active < "2006-02-01T00:00:01")
(started < "2006") and (last-active < "2006-02-21")
(started < "2006") and (last-active < "2006-02")
(started < "2006") and (last-active < "2006")
(started < "2006") and (last-active <= "2006-02-01T00:00:01")
(started < "2006") and (last-active <= "2006-02-21")
(started < "2006") and (last-active <= "2006-02")
(started < "2006") and (last-active <= "2006")
(started < "2006") and (last-active > "2006-02-01T00:00:01")
(started < "2006") and (last-active > "2006-02-21")
(started < "2006") and (last-active > "2006-02")
(started < "2006") and (last-active > "2006")
(started < "2006") and (last-active >= "2006-02-01T00:00:01")
(started < "2006") and (last-active >= "2006-02-21")
(started < "2006") and (last-active >= "2006-02")
(started < "2006") and (last-active >= "2006")
(started < "2006") and (last-active like "2006-02-01T00:00:01")
(started < "2006") and (last-active like "2006-02-21")
(started < "2006") and (last-active like "2006-02")
(started < "2006") and (last-active like "2006")
(started < "2006") and (last-active in ("2006-02-01T00:00:01"))
(started < "2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started < "2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started < "2006") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started < "2006") and ($author = "yuriy")
(started < "2006") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started < "2006") and ($author < "yuriy")
(started < "2006") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started < "2006") and ($author <= "yuriy")
(started < "2006") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started < "2006") and ($author > "yuriy")
(started < "2006") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started < "2006") and ($author >= "yuriy")
(started < "2006") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started < "2006") and ($author like "yuriy")
(started < "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started < "2006") and ($author in ("yuriy"))
(started < "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started < "2006") and ($author in ("yuriy","kostya","nazar","orest"))
(started < "2006") and (pid = "HelloWorld")
(started < "2006") and (pid < "HelloWorld")
(started < "2006") and (pid <= "HelloWorld")
(started < "2006") and (pid > "HelloWorld")
(started < "2006") and (pid >= "HelloWorld")
(started < "2006") and (pid like "HelloWorld")
(started < "2006") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started < "2006") and (pid in ("Hello*","Hello*World"))
(started < "2006") and (pid in ("Hello*World"))
(started < "2006") and (iid = "2006")
(started < "2006") and (iid < "2006")
(started < "2006") and (iid <= "2006")
(started < "2006") and (iid > "2006")
(started < "2006") and (iid >= "2006")
(started < "2006") and (iid in ("2006"))
(started < "2006") and (iid in ("2006","20061231"))
(started < "2006") and (status = "active")
(started < "2006") and (status = "suspended")
(started < "2006") and (status = "error")
(started < "2006") and (status = "completed")
(started < "2006") and (status = "terminated")
(started < "2006") and (status = "faulted")
(started < "2006") and (status in ("active","suspended"))
(started < "2006") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started <= "2006-01-01T00:00:01") and (last-active = "2006-02-01T00:00:01")
(started <= "2006-01-01T00:00:01") and (last-active = "2006-02-21")
(started <= "2006-01-01T00:00:01") and (last-active = "2006-02")
(started <= "2006-01-01T00:00:01") and (last-active = "2006")
(started <= "2006-01-01T00:00:01") and (last-active < "2006-02-01T00:00:01")
(started <= "2006-01-01T00:00:01") and (last-active < "2006-02-21")
(started <= "2006-01-01T00:00:01") and (last-active < "2006-02")
(started <= "2006-01-01T00:00:01") and (last-active < "2006")
(started <= "2006-01-01T00:00:01") and (last-active <= "2006-02-01T00:00:01")
(started <= "2006-01-01T00:00:01") and (last-active <= "2006-02-21")
(started <= "2006-01-01T00:00:01") and (last-active <= "2006-02")
(started <= "2006-01-01T00:00:01") and (last-active <= "2006")
(started <= "2006-01-01T00:00:01") and (last-active > "2006-02-01T00:00:01")
(started <= "2006-01-01T00:00:01") and (last-active > "2006-02-21")
(started <= "2006-01-01T00:00:01") and (last-active > "2006-02")
(started <= "2006-01-01T00:00:01") and (last-active > "2006")
(started <= "2006-01-01T00:00:01") and (last-active >= "2006-02-01T00:00:01")
(started <= "2006-01-01T00:00:01") and (last-active >= "2006-02-21")
(started <= "2006-01-01T00:00:01") and (last-active >= "2006-02")
(started <= "2006-01-01T00:00:01") and (last-active >= "2006")
(started <= "2006-01-01T00:00:01") and (last-active like "2006-02-01T00:00:01")
(started <= "2006-01-01T00:00:01") and (last-active like "2006-02-21")
(started <= "2006-01-01T00:00:01") and (last-active like "2006-02")
(started <= "2006-01-01T00:00:01") and (last-active like "2006")
(started <= "2006-01-01T00:00:01") and (last-active in ("2006-02-01T00:00:01"))
(started <= "2006-01-01T00:00:01") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started <= "2006-01-01T00:00:01") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started <= "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started <= "2006-01-01T00:00:01") and ($author = "yuriy")
(started <= "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started <= "2006-01-01T00:00:01") and ($author < "yuriy")
(started <= "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started <= "2006-01-01T00:00:01") and ($author <= "yuriy")
(started <= "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started <= "2006-01-01T00:00:01") and ($author > "yuriy")
(started <= "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started <= "2006-01-01T00:00:01") and ($author >= "yuriy")
(started <= "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started <= "2006-01-01T00:00:01") and ($author like "yuriy")
(started <= "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started <= "2006-01-01T00:00:01") and ($author in ("yuriy"))
(started <= "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started <= "2006-01-01T00:00:01") and ($author in ("yuriy","kostya","nazar","orest"))
(started <= "2006-01-01T00:00:01") and (pid = "HelloWorld")
(started <= "2006-01-01T00:00:01") and (pid < "HelloWorld")
(started <= "2006-01-01T00:00:01") and (pid <= "HelloWorld")
(started <= "2006-01-01T00:00:01") and (pid > "HelloWorld")
(started <= "2006-01-01T00:00:01") and (pid >= "HelloWorld")
(started <= "2006-01-01T00:00:01") and (pid like "HelloWorld")
(started <= "2006-01-01T00:00:01") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started <= "2006-01-01T00:00:01") and (pid in ("Hello*","Hello*World"))
(started <= "2006-01-01T00:00:01") and (pid in ("Hello*World"))
(started <= "2006-01-01T00:00:01") and (iid = "2006")
(started <= "2006-01-01T00:00:01") and (iid < "2006")
(started <= "2006-01-01T00:00:01") and (iid <= "2006")
(started <= "2006-01-01T00:00:01") and (iid > "2006")
(started <= "2006-01-01T00:00:01") and (iid >= "2006")
(started <= "2006-01-01T00:00:01") and (iid in ("2006"))
(started <= "2006-01-01T00:00:01") and (iid in ("2006","20061231"))
(started <= "2006-01-01T00:00:01") and (status = "active")
(started <= "2006-01-01T00:00:01") and (status = "suspended")
(started <= "2006-01-01T00:00:01") and (status = "error")
(started <= "2006-01-01T00:00:01") and (status = "completed")
(started <= "2006-01-01T00:00:01") and (status = "terminated")
(started <= "2006-01-01T00:00:01") and (status = "faulted")
(started <= "2006-01-01T00:00:01") and (status in ("active","suspended"))
(started <= "2006-01-01T00:00:01") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started <= "2006-01-31") and (last-active = "2006-02-01T00:00:01")
(started <= "2006-01-31") and (last-active = "2006-02-21")
(started <= "2006-01-31") and (last-active = "2006-02")
(started <= "2006-01-31") and (last-active = "2006")
(started <= "2006-01-31") and (last-active < "2006-02-01T00:00:01")
(started <= "2006-01-31") and (last-active < "2006-02-21")
(started <= "2006-01-31") and (last-active < "2006-02")
(started <= "2006-01-31") and (last-active < "2006")
(started <= "2006-01-31") and (last-active <= "2006-02-01T00:00:01")
(started <= "2006-01-31") and (last-active <= "2006-02-21")
(started <= "2006-01-31") and (last-active <= "2006-02")
(started <= "2006-01-31") and (last-active <= "2006")
(started <= "2006-01-31") and (last-active > "2006-02-01T00:00:01")
(started <= "2006-01-31") and (last-active > "2006-02-21")
(started <= "2006-01-31") and (last-active > "2006-02")
(started <= "2006-01-31") and (last-active > "2006")
(started <= "2006-01-31") and (last-active >= "2006-02-01T00:00:01")
(started <= "2006-01-31") and (last-active >= "2006-02-21")
(started <= "2006-01-31") and (last-active >= "2006-02")
(started <= "2006-01-31") and (last-active >= "2006")
(started <= "2006-01-31") and (last-active like "2006-02-01T00:00:01")
(started <= "2006-01-31") and (last-active like "2006-02-21")
(started <= "2006-01-31") and (last-active like "2006-02")
(started <= "2006-01-31") and (last-active like "2006")
(started <= "2006-01-31") and (last-active in ("2006-02-01T00:00:01"))
(started <= "2006-01-31") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started <= "2006-01-31") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started <= "2006-01-31") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started <= "2006-01-31") and ($author = "yuriy")
(started <= "2006-01-31") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started <= "2006-01-31") and ($author < "yuriy")
(started <= "2006-01-31") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started <= "2006-01-31") and ($author <= "yuriy")
(started <= "2006-01-31") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started <= "2006-01-31") and ($author > "yuriy")
(started <= "2006-01-31") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started <= "2006-01-31") and ($author >= "yuriy")
(started <= "2006-01-31") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started <= "2006-01-31") and ($author like "yuriy")
(started <= "2006-01-31") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started <= "2006-01-31") and ($author in ("yuriy"))
(started <= "2006-01-31") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started <= "2006-01-31") and ($author in ("yuriy","kostya","nazar","orest"))
(started <= "2006-01-31") and (pid = "HelloWorld")
(started <= "2006-01-31") and (pid < "HelloWorld")
(started <= "2006-01-31") and (pid <= "HelloWorld")
(started <= "2006-01-31") and (pid > "HelloWorld")
(started <= "2006-01-31") and (pid >= "HelloWorld")
(started <= "2006-01-31") and (pid like "HelloWorld")
(started <= "2006-01-31") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started <= "2006-01-31") and (pid in ("Hello*","Hello*World"))
(started <= "2006-01-31") and (pid in ("Hello*World"))
(started <= "2006-01-31") and (iid = "2006")
(started <= "2006-01-31") and (iid < "2006")
(started <= "2006-01-31") and (iid <= "2006")
(started <= "2006-01-31") and (iid > "2006")
(started <= "2006-01-31") and (iid >= "2006")
(started <= "2006-01-31") and (iid in ("2006"))
(started <= "2006-01-31") and (iid in ("2006","20061231"))
(started <= "2006-01-31") and (status = "active")
(started <= "2006-01-31") and (status = "suspended")
(started <= "2006-01-31") and (status = "error")
(started <= "2006-01-31") and (status = "completed")
(started <= "2006-01-31") and (status = "terminated")
(started <= "2006-01-31") and (status = "faulted")
(started <= "2006-01-31") and (status in ("active","suspended"))
(started <= "2006-01-31") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started <= "2006-01") and (last-active = "2006-02-01T00:00:01")
(started <= "2006-01") and (last-active = "2006-02-21")
(started <= "2006-01") and (last-active = "2006-02")
(started <= "2006-01") and (last-active = "2006")
(started <= "2006-01") and (last-active < "2006-02-01T00:00:01")
(started <= "2006-01") and (last-active < "2006-02-21")
(started <= "2006-01") and (last-active < "2006-02")
(started <= "2006-01") and (last-active < "2006")
(started <= "2006-01") and (last-active <= "2006-02-01T00:00:01")
(started <= "2006-01") and (last-active <= "2006-02-21")
(started <= "2006-01") and (last-active <= "2006-02")
(started <= "2006-01") and (last-active <= "2006")
(started <= "2006-01") and (last-active > "2006-02-01T00:00:01")
(started <= "2006-01") and (last-active > "2006-02-21")
(started <= "2006-01") and (last-active > "2006-02")
(started <= "2006-01") and (last-active > "2006")
(started <= "2006-01") and (last-active >= "2006-02-01T00:00:01")
(started <= "2006-01") and (last-active >= "2006-02-21")
(started <= "2006-01") and (last-active >= "2006-02")
(started <= "2006-01") and (last-active >= "2006")
(started <= "2006-01") and (last-active like "2006-02-01T00:00:01")
(started <= "2006-01") and (last-active like "2006-02-21")
(started <= "2006-01") and (last-active like "2006-02")
(started <= "2006-01") and (last-active like "2006")
(started <= "2006-01") and (last-active in ("2006-02-01T00:00:01"))
(started <= "2006-01") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started <= "2006-01") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started <= "2006-01") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started <= "2006-01") and ($author = "yuriy")
(started <= "2006-01") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started <= "2006-01") and ($author < "yuriy")
(started <= "2006-01") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started <= "2006-01") and ($author <= "yuriy")
(started <= "2006-01") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started <= "2006-01") and ($author > "yuriy")
(started <= "2006-01") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started <= "2006-01") and ($author >= "yuriy")
(started <= "2006-01") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started <= "2006-01") and ($author like "yuriy")
(started <= "2006-01") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started <= "2006-01") and ($author in ("yuriy"))
(started <= "2006-01") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started <= "2006-01") and ($author in ("yuriy","kostya","nazar","orest"))
(started <= "2006-01") and (pid = "HelloWorld")
(started <= "2006-01") and (pid < "HelloWorld")
(started <= "2006-01") and (pid <= "HelloWorld")
(started <= "2006-01") and (pid > "HelloWorld")
(started <= "2006-01") and (pid >= "HelloWorld")
(started <= "2006-01") and (pid like "HelloWorld")
(started <= "2006-01") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started <= "2006-01") and (pid in ("Hello*","Hello*World"))
(started <= "2006-01") and (pid in ("Hello*World"))
(started <= "2006-01") and (iid = "2006")
(started <= "2006-01") and (iid < "2006")
(started <= "2006-01") and (iid <= "2006")
(started <= "2006-01") and (iid > "2006")
(started <= "2006-01") and (iid >= "2006")
(started <= "2006-01") and (iid in ("2006"))
(started <= "2006-01") and (iid in ("2006","20061231"))
(started <= "2006-01") and (status = "active")
(started <= "2006-01") and (status = "suspended")
(started <= "2006-01") and (status = "error")
(started <= "2006-01") and (status = "completed")
(started <= "2006-01") and (status = "terminated")
(started <= "2006-01") and (status = "faulted")
(started <= "2006-01") and (status in ("active","suspended"))
(started <= "2006-01") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started <= "2006") and (last-active = "2006-02-01T00:00:01")
(started <= "2006") and (last-active = "2006-02-21")
(started <= "2006") and (last-active = "2006-02")
(started <= "2006") and (last-active = "2006")
(started <= "2006") and (last-active < "2006-02-01T00:00:01")
(started <= "2006") and (last-active < "2006-02-21")
(started <= "2006") and (last-active < "2006-02")
(started <= "2006") and (last-active < "2006")
(started <= "2006") and (last-active <= "2006-02-01T00:00:01")
(started <= "2006") and (last-active <= "2006-02-21")
(started <= "2006") and (last-active <= "2006-02")
(started <= "2006") and (last-active <= "2006")
(started <= "2006") and (last-active > "2006-02-01T00:00:01")
(started <= "2006") and (last-active > "2006-02-21")
(started <= "2006") and (last-active > "2006-02")
(started <= "2006") and (last-active > "2006")
(started <= "2006") and (last-active >= "2006-02-01T00:00:01")
(started <= "2006") and (last-active >= "2006-02-21")
(started <= "2006") and (last-active >= "2006-02")
(started <= "2006") and (last-active >= "2006")
(started <= "2006") and (last-active like "2006-02-01T00:00:01")
(started <= "2006") and (last-active like "2006-02-21")
(started <= "2006") and (last-active like "2006-02")
(started <= "2006") and (last-active like "2006")
(started <= "2006") and (last-active in ("2006-02-01T00:00:01"))
(started <= "2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started <= "2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started <= "2006") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started <= "2006") and ($author = "yuriy")
(started <= "2006") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started <= "2006") and ($author < "yuriy")
(started <= "2006") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started <= "2006") and ($author <= "yuriy")
(started <= "2006") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started <= "2006") and ($author > "yuriy")
(started <= "2006") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started <= "2006") and ($author >= "yuriy")
(started <= "2006") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started <= "2006") and ($author like "yuriy")
(started <= "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started <= "2006") and ($author in ("yuriy"))
(started <= "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started <= "2006") and ($author in ("yuriy","kostya","nazar","orest"))
(started <= "2006") and (pid = "HelloWorld")
(started <= "2006") and (pid < "HelloWorld")
(started <= "2006") and (pid <= "HelloWorld")
(started <= "2006") and (pid > "HelloWorld")
(started <= "2006") and (pid >= "HelloWorld")
(started <= "2006") and (pid like "HelloWorld")
(started <= "2006") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started <= "2006") and (pid in ("Hello*","Hello*World"))
(started <= "2006") and (pid in ("Hello*World"))
(started <= "2006") and (iid = "2006")
(started <= "2006") and (iid < "2006")
(started <= "2006") and (iid <= "2006")
(started <= "2006") and (iid > "2006")
(started <= "2006") and (iid >= "2006")
(started <= "2006") and (iid in ("2006"))
(started <= "2006") and (iid in ("2006","20061231"))
(started <= "2006") and (status = "active")
(started <= "2006") and (status = "suspended")
(started <= "2006") and (status = "error")
(started <= "2006") and (status = "completed")
(started <= "2006") and (status = "terminated")
(started <= "2006") and (status = "faulted")
(started <= "2006") and (status in ("active","suspended"))
(started <= "2006") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started > "2006-01-01T00:00:01") and (last-active = "2006-02-01T00:00:01")
(started > "2006-01-01T00:00:01") and (last-active = "2006-02-21")
(started > "2006-01-01T00:00:01") and (last-active = "2006-02")
(started > "2006-01-01T00:00:01") and (last-active = "2006")
(started > "2006-01-01T00:00:01") and (last-active < "2006-02-01T00:00:01")
(started > "2006-01-01T00:00:01") and (last-active < "2006-02-21")
(started > "2006-01-01T00:00:01") and (last-active < "2006-02")
(started > "2006-01-01T00:00:01") and (last-active < "2006")
(started > "2006-01-01T00:00:01") and (last-active <= "2006-02-01T00:00:01")
(started > "2006-01-01T00:00:01") and (last-active <= "2006-02-21")
(started > "2006-01-01T00:00:01") and (last-active <= "2006-02")
(started > "2006-01-01T00:00:01") and (last-active <= "2006")
(started > "2006-01-01T00:00:01") and (last-active > "2006-02-01T00:00:01")
(started > "2006-01-01T00:00:01") and (last-active > "2006-02-21")
(started > "2006-01-01T00:00:01") and (last-active > "2006-02")
(started > "2006-01-01T00:00:01") and (last-active > "2006")
(started > "2006-01-01T00:00:01") and (last-active >= "2006-02-01T00:00:01")
(started > "2006-01-01T00:00:01") and (last-active >= "2006-02-21")
(started > "2006-01-01T00:00:01") and (last-active >= "2006-02")
(started > "2006-01-01T00:00:01") and (last-active >= "2006")
(started > "2006-01-01T00:00:01") and (last-active like "2006-02-01T00:00:01")
(started > "2006-01-01T00:00:01") and (last-active like "2006-02-21")
(started > "2006-01-01T00:00:01") and (last-active like "2006-02")
(started > "2006-01-01T00:00:01") and (last-active like "2006")
(started > "2006-01-01T00:00:01") and (last-active in ("2006-02-01T00:00:01"))
(started > "2006-01-01T00:00:01") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started > "2006-01-01T00:00:01") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started > "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started > "2006-01-01T00:00:01") and ($author = "yuriy")
(started > "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started > "2006-01-01T00:00:01") and ($author < "yuriy")
(started > "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started > "2006-01-01T00:00:01") and ($author <= "yuriy")
(started > "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started > "2006-01-01T00:00:01") and ($author > "yuriy")
(started > "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started > "2006-01-01T00:00:01") and ($author >= "yuriy")
(started > "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started > "2006-01-01T00:00:01") and ($author like "yuriy")
(started > "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started > "2006-01-01T00:00:01") and ($author in ("yuriy"))
(started > "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started > "2006-01-01T00:00:01") and ($author in ("yuriy","kostya","nazar","orest"))
(started > "2006-01-01T00:00:01") and (pid = "HelloWorld")
(started > "2006-01-01T00:00:01") and (pid < "HelloWorld")
(started > "2006-01-01T00:00:01") and (pid <= "HelloWorld")
(started > "2006-01-01T00:00:01") and (pid > "HelloWorld")
(started > "2006-01-01T00:00:01") and (pid >= "HelloWorld")
(started > "2006-01-01T00:00:01") and (pid like "HelloWorld")
(started > "2006-01-01T00:00:01") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started > "2006-01-01T00:00:01") and (pid in ("Hello*","Hello*World"))
(started > "2006-01-01T00:00:01") and (pid in ("Hello*World"))
(started > "2006-01-01T00:00:01") and (iid = "2006")
(started > "2006-01-01T00:00:01") and (iid < "2006")
(started > "2006-01-01T00:00:01") and (iid <= "2006")
(started > "2006-01-01T00:00:01") and (iid > "2006")
(started > "2006-01-01T00:00:01") and (iid >= "2006")
(started > "2006-01-01T00:00:01") and (iid in ("2006"))
(started > "2006-01-01T00:00:01") and (iid in ("2006","20061231"))
(started > "2006-01-01T00:00:01") and (status = "active")
(started > "2006-01-01T00:00:01") and (status = "suspended")
(started > "2006-01-01T00:00:01") and (status = "error")
(started > "2006-01-01T00:00:01") and (status = "completed")
(started > "2006-01-01T00:00:01") and (status = "terminated")
(started > "2006-01-01T00:00:01") and (status = "faulted")
(started > "2006-01-01T00:00:01") and (status in ("active","suspended"))
(started > "2006-01-01T00:00:01") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started > "2006-01-31") and (last-active = "2006-02-01T00:00:01")
(started > "2006-01-31") and (last-active = "2006-02-21")
(started > "2006-01-31") and (last-active = "2006-02")
(started > "2006-01-31") and (last-active = "2006")
(started > "2006-01-31") and (last-active < "2006-02-01T00:00:01")
(started > "2006-01-31") and (last-active < "2006-02-21")
(started > "2006-01-31") and (last-active < "2006-02")
(started > "2006-01-31") and (last-active < "2006")
(started > "2006-01-31") and (last-active <= "2006-02-01T00:00:01")
(started > "2006-01-31") and (last-active <= "2006-02-21")
(started > "2006-01-31") and (last-active <= "2006-02")
(started > "2006-01-31") and (last-active <= "2006")
(started > "2006-01-31") and (last-active > "2006-02-01T00:00:01")
(started > "2006-01-31") and (last-active > "2006-02-21")
(started > "2006-01-31") and (last-active > "2006-02")
(started > "2006-01-31") and (last-active > "2006")
(started > "2006-01-31") and (last-active >= "2006-02-01T00:00:01")
(started > "2006-01-31") and (last-active >= "2006-02-21")
(started > "2006-01-31") and (last-active >= "2006-02")
(started > "2006-01-31") and (last-active >= "2006")
(started > "2006-01-31") and (last-active like "2006-02-01T00:00:01")
(started > "2006-01-31") and (last-active like "2006-02-21")
(started > "2006-01-31") and (last-active like "2006-02")
(started > "2006-01-31") and (last-active like "2006")
(started > "2006-01-31") and (last-active in ("2006-02-01T00:00:01"))
(started > "2006-01-31") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started > "2006-01-31") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started > "2006-01-31") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started > "2006-01-31") and ($author = "yuriy")
(started > "2006-01-31") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started > "2006-01-31") and ($author < "yuriy")
(started > "2006-01-31") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started > "2006-01-31") and ($author <= "yuriy")
(started > "2006-01-31") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started > "2006-01-31") and ($author > "yuriy")
(started > "2006-01-31") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started > "2006-01-31") and ($author >= "yuriy")
(started > "2006-01-31") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started > "2006-01-31") and ($author like "yuriy")
(started > "2006-01-31") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started > "2006-01-31") and ($author in ("yuriy"))
(started > "2006-01-31") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started > "2006-01-31") and ($author in ("yuriy","kostya","nazar","orest"))
(started > "2006-01-31") and (pid = "HelloWorld")
(started > "2006-01-31") and (pid < "HelloWorld")
(started > "2006-01-31") and (pid <= "HelloWorld")
(started > "2006-01-31") and (pid > "HelloWorld")
(started > "2006-01-31") and (pid >= "HelloWorld")
(started > "2006-01-31") and (pid like "HelloWorld")
(started > "2006-01-31") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started > "2006-01-31") and (pid in ("Hello*","Hello*World"))
(started > "2006-01-31") and (pid in ("Hello*World"))
(started > "2006-01-31") and (iid = "2006")
(started > "2006-01-31") and (iid < "2006")
(started > "2006-01-31") and (iid <= "2006")
(started > "2006-01-31") and (iid > "2006")
(started > "2006-01-31") and (iid >= "2006")
(started > "2006-01-31") and (iid in ("2006"))
(started > "2006-01-31") and (iid in ("2006","20061231"))
(started > "2006-01-31") and (status = "active")
(started > "2006-01-31") and (status = "suspended")
(started > "2006-01-31") and (status = "error")
(started > "2006-01-31") and (status = "completed")
(started > "2006-01-31") and (status = "terminated")
(started > "2006-01-31") and (status = "faulted")
(started > "2006-01-31") and (status in ("active","suspended"))
(started > "2006-01-31") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started > "2006-01") and (last-active = "2006-02-01T00:00:01")
(started > "2006-01") and (last-active = "2006-02-21")
(started > "2006-01") and (last-active = "2006-02")
(started > "2006-01") and (last-active = "2006")
(started > "2006-01") and (last-active < "2006-02-01T00:00:01")
(started > "2006-01") and (last-active < "2006-02-21")
(started > "2006-01") and (last-active < "2006-02")
(started > "2006-01") and (last-active < "2006")
(started > "2006-01") and (last-active <= "2006-02-01T00:00:01")
(started > "2006-01") and (last-active <= "2006-02-21")
(started > "2006-01") and (last-active <= "2006-02")
(started > "2006-01") and (last-active <= "2006")
(started > "2006-01") and (last-active > "2006-02-01T00:00:01")
(started > "2006-01") and (last-active > "2006-02-21")
(started > "2006-01") and (last-active > "2006-02")
(started > "2006-01") and (last-active > "2006")
(started > "2006-01") and (last-active >= "2006-02-01T00:00:01")
(started > "2006-01") and (last-active >= "2006-02-21")
(started > "2006-01") and (last-active >= "2006-02")
(started > "2006-01") and (last-active >= "2006")
(started > "2006-01") and (last-active like "2006-02-01T00:00:01")
(started > "2006-01") and (last-active like "2006-02-21")
(started > "2006-01") and (last-active like "2006-02")
(started > "2006-01") and (last-active like "2006")
(started > "2006-01") and (last-active in ("2006-02-01T00:00:01"))
(started > "2006-01") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started > "2006-01") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started > "2006-01") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started > "2006-01") and ($author = "yuriy")
(started > "2006-01") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started > "2006-01") and ($author < "yuriy")
(started > "2006-01") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started > "2006-01") and ($author <= "yuriy")
(started > "2006-01") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started > "2006-01") and ($author > "yuriy")
(started > "2006-01") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started > "2006-01") and ($author >= "yuriy")
(started > "2006-01") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started > "2006-01") and ($author like "yuriy")
(started > "2006-01") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started > "2006-01") and ($author in ("yuriy"))
(started > "2006-01") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started > "2006-01") and ($author in ("yuriy","kostya","nazar","orest"))
(started > "2006-01") and (pid = "HelloWorld")
(started > "2006-01") and (pid < "HelloWorld")
(started > "2006-01") and (pid <= "HelloWorld")
(started > "2006-01") and (pid > "HelloWorld")
(started > "2006-01") and (pid >= "HelloWorld")
(started > "2006-01") and (pid like "HelloWorld")
(started > "2006-01") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started > "2006-01") and (pid in ("Hello*","Hello*World"))
(started > "2006-01") and (pid in ("Hello*World"))
(started > "2006-01") and (iid = "2006")
(started > "2006-01") and (iid < "2006")
(started > "2006-01") and (iid <= "2006")
(started > "2006-01") and (iid > "2006")
(started > "2006-01") and (iid >= "2006")
(started > "2006-01") and (iid in ("2006"))
(started > "2006-01") and (iid in ("2006","20061231"))
(started > "2006-01") and (status = "active")
(started > "2006-01") and (status = "suspended")
(started > "2006-01") and (status = "error")
(started > "2006-01") and (status = "completed")
(started > "2006-01") and (status = "terminated")
(started > "2006-01") and (status = "faulted")
(started > "2006-01") and (status in ("active","suspended"))
(started > "2006-01") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started > "2006") and (last-active = "2006-02-01T00:00:01")
(started > "2006") and (last-active = "2006-02-21")
(started > "2006") and (last-active = "2006-02")
(started > "2006") and (last-active = "2006")
(started > "2006") and (last-active < "2006-02-01T00:00:01")
(started > "2006") and (last-active < "2006-02-21")
(started > "2006") and (last-active < "2006-02")
(started > "2006") and (last-active < "2006")
(started > "2006") and (last-active <= "2006-02-01T00:00:01")
(started > "2006") and (last-active <= "2006-02-21")
(started > "2006") and (last-active <= "2006-02")
(started > "2006") and (last-active <= "2006")
(started > "2006") and (last-active > "2006-02-01T00:00:01")
(started > "2006") and (last-active > "2006-02-21")
(started > "2006") and (last-active > "2006-02")
(started > "2006") and (last-active > "2006")
(started > "2006") and (last-active >= "2006-02-01T00:00:01")
(started > "2006") and (last-active >= "2006-02-21")
(started > "2006") and (last-active >= "2006-02")
(started > "2006") and (last-active >= "2006")
(started > "2006") and (last-active like "2006-02-01T00:00:01")
(started > "2006") and (last-active like "2006-02-21")
(started > "2006") and (last-active like "2006-02")
(started > "2006") and (last-active like "2006")
(started > "2006") and (last-active in ("2006-02-01T00:00:01"))
(started > "2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started > "2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started > "2006") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started > "2006") and ($author = "yuriy")
(started > "2006") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started > "2006") and ($author < "yuriy")
(started > "2006") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started > "2006") and ($author <= "yuriy")
(started > "2006") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started > "2006") and ($author > "yuriy")
(started > "2006") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started > "2006") and ($author >= "yuriy")
(started > "2006") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started > "2006") and ($author like "yuriy")
(started > "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started > "2006") and ($author in ("yuriy"))
(started > "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started > "2006") and ($author in ("yuriy","kostya","nazar","orest"))
(started > "2006") and (pid = "HelloWorld")
(started > "2006") and (pid < "HelloWorld")
(started > "2006") and (pid <= "HelloWorld")
(started > "2006") and (pid > "HelloWorld")
(started > "2006") and (pid >= "HelloWorld")
(started > "2006") and (pid like "HelloWorld")
(started > "2006") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started > "2006") and (pid in ("Hello*","Hello*World"))
(started > "2006") and (pid in ("Hello*World"))
(started > "2006") and (iid = "2006")
(started > "2006") and (iid < "2006")
(started > "2006") and (iid <= "2006")
(started > "2006") and (iid > "2006")
(started > "2006") and (iid >= "2006")
(started > "2006") and (iid in ("2006"))
(started > "2006") and (iid in ("2006","20061231"))
(started > "2006") and (status = "active")
(started > "2006") and (status = "suspended")
(started > "2006") and (status = "error")
(started > "2006") and (status = "completed")
(started > "2006") and (status = "terminated")
(started > "2006") and (status = "faulted")
(started > "2006") and (status in ("active","suspended"))
(started > "2006") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started >= "2006-01-01T00:00:01") and (last-active = "2006-02-01T00:00:01")
(started >= "2006-01-01T00:00:01") and (last-active = "2006-02-21")
(started >= "2006-01-01T00:00:01") and (last-active = "2006-02")
(started >= "2006-01-01T00:00:01") and (last-active = "2006")
(started >= "2006-01-01T00:00:01") and (last-active < "2006-02-01T00:00:01")
(started >= "2006-01-01T00:00:01") and (last-active < "2006-02-21")
(started >= "2006-01-01T00:00:01") and (last-active < "2006-02")
(started >= "2006-01-01T00:00:01") and (last-active < "2006")
(started >= "2006-01-01T00:00:01") and (last-active <= "2006-02-01T00:00:01")
(started >= "2006-01-01T00:00:01") and (last-active <= "2006-02-21")
(started >= "2006-01-01T00:00:01") and (last-active <= "2006-02")
(started >= "2006-01-01T00:00:01") and (last-active <= "2006")
(started >= "2006-01-01T00:00:01") and (last-active > "2006-02-01T00:00:01")
(started >= "2006-01-01T00:00:01") and (last-active > "2006-02-21")
(started >= "2006-01-01T00:00:01") and (last-active > "2006-02")
(started >= "2006-01-01T00:00:01") and (last-active > "2006")
(started >= "2006-01-01T00:00:01") and (last-active >= "2006-02-01T00:00:01")
(started >= "2006-01-01T00:00:01") and (last-active >= "2006-02-21")
(started >= "2006-01-01T00:00:01") and (last-active >= "2006-02")
(started >= "2006-01-01T00:00:01") and (last-active >= "2006")
(started >= "2006-01-01T00:00:01") and (last-active like "2006-02-01T00:00:01")
(started >= "2006-01-01T00:00:01") and (last-active like "2006-02-21")
(started >= "2006-01-01T00:00:01") and (last-active like "2006-02")
(started >= "2006-01-01T00:00:01") and (last-active like "2006")
(started >= "2006-01-01T00:00:01") and (last-active in ("2006-02-01T00:00:01"))
(started >= "2006-01-01T00:00:01") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started >= "2006-01-01T00:00:01") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started >= "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started >= "2006-01-01T00:00:01") and ($author = "yuriy")
(started >= "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started >= "2006-01-01T00:00:01") and ($author < "yuriy")
(started >= "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started >= "2006-01-01T00:00:01") and ($author <= "yuriy")
(started >= "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started >= "2006-01-01T00:00:01") and ($author > "yuriy")
(started >= "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started >= "2006-01-01T00:00:01") and ($author >= "yuriy")
(started >= "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started >= "2006-01-01T00:00:01") and ($author like "yuriy")
(started >= "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started >= "2006-01-01T00:00:01") and ($author in ("yuriy"))
(started >= "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started >= "2006-01-01T00:00:01") and ($author in ("yuriy","kostya","nazar","orest"))
(started >= "2006-01-01T00:00:01") and (pid = "HelloWorld")
(started >= "2006-01-01T00:00:01") and (pid < "HelloWorld")
(started >= "2006-01-01T00:00:01") and (pid <= "HelloWorld")
(started >= "2006-01-01T00:00:01") and (pid > "HelloWorld")
(started >= "2006-01-01T00:00:01") and (pid >= "HelloWorld")
(started >= "2006-01-01T00:00:01") and (pid like "HelloWorld")
(started >= "2006-01-01T00:00:01") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started >= "2006-01-01T00:00:01") and (pid in ("Hello*","Hello*World"))
(started >= "2006-01-01T00:00:01") and (pid in ("Hello*World"))
(started >= "2006-01-01T00:00:01") and (iid = "2006")
(started >= "2006-01-01T00:00:01") and (iid < "2006")
(started >= "2006-01-01T00:00:01") and (iid <= "2006")
(started >= "2006-01-01T00:00:01") and (iid > "2006")
(started >= "2006-01-01T00:00:01") and (iid >= "2006")
(started >= "2006-01-01T00:00:01") and (iid in ("2006"))
(started >= "2006-01-01T00:00:01") and (iid in ("2006","20061231"))
(started >= "2006-01-01T00:00:01") and (status = "active")
(started >= "2006-01-01T00:00:01") and (status = "suspended")
(started >= "2006-01-01T00:00:01") and (status = "error")
(started >= "2006-01-01T00:00:01") and (status = "completed")
(started >= "2006-01-01T00:00:01") and (status = "terminated")
(started >= "2006-01-01T00:00:01") and (status = "faulted")
(started >= "2006-01-01T00:00:01") and (status in ("active","suspended"))
(started >= "2006-01-01T00:00:01") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started >= "2006-01-31") and (last-active = "2006-02-01T00:00:01")
(started >= "2006-01-31") and (last-active = "2006-02-21")
(started >= "2006-01-31") and (last-active = "2006-02")
(started >= "2006-01-31") and (last-active = "2006")
(started >= "2006-01-31") and (last-active < "2006-02-01T00:00:01")
(started >= "2006-01-31") and (last-active < "2006-02-21")
(started >= "2006-01-31") and (last-active < "2006-02")
(started >= "2006-01-31") and (last-active < "2006")
(started >= "2006-01-31") and (last-active <= "2006-02-01T00:00:01")
(started >= "2006-01-31") and (last-active <= "2006-02-21")
(started >= "2006-01-31") and (last-active <= "2006-02")
(started >= "2006-01-31") and (last-active <= "2006")
(started >= "2006-01-31") and (last-active > "2006-02-01T00:00:01")
(started >= "2006-01-31") and (last-active > "2006-02-21")
(started >= "2006-01-31") and (last-active > "2006-02")
(started >= "2006-01-31") and (last-active > "2006")
(started >= "2006-01-31") and (last-active >= "2006-02-01T00:00:01")
(started >= "2006-01-31") and (last-active >= "2006-02-21")
(started >= "2006-01-31") and (last-active >= "2006-02")
(started >= "2006-01-31") and (last-active >= "2006")
(started >= "2006-01-31") and (last-active like "2006-02-01T00:00:01")
(started >= "2006-01-31") and (last-active like "2006-02-21")
(started >= "2006-01-31") and (last-active like "2006-02")
(started >= "2006-01-31") and (last-active like "2006")
(started >= "2006-01-31") and (last-active in ("2006-02-01T00:00:01"))
(started >= "2006-01-31") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started >= "2006-01-31") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started >= "2006-01-31") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started >= "2006-01-31") and ($author = "yuriy")
(started >= "2006-01-31") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started >= "2006-01-31") and ($author < "yuriy")
(started >= "2006-01-31") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started >= "2006-01-31") and ($author <= "yuriy")
(started >= "2006-01-31") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started >= "2006-01-31") and ($author > "yuriy")
(started >= "2006-01-31") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started >= "2006-01-31") and ($author >= "yuriy")
(started >= "2006-01-31") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started >= "2006-01-31") and ($author like "yuriy")
(started >= "2006-01-31") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started >= "2006-01-31") and ($author in ("yuriy"))
(started >= "2006-01-31") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started >= "2006-01-31") and ($author in ("yuriy","kostya","nazar","orest"))
(started >= "2006-01-31") and (pid = "HelloWorld")
(started >= "2006-01-31") and (pid < "HelloWorld")
(started >= "2006-01-31") and (pid <= "HelloWorld")
(started >= "2006-01-31") and (pid > "HelloWorld")
(started >= "2006-01-31") and (pid >= "HelloWorld")
(started >= "2006-01-31") and (pid like "HelloWorld")
(started >= "2006-01-31") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started >= "2006-01-31") and (pid in ("Hello*","Hello*World"))
(started >= "2006-01-31") and (pid in ("Hello*World"))
(started >= "2006-01-31") and (iid = "2006")
(started >= "2006-01-31") and (iid < "2006")
(started >= "2006-01-31") and (iid <= "2006")
(started >= "2006-01-31") and (iid > "2006")
(started >= "2006-01-31") and (iid >= "2006")
(started >= "2006-01-31") and (iid in ("2006"))
(started >= "2006-01-31") and (iid in ("2006","20061231"))
(started >= "2006-01-31") and (status = "active")
(started >= "2006-01-31") and (status = "suspended")
(started >= "2006-01-31") and (status = "error")
(started >= "2006-01-31") and (status = "completed")
(started >= "2006-01-31") and (status = "terminated")
(started >= "2006-01-31") and (status = "faulted")
(started >= "2006-01-31") and (status in ("active","suspended"))
(started >= "2006-01-31") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started >= "2006-01") and (last-active = "2006-02-01T00:00:01")
(started >= "2006-01") and (last-active = "2006-02-21")
(started >= "2006-01") and (last-active = "2006-02")
(started >= "2006-01") and (last-active = "2006")
(started >= "2006-01") and (last-active < "2006-02-01T00:00:01")
(started >= "2006-01") and (last-active < "2006-02-21")
(started >= "2006-01") and (last-active < "2006-02")
(started >= "2006-01") and (last-active < "2006")
(started >= "2006-01") and (last-active <= "2006-02-01T00:00:01")
(started >= "2006-01") and (last-active <= "2006-02-21")
(started >= "2006-01") and (last-active <= "2006-02")
(started >= "2006-01") and (last-active <= "2006")
(started >= "2006-01") and (last-active > "2006-02-01T00:00:01")
(started >= "2006-01") and (last-active > "2006-02-21")
(started >= "2006-01") and (last-active > "2006-02")
(started >= "2006-01") and (last-active > "2006")
(started >= "2006-01") and (last-active >= "2006-02-01T00:00:01")
(started >= "2006-01") and (last-active >= "2006-02-21")
(started >= "2006-01") and (last-active >= "2006-02")
(started >= "2006-01") and (last-active >= "2006")
(started >= "2006-01") and (last-active like "2006-02-01T00:00:01")
(started >= "2006-01") and (last-active like "2006-02-21")
(started >= "2006-01") and (last-active like "2006-02")
(started >= "2006-01") and (last-active like "2006")
(started >= "2006-01") and (last-active in ("2006-02-01T00:00:01"))
(started >= "2006-01") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started >= "2006-01") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started >= "2006-01") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started >= "2006-01") and ($author = "yuriy")
(started >= "2006-01") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started >= "2006-01") and ($author < "yuriy")
(started >= "2006-01") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started >= "2006-01") and ($author <= "yuriy")
(started >= "2006-01") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started >= "2006-01") and ($author > "yuriy")
(started >= "2006-01") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started >= "2006-01") and ($author >= "yuriy")
(started >= "2006-01") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started >= "2006-01") and ($author like "yuriy")
(started >= "2006-01") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started >= "2006-01") and ($author in ("yuriy"))
(started >= "2006-01") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started >= "2006-01") and ($author in ("yuriy","kostya","nazar","orest"))
(started >= "2006-01") and (pid = "HelloWorld")
(started >= "2006-01") and (pid < "HelloWorld")
(started >= "2006-01") and (pid <= "HelloWorld")
(started >= "2006-01") and (pid > "HelloWorld")
(started >= "2006-01") and (pid >= "HelloWorld")
(started >= "2006-01") and (pid like "HelloWorld")
(started >= "2006-01") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started >= "2006-01") and (pid in ("Hello*","Hello*World"))
(started >= "2006-01") and (pid in ("Hello*World"))
(started >= "2006-01") and (iid = "2006")
(started >= "2006-01") and (iid < "2006")
(started >= "2006-01") and (iid <= "2006")
(started >= "2006-01") and (iid > "2006")
(started >= "2006-01") and (iid >= "2006")
(started >= "2006-01") and (iid in ("2006"))
(started >= "2006-01") and (iid in ("2006","20061231"))
(started >= "2006-01") and (status = "active")
(started >= "2006-01") and (status = "suspended")
(started >= "2006-01") and (status = "error")
(started >= "2006-01") and (status = "completed")
(started >= "2006-01") and (status = "terminated")
(started >= "2006-01") and (status = "faulted")
(started >= "2006-01") and (status in ("active","suspended"))
(started >= "2006-01") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started >= "2006") and (last-active = "2006-02-01T00:00:01")
(started >= "2006") and (last-active = "2006-02-21")
(started >= "2006") and (last-active = "2006-02")
(started >= "2006") and (last-active = "2006")
(started >= "2006") and (last-active < "2006-02-01T00:00:01")
(started >= "2006") and (last-active < "2006-02-21")
(started >= "2006") and (last-active < "2006-02")
(started >= "2006") and (last-active < "2006")
(started >= "2006") and (last-active <= "2006-02-01T00:00:01")
(started >= "2006") and (last-active <= "2006-02-21")
(started >= "2006") and (last-active <= "2006-02")
(started >= "2006") and (last-active <= "2006")
(started >= "2006") and (last-active > "2006-02-01T00:00:01")
(started >= "2006") and (last-active > "2006-02-21")
(started >= "2006") and (last-active > "2006-02")
(started >= "2006") and (last-active > "2006")
(started >= "2006") and (last-active >= "2006-02-01T00:00:01")
(started >= "2006") and (last-active >= "2006-02-21")
(started >= "2006") and (last-active >= "2006-02")
(started >= "2006") and (last-active >= "2006")
(started >= "2006") and (last-active like "2006-02-01T00:00:01")
(started >= "2006") and (last-active like "2006-02-21")
(started >= "2006") and (last-active like "2006-02")
(started >= "2006") and (last-active like "2006")
(started >= "2006") and (last-active in ("2006-02-01T00:00:01"))
(started >= "2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started >= "2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started >= "2006") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started >= "2006") and ($author = "yuriy")
(started >= "2006") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started >= "2006") and ($author < "yuriy")
(started >= "2006") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started >= "2006") and ($author <= "yuriy")
(started >= "2006") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started >= "2006") and ($author > "yuriy")
(started >= "2006") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started >= "2006") and ($author >= "yuriy")
(started >= "2006") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started >= "2006") and ($author like "yuriy")
(started >= "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started >= "2006") and ($author in ("yuriy"))
(started >= "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started >= "2006") and ($author in ("yuriy","kostya","nazar","orest"))
(started >= "2006") and (pid = "HelloWorld")
(started >= "2006") and (pid < "HelloWorld")
(started >= "2006") and (pid <= "HelloWorld")
(started >= "2006") and (pid > "HelloWorld")
(started >= "2006") and (pid >= "HelloWorld")
(started >= "2006") and (pid like "HelloWorld")
(started >= "2006") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started >= "2006") and (pid in ("Hello*","Hello*World"))
(started >= "2006") and (pid in ("Hello*World"))
(started >= "2006") and (iid = "2006")
(started >= "2006") and (iid < "2006")
(started >= "2006") and (iid <= "2006")
(started >= "2006") and (iid > "2006")
(started >= "2006") and (iid >= "2006")
(started >= "2006") and (iid in ("2006"))
(started >= "2006") and (iid in ("2006","20061231"))
(started >= "2006") and (status = "active")
(started >= "2006") and (status = "suspended")
(started >= "2006") and (status = "error")
(started >= "2006") and (status = "completed")
(started >= "2006") and (status = "terminated")
(started >= "2006") and (status = "faulted")
(started >= "2006") and (status in ("active","suspended"))
(started >= "2006") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started like "2006-01-01T00:00:01") and (last-active = "2006-02-01T00:00:01")
(started like "2006-01-01T00:00:01") and (last-active = "2006-02-21")
(started like "2006-01-01T00:00:01") and (last-active = "2006-02")
(started like "2006-01-01T00:00:01") and (last-active = "2006")
(started like "2006-01-01T00:00:01") and (last-active < "2006-02-01T00:00:01")
(started like "2006-01-01T00:00:01") and (last-active < "2006-02-21")
(started like "2006-01-01T00:00:01") and (last-active < "2006-02")
(started like "2006-01-01T00:00:01") and (last-active < "2006")
(started like "2006-01-01T00:00:01") and (last-active <= "2006-02-01T00:00:01")
(started like "2006-01-01T00:00:01") and (last-active <= "2006-02-21")
(started like "2006-01-01T00:00:01") and (last-active <= "2006-02")
(started like "2006-01-01T00:00:01") and (last-active <= "2006")
(started like "2006-01-01T00:00:01") and (last-active > "2006-02-01T00:00:01")
(started like "2006-01-01T00:00:01") and (last-active > "2006-02-21")
(started like "2006-01-01T00:00:01") and (last-active > "2006-02")
(started like "2006-01-01T00:00:01") and (last-active > "2006")
(started like "2006-01-01T00:00:01") and (last-active >= "2006-02-01T00:00:01")
(started like "2006-01-01T00:00:01") and (last-active >= "2006-02-21")
(started like "2006-01-01T00:00:01") and (last-active >= "2006-02")
(started like "2006-01-01T00:00:01") and (last-active >= "2006")
(started like "2006-01-01T00:00:01") and (last-active like "2006-02-01T00:00:01")
(started like "2006-01-01T00:00:01") and (last-active like "2006-02-21")
(started like "2006-01-01T00:00:01") and (last-active like "2006-02")
(started like "2006-01-01T00:00:01") and (last-active like "2006")
(started like "2006-01-01T00:00:01") and (last-active in ("2006-02-01T00:00:01"))
(started like "2006-01-01T00:00:01") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started like "2006-01-01T00:00:01") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started like "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started like "2006-01-01T00:00:01") and ($author = "yuriy")
(started like "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started like "2006-01-01T00:00:01") and ($author < "yuriy")
(started like "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started like "2006-01-01T00:00:01") and ($author <= "yuriy")
(started like "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started like "2006-01-01T00:00:01") and ($author > "yuriy")
(started like "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started like "2006-01-01T00:00:01") and ($author >= "yuriy")
(started like "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started like "2006-01-01T00:00:01") and ($author like "yuriy")
(started like "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started like "2006-01-01T00:00:01") and ($author in ("yuriy"))
(started like "2006-01-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started like "2006-01-01T00:00:01") and ($author in ("yuriy","kostya","nazar","orest"))
(started like "2006-01-01T00:00:01") and (pid = "HelloWorld")
(started like "2006-01-01T00:00:01") and (pid < "HelloWorld")
(started like "2006-01-01T00:00:01") and (pid <= "HelloWorld")
(started like "2006-01-01T00:00:01") and (pid > "HelloWorld")
(started like "2006-01-01T00:00:01") and (pid >= "HelloWorld")
(started like "2006-01-01T00:00:01") and (pid like "HelloWorld")
(started like "2006-01-01T00:00:01") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started like "2006-01-01T00:00:01") and (pid in ("Hello*","Hello*World"))
(started like "2006-01-01T00:00:01") and (pid in ("Hello*World"))
(started like "2006-01-01T00:00:01") and (iid = "2006")
(started like "2006-01-01T00:00:01") and (iid < "2006")
(started like "2006-01-01T00:00:01") and (iid <= "2006")
(started like "2006-01-01T00:00:01") and (iid > "2006")
(started like "2006-01-01T00:00:01") and (iid >= "2006")
(started like "2006-01-01T00:00:01") and (iid in ("2006"))
(started like "2006-01-01T00:00:01") and (iid in ("2006","20061231"))
(started like "2006-01-01T00:00:01") and (status = "active")
(started like "2006-01-01T00:00:01") and (status = "suspended")
(started like "2006-01-01T00:00:01") and (status = "error")
(started like "2006-01-01T00:00:01") and (status = "completed")
(started like "2006-01-01T00:00:01") and (status = "terminated")
(started like "2006-01-01T00:00:01") and (status = "faulted")
(started like "2006-01-01T00:00:01") and (status in ("active","suspended"))
(started like "2006-01-01T00:00:01") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started like "2006-01-31") and (last-active = "2006-02-01T00:00:01")
(started like "2006-01-31") and (last-active = "2006-02-21")
(started like "2006-01-31") and (last-active = "2006-02")
(started like "2006-01-31") and (last-active = "2006")
(started like "2006-01-31") and (last-active < "2006-02-01T00:00:01")
(started like "2006-01-31") and (last-active < "2006-02-21")
(started like "2006-01-31") and (last-active < "2006-02")
(started like "2006-01-31") and (last-active < "2006")
(started like "2006-01-31") and (last-active <= "2006-02-01T00:00:01")
(started like "2006-01-31") and (last-active <= "2006-02-21")
(started like "2006-01-31") and (last-active <= "2006-02")
(started like "2006-01-31") and (last-active <= "2006")
(started like "2006-01-31") and (last-active > "2006-02-01T00:00:01")
(started like "2006-01-31") and (last-active > "2006-02-21")
(started like "2006-01-31") and (last-active > "2006-02")
(started like "2006-01-31") and (last-active > "2006")
(started like "2006-01-31") and (last-active >= "2006-02-01T00:00:01")
(started like "2006-01-31") and (last-active >= "2006-02-21")
(started like "2006-01-31") and (last-active >= "2006-02")
(started like "2006-01-31") and (last-active >= "2006")
(started like "2006-01-31") and (last-active like "2006-02-01T00:00:01")
(started like "2006-01-31") and (last-active like "2006-02-21")
(started like "2006-01-31") and (last-active like "2006-02")
(started like "2006-01-31") and (last-active like "2006")
(started like "2006-01-31") and (last-active in ("2006-02-01T00:00:01"))
(started like "2006-01-31") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started like "2006-01-31") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started like "2006-01-31") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started like "2006-01-31") and ($author = "yuriy")
(started like "2006-01-31") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started like "2006-01-31") and ($author < "yuriy")
(started like "2006-01-31") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started like "2006-01-31") and ($author <= "yuriy")
(started like "2006-01-31") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started like "2006-01-31") and ($author > "yuriy")
(started like "2006-01-31") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started like "2006-01-31") and ($author >= "yuriy")
(started like "2006-01-31") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started like "2006-01-31") and ($author like "yuriy")
(started like "2006-01-31") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started like "2006-01-31") and ($author in ("yuriy"))
(started like "2006-01-31") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started like "2006-01-31") and ($author in ("yuriy","kostya","nazar","orest"))
(started like "2006-01-31") and (pid = "HelloWorld")
(started like "2006-01-31") and (pid < "HelloWorld")
(started like "2006-01-31") and (pid <= "HelloWorld")
(started like "2006-01-31") and (pid > "HelloWorld")
(started like "2006-01-31") and (pid >= "HelloWorld")
(started like "2006-01-31") and (pid like "HelloWorld")
(started like "2006-01-31") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started like "2006-01-31") and (pid in ("Hello*","Hello*World"))
(started like "2006-01-31") and (pid in ("Hello*World"))
(started like "2006-01-31") and (iid = "2006")
(started like "2006-01-31") and (iid < "2006")
(started like "2006-01-31") and (iid <= "2006")
(started like "2006-01-31") and (iid > "2006")
(started like "2006-01-31") and (iid >= "2006")
(started like "2006-01-31") and (iid in ("2006"))
(started like "2006-01-31") and (iid in ("2006","20061231"))
(started like "2006-01-31") and (status = "active")
(started like "2006-01-31") and (status = "suspended")
(started like "2006-01-31") and (status = "error")
(started like "2006-01-31") and (status = "completed")
(started like "2006-01-31") and (status = "terminated")
(started like "2006-01-31") and (status = "faulted")
(started like "2006-01-31") and (status in ("active","suspended"))
(started like "2006-01-31") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started like "2006-01") and (last-active = "2006-02-01T00:00:01")
(started like "2006-01") and (last-active = "2006-02-21")
(started like "2006-01") and (last-active = "2006-02")
(started like "2006-01") and (last-active = "2006")
(started like "2006-01") and (last-active < "2006-02-01T00:00:01")
(started like "2006-01") and (last-active < "2006-02-21")
(started like "2006-01") and (last-active < "2006-02")
(started like "2006-01") and (last-active < "2006")
(started like "2006-01") and (last-active <= "2006-02-01T00:00:01")
(started like "2006-01") and (last-active <= "2006-02-21")
(started like "2006-01") and (last-active <= "2006-02")
(started like "2006-01") and (last-active <= "2006")
(started like "2006-01") and (last-active > "2006-02-01T00:00:01")
(started like "2006-01") and (last-active > "2006-02-21")
(started like "2006-01") and (last-active > "2006-02")
(started like "2006-01") and (last-active > "2006")
(started like "2006-01") and (last-active >= "2006-02-01T00:00:01")
(started like "2006-01") and (last-active >= "2006-02-21")
(started like "2006-01") and (last-active >= "2006-02")
(started like "2006-01") and (last-active >= "2006")
(started like "2006-01") and (last-active like "2006-02-01T00:00:01")
(started like "2006-01") and (last-active like "2006-02-21")
(started like "2006-01") and (last-active like "2006-02")
(started like "2006-01") and (last-active like "2006")
(started like "2006-01") and (last-active in ("2006-02-01T00:00:01"))
(started like "2006-01") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started like "2006-01") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started like "2006-01") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started like "2006-01") and ($author = "yuriy")
(started like "2006-01") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started like "2006-01") and ($author < "yuriy")
(started like "2006-01") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started like "2006-01") and ($author <= "yuriy")
(started like "2006-01") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started like "2006-01") and ($author > "yuriy")
(started like "2006-01") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started like "2006-01") and ($author >= "yuriy")
(started like "2006-01") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started like "2006-01") and ($author like "yuriy")
(started like "2006-01") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started like "2006-01") and ($author in ("yuriy"))
(started like "2006-01") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started like "2006-01") and ($author in ("yuriy","kostya","nazar","orest"))
(started like "2006-01") and (pid = "HelloWorld")
(started like "2006-01") and (pid < "HelloWorld")
(started like "2006-01") and (pid <= "HelloWorld")
(started like "2006-01") and (pid > "HelloWorld")
(started like "2006-01") and (pid >= "HelloWorld")
(started like "2006-01") and (pid like "HelloWorld")
(started like "2006-01") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started like "2006-01") and (pid in ("Hello*","Hello*World"))
(started like "2006-01") and (pid in ("Hello*World"))
(started like "2006-01") and (iid = "2006")
(started like "2006-01") and (iid < "2006")
(started like "2006-01") and (iid <= "2006")
(started like "2006-01") and (iid > "2006")
(started like "2006-01") and (iid >= "2006")
(started like "2006-01") and (iid in ("2006"))
(started like "2006-01") and (iid in ("2006","20061231"))
(started like "2006-01") and (status = "active")
(started like "2006-01") and (status = "suspended")
(started like "2006-01") and (status = "error")
(started like "2006-01") and (status = "completed")
(started like "2006-01") and (status = "terminated")
(started like "2006-01") and (status = "faulted")
(started like "2006-01") and (status in ("active","suspended"))
(started like "2006-01") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started like "2006") and (last-active = "2006-02-01T00:00:01")
(started like "2006") and (last-active = "2006-02-21")
(started like "2006") and (last-active = "2006-02")
(started like "2006") and (last-active = "2006")
(started like "2006") and (last-active < "2006-02-01T00:00:01")
(started like "2006") and (last-active < "2006-02-21")
(started like "2006") and (last-active < "2006-02")
(started like "2006") and (last-active < "2006")
(started like "2006") and (last-active <= "2006-02-01T00:00:01")
(started like "2006") and (last-active <= "2006-02-21")
(started like "2006") and (last-active <= "2006-02")
(started like "2006") and (last-active <= "2006")
(started like "2006") and (last-active > "2006-02-01T00:00:01")
(started like "2006") and (last-active > "2006-02-21")
(started like "2006") and (last-active > "2006-02")
(started like "2006") and (last-active > "2006")
(started like "2006") and (last-active >= "2006-02-01T00:00:01")
(started like "2006") and (last-active >= "2006-02-21")
(started like "2006") and (last-active >= "2006-02")
(started like "2006") and (last-active >= "2006")
(started like "2006") and (last-active like "2006-02-01T00:00:01")
(started like "2006") and (last-active like "2006-02-21")
(started like "2006") and (last-active like "2006-02")
(started like "2006") and (last-active like "2006")
(started like "2006") and (last-active in ("2006-02-01T00:00:01"))
(started like "2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started like "2006") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started like "2006") and (${org.apache.ode.BPELProcess}author = "yuriy")
(started like "2006") and ($author = "yuriy")
(started like "2006") and (${org.apache.ode.BPELProcess}author < "yuriy")
(started like "2006") and ($author < "yuriy")
(started like "2006") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started like "2006") and ($author <= "yuriy")
(started like "2006") and (${org.apache.ode.BPELProcess}author > "yuriy")
(started like "2006") and ($author > "yuriy")
(started like "2006") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started like "2006") and ($author >= "yuriy")
(started like "2006") and (${org.apache.ode.BPELProcess}author like "yuriy")
(started like "2006") and ($author like "yuriy")
(started like "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started like "2006") and ($author in ("yuriy"))
(started like "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started like "2006") and ($author in ("yuriy","kostya","nazar","orest"))
(started like "2006") and (pid = "HelloWorld")
(started like "2006") and (pid < "HelloWorld")
(started like "2006") and (pid <= "HelloWorld")
(started like "2006") and (pid > "HelloWorld")
(started like "2006") and (pid >= "HelloWorld")
(started like "2006") and (pid like "HelloWorld")
(started like "2006") and (pid in ("HelloWorld","Hello*","Hello*World"))
(started like "2006") and (pid in ("Hello*","Hello*World"))
(started like "2006") and (pid in ("Hello*World"))
(started like "2006") and (iid = "2006")
(started like "2006") and (iid < "2006")
(started like "2006") and (iid <= "2006")
(started like "2006") and (iid > "2006")
(started like "2006") and (iid >= "2006")
(started like "2006") and (iid in ("2006"))
(started like "2006") and (iid in ("2006","20061231"))
(started like "2006") and (status = "active")
(started like "2006") and (status = "suspended")
(started like "2006") and (status = "error")
(started like "2006") and (status = "completed")
(started like "2006") and (status = "terminated")
(started like "2006") and (status = "faulted")
(started like "2006") and (status in ("active","suspended"))
(started like "2006") and (status in ("active","suspended","error","completed","terminated","faulted"))
(started in ("2006-01-01T00:00:01")) and (last-active = "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01")) and (last-active = "2006-02-21")
(started in ("2006-01-01T00:00:01")) and (last-active = "2006-02")
(started in ("2006-01-01T00:00:01")) and (last-active = "2006")
(started in ("2006-01-01T00:00:01")) and (last-active < "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01")) and (last-active < "2006-02-21")
(started in ("2006-01-01T00:00:01")) and (last-active < "2006-02")
(started in ("2006-01-01T00:00:01")) and (last-active < "2006")
(started in ("2006-01-01T00:00:01")) and (last-active <= "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01")) and (last-active <= "2006-02-21")
(started in ("2006-01-01T00:00:01")) and (last-active <= "2006-02")
(started in ("2006-01-01T00:00:01")) and (last-active <= "2006")
(started in ("2006-01-01T00:00:01")) and (last-active > "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01")) and (last-active > "2006-02-21")
(started in ("2006-01-01T00:00:01")) and (last-active > "2006-02")
(started in ("2006-01-01T00:00:01")) and (last-active > "2006")
(started in ("2006-01-01T00:00:01")) and (last-active >= "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01")) and (last-active >= "2006-02-21")
(started in ("2006-01-01T00:00:01")) and (last-active >= "2006-02")
(started in ("2006-01-01T00:00:01")) and (last-active >= "2006")
(started in ("2006-01-01T00:00:01")) and (last-active like "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01")) and (last-active like "2006-02-21")
(started in ("2006-01-01T00:00:01")) and (last-active like "2006-02")
(started in ("2006-01-01T00:00:01")) and (last-active like "2006")
(started in ("2006-01-01T00:00:01")) and (last-active in ("2006-02-01T00:00:01"))
(started in ("2006-01-01T00:00:01")) and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started in ("2006-01-01T00:00:01")) and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started in ("2006-01-01T00:00:01")) and (${org.apache.ode.BPELProcess}author = "yuriy")
(started in ("2006-01-01T00:00:01")) and ($author = "yuriy")
(started in ("2006-01-01T00:00:01")) and (${org.apache.ode.BPELProcess}author < "yuriy")
(started in ("2006-01-01T00:00:01")) and ($author < "yuriy")
(started in ("2006-01-01T00:00:01")) and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started in ("2006-01-01T00:00:01")) and ($author <= "yuriy")
(started in ("2006-01-01T00:00:01")) and (${org.apache.ode.BPELProcess}author > "yuriy")
(started in ("2006-01-01T00:00:01")) and ($author > "yuriy")
(started in ("2006-01-01T00:00:01")) and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started in ("2006-01-01T00:00:01")) and ($author >= "yuriy")
(started in ("2006-01-01T00:00:01")) and (${org.apache.ode.BPELProcess}author like "yuriy")
(started in ("2006-01-01T00:00:01")) and ($author like "yuriy")
(started in ("2006-01-01T00:00:01")) and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started in ("2006-01-01T00:00:01")) and ($author in ("yuriy"))
(started in ("2006-01-01T00:00:01")) and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started in ("2006-01-01T00:00:01")) and ($author in ("yuriy","kostya","nazar","orest"))
(started in ("2006-01-01T00:00:01")) and (pid = "HelloWorld")
(started in ("2006-01-01T00:00:01")) and (pid < "HelloWorld")
(started in ("2006-01-01T00:00:01")) and (pid <= "HelloWorld")
(started in ("2006-01-01T00:00:01")) and (pid > "HelloWorld")
(started in ("2006-01-01T00:00:01")) and (pid >= "HelloWorld")
(started in ("2006-01-01T00:00:01")) and (pid like "HelloWorld")
(started in ("2006-01-01T00:00:01")) and (pid in ("HelloWorld","Hello*","Hello*World"))
(started in ("2006-01-01T00:00:01")) and (pid in ("Hello*","Hello*World"))
(started in ("2006-01-01T00:00:01")) and (pid in ("Hello*World"))
(started in ("2006-01-01T00:00:01")) and (iid = "2006")
(started in ("2006-01-01T00:00:01")) and (iid < "2006")
(started in ("2006-01-01T00:00:01")) and (iid <= "2006")
(started in ("2006-01-01T00:00:01")) and (iid > "2006")
(started in ("2006-01-01T00:00:01")) and (iid >= "2006")
(started in ("2006-01-01T00:00:01")) and (iid in ("2006"))
(started in ("2006-01-01T00:00:01")) and (iid in ("2006","20061231"))
(started in ("2006-01-01T00:00:01")) and (status = "active")
(started in ("2006-01-01T00:00:01")) and (status = "suspended")
(started in ("2006-01-01T00:00:01")) and (status = "error")
(started in ("2006-01-01T00:00:01")) and (status = "completed")
(started in ("2006-01-01T00:00:01")) and (status = "terminated")
(started in ("2006-01-01T00:00:01")) and (status = "faulted")
(started in ("2006-01-01T00:00:01")) and (status in ("active","suspended"))
(started in ("2006-01-01T00:00:01")) and (status in ("active","suspended","error","completed","terminated","faulted"))
(started in ("2006-01-31","2006-01")) and (last-active = "2006-02-01T00:00:01")
(started in ("2006-01-31","2006-01")) and (last-active = "2006-02-21")
(started in ("2006-01-31","2006-01")) and (last-active = "2006-02")
(started in ("2006-01-31","2006-01")) and (last-active = "2006")
(started in ("2006-01-31","2006-01")) and (last-active < "2006-02-01T00:00:01")
(started in ("2006-01-31","2006-01")) and (last-active < "2006-02-21")
(started in ("2006-01-31","2006-01")) and (last-active < "2006-02")
(started in ("2006-01-31","2006-01")) and (last-active < "2006")
(started in ("2006-01-31","2006-01")) and (last-active <= "2006-02-01T00:00:01")
(started in ("2006-01-31","2006-01")) and (last-active <= "2006-02-21")
(started in ("2006-01-31","2006-01")) and (last-active <= "2006-02")
(started in ("2006-01-31","2006-01")) and (last-active <= "2006")
(started in ("2006-01-31","2006-01")) and (last-active > "2006-02-01T00:00:01")
(started in ("2006-01-31","2006-01")) and (last-active > "2006-02-21")
(started in ("2006-01-31","2006-01")) and (last-active > "2006-02")
(started in ("2006-01-31","2006-01")) and (last-active > "2006")
(started in ("2006-01-31","2006-01")) and (last-active >= "2006-02-01T00:00:01")
(started in ("2006-01-31","2006-01")) and (last-active >= "2006-02-21")
(started in ("2006-01-31","2006-01")) and (last-active >= "2006-02")
(started in ("2006-01-31","2006-01")) and (last-active >= "2006")
(started in ("2006-01-31","2006-01")) and (last-active like "2006-02-01T00:00:01")
(started in ("2006-01-31","2006-01")) and (last-active like "2006-02-21")
(started in ("2006-01-31","2006-01")) and (last-active like "2006-02")
(started in ("2006-01-31","2006-01")) and (last-active like "2006")
(started in ("2006-01-31","2006-01")) and (last-active in ("2006-02-01T00:00:01"))
(started in ("2006-01-31","2006-01")) and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started in ("2006-01-31","2006-01")) and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started in ("2006-01-31","2006-01")) and (${org.apache.ode.BPELProcess}author = "yuriy")
(started in ("2006-01-31","2006-01")) and ($author = "yuriy")
(started in ("2006-01-31","2006-01")) and (${org.apache.ode.BPELProcess}author < "yuriy")
(started in ("2006-01-31","2006-01")) and ($author < "yuriy")
(started in ("2006-01-31","2006-01")) and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started in ("2006-01-31","2006-01")) and ($author <= "yuriy")
(started in ("2006-01-31","2006-01")) and (${org.apache.ode.BPELProcess}author > "yuriy")
(started in ("2006-01-31","2006-01")) and ($author > "yuriy")
(started in ("2006-01-31","2006-01")) and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started in ("2006-01-31","2006-01")) and ($author >= "yuriy")
(started in ("2006-01-31","2006-01")) and (${org.apache.ode.BPELProcess}author like "yuriy")
(started in ("2006-01-31","2006-01")) and ($author like "yuriy")
(started in ("2006-01-31","2006-01")) and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started in ("2006-01-31","2006-01")) and ($author in ("yuriy"))
(started in ("2006-01-31","2006-01")) and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started in ("2006-01-31","2006-01")) and ($author in ("yuriy","kostya","nazar","orest"))
(started in ("2006-01-31","2006-01")) and (pid = "HelloWorld")
(started in ("2006-01-31","2006-01")) and (pid < "HelloWorld")
(started in ("2006-01-31","2006-01")) and (pid <= "HelloWorld")
(started in ("2006-01-31","2006-01")) and (pid > "HelloWorld")
(started in ("2006-01-31","2006-01")) and (pid >= "HelloWorld")
(started in ("2006-01-31","2006-01")) and (pid like "HelloWorld")
(started in ("2006-01-31","2006-01")) and (pid in ("HelloWorld","Hello*","Hello*World"))
(started in ("2006-01-31","2006-01")) and (pid in ("Hello*","Hello*World"))
(started in ("2006-01-31","2006-01")) and (pid in ("Hello*World"))
(started in ("2006-01-31","2006-01")) and (iid = "2006")
(started in ("2006-01-31","2006-01")) and (iid < "2006")
(started in ("2006-01-31","2006-01")) and (iid <= "2006")
(started in ("2006-01-31","2006-01")) and (iid > "2006")
(started in ("2006-01-31","2006-01")) and (iid >= "2006")
(started in ("2006-01-31","2006-01")) and (iid in ("2006"))
(started in ("2006-01-31","2006-01")) and (iid in ("2006","20061231"))
(started in ("2006-01-31","2006-01")) and (status = "active")
(started in ("2006-01-31","2006-01")) and (status = "suspended")
(started in ("2006-01-31","2006-01")) and (status = "error")
(started in ("2006-01-31","2006-01")) and (status = "completed")
(started in ("2006-01-31","2006-01")) and (status = "terminated")
(started in ("2006-01-31","2006-01")) and (status = "faulted")
(started in ("2006-01-31","2006-01")) and (status in ("active","suspended"))
(started in ("2006-01-31","2006-01")) and (status in ("active","suspended","error","completed","terminated","faulted"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active = "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active = "2006-02-21")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active = "2006-02")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active = "2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active < "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active < "2006-02-21")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active < "2006-02")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active < "2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active <= "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active <= "2006-02-21")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active <= "2006-02")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active <= "2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active > "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active > "2006-02-21")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active > "2006-02")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active > "2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active >= "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active >= "2006-02-21")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active >= "2006-02")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active >= "2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active like "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active like "2006-02-21")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active like "2006-02")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active like "2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active in ("2006-02-01T00:00:01"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (${org.apache.ode.BPELProcess}author = "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and ($author = "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (${org.apache.ode.BPELProcess}author < "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and ($author < "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (${org.apache.ode.BPELProcess}author <= "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and ($author <= "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (${org.apache.ode.BPELProcess}author > "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and ($author > "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (${org.apache.ode.BPELProcess}author >= "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and ($author >= "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (${org.apache.ode.BPELProcess}author like "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and ($author like "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and ($author in ("yuriy"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and ($author in ("yuriy","kostya","nazar","orest"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (pid = "HelloWorld")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (pid < "HelloWorld")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (pid <= "HelloWorld")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (pid > "HelloWorld")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (pid >= "HelloWorld")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (pid like "HelloWorld")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (pid in ("HelloWorld","Hello*","Hello*World"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (pid in ("Hello*","Hello*World"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (pid in ("Hello*World"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (iid = "2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (iid < "2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (iid <= "2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (iid > "2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (iid >= "2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (iid in ("2006"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (iid in ("2006","20061231"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (status = "active")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (status = "suspended")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (status = "error")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (status = "completed")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (status = "terminated")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (status = "faulted")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (status in ("active","suspended"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) and (status in ("active","suspended","error","completed","terminated","faulted"))
started = "2006-01-01T00:00:01" or last-active = "2006-02-01T00:00:01"
started = "2006-01-01T00:00:01" or last-active = "2006-02-21"
started = "2006-01-01T00:00:01" or last-active = "2006-02"
started = "2006-01-01T00:00:01" or last-active = "2006"
started = "2006-01-01T00:00:01" or last-active < "2006-02-01T00:00:01"
started = "2006-01-01T00:00:01" or last-active < "2006-02-21"
started = "2006-01-01T00:00:01" or last-active < "2006-02"
started = "2006-01-01T00:00:01" or last-active < "2006"
started = "2006-01-01T00:00:01" or last-active <= "2006-02-01T00:00:01"
started = "2006-01-01T00:00:01" or last-active <= "2006-02-21"
started = "2006-01-01T00:00:01" or last-active <= "2006-02"
started = "2006-01-01T00:00:01" or last-active <= "2006"
started = "2006-01-01T00:00:01" or last-active > "2006-02-01T00:00:01"
started = "2006-01-01T00:00:01" or last-active > "2006-02-21"
started = "2006-01-01T00:00:01" or last-active > "2006-02"
started = "2006-01-01T00:00:01" or last-active > "2006"
started = "2006-01-01T00:00:01" or last-active >= "2006-02-01T00:00:01"
started = "2006-01-01T00:00:01" or last-active >= "2006-02-21"
started = "2006-01-01T00:00:01" or last-active >= "2006-02"
started = "2006-01-01T00:00:01" or last-active >= "2006"
started = "2006-01-01T00:00:01" or last-active like "2006-02-01T00:00:01"
started = "2006-01-01T00:00:01" or last-active like "2006-02-21"
started = "2006-01-01T00:00:01" or last-active like "2006-02"
started = "2006-01-01T00:00:01" or last-active like "2006"
started = "2006-01-01T00:00:01" or last-active in ("2006-02-01T00:00:01")
started = "2006-01-01T00:00:01" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started = "2006-01-01T00:00:01" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started = "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author = "yuriy"
started = "2006-01-01T00:00:01" or $author = "yuriy"
started = "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author < "yuriy"
started = "2006-01-01T00:00:01" or $author < "yuriy"
started = "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started = "2006-01-01T00:00:01" or $author <= "yuriy"
started = "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author > "yuriy"
started = "2006-01-01T00:00:01" or $author > "yuriy"
started = "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started = "2006-01-01T00:00:01" or $author >= "yuriy"
started = "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author like "yuriy"
started = "2006-01-01T00:00:01" or $author like "yuriy"
started = "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started = "2006-01-01T00:00:01" or $author in ("yuriy")
started = "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started = "2006-01-01T00:00:01" or $author in ("yuriy","kostya","nazar","orest")
started = "2006-01-01T00:00:01" or pid = "HelloWorld"
started = "2006-01-01T00:00:01" or pid < "HelloWorld"
started = "2006-01-01T00:00:01" or pid <= "HelloWorld"
started = "2006-01-01T00:00:01" or pid > "HelloWorld"
started = "2006-01-01T00:00:01" or pid >= "HelloWorld"
started = "2006-01-01T00:00:01" or pid like "HelloWorld"
started = "2006-01-01T00:00:01" or pid in ("HelloWorld","Hello*","Hello*World")
started = "2006-01-01T00:00:01" or pid in ("Hello*","Hello*World")
started = "2006-01-01T00:00:01" or pid in ("Hello*World")
started = "2006-01-01T00:00:01" or iid = "2006"
started = "2006-01-01T00:00:01" or iid < "2006"
started = "2006-01-01T00:00:01" or iid <= "2006"
started = "2006-01-01T00:00:01" or iid > "2006"
started = "2006-01-01T00:00:01" or iid >= "2006"
started = "2006-01-01T00:00:01" or iid in ("2006")
started = "2006-01-01T00:00:01" or iid in ("2006","20061231")
started = "2006-01-01T00:00:01" or status = "active"
started = "2006-01-01T00:00:01" or status = "suspended"
started = "2006-01-01T00:00:01" or status = "error"
started = "2006-01-01T00:00:01" or status = "completed"
started = "2006-01-01T00:00:01" or status = "terminated"
started = "2006-01-01T00:00:01" or status = "faulted"
started = "2006-01-01T00:00:01" or status in ("active","suspended")
started = "2006-01-01T00:00:01" or status in ("active","suspended","error","completed","terminated","faulted")
started = "2006-01-31" or last-active = "2006-02-01T00:00:01"
started = "2006-01-31" or last-active = "2006-02-21"
started = "2006-01-31" or last-active = "2006-02"
started = "2006-01-31" or last-active = "2006"
started = "2006-01-31" or last-active < "2006-02-01T00:00:01"
started = "2006-01-31" or last-active < "2006-02-21"
started = "2006-01-31" or last-active < "2006-02"
started = "2006-01-31" or last-active < "2006"
started = "2006-01-31" or last-active <= "2006-02-01T00:00:01"
started = "2006-01-31" or last-active <= "2006-02-21"
started = "2006-01-31" or last-active <= "2006-02"
started = "2006-01-31" or last-active <= "2006"
started = "2006-01-31" or last-active > "2006-02-01T00:00:01"
started = "2006-01-31" or last-active > "2006-02-21"
started = "2006-01-31" or last-active > "2006-02"
started = "2006-01-31" or last-active > "2006"
started = "2006-01-31" or last-active >= "2006-02-01T00:00:01"
started = "2006-01-31" or last-active >= "2006-02-21"
started = "2006-01-31" or last-active >= "2006-02"
started = "2006-01-31" or last-active >= "2006"
started = "2006-01-31" or last-active like "2006-02-01T00:00:01"
started = "2006-01-31" or last-active like "2006-02-21"
started = "2006-01-31" or last-active like "2006-02"
started = "2006-01-31" or last-active like "2006"
started = "2006-01-31" or last-active in ("2006-02-01T00:00:01")
started = "2006-01-31" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started = "2006-01-31" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started = "2006-01-31" or ${org.apache.ode.BPELProcess}author = "yuriy"
started = "2006-01-31" or $author = "yuriy"
started = "2006-01-31" or ${org.apache.ode.BPELProcess}author < "yuriy"
started = "2006-01-31" or $author < "yuriy"
started = "2006-01-31" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started = "2006-01-31" or $author <= "yuriy"
started = "2006-01-31" or ${org.apache.ode.BPELProcess}author > "yuriy"
started = "2006-01-31" or $author > "yuriy"
started = "2006-01-31" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started = "2006-01-31" or $author >= "yuriy"
started = "2006-01-31" or ${org.apache.ode.BPELProcess}author like "yuriy"
started = "2006-01-31" or $author like "yuriy"
started = "2006-01-31" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started = "2006-01-31" or $author in ("yuriy")
started = "2006-01-31" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started = "2006-01-31" or $author in ("yuriy","kostya","nazar","orest")
started = "2006-01-31" or pid = "HelloWorld"
started = "2006-01-31" or pid < "HelloWorld"
started = "2006-01-31" or pid <= "HelloWorld"
started = "2006-01-31" or pid > "HelloWorld"
started = "2006-01-31" or pid >= "HelloWorld"
started = "2006-01-31" or pid like "HelloWorld"
started = "2006-01-31" or pid in ("HelloWorld","Hello*","Hello*World")
started = "2006-01-31" or pid in ("Hello*","Hello*World")
started = "2006-01-31" or pid in ("Hello*World")
started = "2006-01-31" or iid = "2006"
started = "2006-01-31" or iid < "2006"
started = "2006-01-31" or iid <= "2006"
started = "2006-01-31" or iid > "2006"
started = "2006-01-31" or iid >= "2006"
started = "2006-01-31" or iid in ("2006")
started = "2006-01-31" or iid in ("2006","20061231")
started = "2006-01-31" or status = "active"
started = "2006-01-31" or status = "suspended"
started = "2006-01-31" or status = "error"
started = "2006-01-31" or status = "completed"
started = "2006-01-31" or status = "terminated"
started = "2006-01-31" or status = "faulted"
started = "2006-01-31" or status in ("active","suspended")
started = "2006-01-31" or status in ("active","suspended","error","completed","terminated","faulted")
started = "2006-01" or last-active = "2006-02-01T00:00:01"
started = "2006-01" or last-active = "2006-02-21"
started = "2006-01" or last-active = "2006-02"
started = "2006-01" or last-active = "2006"
started = "2006-01" or last-active < "2006-02-01T00:00:01"
started = "2006-01" or last-active < "2006-02-21"
started = "2006-01" or last-active < "2006-02"
started = "2006-01" or last-active < "2006"
started = "2006-01" or last-active <= "2006-02-01T00:00:01"
started = "2006-01" or last-active <= "2006-02-21"
started = "2006-01" or last-active <= "2006-02"
started = "2006-01" or last-active <= "2006"
started = "2006-01" or last-active > "2006-02-01T00:00:01"
started = "2006-01" or last-active > "2006-02-21"
started = "2006-01" or last-active > "2006-02"
started = "2006-01" or last-active > "2006"
started = "2006-01" or last-active >= "2006-02-01T00:00:01"
started = "2006-01" or last-active >= "2006-02-21"
started = "2006-01" or last-active >= "2006-02"
started = "2006-01" or last-active >= "2006"
started = "2006-01" or last-active like "2006-02-01T00:00:01"
started = "2006-01" or last-active like "2006-02-21"
started = "2006-01" or last-active like "2006-02"
started = "2006-01" or last-active like "2006"
started = "2006-01" or last-active in ("2006-02-01T00:00:01")
started = "2006-01" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started = "2006-01" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started = "2006-01" or ${org.apache.ode.BPELProcess}author = "yuriy"
started = "2006-01" or $author = "yuriy"
started = "2006-01" or ${org.apache.ode.BPELProcess}author < "yuriy"
started = "2006-01" or $author < "yuriy"
started = "2006-01" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started = "2006-01" or $author <= "yuriy"
started = "2006-01" or ${org.apache.ode.BPELProcess}author > "yuriy"
started = "2006-01" or $author > "yuriy"
started = "2006-01" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started = "2006-01" or $author >= "yuriy"
started = "2006-01" or ${org.apache.ode.BPELProcess}author like "yuriy"
started = "2006-01" or $author like "yuriy"
started = "2006-01" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started = "2006-01" or $author in ("yuriy")
started = "2006-01" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started = "2006-01" or $author in ("yuriy","kostya","nazar","orest")
started = "2006-01" or pid = "HelloWorld"
started = "2006-01" or pid < "HelloWorld"
started = "2006-01" or pid <= "HelloWorld"
started = "2006-01" or pid > "HelloWorld"
started = "2006-01" or pid >= "HelloWorld"
started = "2006-01" or pid like "HelloWorld"
started = "2006-01" or pid in ("HelloWorld","Hello*","Hello*World")
started = "2006-01" or pid in ("Hello*","Hello*World")
started = "2006-01" or pid in ("Hello*World")
started = "2006-01" or iid = "2006"
started = "2006-01" or iid < "2006"
started = "2006-01" or iid <= "2006"
started = "2006-01" or iid > "2006"
started = "2006-01" or iid >= "2006"
started = "2006-01" or iid in ("2006")
started = "2006-01" or iid in ("2006","20061231")
started = "2006-01" or status = "active"
started = "2006-01" or status = "suspended"
started = "2006-01" or status = "error"
started = "2006-01" or status = "completed"
started = "2006-01" or status = "terminated"
started = "2006-01" or status = "faulted"
started = "2006-01" or status in ("active","suspended")
started = "2006-01" or status in ("active","suspended","error","completed","terminated","faulted")
started = "2006" or last-active = "2006-02-01T00:00:01"
started = "2006" or last-active = "2006-02-21"
started = "2006" or last-active = "2006-02"
started = "2006" or last-active = "2006"
started = "2006" or last-active < "2006-02-01T00:00:01"
started = "2006" or last-active < "2006-02-21"
started = "2006" or last-active < "2006-02"
started = "2006" or last-active < "2006"
started = "2006" or last-active <= "2006-02-01T00:00:01"
started = "2006" or last-active <= "2006-02-21"
started = "2006" or last-active <= "2006-02"
started = "2006" or last-active <= "2006"
started = "2006" or last-active > "2006-02-01T00:00:01"
started = "2006" or last-active > "2006-02-21"
started = "2006" or last-active > "2006-02"
started = "2006" or last-active > "2006"
started = "2006" or last-active >= "2006-02-01T00:00:01"
started = "2006" or last-active >= "2006-02-21"
started = "2006" or last-active >= "2006-02"
started = "2006" or last-active >= "2006"
started = "2006" or last-active like "2006-02-01T00:00:01"
started = "2006" or last-active like "2006-02-21"
started = "2006" or last-active like "2006-02"
started = "2006" or last-active like "2006"
started = "2006" or last-active in ("2006-02-01T00:00:01")
started = "2006" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started = "2006" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started = "2006" or ${org.apache.ode.BPELProcess}author = "yuriy"
started = "2006" or $author = "yuriy"
started = "2006" or ${org.apache.ode.BPELProcess}author < "yuriy"
started = "2006" or $author < "yuriy"
started = "2006" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started = "2006" or $author <= "yuriy"
started = "2006" or ${org.apache.ode.BPELProcess}author > "yuriy"
started = "2006" or $author > "yuriy"
started = "2006" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started = "2006" or $author >= "yuriy"
started = "2006" or ${org.apache.ode.BPELProcess}author like "yuriy"
started = "2006" or $author like "yuriy"
started = "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started = "2006" or $author in ("yuriy")
started = "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started = "2006" or $author in ("yuriy","kostya","nazar","orest")
started = "2006" or pid = "HelloWorld"
started = "2006" or pid < "HelloWorld"
started = "2006" or pid <= "HelloWorld"
started = "2006" or pid > "HelloWorld"
started = "2006" or pid >= "HelloWorld"
started = "2006" or pid like "HelloWorld"
started = "2006" or pid in ("HelloWorld","Hello*","Hello*World")
started = "2006" or pid in ("Hello*","Hello*World")
started = "2006" or pid in ("Hello*World")
started = "2006" or iid = "2006"
started = "2006" or iid < "2006"
started = "2006" or iid <= "2006"
started = "2006" or iid > "2006"
started = "2006" or iid >= "2006"
started = "2006" or iid in ("2006")
started = "2006" or iid in ("2006","20061231")
started = "2006" or status = "active"
started = "2006" or status = "suspended"
started = "2006" or status = "error"
started = "2006" or status = "completed"
started = "2006" or status = "terminated"
started = "2006" or status = "faulted"
started = "2006" or status in ("active","suspended")
started = "2006" or status in ("active","suspended","error","completed","terminated","faulted")
started < "2006-01-01T00:00:01" or last-active = "2006-02-01T00:00:01"
started < "2006-01-01T00:00:01" or last-active = "2006-02-21"
started < "2006-01-01T00:00:01" or last-active = "2006-02"
started < "2006-01-01T00:00:01" or last-active = "2006"
started < "2006-01-01T00:00:01" or last-active < "2006-02-01T00:00:01"
started < "2006-01-01T00:00:01" or last-active < "2006-02-21"
started < "2006-01-01T00:00:01" or last-active < "2006-02"
started < "2006-01-01T00:00:01" or last-active < "2006"
started < "2006-01-01T00:00:01" or last-active <= "2006-02-01T00:00:01"
started < "2006-01-01T00:00:01" or last-active <= "2006-02-21"
started < "2006-01-01T00:00:01" or last-active <= "2006-02"
started < "2006-01-01T00:00:01" or last-active <= "2006"
started < "2006-01-01T00:00:01" or last-active > "2006-02-01T00:00:01"
started < "2006-01-01T00:00:01" or last-active > "2006-02-21"
started < "2006-01-01T00:00:01" or last-active > "2006-02"
started < "2006-01-01T00:00:01" or last-active > "2006"
started < "2006-01-01T00:00:01" or last-active >= "2006-02-01T00:00:01"
started < "2006-01-01T00:00:01" or last-active >= "2006-02-21"
started < "2006-01-01T00:00:01" or last-active >= "2006-02"
started < "2006-01-01T00:00:01" or last-active >= "2006"
started < "2006-01-01T00:00:01" or last-active like "2006-02-01T00:00:01"
started < "2006-01-01T00:00:01" or last-active like "2006-02-21"
started < "2006-01-01T00:00:01" or last-active like "2006-02"
started < "2006-01-01T00:00:01" or last-active like "2006"
started < "2006-01-01T00:00:01" or last-active in ("2006-02-01T00:00:01")
started < "2006-01-01T00:00:01" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started < "2006-01-01T00:00:01" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started < "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author = "yuriy"
started < "2006-01-01T00:00:01" or $author = "yuriy"
started < "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author < "yuriy"
started < "2006-01-01T00:00:01" or $author < "yuriy"
started < "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started < "2006-01-01T00:00:01" or $author <= "yuriy"
started < "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author > "yuriy"
started < "2006-01-01T00:00:01" or $author > "yuriy"
started < "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started < "2006-01-01T00:00:01" or $author >= "yuriy"
started < "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author like "yuriy"
started < "2006-01-01T00:00:01" or $author like "yuriy"
started < "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started < "2006-01-01T00:00:01" or $author in ("yuriy")
started < "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started < "2006-01-01T00:00:01" or $author in ("yuriy","kostya","nazar","orest")
started < "2006-01-01T00:00:01" or pid = "HelloWorld"
started < "2006-01-01T00:00:01" or pid < "HelloWorld"
started < "2006-01-01T00:00:01" or pid <= "HelloWorld"
started < "2006-01-01T00:00:01" or pid > "HelloWorld"
started < "2006-01-01T00:00:01" or pid >= "HelloWorld"
started < "2006-01-01T00:00:01" or pid like "HelloWorld"
started < "2006-01-01T00:00:01" or pid in ("HelloWorld","Hello*","Hello*World")
started < "2006-01-01T00:00:01" or pid in ("Hello*","Hello*World")
started < "2006-01-01T00:00:01" or pid in ("Hello*World")
started < "2006-01-01T00:00:01" or iid = "2006"
started < "2006-01-01T00:00:01" or iid < "2006"
started < "2006-01-01T00:00:01" or iid <= "2006"
started < "2006-01-01T00:00:01" or iid > "2006"
started < "2006-01-01T00:00:01" or iid >= "2006"
started < "2006-01-01T00:00:01" or iid in ("2006")
started < "2006-01-01T00:00:01" or iid in ("2006","20061231")
started < "2006-01-01T00:00:01" or status = "active"
started < "2006-01-01T00:00:01" or status = "suspended"
started < "2006-01-01T00:00:01" or status = "error"
started < "2006-01-01T00:00:01" or status = "completed"
started < "2006-01-01T00:00:01" or status = "terminated"
started < "2006-01-01T00:00:01" or status = "faulted"
started < "2006-01-01T00:00:01" or status in ("active","suspended")
started < "2006-01-01T00:00:01" or status in ("active","suspended","error","completed","terminated","faulted")
started < "2006-01-31" or last-active = "2006-02-01T00:00:01"
started < "2006-01-31" or last-active = "2006-02-21"
started < "2006-01-31" or last-active = "2006-02"
started < "2006-01-31" or last-active = "2006"
started < "2006-01-31" or last-active < "2006-02-01T00:00:01"
started < "2006-01-31" or last-active < "2006-02-21"
started < "2006-01-31" or last-active < "2006-02"
started < "2006-01-31" or last-active < "2006"
started < "2006-01-31" or last-active <= "2006-02-01T00:00:01"
started < "2006-01-31" or last-active <= "2006-02-21"
started < "2006-01-31" or last-active <= "2006-02"
started < "2006-01-31" or last-active <= "2006"
started < "2006-01-31" or last-active > "2006-02-01T00:00:01"
started < "2006-01-31" or last-active > "2006-02-21"
started < "2006-01-31" or last-active > "2006-02"
started < "2006-01-31" or last-active > "2006"
started < "2006-01-31" or last-active >= "2006-02-01T00:00:01"
started < "2006-01-31" or last-active >= "2006-02-21"
started < "2006-01-31" or last-active >= "2006-02"
started < "2006-01-31" or last-active >= "2006"
started < "2006-01-31" or last-active like "2006-02-01T00:00:01"
started < "2006-01-31" or last-active like "2006-02-21"
started < "2006-01-31" or last-active like "2006-02"
started < "2006-01-31" or last-active like "2006"
started < "2006-01-31" or last-active in ("2006-02-01T00:00:01")
started < "2006-01-31" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started < "2006-01-31" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started < "2006-01-31" or ${org.apache.ode.BPELProcess}author = "yuriy"
started < "2006-01-31" or $author = "yuriy"
started < "2006-01-31" or ${org.apache.ode.BPELProcess}author < "yuriy"
started < "2006-01-31" or $author < "yuriy"
started < "2006-01-31" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started < "2006-01-31" or $author <= "yuriy"
started < "2006-01-31" or ${org.apache.ode.BPELProcess}author > "yuriy"
started < "2006-01-31" or $author > "yuriy"
started < "2006-01-31" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started < "2006-01-31" or $author >= "yuriy"
started < "2006-01-31" or ${org.apache.ode.BPELProcess}author like "yuriy"
started < "2006-01-31" or $author like "yuriy"
started < "2006-01-31" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started < "2006-01-31" or $author in ("yuriy")
started < "2006-01-31" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started < "2006-01-31" or $author in ("yuriy","kostya","nazar","orest")
started < "2006-01-31" or pid = "HelloWorld"
started < "2006-01-31" or pid < "HelloWorld"
started < "2006-01-31" or pid <= "HelloWorld"
started < "2006-01-31" or pid > "HelloWorld"
started < "2006-01-31" or pid >= "HelloWorld"
started < "2006-01-31" or pid like "HelloWorld"
started < "2006-01-31" or pid in ("HelloWorld","Hello*","Hello*World")
started < "2006-01-31" or pid in ("Hello*","Hello*World")
started < "2006-01-31" or pid in ("Hello*World")
started < "2006-01-31" or iid = "2006"
started < "2006-01-31" or iid < "2006"
started < "2006-01-31" or iid <= "2006"
started < "2006-01-31" or iid > "2006"
started < "2006-01-31" or iid >= "2006"
started < "2006-01-31" or iid in ("2006")
started < "2006-01-31" or iid in ("2006","20061231")
started < "2006-01-31" or status = "active"
started < "2006-01-31" or status = "suspended"
started < "2006-01-31" or status = "error"
started < "2006-01-31" or status = "completed"
started < "2006-01-31" or status = "terminated"
started < "2006-01-31" or status = "faulted"
started < "2006-01-31" or status in ("active","suspended")
started < "2006-01-31" or status in ("active","suspended","error","completed","terminated","faulted")
started < "2006-01" or last-active = "2006-02-01T00:00:01"
started < "2006-01" or last-active = "2006-02-21"
started < "2006-01" or last-active = "2006-02"
started < "2006-01" or last-active = "2006"
started < "2006-01" or last-active < "2006-02-01T00:00:01"
started < "2006-01" or last-active < "2006-02-21"
started < "2006-01" or last-active < "2006-02"
started < "2006-01" or last-active < "2006"
started < "2006-01" or last-active <= "2006-02-01T00:00:01"
started < "2006-01" or last-active <= "2006-02-21"
started < "2006-01" or last-active <= "2006-02"
started < "2006-01" or last-active <= "2006"
started < "2006-01" or last-active > "2006-02-01T00:00:01"
started < "2006-01" or last-active > "2006-02-21"
started < "2006-01" or last-active > "2006-02"
started < "2006-01" or last-active > "2006"
started < "2006-01" or last-active >= "2006-02-01T00:00:01"
started < "2006-01" or last-active >= "2006-02-21"
started < "2006-01" or last-active >= "2006-02"
started < "2006-01" or last-active >= "2006"
started < "2006-01" or last-active like "2006-02-01T00:00:01"
started < "2006-01" or last-active like "2006-02-21"
started < "2006-01" or last-active like "2006-02"
started < "2006-01" or last-active like "2006"
started < "2006-01" or last-active in ("2006-02-01T00:00:01")
started < "2006-01" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started < "2006-01" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started < "2006-01" or ${org.apache.ode.BPELProcess}author = "yuriy"
started < "2006-01" or $author = "yuriy"
started < "2006-01" or ${org.apache.ode.BPELProcess}author < "yuriy"
started < "2006-01" or $author < "yuriy"
started < "2006-01" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started < "2006-01" or $author <= "yuriy"
started < "2006-01" or ${org.apache.ode.BPELProcess}author > "yuriy"
started < "2006-01" or $author > "yuriy"
started < "2006-01" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started < "2006-01" or $author >= "yuriy"
started < "2006-01" or ${org.apache.ode.BPELProcess}author like "yuriy"
started < "2006-01" or $author like "yuriy"
started < "2006-01" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started < "2006-01" or $author in ("yuriy")
started < "2006-01" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started < "2006-01" or $author in ("yuriy","kostya","nazar","orest")
started < "2006-01" or pid = "HelloWorld"
started < "2006-01" or pid < "HelloWorld"
started < "2006-01" or pid <= "HelloWorld"
started < "2006-01" or pid > "HelloWorld"
started < "2006-01" or pid >= "HelloWorld"
started < "2006-01" or pid like "HelloWorld"
started < "2006-01" or pid in ("HelloWorld","Hello*","Hello*World")
started < "2006-01" or pid in ("Hello*","Hello*World")
started < "2006-01" or pid in ("Hello*World")
started < "2006-01" or iid = "2006"
started < "2006-01" or iid < "2006"
started < "2006-01" or iid <= "2006"
started < "2006-01" or iid > "2006"
started < "2006-01" or iid >= "2006"
started < "2006-01" or iid in ("2006")
started < "2006-01" or iid in ("2006","20061231")
started < "2006-01" or status = "active"
started < "2006-01" or status = "suspended"
started < "2006-01" or status = "error"
started < "2006-01" or status = "completed"
started < "2006-01" or status = "terminated"
started < "2006-01" or status = "faulted"
started < "2006-01" or status in ("active","suspended")
started < "2006-01" or status in ("active","suspended","error","completed","terminated","faulted")
started < "2006" or last-active = "2006-02-01T00:00:01"
started < "2006" or last-active = "2006-02-21"
started < "2006" or last-active = "2006-02"
started < "2006" or last-active = "2006"
started < "2006" or last-active < "2006-02-01T00:00:01"
started < "2006" or last-active < "2006-02-21"
started < "2006" or last-active < "2006-02"
started < "2006" or last-active < "2006"
started < "2006" or last-active <= "2006-02-01T00:00:01"
started < "2006" or last-active <= "2006-02-21"
started < "2006" or last-active <= "2006-02"
started < "2006" or last-active <= "2006"
started < "2006" or last-active > "2006-02-01T00:00:01"
started < "2006" or last-active > "2006-02-21"
started < "2006" or last-active > "2006-02"
started < "2006" or last-active > "2006"
started < "2006" or last-active >= "2006-02-01T00:00:01"
started < "2006" or last-active >= "2006-02-21"
started < "2006" or last-active >= "2006-02"
started < "2006" or last-active >= "2006"
started < "2006" or last-active like "2006-02-01T00:00:01"
started < "2006" or last-active like "2006-02-21"
started < "2006" or last-active like "2006-02"
started < "2006" or last-active like "2006"
started < "2006" or last-active in ("2006-02-01T00:00:01")
started < "2006" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started < "2006" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started < "2006" or ${org.apache.ode.BPELProcess}author = "yuriy"
started < "2006" or $author = "yuriy"
started < "2006" or ${org.apache.ode.BPELProcess}author < "yuriy"
started < "2006" or $author < "yuriy"
started < "2006" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started < "2006" or $author <= "yuriy"
started < "2006" or ${org.apache.ode.BPELProcess}author > "yuriy"
started < "2006" or $author > "yuriy"
started < "2006" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started < "2006" or $author >= "yuriy"
started < "2006" or ${org.apache.ode.BPELProcess}author like "yuriy"
started < "2006" or $author like "yuriy"
started < "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started < "2006" or $author in ("yuriy")
started < "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started < "2006" or $author in ("yuriy","kostya","nazar","orest")
started < "2006" or pid = "HelloWorld"
started < "2006" or pid < "HelloWorld"
started < "2006" or pid <= "HelloWorld"
started < "2006" or pid > "HelloWorld"
started < "2006" or pid >= "HelloWorld"
started < "2006" or pid like "HelloWorld"
started < "2006" or pid in ("HelloWorld","Hello*","Hello*World")
started < "2006" or pid in ("Hello*","Hello*World")
started < "2006" or pid in ("Hello*World")
started < "2006" or iid = "2006"
started < "2006" or iid < "2006"
started < "2006" or iid <= "2006"
started < "2006" or iid > "2006"
started < "2006" or iid >= "2006"
started < "2006" or iid in ("2006")
started < "2006" or iid in ("2006","20061231")
started < "2006" or status = "active"
started < "2006" or status = "suspended"
started < "2006" or status = "error"
started < "2006" or status = "completed"
started < "2006" or status = "terminated"
started < "2006" or status = "faulted"
started < "2006" or status in ("active","suspended")
started < "2006" or status in ("active","suspended","error","completed","terminated","faulted")
started <= "2006-01-01T00:00:01" or last-active = "2006-02-01T00:00:01"
started <= "2006-01-01T00:00:01" or last-active = "2006-02-21"
started <= "2006-01-01T00:00:01" or last-active = "2006-02"
started <= "2006-01-01T00:00:01" or last-active = "2006"
started <= "2006-01-01T00:00:01" or last-active < "2006-02-01T00:00:01"
started <= "2006-01-01T00:00:01" or last-active < "2006-02-21"
started <= "2006-01-01T00:00:01" or last-active < "2006-02"
started <= "2006-01-01T00:00:01" or last-active < "2006"
started <= "2006-01-01T00:00:01" or last-active <= "2006-02-01T00:00:01"
started <= "2006-01-01T00:00:01" or last-active <= "2006-02-21"
started <= "2006-01-01T00:00:01" or last-active <= "2006-02"
started <= "2006-01-01T00:00:01" or last-active <= "2006"
started <= "2006-01-01T00:00:01" or last-active > "2006-02-01T00:00:01"
started <= "2006-01-01T00:00:01" or last-active > "2006-02-21"
started <= "2006-01-01T00:00:01" or last-active > "2006-02"
started <= "2006-01-01T00:00:01" or last-active > "2006"
started <= "2006-01-01T00:00:01" or last-active >= "2006-02-01T00:00:01"
started <= "2006-01-01T00:00:01" or last-active >= "2006-02-21"
started <= "2006-01-01T00:00:01" or last-active >= "2006-02"
started <= "2006-01-01T00:00:01" or last-active >= "2006"
started <= "2006-01-01T00:00:01" or last-active like "2006-02-01T00:00:01"
started <= "2006-01-01T00:00:01" or last-active like "2006-02-21"
started <= "2006-01-01T00:00:01" or last-active like "2006-02"
started <= "2006-01-01T00:00:01" or last-active like "2006"
started <= "2006-01-01T00:00:01" or last-active in ("2006-02-01T00:00:01")
started <= "2006-01-01T00:00:01" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started <= "2006-01-01T00:00:01" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started <= "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author = "yuriy"
started <= "2006-01-01T00:00:01" or $author = "yuriy"
started <= "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author < "yuriy"
started <= "2006-01-01T00:00:01" or $author < "yuriy"
started <= "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started <= "2006-01-01T00:00:01" or $author <= "yuriy"
started <= "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author > "yuriy"
started <= "2006-01-01T00:00:01" or $author > "yuriy"
started <= "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started <= "2006-01-01T00:00:01" or $author >= "yuriy"
started <= "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author like "yuriy"
started <= "2006-01-01T00:00:01" or $author like "yuriy"
started <= "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started <= "2006-01-01T00:00:01" or $author in ("yuriy")
started <= "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started <= "2006-01-01T00:00:01" or $author in ("yuriy","kostya","nazar","orest")
started <= "2006-01-01T00:00:01" or pid = "HelloWorld"
started <= "2006-01-01T00:00:01" or pid < "HelloWorld"
started <= "2006-01-01T00:00:01" or pid <= "HelloWorld"
started <= "2006-01-01T00:00:01" or pid > "HelloWorld"
started <= "2006-01-01T00:00:01" or pid >= "HelloWorld"
started <= "2006-01-01T00:00:01" or pid like "HelloWorld"
started <= "2006-01-01T00:00:01" or pid in ("HelloWorld","Hello*","Hello*World")
started <= "2006-01-01T00:00:01" or pid in ("Hello*","Hello*World")
started <= "2006-01-01T00:00:01" or pid in ("Hello*World")
started <= "2006-01-01T00:00:01" or iid = "2006"
started <= "2006-01-01T00:00:01" or iid < "2006"
started <= "2006-01-01T00:00:01" or iid <= "2006"
started <= "2006-01-01T00:00:01" or iid > "2006"
started <= "2006-01-01T00:00:01" or iid >= "2006"
started <= "2006-01-01T00:00:01" or iid in ("2006")
started <= "2006-01-01T00:00:01" or iid in ("2006","20061231")
started <= "2006-01-01T00:00:01" or status = "active"
started <= "2006-01-01T00:00:01" or status = "suspended"
started <= "2006-01-01T00:00:01" or status = "error"
started <= "2006-01-01T00:00:01" or status = "completed"
started <= "2006-01-01T00:00:01" or status = "terminated"
started <= "2006-01-01T00:00:01" or status = "faulted"
started <= "2006-01-01T00:00:01" or status in ("active","suspended")
started <= "2006-01-01T00:00:01" or status in ("active","suspended","error","completed","terminated","faulted")
started <= "2006-01-31" or last-active = "2006-02-01T00:00:01"
started <= "2006-01-31" or last-active = "2006-02-21"
started <= "2006-01-31" or last-active = "2006-02"
started <= "2006-01-31" or last-active = "2006"
started <= "2006-01-31" or last-active < "2006-02-01T00:00:01"
started <= "2006-01-31" or last-active < "2006-02-21"
started <= "2006-01-31" or last-active < "2006-02"
started <= "2006-01-31" or last-active < "2006"
started <= "2006-01-31" or last-active <= "2006-02-01T00:00:01"
started <= "2006-01-31" or last-active <= "2006-02-21"
started <= "2006-01-31" or last-active <= "2006-02"
started <= "2006-01-31" or last-active <= "2006"
started <= "2006-01-31" or last-active > "2006-02-01T00:00:01"
started <= "2006-01-31" or last-active > "2006-02-21"
started <= "2006-01-31" or last-active > "2006-02"
started <= "2006-01-31" or last-active > "2006"
started <= "2006-01-31" or last-active >= "2006-02-01T00:00:01"
started <= "2006-01-31" or last-active >= "2006-02-21"
started <= "2006-01-31" or last-active >= "2006-02"
started <= "2006-01-31" or last-active >= "2006"
started <= "2006-01-31" or last-active like "2006-02-01T00:00:01"
started <= "2006-01-31" or last-active like "2006-02-21"
started <= "2006-01-31" or last-active like "2006-02"
started <= "2006-01-31" or last-active like "2006"
started <= "2006-01-31" or last-active in ("2006-02-01T00:00:01")
started <= "2006-01-31" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started <= "2006-01-31" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started <= "2006-01-31" or ${org.apache.ode.BPELProcess}author = "yuriy"
started <= "2006-01-31" or $author = "yuriy"
started <= "2006-01-31" or ${org.apache.ode.BPELProcess}author < "yuriy"
started <= "2006-01-31" or $author < "yuriy"
started <= "2006-01-31" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started <= "2006-01-31" or $author <= "yuriy"
started <= "2006-01-31" or ${org.apache.ode.BPELProcess}author > "yuriy"
started <= "2006-01-31" or $author > "yuriy"
started <= "2006-01-31" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started <= "2006-01-31" or $author >= "yuriy"
started <= "2006-01-31" or ${org.apache.ode.BPELProcess}author like "yuriy"
started <= "2006-01-31" or $author like "yuriy"
started <= "2006-01-31" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started <= "2006-01-31" or $author in ("yuriy")
started <= "2006-01-31" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started <= "2006-01-31" or $author in ("yuriy","kostya","nazar","orest")
started <= "2006-01-31" or pid = "HelloWorld"
started <= "2006-01-31" or pid < "HelloWorld"
started <= "2006-01-31" or pid <= "HelloWorld"
started <= "2006-01-31" or pid > "HelloWorld"
started <= "2006-01-31" or pid >= "HelloWorld"
started <= "2006-01-31" or pid like "HelloWorld"
started <= "2006-01-31" or pid in ("HelloWorld","Hello*","Hello*World")
started <= "2006-01-31" or pid in ("Hello*","Hello*World")
started <= "2006-01-31" or pid in ("Hello*World")
started <= "2006-01-31" or iid = "2006"
started <= "2006-01-31" or iid < "2006"
started <= "2006-01-31" or iid <= "2006"
started <= "2006-01-31" or iid > "2006"
started <= "2006-01-31" or iid >= "2006"
started <= "2006-01-31" or iid in ("2006")
started <= "2006-01-31" or iid in ("2006","20061231")
started <= "2006-01-31" or status = "active"
started <= "2006-01-31" or status = "suspended"
started <= "2006-01-31" or status = "error"
started <= "2006-01-31" or status = "completed"
started <= "2006-01-31" or status = "terminated"
started <= "2006-01-31" or status = "faulted"
started <= "2006-01-31" or status in ("active","suspended")
started <= "2006-01-31" or status in ("active","suspended","error","completed","terminated","faulted")
started <= "2006-01" or last-active = "2006-02-01T00:00:01"
started <= "2006-01" or last-active = "2006-02-21"
started <= "2006-01" or last-active = "2006-02"
started <= "2006-01" or last-active = "2006"
started <= "2006-01" or last-active < "2006-02-01T00:00:01"
started <= "2006-01" or last-active < "2006-02-21"
started <= "2006-01" or last-active < "2006-02"
started <= "2006-01" or last-active < "2006"
started <= "2006-01" or last-active <= "2006-02-01T00:00:01"
started <= "2006-01" or last-active <= "2006-02-21"
started <= "2006-01" or last-active <= "2006-02"
started <= "2006-01" or last-active <= "2006"
started <= "2006-01" or last-active > "2006-02-01T00:00:01"
started <= "2006-01" or last-active > "2006-02-21"
started <= "2006-01" or last-active > "2006-02"
started <= "2006-01" or last-active > "2006"
started <= "2006-01" or last-active >= "2006-02-01T00:00:01"
started <= "2006-01" or last-active >= "2006-02-21"
started <= "2006-01" or last-active >= "2006-02"
started <= "2006-01" or last-active >= "2006"
started <= "2006-01" or last-active like "2006-02-01T00:00:01"
started <= "2006-01" or last-active like "2006-02-21"
started <= "2006-01" or last-active like "2006-02"
started <= "2006-01" or last-active like "2006"
started <= "2006-01" or last-active in ("2006-02-01T00:00:01")
started <= "2006-01" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started <= "2006-01" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started <= "2006-01" or ${org.apache.ode.BPELProcess}author = "yuriy"
started <= "2006-01" or $author = "yuriy"
started <= "2006-01" or ${org.apache.ode.BPELProcess}author < "yuriy"
started <= "2006-01" or $author < "yuriy"
started <= "2006-01" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started <= "2006-01" or $author <= "yuriy"
started <= "2006-01" or ${org.apache.ode.BPELProcess}author > "yuriy"
started <= "2006-01" or $author > "yuriy"
started <= "2006-01" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started <= "2006-01" or $author >= "yuriy"
started <= "2006-01" or ${org.apache.ode.BPELProcess}author like "yuriy"
started <= "2006-01" or $author like "yuriy"
started <= "2006-01" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started <= "2006-01" or $author in ("yuriy")
started <= "2006-01" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started <= "2006-01" or $author in ("yuriy","kostya","nazar","orest")
started <= "2006-01" or pid = "HelloWorld"
started <= "2006-01" or pid < "HelloWorld"
started <= "2006-01" or pid <= "HelloWorld"
started <= "2006-01" or pid > "HelloWorld"
started <= "2006-01" or pid >= "HelloWorld"
started <= "2006-01" or pid like "HelloWorld"
started <= "2006-01" or pid in ("HelloWorld","Hello*","Hello*World")
started <= "2006-01" or pid in ("Hello*","Hello*World")
started <= "2006-01" or pid in ("Hello*World")
started <= "2006-01" or iid = "2006"
started <= "2006-01" or iid < "2006"
started <= "2006-01" or iid <= "2006"
started <= "2006-01" or iid > "2006"
started <= "2006-01" or iid >= "2006"
started <= "2006-01" or iid in ("2006")
started <= "2006-01" or iid in ("2006","20061231")
started <= "2006-01" or status = "active"
started <= "2006-01" or status = "suspended"
started <= "2006-01" or status = "error"
started <= "2006-01" or status = "completed"
started <= "2006-01" or status = "terminated"
started <= "2006-01" or status = "faulted"
started <= "2006-01" or status in ("active","suspended")
started <= "2006-01" or status in ("active","suspended","error","completed","terminated","faulted")
started <= "2006" or last-active = "2006-02-01T00:00:01"
started <= "2006" or last-active = "2006-02-21"
started <= "2006" or last-active = "2006-02"
started <= "2006" or last-active = "2006"
started <= "2006" or last-active < "2006-02-01T00:00:01"
started <= "2006" or last-active < "2006-02-21"
started <= "2006" or last-active < "2006-02"
started <= "2006" or last-active < "2006"
started <= "2006" or last-active <= "2006-02-01T00:00:01"
started <= "2006" or last-active <= "2006-02-21"
started <= "2006" or last-active <= "2006-02"
started <= "2006" or last-active <= "2006"
started <= "2006" or last-active > "2006-02-01T00:00:01"
started <= "2006" or last-active > "2006-02-21"
started <= "2006" or last-active > "2006-02"
started <= "2006" or last-active > "2006"
started <= "2006" or last-active >= "2006-02-01T00:00:01"
started <= "2006" or last-active >= "2006-02-21"
started <= "2006" or last-active >= "2006-02"
started <= "2006" or last-active >= "2006"
started <= "2006" or last-active like "2006-02-01T00:00:01"
started <= "2006" or last-active like "2006-02-21"
started <= "2006" or last-active like "2006-02"
started <= "2006" or last-active like "2006"
started <= "2006" or last-active in ("2006-02-01T00:00:01")
started <= "2006" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started <= "2006" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started <= "2006" or ${org.apache.ode.BPELProcess}author = "yuriy"
started <= "2006" or $author = "yuriy"
started <= "2006" or ${org.apache.ode.BPELProcess}author < "yuriy"
started <= "2006" or $author < "yuriy"
started <= "2006" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started <= "2006" or $author <= "yuriy"
started <= "2006" or ${org.apache.ode.BPELProcess}author > "yuriy"
started <= "2006" or $author > "yuriy"
started <= "2006" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started <= "2006" or $author >= "yuriy"
started <= "2006" or ${org.apache.ode.BPELProcess}author like "yuriy"
started <= "2006" or $author like "yuriy"
started <= "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started <= "2006" or $author in ("yuriy")
started <= "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started <= "2006" or $author in ("yuriy","kostya","nazar","orest")
started <= "2006" or pid = "HelloWorld"
started <= "2006" or pid < "HelloWorld"
started <= "2006" or pid <= "HelloWorld"
started <= "2006" or pid > "HelloWorld"
started <= "2006" or pid >= "HelloWorld"
started <= "2006" or pid like "HelloWorld"
started <= "2006" or pid in ("HelloWorld","Hello*","Hello*World")
started <= "2006" or pid in ("Hello*","Hello*World")
started <= "2006" or pid in ("Hello*World")
started <= "2006" or iid = "2006"
started <= "2006" or iid < "2006"
started <= "2006" or iid <= "2006"
started <= "2006" or iid > "2006"
started <= "2006" or iid >= "2006"
started <= "2006" or iid in ("2006")
started <= "2006" or iid in ("2006","20061231")
started <= "2006" or status = "active"
started <= "2006" or status = "suspended"
started <= "2006" or status = "error"
started <= "2006" or status = "completed"
started <= "2006" or status = "terminated"
started <= "2006" or status = "faulted"
started <= "2006" or status in ("active","suspended")
started <= "2006" or status in ("active","suspended","error","completed","terminated","faulted")
started > "2006-01-01T00:00:01" or last-active = "2006-02-01T00:00:01"
started > "2006-01-01T00:00:01" or last-active = "2006-02-21"
started > "2006-01-01T00:00:01" or last-active = "2006-02"
started > "2006-01-01T00:00:01" or last-active = "2006"
started > "2006-01-01T00:00:01" or last-active < "2006-02-01T00:00:01"
started > "2006-01-01T00:00:01" or last-active < "2006-02-21"
started > "2006-01-01T00:00:01" or last-active < "2006-02"
started > "2006-01-01T00:00:01" or last-active < "2006"
started > "2006-01-01T00:00:01" or last-active <= "2006-02-01T00:00:01"
started > "2006-01-01T00:00:01" or last-active <= "2006-02-21"
started > "2006-01-01T00:00:01" or last-active <= "2006-02"
started > "2006-01-01T00:00:01" or last-active <= "2006"
started > "2006-01-01T00:00:01" or last-active > "2006-02-01T00:00:01"
started > "2006-01-01T00:00:01" or last-active > "2006-02-21"
started > "2006-01-01T00:00:01" or last-active > "2006-02"
started > "2006-01-01T00:00:01" or last-active > "2006"
started > "2006-01-01T00:00:01" or last-active >= "2006-02-01T00:00:01"
started > "2006-01-01T00:00:01" or last-active >= "2006-02-21"
started > "2006-01-01T00:00:01" or last-active >= "2006-02"
started > "2006-01-01T00:00:01" or last-active >= "2006"
started > "2006-01-01T00:00:01" or last-active like "2006-02-01T00:00:01"
started > "2006-01-01T00:00:01" or last-active like "2006-02-21"
started > "2006-01-01T00:00:01" or last-active like "2006-02"
started > "2006-01-01T00:00:01" or last-active like "2006"
started > "2006-01-01T00:00:01" or last-active in ("2006-02-01T00:00:01")
started > "2006-01-01T00:00:01" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started > "2006-01-01T00:00:01" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started > "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author = "yuriy"
started > "2006-01-01T00:00:01" or $author = "yuriy"
started > "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author < "yuriy"
started > "2006-01-01T00:00:01" or $author < "yuriy"
started > "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started > "2006-01-01T00:00:01" or $author <= "yuriy"
started > "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author > "yuriy"
started > "2006-01-01T00:00:01" or $author > "yuriy"
started > "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started > "2006-01-01T00:00:01" or $author >= "yuriy"
started > "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author like "yuriy"
started > "2006-01-01T00:00:01" or $author like "yuriy"
started > "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started > "2006-01-01T00:00:01" or $author in ("yuriy")
started > "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started > "2006-01-01T00:00:01" or $author in ("yuriy","kostya","nazar","orest")
started > "2006-01-01T00:00:01" or pid = "HelloWorld"
started > "2006-01-01T00:00:01" or pid < "HelloWorld"
started > "2006-01-01T00:00:01" or pid <= "HelloWorld"
started > "2006-01-01T00:00:01" or pid > "HelloWorld"
started > "2006-01-01T00:00:01" or pid >= "HelloWorld"
started > "2006-01-01T00:00:01" or pid like "HelloWorld"
started > "2006-01-01T00:00:01" or pid in ("HelloWorld","Hello*","Hello*World")
started > "2006-01-01T00:00:01" or pid in ("Hello*","Hello*World")
started > "2006-01-01T00:00:01" or pid in ("Hello*World")
started > "2006-01-01T00:00:01" or iid = "2006"
started > "2006-01-01T00:00:01" or iid < "2006"
started > "2006-01-01T00:00:01" or iid <= "2006"
started > "2006-01-01T00:00:01" or iid > "2006"
started > "2006-01-01T00:00:01" or iid >= "2006"
started > "2006-01-01T00:00:01" or iid in ("2006")
started > "2006-01-01T00:00:01" or iid in ("2006","20061231")
started > "2006-01-01T00:00:01" or status = "active"
started > "2006-01-01T00:00:01" or status = "suspended"
started > "2006-01-01T00:00:01" or status = "error"
started > "2006-01-01T00:00:01" or status = "completed"
started > "2006-01-01T00:00:01" or status = "terminated"
started > "2006-01-01T00:00:01" or status = "faulted"
started > "2006-01-01T00:00:01" or status in ("active","suspended")
started > "2006-01-01T00:00:01" or status in ("active","suspended","error","completed","terminated","faulted")
started > "2006-01-31" or last-active = "2006-02-01T00:00:01"
started > "2006-01-31" or last-active = "2006-02-21"
started > "2006-01-31" or last-active = "2006-02"
started > "2006-01-31" or last-active = "2006"
started > "2006-01-31" or last-active < "2006-02-01T00:00:01"
started > "2006-01-31" or last-active < "2006-02-21"
started > "2006-01-31" or last-active < "2006-02"
started > "2006-01-31" or last-active < "2006"
started > "2006-01-31" or last-active <= "2006-02-01T00:00:01"
started > "2006-01-31" or last-active <= "2006-02-21"
started > "2006-01-31" or last-active <= "2006-02"
started > "2006-01-31" or last-active <= "2006"
started > "2006-01-31" or last-active > "2006-02-01T00:00:01"
started > "2006-01-31" or last-active > "2006-02-21"
started > "2006-01-31" or last-active > "2006-02"
started > "2006-01-31" or last-active > "2006"
started > "2006-01-31" or last-active >= "2006-02-01T00:00:01"
started > "2006-01-31" or last-active >= "2006-02-21"
started > "2006-01-31" or last-active >= "2006-02"
started > "2006-01-31" or last-active >= "2006"
started > "2006-01-31" or last-active like "2006-02-01T00:00:01"
started > "2006-01-31" or last-active like "2006-02-21"
started > "2006-01-31" or last-active like "2006-02"
started > "2006-01-31" or last-active like "2006"
started > "2006-01-31" or last-active in ("2006-02-01T00:00:01")
started > "2006-01-31" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started > "2006-01-31" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started > "2006-01-31" or ${org.apache.ode.BPELProcess}author = "yuriy"
started > "2006-01-31" or $author = "yuriy"
started > "2006-01-31" or ${org.apache.ode.BPELProcess}author < "yuriy"
started > "2006-01-31" or $author < "yuriy"
started > "2006-01-31" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started > "2006-01-31" or $author <= "yuriy"
started > "2006-01-31" or ${org.apache.ode.BPELProcess}author > "yuriy"
started > "2006-01-31" or $author > "yuriy"
started > "2006-01-31" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started > "2006-01-31" or $author >= "yuriy"
started > "2006-01-31" or ${org.apache.ode.BPELProcess}author like "yuriy"
started > "2006-01-31" or $author like "yuriy"
started > "2006-01-31" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started > "2006-01-31" or $author in ("yuriy")
started > "2006-01-31" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started > "2006-01-31" or $author in ("yuriy","kostya","nazar","orest")
started > "2006-01-31" or pid = "HelloWorld"
started > "2006-01-31" or pid < "HelloWorld"
started > "2006-01-31" or pid <= "HelloWorld"
started > "2006-01-31" or pid > "HelloWorld"
started > "2006-01-31" or pid >= "HelloWorld"
started > "2006-01-31" or pid like "HelloWorld"
started > "2006-01-31" or pid in ("HelloWorld","Hello*","Hello*World")
started > "2006-01-31" or pid in ("Hello*","Hello*World")
started > "2006-01-31" or pid in ("Hello*World")
started > "2006-01-31" or iid = "2006"
started > "2006-01-31" or iid < "2006"
started > "2006-01-31" or iid <= "2006"
started > "2006-01-31" or iid > "2006"
started > "2006-01-31" or iid >= "2006"
started > "2006-01-31" or iid in ("2006")
started > "2006-01-31" or iid in ("2006","20061231")
started > "2006-01-31" or status = "active"
started > "2006-01-31" or status = "suspended"
started > "2006-01-31" or status = "error"
started > "2006-01-31" or status = "completed"
started > "2006-01-31" or status = "terminated"
started > "2006-01-31" or status = "faulted"
started > "2006-01-31" or status in ("active","suspended")
started > "2006-01-31" or status in ("active","suspended","error","completed","terminated","faulted")
started > "2006-01" or last-active = "2006-02-01T00:00:01"
started > "2006-01" or last-active = "2006-02-21"
started > "2006-01" or last-active = "2006-02"
started > "2006-01" or last-active = "2006"
started > "2006-01" or last-active < "2006-02-01T00:00:01"
started > "2006-01" or last-active < "2006-02-21"
started > "2006-01" or last-active < "2006-02"
started > "2006-01" or last-active < "2006"
started > "2006-01" or last-active <= "2006-02-01T00:00:01"
started > "2006-01" or last-active <= "2006-02-21"
started > "2006-01" or last-active <= "2006-02"
started > "2006-01" or last-active <= "2006"
started > "2006-01" or last-active > "2006-02-01T00:00:01"
started > "2006-01" or last-active > "2006-02-21"
started > "2006-01" or last-active > "2006-02"
started > "2006-01" or last-active > "2006"
started > "2006-01" or last-active >= "2006-02-01T00:00:01"
started > "2006-01" or last-active >= "2006-02-21"
started > "2006-01" or last-active >= "2006-02"
started > "2006-01" or last-active >= "2006"
started > "2006-01" or last-active like "2006-02-01T00:00:01"
started > "2006-01" or last-active like "2006-02-21"
started > "2006-01" or last-active like "2006-02"
started > "2006-01" or last-active like "2006"
started > "2006-01" or last-active in ("2006-02-01T00:00:01")
started > "2006-01" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started > "2006-01" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started > "2006-01" or ${org.apache.ode.BPELProcess}author = "yuriy"
started > "2006-01" or $author = "yuriy"
started > "2006-01" or ${org.apache.ode.BPELProcess}author < "yuriy"
started > "2006-01" or $author < "yuriy"
started > "2006-01" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started > "2006-01" or $author <= "yuriy"
started > "2006-01" or ${org.apache.ode.BPELProcess}author > "yuriy"
started > "2006-01" or $author > "yuriy"
started > "2006-01" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started > "2006-01" or $author >= "yuriy"
started > "2006-01" or ${org.apache.ode.BPELProcess}author like "yuriy"
started > "2006-01" or $author like "yuriy"
started > "2006-01" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started > "2006-01" or $author in ("yuriy")
started > "2006-01" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started > "2006-01" or $author in ("yuriy","kostya","nazar","orest")
started > "2006-01" or pid = "HelloWorld"
started > "2006-01" or pid < "HelloWorld"
started > "2006-01" or pid <= "HelloWorld"
started > "2006-01" or pid > "HelloWorld"
started > "2006-01" or pid >= "HelloWorld"
started > "2006-01" or pid like "HelloWorld"
started > "2006-01" or pid in ("HelloWorld","Hello*","Hello*World")
started > "2006-01" or pid in ("Hello*","Hello*World")
started > "2006-01" or pid in ("Hello*World")
started > "2006-01" or iid = "2006"
started > "2006-01" or iid < "2006"
started > "2006-01" or iid <= "2006"
started > "2006-01" or iid > "2006"
started > "2006-01" or iid >= "2006"
started > "2006-01" or iid in ("2006")
started > "2006-01" or iid in ("2006","20061231")
started > "2006-01" or status = "active"
started > "2006-01" or status = "suspended"
started > "2006-01" or status = "error"
started > "2006-01" or status = "completed"
started > "2006-01" or status = "terminated"
started > "2006-01" or status = "faulted"
started > "2006-01" or status in ("active","suspended")
started > "2006-01" or status in ("active","suspended","error","completed","terminated","faulted")
started > "2006" or last-active = "2006-02-01T00:00:01"
started > "2006" or last-active = "2006-02-21"
started > "2006" or last-active = "2006-02"
started > "2006" or last-active = "2006"
started > "2006" or last-active < "2006-02-01T00:00:01"
started > "2006" or last-active < "2006-02-21"
started > "2006" or last-active < "2006-02"
started > "2006" or last-active < "2006"
started > "2006" or last-active <= "2006-02-01T00:00:01"
started > "2006" or last-active <= "2006-02-21"
started > "2006" or last-active <= "2006-02"
started > "2006" or last-active <= "2006"
started > "2006" or last-active > "2006-02-01T00:00:01"
started > "2006" or last-active > "2006-02-21"
started > "2006" or last-active > "2006-02"
started > "2006" or last-active > "2006"
started > "2006" or last-active >= "2006-02-01T00:00:01"
started > "2006" or last-active >= "2006-02-21"
started > "2006" or last-active >= "2006-02"
started > "2006" or last-active >= "2006"
started > "2006" or last-active like "2006-02-01T00:00:01"
started > "2006" or last-active like "2006-02-21"
started > "2006" or last-active like "2006-02"
started > "2006" or last-active like "2006"
started > "2006" or last-active in ("2006-02-01T00:00:01")
started > "2006" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started > "2006" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started > "2006" or ${org.apache.ode.BPELProcess}author = "yuriy"
started > "2006" or $author = "yuriy"
started > "2006" or ${org.apache.ode.BPELProcess}author < "yuriy"
started > "2006" or $author < "yuriy"
started > "2006" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started > "2006" or $author <= "yuriy"
started > "2006" or ${org.apache.ode.BPELProcess}author > "yuriy"
started > "2006" or $author > "yuriy"
started > "2006" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started > "2006" or $author >= "yuriy"
started > "2006" or ${org.apache.ode.BPELProcess}author like "yuriy"
started > "2006" or $author like "yuriy"
started > "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started > "2006" or $author in ("yuriy")
started > "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started > "2006" or $author in ("yuriy","kostya","nazar","orest")
started > "2006" or pid = "HelloWorld"
started > "2006" or pid < "HelloWorld"
started > "2006" or pid <= "HelloWorld"
started > "2006" or pid > "HelloWorld"
started > "2006" or pid >= "HelloWorld"
started > "2006" or pid like "HelloWorld"
started > "2006" or pid in ("HelloWorld","Hello*","Hello*World")
started > "2006" or pid in ("Hello*","Hello*World")
started > "2006" or pid in ("Hello*World")
started > "2006" or iid = "2006"
started > "2006" or iid < "2006"
started > "2006" or iid <= "2006"
started > "2006" or iid > "2006"
started > "2006" or iid >= "2006"
started > "2006" or iid in ("2006")
started > "2006" or iid in ("2006","20061231")
started > "2006" or status = "active"
started > "2006" or status = "suspended"
started > "2006" or status = "error"
started > "2006" or status = "completed"
started > "2006" or status = "terminated"
started > "2006" or status = "faulted"
started > "2006" or status in ("active","suspended")
started > "2006" or status in ("active","suspended","error","completed","terminated","faulted")
started >= "2006-01-01T00:00:01" or last-active = "2006-02-01T00:00:01"
started >= "2006-01-01T00:00:01" or last-active = "2006-02-21"
started >= "2006-01-01T00:00:01" or last-active = "2006-02"
started >= "2006-01-01T00:00:01" or last-active = "2006"
started >= "2006-01-01T00:00:01" or last-active < "2006-02-01T00:00:01"
started >= "2006-01-01T00:00:01" or last-active < "2006-02-21"
started >= "2006-01-01T00:00:01" or last-active < "2006-02"
started >= "2006-01-01T00:00:01" or last-active < "2006"
started >= "2006-01-01T00:00:01" or last-active <= "2006-02-01T00:00:01"
started >= "2006-01-01T00:00:01" or last-active <= "2006-02-21"
started >= "2006-01-01T00:00:01" or last-active <= "2006-02"
started >= "2006-01-01T00:00:01" or last-active <= "2006"
started >= "2006-01-01T00:00:01" or last-active > "2006-02-01T00:00:01"
started >= "2006-01-01T00:00:01" or last-active > "2006-02-21"
started >= "2006-01-01T00:00:01" or last-active > "2006-02"
started >= "2006-01-01T00:00:01" or last-active > "2006"
started >= "2006-01-01T00:00:01" or last-active >= "2006-02-01T00:00:01"
started >= "2006-01-01T00:00:01" or last-active >= "2006-02-21"
started >= "2006-01-01T00:00:01" or last-active >= "2006-02"
started >= "2006-01-01T00:00:01" or last-active >= "2006"
started >= "2006-01-01T00:00:01" or last-active like "2006-02-01T00:00:01"
started >= "2006-01-01T00:00:01" or last-active like "2006-02-21"
started >= "2006-01-01T00:00:01" or last-active like "2006-02"
started >= "2006-01-01T00:00:01" or last-active like "2006"
started >= "2006-01-01T00:00:01" or last-active in ("2006-02-01T00:00:01")
started >= "2006-01-01T00:00:01" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started >= "2006-01-01T00:00:01" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started >= "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author = "yuriy"
started >= "2006-01-01T00:00:01" or $author = "yuriy"
started >= "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author < "yuriy"
started >= "2006-01-01T00:00:01" or $author < "yuriy"
started >= "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started >= "2006-01-01T00:00:01" or $author <= "yuriy"
started >= "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author > "yuriy"
started >= "2006-01-01T00:00:01" or $author > "yuriy"
started >= "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started >= "2006-01-01T00:00:01" or $author >= "yuriy"
started >= "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author like "yuriy"
started >= "2006-01-01T00:00:01" or $author like "yuriy"
started >= "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started >= "2006-01-01T00:00:01" or $author in ("yuriy")
started >= "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started >= "2006-01-01T00:00:01" or $author in ("yuriy","kostya","nazar","orest")
started >= "2006-01-01T00:00:01" or pid = "HelloWorld"
started >= "2006-01-01T00:00:01" or pid < "HelloWorld"
started >= "2006-01-01T00:00:01" or pid <= "HelloWorld"
started >= "2006-01-01T00:00:01" or pid > "HelloWorld"
started >= "2006-01-01T00:00:01" or pid >= "HelloWorld"
started >= "2006-01-01T00:00:01" or pid like "HelloWorld"
started >= "2006-01-01T00:00:01" or pid in ("HelloWorld","Hello*","Hello*World")
started >= "2006-01-01T00:00:01" or pid in ("Hello*","Hello*World")
started >= "2006-01-01T00:00:01" or pid in ("Hello*World")
started >= "2006-01-01T00:00:01" or iid = "2006"
started >= "2006-01-01T00:00:01" or iid < "2006"
started >= "2006-01-01T00:00:01" or iid <= "2006"
started >= "2006-01-01T00:00:01" or iid > "2006"
started >= "2006-01-01T00:00:01" or iid >= "2006"
started >= "2006-01-01T00:00:01" or iid in ("2006")
started >= "2006-01-01T00:00:01" or iid in ("2006","20061231")
started >= "2006-01-01T00:00:01" or status = "active"
started >= "2006-01-01T00:00:01" or status = "suspended"
started >= "2006-01-01T00:00:01" or status = "error"
started >= "2006-01-01T00:00:01" or status = "completed"
started >= "2006-01-01T00:00:01" or status = "terminated"
started >= "2006-01-01T00:00:01" or status = "faulted"
started >= "2006-01-01T00:00:01" or status in ("active","suspended")
started >= "2006-01-01T00:00:01" or status in ("active","suspended","error","completed","terminated","faulted")
started >= "2006-01-31" or last-active = "2006-02-01T00:00:01"
started >= "2006-01-31" or last-active = "2006-02-21"
started >= "2006-01-31" or last-active = "2006-02"
started >= "2006-01-31" or last-active = "2006"
started >= "2006-01-31" or last-active < "2006-02-01T00:00:01"
started >= "2006-01-31" or last-active < "2006-02-21"
started >= "2006-01-31" or last-active < "2006-02"
started >= "2006-01-31" or last-active < "2006"
started >= "2006-01-31" or last-active <= "2006-02-01T00:00:01"
started >= "2006-01-31" or last-active <= "2006-02-21"
started >= "2006-01-31" or last-active <= "2006-02"
started >= "2006-01-31" or last-active <= "2006"
started >= "2006-01-31" or last-active > "2006-02-01T00:00:01"
started >= "2006-01-31" or last-active > "2006-02-21"
started >= "2006-01-31" or last-active > "2006-02"
started >= "2006-01-31" or last-active > "2006"
started >= "2006-01-31" or last-active >= "2006-02-01T00:00:01"
started >= "2006-01-31" or last-active >= "2006-02-21"
started >= "2006-01-31" or last-active >= "2006-02"
started >= "2006-01-31" or last-active >= "2006"
started >= "2006-01-31" or last-active like "2006-02-01T00:00:01"
started >= "2006-01-31" or last-active like "2006-02-21"
started >= "2006-01-31" or last-active like "2006-02"
started >= "2006-01-31" or last-active like "2006"
started >= "2006-01-31" or last-active in ("2006-02-01T00:00:01")
started >= "2006-01-31" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started >= "2006-01-31" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started >= "2006-01-31" or ${org.apache.ode.BPELProcess}author = "yuriy"
started >= "2006-01-31" or $author = "yuriy"
started >= "2006-01-31" or ${org.apache.ode.BPELProcess}author < "yuriy"
started >= "2006-01-31" or $author < "yuriy"
started >= "2006-01-31" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started >= "2006-01-31" or $author <= "yuriy"
started >= "2006-01-31" or ${org.apache.ode.BPELProcess}author > "yuriy"
started >= "2006-01-31" or $author > "yuriy"
started >= "2006-01-31" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started >= "2006-01-31" or $author >= "yuriy"
started >= "2006-01-31" or ${org.apache.ode.BPELProcess}author like "yuriy"
started >= "2006-01-31" or $author like "yuriy"
started >= "2006-01-31" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started >= "2006-01-31" or $author in ("yuriy")
started >= "2006-01-31" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started >= "2006-01-31" or $author in ("yuriy","kostya","nazar","orest")
started >= "2006-01-31" or pid = "HelloWorld"
started >= "2006-01-31" or pid < "HelloWorld"
started >= "2006-01-31" or pid <= "HelloWorld"
started >= "2006-01-31" or pid > "HelloWorld"
started >= "2006-01-31" or pid >= "HelloWorld"
started >= "2006-01-31" or pid like "HelloWorld"
started >= "2006-01-31" or pid in ("HelloWorld","Hello*","Hello*World")
started >= "2006-01-31" or pid in ("Hello*","Hello*World")
started >= "2006-01-31" or pid in ("Hello*World")
started >= "2006-01-31" or iid = "2006"
started >= "2006-01-31" or iid < "2006"
started >= "2006-01-31" or iid <= "2006"
started >= "2006-01-31" or iid > "2006"
started >= "2006-01-31" or iid >= "2006"
started >= "2006-01-31" or iid in ("2006")
started >= "2006-01-31" or iid in ("2006","20061231")
started >= "2006-01-31" or status = "active"
started >= "2006-01-31" or status = "suspended"
started >= "2006-01-31" or status = "error"
started >= "2006-01-31" or status = "completed"
started >= "2006-01-31" or status = "terminated"
started >= "2006-01-31" or status = "faulted"
started >= "2006-01-31" or status in ("active","suspended")
started >= "2006-01-31" or status in ("active","suspended","error","completed","terminated","faulted")
started >= "2006-01" or last-active = "2006-02-01T00:00:01"
started >= "2006-01" or last-active = "2006-02-21"
started >= "2006-01" or last-active = "2006-02"
started >= "2006-01" or last-active = "2006"
started >= "2006-01" or last-active < "2006-02-01T00:00:01"
started >= "2006-01" or last-active < "2006-02-21"
started >= "2006-01" or last-active < "2006-02"
started >= "2006-01" or last-active < "2006"
started >= "2006-01" or last-active <= "2006-02-01T00:00:01"
started >= "2006-01" or last-active <= "2006-02-21"
started >= "2006-01" or last-active <= "2006-02"
started >= "2006-01" or last-active <= "2006"
started >= "2006-01" or last-active > "2006-02-01T00:00:01"
started >= "2006-01" or last-active > "2006-02-21"
started >= "2006-01" or last-active > "2006-02"
started >= "2006-01" or last-active > "2006"
started >= "2006-01" or last-active >= "2006-02-01T00:00:01"
started >= "2006-01" or last-active >= "2006-02-21"
started >= "2006-01" or last-active >= "2006-02"
started >= "2006-01" or last-active >= "2006"
started >= "2006-01" or last-active like "2006-02-01T00:00:01"
started >= "2006-01" or last-active like "2006-02-21"
started >= "2006-01" or last-active like "2006-02"
started >= "2006-01" or last-active like "2006"
started >= "2006-01" or last-active in ("2006-02-01T00:00:01")
started >= "2006-01" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started >= "2006-01" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started >= "2006-01" or ${org.apache.ode.BPELProcess}author = "yuriy"
started >= "2006-01" or $author = "yuriy"
started >= "2006-01" or ${org.apache.ode.BPELProcess}author < "yuriy"
started >= "2006-01" or $author < "yuriy"
started >= "2006-01" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started >= "2006-01" or $author <= "yuriy"
started >= "2006-01" or ${org.apache.ode.BPELProcess}author > "yuriy"
started >= "2006-01" or $author > "yuriy"
started >= "2006-01" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started >= "2006-01" or $author >= "yuriy"
started >= "2006-01" or ${org.apache.ode.BPELProcess}author like "yuriy"
started >= "2006-01" or $author like "yuriy"
started >= "2006-01" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started >= "2006-01" or $author in ("yuriy")
started >= "2006-01" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started >= "2006-01" or $author in ("yuriy","kostya","nazar","orest")
started >= "2006-01" or pid = "HelloWorld"
started >= "2006-01" or pid < "HelloWorld"
started >= "2006-01" or pid <= "HelloWorld"
started >= "2006-01" or pid > "HelloWorld"
started >= "2006-01" or pid >= "HelloWorld"
started >= "2006-01" or pid like "HelloWorld"
started >= "2006-01" or pid in ("HelloWorld","Hello*","Hello*World")
started >= "2006-01" or pid in ("Hello*","Hello*World")
started >= "2006-01" or pid in ("Hello*World")
started >= "2006-01" or iid = "2006"
started >= "2006-01" or iid < "2006"
started >= "2006-01" or iid <= "2006"
started >= "2006-01" or iid > "2006"
started >= "2006-01" or iid >= "2006"
started >= "2006-01" or iid in ("2006")
started >= "2006-01" or iid in ("2006","20061231")
started >= "2006-01" or status = "active"
started >= "2006-01" or status = "suspended"
started >= "2006-01" or status = "error"
started >= "2006-01" or status = "completed"
started >= "2006-01" or status = "terminated"
started >= "2006-01" or status = "faulted"
started >= "2006-01" or status in ("active","suspended")
started >= "2006-01" or status in ("active","suspended","error","completed","terminated","faulted")
started >= "2006" or last-active = "2006-02-01T00:00:01"
started >= "2006" or last-active = "2006-02-21"
started >= "2006" or last-active = "2006-02"
started >= "2006" or last-active = "2006"
started >= "2006" or last-active < "2006-02-01T00:00:01"
started >= "2006" or last-active < "2006-02-21"
started >= "2006" or last-active < "2006-02"
started >= "2006" or last-active < "2006"
started >= "2006" or last-active <= "2006-02-01T00:00:01"
started >= "2006" or last-active <= "2006-02-21"
started >= "2006" or last-active <= "2006-02"
started >= "2006" or last-active <= "2006"
started >= "2006" or last-active > "2006-02-01T00:00:01"
started >= "2006" or last-active > "2006-02-21"
started >= "2006" or last-active > "2006-02"
started >= "2006" or last-active > "2006"
started >= "2006" or last-active >= "2006-02-01T00:00:01"
started >= "2006" or last-active >= "2006-02-21"
started >= "2006" or last-active >= "2006-02"
started >= "2006" or last-active >= "2006"
started >= "2006" or last-active like "2006-02-01T00:00:01"
started >= "2006" or last-active like "2006-02-21"
started >= "2006" or last-active like "2006-02"
started >= "2006" or last-active like "2006"
started >= "2006" or last-active in ("2006-02-01T00:00:01")
started >= "2006" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started >= "2006" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started >= "2006" or ${org.apache.ode.BPELProcess}author = "yuriy"
started >= "2006" or $author = "yuriy"
started >= "2006" or ${org.apache.ode.BPELProcess}author < "yuriy"
started >= "2006" or $author < "yuriy"
started >= "2006" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started >= "2006" or $author <= "yuriy"
started >= "2006" or ${org.apache.ode.BPELProcess}author > "yuriy"
started >= "2006" or $author > "yuriy"
started >= "2006" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started >= "2006" or $author >= "yuriy"
started >= "2006" or ${org.apache.ode.BPELProcess}author like "yuriy"
started >= "2006" or $author like "yuriy"
started >= "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started >= "2006" or $author in ("yuriy")
started >= "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started >= "2006" or $author in ("yuriy","kostya","nazar","orest")
started >= "2006" or pid = "HelloWorld"
started >= "2006" or pid < "HelloWorld"
started >= "2006" or pid <= "HelloWorld"
started >= "2006" or pid > "HelloWorld"
started >= "2006" or pid >= "HelloWorld"
started >= "2006" or pid like "HelloWorld"
started >= "2006" or pid in ("HelloWorld","Hello*","Hello*World")
started >= "2006" or pid in ("Hello*","Hello*World")
started >= "2006" or pid in ("Hello*World")
started >= "2006" or iid = "2006"
started >= "2006" or iid < "2006"
started >= "2006" or iid <= "2006"
started >= "2006" or iid > "2006"
started >= "2006" or iid >= "2006"
started >= "2006" or iid in ("2006")
started >= "2006" or iid in ("2006","20061231")
started >= "2006" or status = "active"
started >= "2006" or status = "suspended"
started >= "2006" or status = "error"
started >= "2006" or status = "completed"
started >= "2006" or status = "terminated"
started >= "2006" or status = "faulted"
started >= "2006" or status in ("active","suspended")
started >= "2006" or status in ("active","suspended","error","completed","terminated","faulted")
started like "2006-01-01T00:00:01" or last-active = "2006-02-01T00:00:01"
started like "2006-01-01T00:00:01" or last-active = "2006-02-21"
started like "2006-01-01T00:00:01" or last-active = "2006-02"
started like "2006-01-01T00:00:01" or last-active = "2006"
started like "2006-01-01T00:00:01" or last-active < "2006-02-01T00:00:01"
started like "2006-01-01T00:00:01" or last-active < "2006-02-21"
started like "2006-01-01T00:00:01" or last-active < "2006-02"
started like "2006-01-01T00:00:01" or last-active < "2006"
started like "2006-01-01T00:00:01" or last-active <= "2006-02-01T00:00:01"
started like "2006-01-01T00:00:01" or last-active <= "2006-02-21"
started like "2006-01-01T00:00:01" or last-active <= "2006-02"
started like "2006-01-01T00:00:01" or last-active <= "2006"
started like "2006-01-01T00:00:01" or last-active > "2006-02-01T00:00:01"
started like "2006-01-01T00:00:01" or last-active > "2006-02-21"
started like "2006-01-01T00:00:01" or last-active > "2006-02"
started like "2006-01-01T00:00:01" or last-active > "2006"
started like "2006-01-01T00:00:01" or last-active >= "2006-02-01T00:00:01"
started like "2006-01-01T00:00:01" or last-active >= "2006-02-21"
started like "2006-01-01T00:00:01" or last-active >= "2006-02"
started like "2006-01-01T00:00:01" or last-active >= "2006"
started like "2006-01-01T00:00:01" or last-active like "2006-02-01T00:00:01"
started like "2006-01-01T00:00:01" or last-active like "2006-02-21"
started like "2006-01-01T00:00:01" or last-active like "2006-02"
started like "2006-01-01T00:00:01" or last-active like "2006"
started like "2006-01-01T00:00:01" or last-active in ("2006-02-01T00:00:01")
started like "2006-01-01T00:00:01" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started like "2006-01-01T00:00:01" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started like "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author = "yuriy"
started like "2006-01-01T00:00:01" or $author = "yuriy"
started like "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author < "yuriy"
started like "2006-01-01T00:00:01" or $author < "yuriy"
started like "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started like "2006-01-01T00:00:01" or $author <= "yuriy"
started like "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author > "yuriy"
started like "2006-01-01T00:00:01" or $author > "yuriy"
started like "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started like "2006-01-01T00:00:01" or $author >= "yuriy"
started like "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author like "yuriy"
started like "2006-01-01T00:00:01" or $author like "yuriy"
started like "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started like "2006-01-01T00:00:01" or $author in ("yuriy")
started like "2006-01-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started like "2006-01-01T00:00:01" or $author in ("yuriy","kostya","nazar","orest")
started like "2006-01-01T00:00:01" or pid = "HelloWorld"
started like "2006-01-01T00:00:01" or pid < "HelloWorld"
started like "2006-01-01T00:00:01" or pid <= "HelloWorld"
started like "2006-01-01T00:00:01" or pid > "HelloWorld"
started like "2006-01-01T00:00:01" or pid >= "HelloWorld"
started like "2006-01-01T00:00:01" or pid like "HelloWorld"
started like "2006-01-01T00:00:01" or pid in ("HelloWorld","Hello*","Hello*World")
started like "2006-01-01T00:00:01" or pid in ("Hello*","Hello*World")
started like "2006-01-01T00:00:01" or pid in ("Hello*World")
started like "2006-01-01T00:00:01" or iid = "2006"
started like "2006-01-01T00:00:01" or iid < "2006"
started like "2006-01-01T00:00:01" or iid <= "2006"
started like "2006-01-01T00:00:01" or iid > "2006"
started like "2006-01-01T00:00:01" or iid >= "2006"
started like "2006-01-01T00:00:01" or iid in ("2006")
started like "2006-01-01T00:00:01" or iid in ("2006","20061231")
started like "2006-01-01T00:00:01" or status = "active"
started like "2006-01-01T00:00:01" or status = "suspended"
started like "2006-01-01T00:00:01" or status = "error"
started like "2006-01-01T00:00:01" or status = "completed"
started like "2006-01-01T00:00:01" or status = "terminated"
started like "2006-01-01T00:00:01" or status = "faulted"
started like "2006-01-01T00:00:01" or status in ("active","suspended")
started like "2006-01-01T00:00:01" or status in ("active","suspended","error","completed","terminated","faulted")
started like "2006-01-31" or last-active = "2006-02-01T00:00:01"
started like "2006-01-31" or last-active = "2006-02-21"
started like "2006-01-31" or last-active = "2006-02"
started like "2006-01-31" or last-active = "2006"
started like "2006-01-31" or last-active < "2006-02-01T00:00:01"
started like "2006-01-31" or last-active < "2006-02-21"
started like "2006-01-31" or last-active < "2006-02"
started like "2006-01-31" or last-active < "2006"
started like "2006-01-31" or last-active <= "2006-02-01T00:00:01"
started like "2006-01-31" or last-active <= "2006-02-21"
started like "2006-01-31" or last-active <= "2006-02"
started like "2006-01-31" or last-active <= "2006"
started like "2006-01-31" or last-active > "2006-02-01T00:00:01"
started like "2006-01-31" or last-active > "2006-02-21"
started like "2006-01-31" or last-active > "2006-02"
started like "2006-01-31" or last-active > "2006"
started like "2006-01-31" or last-active >= "2006-02-01T00:00:01"
started like "2006-01-31" or last-active >= "2006-02-21"
started like "2006-01-31" or last-active >= "2006-02"
started like "2006-01-31" or last-active >= "2006"
started like "2006-01-31" or last-active like "2006-02-01T00:00:01"
started like "2006-01-31" or last-active like "2006-02-21"
started like "2006-01-31" or last-active like "2006-02"
started like "2006-01-31" or last-active like "2006"
started like "2006-01-31" or last-active in ("2006-02-01T00:00:01")
started like "2006-01-31" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started like "2006-01-31" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started like "2006-01-31" or ${org.apache.ode.BPELProcess}author = "yuriy"
started like "2006-01-31" or $author = "yuriy"
started like "2006-01-31" or ${org.apache.ode.BPELProcess}author < "yuriy"
started like "2006-01-31" or $author < "yuriy"
started like "2006-01-31" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started like "2006-01-31" or $author <= "yuriy"
started like "2006-01-31" or ${org.apache.ode.BPELProcess}author > "yuriy"
started like "2006-01-31" or $author > "yuriy"
started like "2006-01-31" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started like "2006-01-31" or $author >= "yuriy"
started like "2006-01-31" or ${org.apache.ode.BPELProcess}author like "yuriy"
started like "2006-01-31" or $author like "yuriy"
started like "2006-01-31" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started like "2006-01-31" or $author in ("yuriy")
started like "2006-01-31" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started like "2006-01-31" or $author in ("yuriy","kostya","nazar","orest")
started like "2006-01-31" or pid = "HelloWorld"
started like "2006-01-31" or pid < "HelloWorld"
started like "2006-01-31" or pid <= "HelloWorld"
started like "2006-01-31" or pid > "HelloWorld"
started like "2006-01-31" or pid >= "HelloWorld"
started like "2006-01-31" or pid like "HelloWorld"
started like "2006-01-31" or pid in ("HelloWorld","Hello*","Hello*World")
started like "2006-01-31" or pid in ("Hello*","Hello*World")
started like "2006-01-31" or pid in ("Hello*World")
started like "2006-01-31" or iid = "2006"
started like "2006-01-31" or iid < "2006"
started like "2006-01-31" or iid <= "2006"
started like "2006-01-31" or iid > "2006"
started like "2006-01-31" or iid >= "2006"
started like "2006-01-31" or iid in ("2006")
started like "2006-01-31" or iid in ("2006","20061231")
started like "2006-01-31" or status = "active"
started like "2006-01-31" or status = "suspended"
started like "2006-01-31" or status = "error"
started like "2006-01-31" or status = "completed"
started like "2006-01-31" or status = "terminated"
started like "2006-01-31" or status = "faulted"
started like "2006-01-31" or status in ("active","suspended")
started like "2006-01-31" or status in ("active","suspended","error","completed","terminated","faulted")
started like "2006-01" or last-active = "2006-02-01T00:00:01"
started like "2006-01" or last-active = "2006-02-21"
started like "2006-01" or last-active = "2006-02"
started like "2006-01" or last-active = "2006"
started like "2006-01" or last-active < "2006-02-01T00:00:01"
started like "2006-01" or last-active < "2006-02-21"
started like "2006-01" or last-active < "2006-02"
started like "2006-01" or last-active < "2006"
started like "2006-01" or last-active <= "2006-02-01T00:00:01"
started like "2006-01" or last-active <= "2006-02-21"
started like "2006-01" or last-active <= "2006-02"
started like "2006-01" or last-active <= "2006"
started like "2006-01" or last-active > "2006-02-01T00:00:01"
started like "2006-01" or last-active > "2006-02-21"
started like "2006-01" or last-active > "2006-02"
started like "2006-01" or last-active > "2006"
started like "2006-01" or last-active >= "2006-02-01T00:00:01"
started like "2006-01" or last-active >= "2006-02-21"
started like "2006-01" or last-active >= "2006-02"
started like "2006-01" or last-active >= "2006"
started like "2006-01" or last-active like "2006-02-01T00:00:01"
started like "2006-01" or last-active like "2006-02-21"
started like "2006-01" or last-active like "2006-02"
started like "2006-01" or last-active like "2006"
started like "2006-01" or last-active in ("2006-02-01T00:00:01")
started like "2006-01" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started like "2006-01" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started like "2006-01" or ${org.apache.ode.BPELProcess}author = "yuriy"
started like "2006-01" or $author = "yuriy"
started like "2006-01" or ${org.apache.ode.BPELProcess}author < "yuriy"
started like "2006-01" or $author < "yuriy"
started like "2006-01" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started like "2006-01" or $author <= "yuriy"
started like "2006-01" or ${org.apache.ode.BPELProcess}author > "yuriy"
started like "2006-01" or $author > "yuriy"
started like "2006-01" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started like "2006-01" or $author >= "yuriy"
started like "2006-01" or ${org.apache.ode.BPELProcess}author like "yuriy"
started like "2006-01" or $author like "yuriy"
started like "2006-01" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started like "2006-01" or $author in ("yuriy")
started like "2006-01" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started like "2006-01" or $author in ("yuriy","kostya","nazar","orest")
started like "2006-01" or pid = "HelloWorld"
started like "2006-01" or pid < "HelloWorld"
started like "2006-01" or pid <= "HelloWorld"
started like "2006-01" or pid > "HelloWorld"
started like "2006-01" or pid >= "HelloWorld"
started like "2006-01" or pid like "HelloWorld"
started like "2006-01" or pid in ("HelloWorld","Hello*","Hello*World")
started like "2006-01" or pid in ("Hello*","Hello*World")
started like "2006-01" or pid in ("Hello*World")
started like "2006-01" or iid = "2006"
started like "2006-01" or iid < "2006"
started like "2006-01" or iid <= "2006"
started like "2006-01" or iid > "2006"
started like "2006-01" or iid >= "2006"
started like "2006-01" or iid in ("2006")
started like "2006-01" or iid in ("2006","20061231")
started like "2006-01" or status = "active"
started like "2006-01" or status = "suspended"
started like "2006-01" or status = "error"
started like "2006-01" or status = "completed"
started like "2006-01" or status = "terminated"
started like "2006-01" or status = "faulted"
started like "2006-01" or status in ("active","suspended")
started like "2006-01" or status in ("active","suspended","error","completed","terminated","faulted")
started like "2006" or last-active = "2006-02-01T00:00:01"
started like "2006" or last-active = "2006-02-21"
started like "2006" or last-active = "2006-02"
started like "2006" or last-active = "2006"
started like "2006" or last-active < "2006-02-01T00:00:01"
started like "2006" or last-active < "2006-02-21"
started like "2006" or last-active < "2006-02"
started like "2006" or last-active < "2006"
started like "2006" or last-active <= "2006-02-01T00:00:01"
started like "2006" or last-active <= "2006-02-21"
started like "2006" or last-active <= "2006-02"
started like "2006" or last-active <= "2006"
started like "2006" or last-active > "2006-02-01T00:00:01"
started like "2006" or last-active > "2006-02-21"
started like "2006" or last-active > "2006-02"
started like "2006" or last-active > "2006"
started like "2006" or last-active >= "2006-02-01T00:00:01"
started like "2006" or last-active >= "2006-02-21"
started like "2006" or last-active >= "2006-02"
started like "2006" or last-active >= "2006"
started like "2006" or last-active like "2006-02-01T00:00:01"
started like "2006" or last-active like "2006-02-21"
started like "2006" or last-active like "2006-02"
started like "2006" or last-active like "2006"
started like "2006" or last-active in ("2006-02-01T00:00:01")
started like "2006" or last-active in ("2006-02-01T00:00:01","2006-02-21")
started like "2006" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started like "2006" or ${org.apache.ode.BPELProcess}author = "yuriy"
started like "2006" or $author = "yuriy"
started like "2006" or ${org.apache.ode.BPELProcess}author < "yuriy"
started like "2006" or $author < "yuriy"
started like "2006" or ${org.apache.ode.BPELProcess}author <= "yuriy"
started like "2006" or $author <= "yuriy"
started like "2006" or ${org.apache.ode.BPELProcess}author > "yuriy"
started like "2006" or $author > "yuriy"
started like "2006" or ${org.apache.ode.BPELProcess}author >= "yuriy"
started like "2006" or $author >= "yuriy"
started like "2006" or ${org.apache.ode.BPELProcess}author like "yuriy"
started like "2006" or $author like "yuriy"
started like "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy")
started like "2006" or $author in ("yuriy")
started like "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started like "2006" or $author in ("yuriy","kostya","nazar","orest")
started like "2006" or pid = "HelloWorld"
started like "2006" or pid < "HelloWorld"
started like "2006" or pid <= "HelloWorld"
started like "2006" or pid > "HelloWorld"
started like "2006" or pid >= "HelloWorld"
started like "2006" or pid like "HelloWorld"
started like "2006" or pid in ("HelloWorld","Hello*","Hello*World")
started like "2006" or pid in ("Hello*","Hello*World")
started like "2006" or pid in ("Hello*World")
started like "2006" or iid = "2006"
started like "2006" or iid < "2006"
started like "2006" or iid <= "2006"
started like "2006" or iid > "2006"
started like "2006" or iid >= "2006"
started like "2006" or iid in ("2006")
started like "2006" or iid in ("2006","20061231")
started like "2006" or status = "active"
started like "2006" or status = "suspended"
started like "2006" or status = "error"
started like "2006" or status = "completed"
started like "2006" or status = "terminated"
started like "2006" or status = "faulted"
started like "2006" or status in ("active","suspended")
started like "2006" or status in ("active","suspended","error","completed","terminated","faulted")
started in ("2006-01-01T00:00:01") or last-active = "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01") or last-active = "2006-02-21"
started in ("2006-01-01T00:00:01") or last-active = "2006-02"
started in ("2006-01-01T00:00:01") or last-active = "2006"
started in ("2006-01-01T00:00:01") or last-active < "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01") or last-active < "2006-02-21"
started in ("2006-01-01T00:00:01") or last-active < "2006-02"
started in ("2006-01-01T00:00:01") or last-active < "2006"
started in ("2006-01-01T00:00:01") or last-active <= "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01") or last-active <= "2006-02-21"
started in ("2006-01-01T00:00:01") or last-active <= "2006-02"
started in ("2006-01-01T00:00:01") or last-active <= "2006"
started in ("2006-01-01T00:00:01") or last-active > "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01") or last-active > "2006-02-21"
started in ("2006-01-01T00:00:01") or last-active > "2006-02"
started in ("2006-01-01T00:00:01") or last-active > "2006"
started in ("2006-01-01T00:00:01") or last-active >= "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01") or last-active >= "2006-02-21"
started in ("2006-01-01T00:00:01") or last-active >= "2006-02"
started in ("2006-01-01T00:00:01") or last-active >= "2006"
started in ("2006-01-01T00:00:01") or last-active like "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01") or last-active like "2006-02-21"
started in ("2006-01-01T00:00:01") or last-active like "2006-02"
started in ("2006-01-01T00:00:01") or last-active like "2006"
started in ("2006-01-01T00:00:01") or last-active in ("2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01") or last-active in ("2006-02-01T00:00:01","2006-02-21")
started in ("2006-01-01T00:00:01") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started in ("2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author = "yuriy"
started in ("2006-01-01T00:00:01") or $author = "yuriy"
started in ("2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author < "yuriy"
started in ("2006-01-01T00:00:01") or $author < "yuriy"
started in ("2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author <= "yuriy"
started in ("2006-01-01T00:00:01") or $author <= "yuriy"
started in ("2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author > "yuriy"
started in ("2006-01-01T00:00:01") or $author > "yuriy"
started in ("2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author >= "yuriy"
started in ("2006-01-01T00:00:01") or $author >= "yuriy"
started in ("2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author like "yuriy"
started in ("2006-01-01T00:00:01") or $author like "yuriy"
started in ("2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy")
started in ("2006-01-01T00:00:01") or $author in ("yuriy")
started in ("2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started in ("2006-01-01T00:00:01") or $author in ("yuriy","kostya","nazar","orest")
started in ("2006-01-01T00:00:01") or pid = "HelloWorld"
started in ("2006-01-01T00:00:01") or pid < "HelloWorld"
started in ("2006-01-01T00:00:01") or pid <= "HelloWorld"
started in ("2006-01-01T00:00:01") or pid > "HelloWorld"
started in ("2006-01-01T00:00:01") or pid >= "HelloWorld"
started in ("2006-01-01T00:00:01") or pid like "HelloWorld"
started in ("2006-01-01T00:00:01") or pid in ("HelloWorld","Hello*","Hello*World")
started in ("2006-01-01T00:00:01") or pid in ("Hello*","Hello*World")
started in ("2006-01-01T00:00:01") or pid in ("Hello*World")
started in ("2006-01-01T00:00:01") or iid = "2006"
started in ("2006-01-01T00:00:01") or iid < "2006"
started in ("2006-01-01T00:00:01") or iid <= "2006"
started in ("2006-01-01T00:00:01") or iid > "2006"
started in ("2006-01-01T00:00:01") or iid >= "2006"
started in ("2006-01-01T00:00:01") or iid in ("2006")
started in ("2006-01-01T00:00:01") or iid in ("2006","20061231")
started in ("2006-01-01T00:00:01") or status = "active"
started in ("2006-01-01T00:00:01") or status = "suspended"
started in ("2006-01-01T00:00:01") or status = "error"
started in ("2006-01-01T00:00:01") or status = "completed"
started in ("2006-01-01T00:00:01") or status = "terminated"
started in ("2006-01-01T00:00:01") or status = "faulted"
started in ("2006-01-01T00:00:01") or status in ("active","suspended")
started in ("2006-01-01T00:00:01") or status in ("active","suspended","error","completed","terminated","faulted")
started in ("2006-01-31","2006-01") or last-active = "2006-02-01T00:00:01"
started in ("2006-01-31","2006-01") or last-active = "2006-02-21"
started in ("2006-01-31","2006-01") or last-active = "2006-02"
started in ("2006-01-31","2006-01") or last-active = "2006"
started in ("2006-01-31","2006-01") or last-active < "2006-02-01T00:00:01"
started in ("2006-01-31","2006-01") or last-active < "2006-02-21"
started in ("2006-01-31","2006-01") or last-active < "2006-02"
started in ("2006-01-31","2006-01") or last-active < "2006"
started in ("2006-01-31","2006-01") or last-active <= "2006-02-01T00:00:01"
started in ("2006-01-31","2006-01") or last-active <= "2006-02-21"
started in ("2006-01-31","2006-01") or last-active <= "2006-02"
started in ("2006-01-31","2006-01") or last-active <= "2006"
started in ("2006-01-31","2006-01") or last-active > "2006-02-01T00:00:01"
started in ("2006-01-31","2006-01") or last-active > "2006-02-21"
started in ("2006-01-31","2006-01") or last-active > "2006-02"
started in ("2006-01-31","2006-01") or last-active > "2006"
started in ("2006-01-31","2006-01") or last-active >= "2006-02-01T00:00:01"
started in ("2006-01-31","2006-01") or last-active >= "2006-02-21"
started in ("2006-01-31","2006-01") or last-active >= "2006-02"
started in ("2006-01-31","2006-01") or last-active >= "2006"
started in ("2006-01-31","2006-01") or last-active like "2006-02-01T00:00:01"
started in ("2006-01-31","2006-01") or last-active like "2006-02-21"
started in ("2006-01-31","2006-01") or last-active like "2006-02"
started in ("2006-01-31","2006-01") or last-active like "2006"
started in ("2006-01-31","2006-01") or last-active in ("2006-02-01T00:00:01")
started in ("2006-01-31","2006-01") or last-active in ("2006-02-01T00:00:01","2006-02-21")
started in ("2006-01-31","2006-01") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started in ("2006-01-31","2006-01") or ${org.apache.ode.BPELProcess}author = "yuriy"
started in ("2006-01-31","2006-01") or $author = "yuriy"
started in ("2006-01-31","2006-01") or ${org.apache.ode.BPELProcess}author < "yuriy"
started in ("2006-01-31","2006-01") or $author < "yuriy"
started in ("2006-01-31","2006-01") or ${org.apache.ode.BPELProcess}author <= "yuriy"
started in ("2006-01-31","2006-01") or $author <= "yuriy"
started in ("2006-01-31","2006-01") or ${org.apache.ode.BPELProcess}author > "yuriy"
started in ("2006-01-31","2006-01") or $author > "yuriy"
started in ("2006-01-31","2006-01") or ${org.apache.ode.BPELProcess}author >= "yuriy"
started in ("2006-01-31","2006-01") or $author >= "yuriy"
started in ("2006-01-31","2006-01") or ${org.apache.ode.BPELProcess}author like "yuriy"
started in ("2006-01-31","2006-01") or $author like "yuriy"
started in ("2006-01-31","2006-01") or ${org.apache.ode.BPELProcess}author in ("yuriy")
started in ("2006-01-31","2006-01") or $author in ("yuriy")
started in ("2006-01-31","2006-01") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started in ("2006-01-31","2006-01") or $author in ("yuriy","kostya","nazar","orest")
started in ("2006-01-31","2006-01") or pid = "HelloWorld"
started in ("2006-01-31","2006-01") or pid < "HelloWorld"
started in ("2006-01-31","2006-01") or pid <= "HelloWorld"
started in ("2006-01-31","2006-01") or pid > "HelloWorld"
started in ("2006-01-31","2006-01") or pid >= "HelloWorld"
started in ("2006-01-31","2006-01") or pid like "HelloWorld"
started in ("2006-01-31","2006-01") or pid in ("HelloWorld","Hello*","Hello*World")
started in ("2006-01-31","2006-01") or pid in ("Hello*","Hello*World")
started in ("2006-01-31","2006-01") or pid in ("Hello*World")
started in ("2006-01-31","2006-01") or iid = "2006"
started in ("2006-01-31","2006-01") or iid < "2006"
started in ("2006-01-31","2006-01") or iid <= "2006"
started in ("2006-01-31","2006-01") or iid > "2006"
started in ("2006-01-31","2006-01") or iid >= "2006"
started in ("2006-01-31","2006-01") or iid in ("2006")
started in ("2006-01-31","2006-01") or iid in ("2006","20061231")
started in ("2006-01-31","2006-01") or status = "active"
started in ("2006-01-31","2006-01") or status = "suspended"
started in ("2006-01-31","2006-01") or status = "error"
started in ("2006-01-31","2006-01") or status = "completed"
started in ("2006-01-31","2006-01") or status = "terminated"
started in ("2006-01-31","2006-01") or status = "faulted"
started in ("2006-01-31","2006-01") or status in ("active","suspended")
started in ("2006-01-31","2006-01") or status in ("active","suspended","error","completed","terminated","faulted")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active = "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active = "2006-02-21"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active = "2006-02"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active = "2006"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active < "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active < "2006-02-21"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active < "2006-02"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active < "2006"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active <= "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active <= "2006-02-21"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active <= "2006-02"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active <= "2006"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active > "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active > "2006-02-21"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active > "2006-02"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active > "2006"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active >= "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active >= "2006-02-21"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active >= "2006-02"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active >= "2006"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active like "2006-02-01T00:00:01"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active like "2006-02-21"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active like "2006-02"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active like "2006"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active in ("2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active in ("2006-02-01T00:00:01","2006-02-21")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or ${org.apache.ode.BPELProcess}author = "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or $author = "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or ${org.apache.ode.BPELProcess}author < "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or $author < "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or ${org.apache.ode.BPELProcess}author <= "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or $author <= "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or ${org.apache.ode.BPELProcess}author > "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or $author > "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or ${org.apache.ode.BPELProcess}author >= "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or $author >= "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or ${org.apache.ode.BPELProcess}author like "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or $author like "yuriy"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or ${org.apache.ode.BPELProcess}author in ("yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or $author in ("yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or $author in ("yuriy","kostya","nazar","orest")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or pid = "HelloWorld"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or pid < "HelloWorld"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or pid <= "HelloWorld"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or pid > "HelloWorld"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or pid >= "HelloWorld"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or pid like "HelloWorld"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or pid in ("HelloWorld","Hello*","Hello*World")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or pid in ("Hello*","Hello*World")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or pid in ("Hello*World")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or iid = "2006"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or iid < "2006"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or iid <= "2006"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or iid > "2006"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or iid >= "2006"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or iid in ("2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or iid in ("2006","20061231")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or status = "active"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or status = "suspended"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or status = "error"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or status = "completed"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or status = "terminated"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or status = "faulted"
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or status in ("active","suspended")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or status in ("active","suspended","error","completed","terminated","faulted")
(started = "2006-01-01T00:00:01") or last-active = "2006-02-01T00:00:01"
(started = "2006-01-01T00:00:01") or last-active = "2006-02-21"
(started = "2006-01-01T00:00:01") or last-active = "2006-02"
(started = "2006-01-01T00:00:01") or last-active = "2006"
(started = "2006-01-01T00:00:01") or last-active < "2006-02-01T00:00:01"
(started = "2006-01-01T00:00:01") or last-active < "2006-02-21"
(started = "2006-01-01T00:00:01") or last-active < "2006-02"
(started = "2006-01-01T00:00:01") or last-active < "2006"
(started = "2006-01-01T00:00:01") or last-active <= "2006-02-01T00:00:01"
(started = "2006-01-01T00:00:01") or last-active <= "2006-02-21"
(started = "2006-01-01T00:00:01") or last-active <= "2006-02"
(started = "2006-01-01T00:00:01") or last-active <= "2006"
(started = "2006-01-01T00:00:01") or last-active > "2006-02-01T00:00:01"
(started = "2006-01-01T00:00:01") or last-active > "2006-02-21"
(started = "2006-01-01T00:00:01") or last-active > "2006-02"
(started = "2006-01-01T00:00:01") or last-active > "2006"
(started = "2006-01-01T00:00:01") or last-active >= "2006-02-01T00:00:01"
(started = "2006-01-01T00:00:01") or last-active >= "2006-02-21"
(started = "2006-01-01T00:00:01") or last-active >= "2006-02"
(started = "2006-01-01T00:00:01") or last-active >= "2006"
(started = "2006-01-01T00:00:01") or last-active like "2006-02-01T00:00:01"
(started = "2006-01-01T00:00:01") or last-active like "2006-02-21"
(started = "2006-01-01T00:00:01") or last-active like "2006-02"
(started = "2006-01-01T00:00:01") or last-active like "2006"
(started = "2006-01-01T00:00:01") or last-active in ("2006-02-01T00:00:01")
(started = "2006-01-01T00:00:01") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started = "2006-01-01T00:00:01") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started = "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started = "2006-01-01T00:00:01") or $author = "yuriy"
(started = "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started = "2006-01-01T00:00:01") or $author < "yuriy"
(started = "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started = "2006-01-01T00:00:01") or $author <= "yuriy"
(started = "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started = "2006-01-01T00:00:01") or $author > "yuriy"
(started = "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started = "2006-01-01T00:00:01") or $author >= "yuriy"
(started = "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started = "2006-01-01T00:00:01") or $author like "yuriy"
(started = "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started = "2006-01-01T00:00:01") or $author in ("yuriy")
(started = "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started = "2006-01-01T00:00:01") or $author in ("yuriy","kostya","nazar","orest")
(started = "2006-01-01T00:00:01") or pid = "HelloWorld"
(started = "2006-01-01T00:00:01") or pid < "HelloWorld"
(started = "2006-01-01T00:00:01") or pid <= "HelloWorld"
(started = "2006-01-01T00:00:01") or pid > "HelloWorld"
(started = "2006-01-01T00:00:01") or pid >= "HelloWorld"
(started = "2006-01-01T00:00:01") or pid like "HelloWorld"
(started = "2006-01-01T00:00:01") or pid in ("HelloWorld","Hello*","Hello*World")
(started = "2006-01-01T00:00:01") or pid in ("Hello*","Hello*World")
(started = "2006-01-01T00:00:01") or pid in ("Hello*World")
(started = "2006-01-01T00:00:01") or iid = "2006"
(started = "2006-01-01T00:00:01") or iid < "2006"
(started = "2006-01-01T00:00:01") or iid <= "2006"
(started = "2006-01-01T00:00:01") or iid > "2006"
(started = "2006-01-01T00:00:01") or iid >= "2006"
(started = "2006-01-01T00:00:01") or iid in ("2006")
(started = "2006-01-01T00:00:01") or iid in ("2006","20061231")
(started = "2006-01-01T00:00:01") or status = "active"
(started = "2006-01-01T00:00:01") or status = "suspended"
(started = "2006-01-01T00:00:01") or status = "error"
(started = "2006-01-01T00:00:01") or status = "completed"
(started = "2006-01-01T00:00:01") or status = "terminated"
(started = "2006-01-01T00:00:01") or status = "faulted"
(started = "2006-01-01T00:00:01") or status in ("active","suspended")
(started = "2006-01-01T00:00:01") or status in ("active","suspended","error","completed","terminated","faulted")
(started = "2006-01-31") or last-active = "2006-02-01T00:00:01"
(started = "2006-01-31") or last-active = "2006-02-21"
(started = "2006-01-31") or last-active = "2006-02"
(started = "2006-01-31") or last-active = "2006"
(started = "2006-01-31") or last-active < "2006-02-01T00:00:01"
(started = "2006-01-31") or last-active < "2006-02-21"
(started = "2006-01-31") or last-active < "2006-02"
(started = "2006-01-31") or last-active < "2006"
(started = "2006-01-31") or last-active <= "2006-02-01T00:00:01"
(started = "2006-01-31") or last-active <= "2006-02-21"
(started = "2006-01-31") or last-active <= "2006-02"
(started = "2006-01-31") or last-active <= "2006"
(started = "2006-01-31") or last-active > "2006-02-01T00:00:01"
(started = "2006-01-31") or last-active > "2006-02-21"
(started = "2006-01-31") or last-active > "2006-02"
(started = "2006-01-31") or last-active > "2006"
(started = "2006-01-31") or last-active >= "2006-02-01T00:00:01"
(started = "2006-01-31") or last-active >= "2006-02-21"
(started = "2006-01-31") or last-active >= "2006-02"
(started = "2006-01-31") or last-active >= "2006"
(started = "2006-01-31") or last-active like "2006-02-01T00:00:01"
(started = "2006-01-31") or last-active like "2006-02-21"
(started = "2006-01-31") or last-active like "2006-02"
(started = "2006-01-31") or last-active like "2006"
(started = "2006-01-31") or last-active in ("2006-02-01T00:00:01")
(started = "2006-01-31") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started = "2006-01-31") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started = "2006-01-31") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started = "2006-01-31") or $author = "yuriy"
(started = "2006-01-31") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started = "2006-01-31") or $author < "yuriy"
(started = "2006-01-31") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started = "2006-01-31") or $author <= "yuriy"
(started = "2006-01-31") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started = "2006-01-31") or $author > "yuriy"
(started = "2006-01-31") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started = "2006-01-31") or $author >= "yuriy"
(started = "2006-01-31") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started = "2006-01-31") or $author like "yuriy"
(started = "2006-01-31") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started = "2006-01-31") or $author in ("yuriy")
(started = "2006-01-31") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started = "2006-01-31") or $author in ("yuriy","kostya","nazar","orest")
(started = "2006-01-31") or pid = "HelloWorld"
(started = "2006-01-31") or pid < "HelloWorld"
(started = "2006-01-31") or pid <= "HelloWorld"
(started = "2006-01-31") or pid > "HelloWorld"
(started = "2006-01-31") or pid >= "HelloWorld"
(started = "2006-01-31") or pid like "HelloWorld"
(started = "2006-01-31") or pid in ("HelloWorld","Hello*","Hello*World")
(started = "2006-01-31") or pid in ("Hello*","Hello*World")
(started = "2006-01-31") or pid in ("Hello*World")
(started = "2006-01-31") or iid = "2006"
(started = "2006-01-31") or iid < "2006"
(started = "2006-01-31") or iid <= "2006"
(started = "2006-01-31") or iid > "2006"
(started = "2006-01-31") or iid >= "2006"
(started = "2006-01-31") or iid in ("2006")
(started = "2006-01-31") or iid in ("2006","20061231")
(started = "2006-01-31") or status = "active"
(started = "2006-01-31") or status = "suspended"
(started = "2006-01-31") or status = "error"
(started = "2006-01-31") or status = "completed"
(started = "2006-01-31") or status = "terminated"
(started = "2006-01-31") or status = "faulted"
(started = "2006-01-31") or status in ("active","suspended")
(started = "2006-01-31") or status in ("active","suspended","error","completed","terminated","faulted")
(started = "2006-01") or last-active = "2006-02-01T00:00:01"
(started = "2006-01") or last-active = "2006-02-21"
(started = "2006-01") or last-active = "2006-02"
(started = "2006-01") or last-active = "2006"
(started = "2006-01") or last-active < "2006-02-01T00:00:01"
(started = "2006-01") or last-active < "2006-02-21"
(started = "2006-01") or last-active < "2006-02"
(started = "2006-01") or last-active < "2006"
(started = "2006-01") or last-active <= "2006-02-01T00:00:01"
(started = "2006-01") or last-active <= "2006-02-21"
(started = "2006-01") or last-active <= "2006-02"
(started = "2006-01") or last-active <= "2006"
(started = "2006-01") or last-active > "2006-02-01T00:00:01"
(started = "2006-01") or last-active > "2006-02-21"
(started = "2006-01") or last-active > "2006-02"
(started = "2006-01") or last-active > "2006"
(started = "2006-01") or last-active >= "2006-02-01T00:00:01"
(started = "2006-01") or last-active >= "2006-02-21"
(started = "2006-01") or last-active >= "2006-02"
(started = "2006-01") or last-active >= "2006"
(started = "2006-01") or last-active like "2006-02-01T00:00:01"
(started = "2006-01") or last-active like "2006-02-21"
(started = "2006-01") or last-active like "2006-02"
(started = "2006-01") or last-active like "2006"
(started = "2006-01") or last-active in ("2006-02-01T00:00:01")
(started = "2006-01") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started = "2006-01") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started = "2006-01") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started = "2006-01") or $author = "yuriy"
(started = "2006-01") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started = "2006-01") or $author < "yuriy"
(started = "2006-01") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started = "2006-01") or $author <= "yuriy"
(started = "2006-01") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started = "2006-01") or $author > "yuriy"
(started = "2006-01") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started = "2006-01") or $author >= "yuriy"
(started = "2006-01") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started = "2006-01") or $author like "yuriy"
(started = "2006-01") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started = "2006-01") or $author in ("yuriy")
(started = "2006-01") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started = "2006-01") or $author in ("yuriy","kostya","nazar","orest")
(started = "2006-01") or pid = "HelloWorld"
(started = "2006-01") or pid < "HelloWorld"
(started = "2006-01") or pid <= "HelloWorld"
(started = "2006-01") or pid > "HelloWorld"
(started = "2006-01") or pid >= "HelloWorld"
(started = "2006-01") or pid like "HelloWorld"
(started = "2006-01") or pid in ("HelloWorld","Hello*","Hello*World")
(started = "2006-01") or pid in ("Hello*","Hello*World")
(started = "2006-01") or pid in ("Hello*World")
(started = "2006-01") or iid = "2006"
(started = "2006-01") or iid < "2006"
(started = "2006-01") or iid <= "2006"
(started = "2006-01") or iid > "2006"
(started = "2006-01") or iid >= "2006"
(started = "2006-01") or iid in ("2006")
(started = "2006-01") or iid in ("2006","20061231")
(started = "2006-01") or status = "active"
(started = "2006-01") or status = "suspended"
(started = "2006-01") or status = "error"
(started = "2006-01") or status = "completed"
(started = "2006-01") or status = "terminated"
(started = "2006-01") or status = "faulted"
(started = "2006-01") or status in ("active","suspended")
(started = "2006-01") or status in ("active","suspended","error","completed","terminated","faulted")
(started = "2006") or last-active = "2006-02-01T00:00:01"
(started = "2006") or last-active = "2006-02-21"
(started = "2006") or last-active = "2006-02"
(started = "2006") or last-active = "2006"
(started = "2006") or last-active < "2006-02-01T00:00:01"
(started = "2006") or last-active < "2006-02-21"
(started = "2006") or last-active < "2006-02"
(started = "2006") or last-active < "2006"
(started = "2006") or last-active <= "2006-02-01T00:00:01"
(started = "2006") or last-active <= "2006-02-21"
(started = "2006") or last-active <= "2006-02"
(started = "2006") or last-active <= "2006"
(started = "2006") or last-active > "2006-02-01T00:00:01"
(started = "2006") or last-active > "2006-02-21"
(started = "2006") or last-active > "2006-02"
(started = "2006") or last-active > "2006"
(started = "2006") or last-active >= "2006-02-01T00:00:01"
(started = "2006") or last-active >= "2006-02-21"
(started = "2006") or last-active >= "2006-02"
(started = "2006") or last-active >= "2006"
(started = "2006") or last-active like "2006-02-01T00:00:01"
(started = "2006") or last-active like "2006-02-21"
(started = "2006") or last-active like "2006-02"
(started = "2006") or last-active like "2006"
(started = "2006") or last-active in ("2006-02-01T00:00:01")
(started = "2006") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started = "2006") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started = "2006") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started = "2006") or $author = "yuriy"
(started = "2006") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started = "2006") or $author < "yuriy"
(started = "2006") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started = "2006") or $author <= "yuriy"
(started = "2006") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started = "2006") or $author > "yuriy"
(started = "2006") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started = "2006") or $author >= "yuriy"
(started = "2006") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started = "2006") or $author like "yuriy"
(started = "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started = "2006") or $author in ("yuriy")
(started = "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started = "2006") or $author in ("yuriy","kostya","nazar","orest")
(started = "2006") or pid = "HelloWorld"
(started = "2006") or pid < "HelloWorld"
(started = "2006") or pid <= "HelloWorld"
(started = "2006") or pid > "HelloWorld"
(started = "2006") or pid >= "HelloWorld"
(started = "2006") or pid like "HelloWorld"
(started = "2006") or pid in ("HelloWorld","Hello*","Hello*World")
(started = "2006") or pid in ("Hello*","Hello*World")
(started = "2006") or pid in ("Hello*World")
(started = "2006") or iid = "2006"
(started = "2006") or iid < "2006"
(started = "2006") or iid <= "2006"
(started = "2006") or iid > "2006"
(started = "2006") or iid >= "2006"
(started = "2006") or iid in ("2006")
(started = "2006") or iid in ("2006","20061231")
(started = "2006") or status = "active"
(started = "2006") or status = "suspended"
(started = "2006") or status = "error"
(started = "2006") or status = "completed"
(started = "2006") or status = "terminated"
(started = "2006") or status = "faulted"
(started = "2006") or status in ("active","suspended")
(started = "2006") or status in ("active","suspended","error","completed","terminated","faulted")
(started < "2006-01-01T00:00:01") or last-active = "2006-02-01T00:00:01"
(started < "2006-01-01T00:00:01") or last-active = "2006-02-21"
(started < "2006-01-01T00:00:01") or last-active = "2006-02"
(started < "2006-01-01T00:00:01") or last-active = "2006"
(started < "2006-01-01T00:00:01") or last-active < "2006-02-01T00:00:01"
(started < "2006-01-01T00:00:01") or last-active < "2006-02-21"
(started < "2006-01-01T00:00:01") or last-active < "2006-02"
(started < "2006-01-01T00:00:01") or last-active < "2006"
(started < "2006-01-01T00:00:01") or last-active <= "2006-02-01T00:00:01"
(started < "2006-01-01T00:00:01") or last-active <= "2006-02-21"
(started < "2006-01-01T00:00:01") or last-active <= "2006-02"
(started < "2006-01-01T00:00:01") or last-active <= "2006"
(started < "2006-01-01T00:00:01") or last-active > "2006-02-01T00:00:01"
(started < "2006-01-01T00:00:01") or last-active > "2006-02-21"
(started < "2006-01-01T00:00:01") or last-active > "2006-02"
(started < "2006-01-01T00:00:01") or last-active > "2006"
(started < "2006-01-01T00:00:01") or last-active >= "2006-02-01T00:00:01"
(started < "2006-01-01T00:00:01") or last-active >= "2006-02-21"
(started < "2006-01-01T00:00:01") or last-active >= "2006-02"
(started < "2006-01-01T00:00:01") or last-active >= "2006"
(started < "2006-01-01T00:00:01") or last-active like "2006-02-01T00:00:01"
(started < "2006-01-01T00:00:01") or last-active like "2006-02-21"
(started < "2006-01-01T00:00:01") or last-active like "2006-02"
(started < "2006-01-01T00:00:01") or last-active like "2006"
(started < "2006-01-01T00:00:01") or last-active in ("2006-02-01T00:00:01")
(started < "2006-01-01T00:00:01") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started < "2006-01-01T00:00:01") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started < "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started < "2006-01-01T00:00:01") or $author = "yuriy"
(started < "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started < "2006-01-01T00:00:01") or $author < "yuriy"
(started < "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started < "2006-01-01T00:00:01") or $author <= "yuriy"
(started < "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started < "2006-01-01T00:00:01") or $author > "yuriy"
(started < "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started < "2006-01-01T00:00:01") or $author >= "yuriy"
(started < "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started < "2006-01-01T00:00:01") or $author like "yuriy"
(started < "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started < "2006-01-01T00:00:01") or $author in ("yuriy")
(started < "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started < "2006-01-01T00:00:01") or $author in ("yuriy","kostya","nazar","orest")
(started < "2006-01-01T00:00:01") or pid = "HelloWorld"
(started < "2006-01-01T00:00:01") or pid < "HelloWorld"
(started < "2006-01-01T00:00:01") or pid <= "HelloWorld"
(started < "2006-01-01T00:00:01") or pid > "HelloWorld"
(started < "2006-01-01T00:00:01") or pid >= "HelloWorld"
(started < "2006-01-01T00:00:01") or pid like "HelloWorld"
(started < "2006-01-01T00:00:01") or pid in ("HelloWorld","Hello*","Hello*World")
(started < "2006-01-01T00:00:01") or pid in ("Hello*","Hello*World")
(started < "2006-01-01T00:00:01") or pid in ("Hello*World")
(started < "2006-01-01T00:00:01") or iid = "2006"
(started < "2006-01-01T00:00:01") or iid < "2006"
(started < "2006-01-01T00:00:01") or iid <= "2006"
(started < "2006-01-01T00:00:01") or iid > "2006"
(started < "2006-01-01T00:00:01") or iid >= "2006"
(started < "2006-01-01T00:00:01") or iid in ("2006")
(started < "2006-01-01T00:00:01") or iid in ("2006","20061231")
(started < "2006-01-01T00:00:01") or status = "active"
(started < "2006-01-01T00:00:01") or status = "suspended"
(started < "2006-01-01T00:00:01") or status = "error"
(started < "2006-01-01T00:00:01") or status = "completed"
(started < "2006-01-01T00:00:01") or status = "terminated"
(started < "2006-01-01T00:00:01") or status = "faulted"
(started < "2006-01-01T00:00:01") or status in ("active","suspended")
(started < "2006-01-01T00:00:01") or status in ("active","suspended","error","completed","terminated","faulted")
(started < "2006-01-31") or last-active = "2006-02-01T00:00:01"
(started < "2006-01-31") or last-active = "2006-02-21"
(started < "2006-01-31") or last-active = "2006-02"
(started < "2006-01-31") or last-active = "2006"
(started < "2006-01-31") or last-active < "2006-02-01T00:00:01"
(started < "2006-01-31") or last-active < "2006-02-21"
(started < "2006-01-31") or last-active < "2006-02"
(started < "2006-01-31") or last-active < "2006"
(started < "2006-01-31") or last-active <= "2006-02-01T00:00:01"
(started < "2006-01-31") or last-active <= "2006-02-21"
(started < "2006-01-31") or last-active <= "2006-02"
(started < "2006-01-31") or last-active <= "2006"
(started < "2006-01-31") or last-active > "2006-02-01T00:00:01"
(started < "2006-01-31") or last-active > "2006-02-21"
(started < "2006-01-31") or last-active > "2006-02"
(started < "2006-01-31") or last-active > "2006"
(started < "2006-01-31") or last-active >= "2006-02-01T00:00:01"
(started < "2006-01-31") or last-active >= "2006-02-21"
(started < "2006-01-31") or last-active >= "2006-02"
(started < "2006-01-31") or last-active >= "2006"
(started < "2006-01-31") or last-active like "2006-02-01T00:00:01"
(started < "2006-01-31") or last-active like "2006-02-21"
(started < "2006-01-31") or last-active like "2006-02"
(started < "2006-01-31") or last-active like "2006"
(started < "2006-01-31") or last-active in ("2006-02-01T00:00:01")
(started < "2006-01-31") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started < "2006-01-31") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started < "2006-01-31") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started < "2006-01-31") or $author = "yuriy"
(started < "2006-01-31") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started < "2006-01-31") or $author < "yuriy"
(started < "2006-01-31") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started < "2006-01-31") or $author <= "yuriy"
(started < "2006-01-31") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started < "2006-01-31") or $author > "yuriy"
(started < "2006-01-31") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started < "2006-01-31") or $author >= "yuriy"
(started < "2006-01-31") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started < "2006-01-31") or $author like "yuriy"
(started < "2006-01-31") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started < "2006-01-31") or $author in ("yuriy")
(started < "2006-01-31") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started < "2006-01-31") or $author in ("yuriy","kostya","nazar","orest")
(started < "2006-01-31") or pid = "HelloWorld"
(started < "2006-01-31") or pid < "HelloWorld"
(started < "2006-01-31") or pid <= "HelloWorld"
(started < "2006-01-31") or pid > "HelloWorld"
(started < "2006-01-31") or pid >= "HelloWorld"
(started < "2006-01-31") or pid like "HelloWorld"
(started < "2006-01-31") or pid in ("HelloWorld","Hello*","Hello*World")
(started < "2006-01-31") or pid in ("Hello*","Hello*World")
(started < "2006-01-31") or pid in ("Hello*World")
(started < "2006-01-31") or iid = "2006"
(started < "2006-01-31") or iid < "2006"
(started < "2006-01-31") or iid <= "2006"
(started < "2006-01-31") or iid > "2006"
(started < "2006-01-31") or iid >= "2006"
(started < "2006-01-31") or iid in ("2006")
(started < "2006-01-31") or iid in ("2006","20061231")
(started < "2006-01-31") or status = "active"
(started < "2006-01-31") or status = "suspended"
(started < "2006-01-31") or status = "error"
(started < "2006-01-31") or status = "completed"
(started < "2006-01-31") or status = "terminated"
(started < "2006-01-31") or status = "faulted"
(started < "2006-01-31") or status in ("active","suspended")
(started < "2006-01-31") or status in ("active","suspended","error","completed","terminated","faulted")
(started < "2006-01") or last-active = "2006-02-01T00:00:01"
(started < "2006-01") or last-active = "2006-02-21"
(started < "2006-01") or last-active = "2006-02"
(started < "2006-01") or last-active = "2006"
(started < "2006-01") or last-active < "2006-02-01T00:00:01"
(started < "2006-01") or last-active < "2006-02-21"
(started < "2006-01") or last-active < "2006-02"
(started < "2006-01") or last-active < "2006"
(started < "2006-01") or last-active <= "2006-02-01T00:00:01"
(started < "2006-01") or last-active <= "2006-02-21"
(started < "2006-01") or last-active <= "2006-02"
(started < "2006-01") or last-active <= "2006"
(started < "2006-01") or last-active > "2006-02-01T00:00:01"
(started < "2006-01") or last-active > "2006-02-21"
(started < "2006-01") or last-active > "2006-02"
(started < "2006-01") or last-active > "2006"
(started < "2006-01") or last-active >= "2006-02-01T00:00:01"
(started < "2006-01") or last-active >= "2006-02-21"
(started < "2006-01") or last-active >= "2006-02"
(started < "2006-01") or last-active >= "2006"
(started < "2006-01") or last-active like "2006-02-01T00:00:01"
(started < "2006-01") or last-active like "2006-02-21"
(started < "2006-01") or last-active like "2006-02"
(started < "2006-01") or last-active like "2006"
(started < "2006-01") or last-active in ("2006-02-01T00:00:01")
(started < "2006-01") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started < "2006-01") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started < "2006-01") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started < "2006-01") or $author = "yuriy"
(started < "2006-01") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started < "2006-01") or $author < "yuriy"
(started < "2006-01") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started < "2006-01") or $author <= "yuriy"
(started < "2006-01") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started < "2006-01") or $author > "yuriy"
(started < "2006-01") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started < "2006-01") or $author >= "yuriy"
(started < "2006-01") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started < "2006-01") or $author like "yuriy"
(started < "2006-01") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started < "2006-01") or $author in ("yuriy")
(started < "2006-01") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started < "2006-01") or $author in ("yuriy","kostya","nazar","orest")
(started < "2006-01") or pid = "HelloWorld"
(started < "2006-01") or pid < "HelloWorld"
(started < "2006-01") or pid <= "HelloWorld"
(started < "2006-01") or pid > "HelloWorld"
(started < "2006-01") or pid >= "HelloWorld"
(started < "2006-01") or pid like "HelloWorld"
(started < "2006-01") or pid in ("HelloWorld","Hello*","Hello*World")
(started < "2006-01") or pid in ("Hello*","Hello*World")
(started < "2006-01") or pid in ("Hello*World")
(started < "2006-01") or iid = "2006"
(started < "2006-01") or iid < "2006"
(started < "2006-01") or iid <= "2006"
(started < "2006-01") or iid > "2006"
(started < "2006-01") or iid >= "2006"
(started < "2006-01") or iid in ("2006")
(started < "2006-01") or iid in ("2006","20061231")
(started < "2006-01") or status = "active"
(started < "2006-01") or status = "suspended"
(started < "2006-01") or status = "error"
(started < "2006-01") or status = "completed"
(started < "2006-01") or status = "terminated"
(started < "2006-01") or status = "faulted"
(started < "2006-01") or status in ("active","suspended")
(started < "2006-01") or status in ("active","suspended","error","completed","terminated","faulted")
(started < "2006") or last-active = "2006-02-01T00:00:01"
(started < "2006") or last-active = "2006-02-21"
(started < "2006") or last-active = "2006-02"
(started < "2006") or last-active = "2006"
(started < "2006") or last-active < "2006-02-01T00:00:01"
(started < "2006") or last-active < "2006-02-21"
(started < "2006") or last-active < "2006-02"
(started < "2006") or last-active < "2006"
(started < "2006") or last-active <= "2006-02-01T00:00:01"
(started < "2006") or last-active <= "2006-02-21"
(started < "2006") or last-active <= "2006-02"
(started < "2006") or last-active <= "2006"
(started < "2006") or last-active > "2006-02-01T00:00:01"
(started < "2006") or last-active > "2006-02-21"
(started < "2006") or last-active > "2006-02"
(started < "2006") or last-active > "2006"
(started < "2006") or last-active >= "2006-02-01T00:00:01"
(started < "2006") or last-active >= "2006-02-21"
(started < "2006") or last-active >= "2006-02"
(started < "2006") or last-active >= "2006"
(started < "2006") or last-active like "2006-02-01T00:00:01"
(started < "2006") or last-active like "2006-02-21"
(started < "2006") or last-active like "2006-02"
(started < "2006") or last-active like "2006"
(started < "2006") or last-active in ("2006-02-01T00:00:01")
(started < "2006") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started < "2006") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started < "2006") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started < "2006") or $author = "yuriy"
(started < "2006") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started < "2006") or $author < "yuriy"
(started < "2006") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started < "2006") or $author <= "yuriy"
(started < "2006") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started < "2006") or $author > "yuriy"
(started < "2006") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started < "2006") or $author >= "yuriy"
(started < "2006") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started < "2006") or $author like "yuriy"
(started < "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started < "2006") or $author in ("yuriy")
(started < "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started < "2006") or $author in ("yuriy","kostya","nazar","orest")
(started < "2006") or pid = "HelloWorld"
(started < "2006") or pid < "HelloWorld"
(started < "2006") or pid <= "HelloWorld"
(started < "2006") or pid > "HelloWorld"
(started < "2006") or pid >= "HelloWorld"
(started < "2006") or pid like "HelloWorld"
(started < "2006") or pid in ("HelloWorld","Hello*","Hello*World")
(started < "2006") or pid in ("Hello*","Hello*World")
(started < "2006") or pid in ("Hello*World")
(started < "2006") or iid = "2006"
(started < "2006") or iid < "2006"
(started < "2006") or iid <= "2006"
(started < "2006") or iid > "2006"
(started < "2006") or iid >= "2006"
(started < "2006") or iid in ("2006")
(started < "2006") or iid in ("2006","20061231")
(started < "2006") or status = "active"
(started < "2006") or status = "suspended"
(started < "2006") or status = "error"
(started < "2006") or status = "completed"
(started < "2006") or status = "terminated"
(started < "2006") or status = "faulted"
(started < "2006") or status in ("active","suspended")
(started < "2006") or status in ("active","suspended","error","completed","terminated","faulted")
(started <= "2006-01-01T00:00:01") or last-active = "2006-02-01T00:00:01"
(started <= "2006-01-01T00:00:01") or last-active = "2006-02-21"
(started <= "2006-01-01T00:00:01") or last-active = "2006-02"
(started <= "2006-01-01T00:00:01") or last-active = "2006"
(started <= "2006-01-01T00:00:01") or last-active < "2006-02-01T00:00:01"
(started <= "2006-01-01T00:00:01") or last-active < "2006-02-21"
(started <= "2006-01-01T00:00:01") or last-active < "2006-02"
(started <= "2006-01-01T00:00:01") or last-active < "2006"
(started <= "2006-01-01T00:00:01") or last-active <= "2006-02-01T00:00:01"
(started <= "2006-01-01T00:00:01") or last-active <= "2006-02-21"
(started <= "2006-01-01T00:00:01") or last-active <= "2006-02"
(started <= "2006-01-01T00:00:01") or last-active <= "2006"
(started <= "2006-01-01T00:00:01") or last-active > "2006-02-01T00:00:01"
(started <= "2006-01-01T00:00:01") or last-active > "2006-02-21"
(started <= "2006-01-01T00:00:01") or last-active > "2006-02"
(started <= "2006-01-01T00:00:01") or last-active > "2006"
(started <= "2006-01-01T00:00:01") or last-active >= "2006-02-01T00:00:01"
(started <= "2006-01-01T00:00:01") or last-active >= "2006-02-21"
(started <= "2006-01-01T00:00:01") or last-active >= "2006-02"
(started <= "2006-01-01T00:00:01") or last-active >= "2006"
(started <= "2006-01-01T00:00:01") or last-active like "2006-02-01T00:00:01"
(started <= "2006-01-01T00:00:01") or last-active like "2006-02-21"
(started <= "2006-01-01T00:00:01") or last-active like "2006-02"
(started <= "2006-01-01T00:00:01") or last-active like "2006"
(started <= "2006-01-01T00:00:01") or last-active in ("2006-02-01T00:00:01")
(started <= "2006-01-01T00:00:01") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started <= "2006-01-01T00:00:01") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started <= "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started <= "2006-01-01T00:00:01") or $author = "yuriy"
(started <= "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started <= "2006-01-01T00:00:01") or $author < "yuriy"
(started <= "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started <= "2006-01-01T00:00:01") or $author <= "yuriy"
(started <= "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started <= "2006-01-01T00:00:01") or $author > "yuriy"
(started <= "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started <= "2006-01-01T00:00:01") or $author >= "yuriy"
(started <= "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started <= "2006-01-01T00:00:01") or $author like "yuriy"
(started <= "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started <= "2006-01-01T00:00:01") or $author in ("yuriy")
(started <= "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started <= "2006-01-01T00:00:01") or $author in ("yuriy","kostya","nazar","orest")
(started <= "2006-01-01T00:00:01") or pid = "HelloWorld"
(started <= "2006-01-01T00:00:01") or pid < "HelloWorld"
(started <= "2006-01-01T00:00:01") or pid <= "HelloWorld"
(started <= "2006-01-01T00:00:01") or pid > "HelloWorld"
(started <= "2006-01-01T00:00:01") or pid >= "HelloWorld"
(started <= "2006-01-01T00:00:01") or pid like "HelloWorld"
(started <= "2006-01-01T00:00:01") or pid in ("HelloWorld","Hello*","Hello*World")
(started <= "2006-01-01T00:00:01") or pid in ("Hello*","Hello*World")
(started <= "2006-01-01T00:00:01") or pid in ("Hello*World")
(started <= "2006-01-01T00:00:01") or iid = "2006"
(started <= "2006-01-01T00:00:01") or iid < "2006"
(started <= "2006-01-01T00:00:01") or iid <= "2006"
(started <= "2006-01-01T00:00:01") or iid > "2006"
(started <= "2006-01-01T00:00:01") or iid >= "2006"
(started <= "2006-01-01T00:00:01") or iid in ("2006")
(started <= "2006-01-01T00:00:01") or iid in ("2006","20061231")
(started <= "2006-01-01T00:00:01") or status = "active"
(started <= "2006-01-01T00:00:01") or status = "suspended"
(started <= "2006-01-01T00:00:01") or status = "error"
(started <= "2006-01-01T00:00:01") or status = "completed"
(started <= "2006-01-01T00:00:01") or status = "terminated"
(started <= "2006-01-01T00:00:01") or status = "faulted"
(started <= "2006-01-01T00:00:01") or status in ("active","suspended")
(started <= "2006-01-01T00:00:01") or status in ("active","suspended","error","completed","terminated","faulted")
(started <= "2006-01-31") or last-active = "2006-02-01T00:00:01"
(started <= "2006-01-31") or last-active = "2006-02-21"
(started <= "2006-01-31") or last-active = "2006-02"
(started <= "2006-01-31") or last-active = "2006"
(started <= "2006-01-31") or last-active < "2006-02-01T00:00:01"
(started <= "2006-01-31") or last-active < "2006-02-21"
(started <= "2006-01-31") or last-active < "2006-02"
(started <= "2006-01-31") or last-active < "2006"
(started <= "2006-01-31") or last-active <= "2006-02-01T00:00:01"
(started <= "2006-01-31") or last-active <= "2006-02-21"
(started <= "2006-01-31") or last-active <= "2006-02"
(started <= "2006-01-31") or last-active <= "2006"
(started <= "2006-01-31") or last-active > "2006-02-01T00:00:01"
(started <= "2006-01-31") or last-active > "2006-02-21"
(started <= "2006-01-31") or last-active > "2006-02"
(started <= "2006-01-31") or last-active > "2006"
(started <= "2006-01-31") or last-active >= "2006-02-01T00:00:01"
(started <= "2006-01-31") or last-active >= "2006-02-21"
(started <= "2006-01-31") or last-active >= "2006-02"
(started <= "2006-01-31") or last-active >= "2006"
(started <= "2006-01-31") or last-active like "2006-02-01T00:00:01"
(started <= "2006-01-31") or last-active like "2006-02-21"
(started <= "2006-01-31") or last-active like "2006-02"
(started <= "2006-01-31") or last-active like "2006"
(started <= "2006-01-31") or last-active in ("2006-02-01T00:00:01")
(started <= "2006-01-31") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started <= "2006-01-31") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started <= "2006-01-31") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started <= "2006-01-31") or $author = "yuriy"
(started <= "2006-01-31") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started <= "2006-01-31") or $author < "yuriy"
(started <= "2006-01-31") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started <= "2006-01-31") or $author <= "yuriy"
(started <= "2006-01-31") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started <= "2006-01-31") or $author > "yuriy"
(started <= "2006-01-31") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started <= "2006-01-31") or $author >= "yuriy"
(started <= "2006-01-31") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started <= "2006-01-31") or $author like "yuriy"
(started <= "2006-01-31") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started <= "2006-01-31") or $author in ("yuriy")
(started <= "2006-01-31") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started <= "2006-01-31") or $author in ("yuriy","kostya","nazar","orest")
(started <= "2006-01-31") or pid = "HelloWorld"
(started <= "2006-01-31") or pid < "HelloWorld"
(started <= "2006-01-31") or pid <= "HelloWorld"
(started <= "2006-01-31") or pid > "HelloWorld"
(started <= "2006-01-31") or pid >= "HelloWorld"
(started <= "2006-01-31") or pid like "HelloWorld"
(started <= "2006-01-31") or pid in ("HelloWorld","Hello*","Hello*World")
(started <= "2006-01-31") or pid in ("Hello*","Hello*World")
(started <= "2006-01-31") or pid in ("Hello*World")
(started <= "2006-01-31") or iid = "2006"
(started <= "2006-01-31") or iid < "2006"
(started <= "2006-01-31") or iid <= "2006"
(started <= "2006-01-31") or iid > "2006"
(started <= "2006-01-31") or iid >= "2006"
(started <= "2006-01-31") or iid in ("2006")
(started <= "2006-01-31") or iid in ("2006","20061231")
(started <= "2006-01-31") or status = "active"
(started <= "2006-01-31") or status = "suspended"
(started <= "2006-01-31") or status = "error"
(started <= "2006-01-31") or status = "completed"
(started <= "2006-01-31") or status = "terminated"
(started <= "2006-01-31") or status = "faulted"
(started <= "2006-01-31") or status in ("active","suspended")
(started <= "2006-01-31") or status in ("active","suspended","error","completed","terminated","faulted")
(started <= "2006-01") or last-active = "2006-02-01T00:00:01"
(started <= "2006-01") or last-active = "2006-02-21"
(started <= "2006-01") or last-active = "2006-02"
(started <= "2006-01") or last-active = "2006"
(started <= "2006-01") or last-active < "2006-02-01T00:00:01"
(started <= "2006-01") or last-active < "2006-02-21"
(started <= "2006-01") or last-active < "2006-02"
(started <= "2006-01") or last-active < "2006"
(started <= "2006-01") or last-active <= "2006-02-01T00:00:01"
(started <= "2006-01") or last-active <= "2006-02-21"
(started <= "2006-01") or last-active <= "2006-02"
(started <= "2006-01") or last-active <= "2006"
(started <= "2006-01") or last-active > "2006-02-01T00:00:01"
(started <= "2006-01") or last-active > "2006-02-21"
(started <= "2006-01") or last-active > "2006-02"
(started <= "2006-01") or last-active > "2006"
(started <= "2006-01") or last-active >= "2006-02-01T00:00:01"
(started <= "2006-01") or last-active >= "2006-02-21"
(started <= "2006-01") or last-active >= "2006-02"
(started <= "2006-01") or last-active >= "2006"
(started <= "2006-01") or last-active like "2006-02-01T00:00:01"
(started <= "2006-01") or last-active like "2006-02-21"
(started <= "2006-01") or last-active like "2006-02"
(started <= "2006-01") or last-active like "2006"
(started <= "2006-01") or last-active in ("2006-02-01T00:00:01")
(started <= "2006-01") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started <= "2006-01") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started <= "2006-01") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started <= "2006-01") or $author = "yuriy"
(started <= "2006-01") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started <= "2006-01") or $author < "yuriy"
(started <= "2006-01") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started <= "2006-01") or $author <= "yuriy"
(started <= "2006-01") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started <= "2006-01") or $author > "yuriy"
(started <= "2006-01") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started <= "2006-01") or $author >= "yuriy"
(started <= "2006-01") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started <= "2006-01") or $author like "yuriy"
(started <= "2006-01") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started <= "2006-01") or $author in ("yuriy")
(started <= "2006-01") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started <= "2006-01") or $author in ("yuriy","kostya","nazar","orest")
(started <= "2006-01") or pid = "HelloWorld"
(started <= "2006-01") or pid < "HelloWorld"
(started <= "2006-01") or pid <= "HelloWorld"
(started <= "2006-01") or pid > "HelloWorld"
(started <= "2006-01") or pid >= "HelloWorld"
(started <= "2006-01") or pid like "HelloWorld"
(started <= "2006-01") or pid in ("HelloWorld","Hello*","Hello*World")
(started <= "2006-01") or pid in ("Hello*","Hello*World")
(started <= "2006-01") or pid in ("Hello*World")
(started <= "2006-01") or iid = "2006"
(started <= "2006-01") or iid < "2006"
(started <= "2006-01") or iid <= "2006"
(started <= "2006-01") or iid > "2006"
(started <= "2006-01") or iid >= "2006"
(started <= "2006-01") or iid in ("2006")
(started <= "2006-01") or iid in ("2006","20061231")
(started <= "2006-01") or status = "active"
(started <= "2006-01") or status = "suspended"
(started <= "2006-01") or status = "error"
(started <= "2006-01") or status = "completed"
(started <= "2006-01") or status = "terminated"
(started <= "2006-01") or status = "faulted"
(started <= "2006-01") or status in ("active","suspended")
(started <= "2006-01") or status in ("active","suspended","error","completed","terminated","faulted")
(started <= "2006") or last-active = "2006-02-01T00:00:01"
(started <= "2006") or last-active = "2006-02-21"
(started <= "2006") or last-active = "2006-02"
(started <= "2006") or last-active = "2006"
(started <= "2006") or last-active < "2006-02-01T00:00:01"
(started <= "2006") or last-active < "2006-02-21"
(started <= "2006") or last-active < "2006-02"
(started <= "2006") or last-active < "2006"
(started <= "2006") or last-active <= "2006-02-01T00:00:01"
(started <= "2006") or last-active <= "2006-02-21"
(started <= "2006") or last-active <= "2006-02"
(started <= "2006") or last-active <= "2006"
(started <= "2006") or last-active > "2006-02-01T00:00:01"
(started <= "2006") or last-active > "2006-02-21"
(started <= "2006") or last-active > "2006-02"
(started <= "2006") or last-active > "2006"
(started <= "2006") or last-active >= "2006-02-01T00:00:01"
(started <= "2006") or last-active >= "2006-02-21"
(started <= "2006") or last-active >= "2006-02"
(started <= "2006") or last-active >= "2006"
(started <= "2006") or last-active like "2006-02-01T00:00:01"
(started <= "2006") or last-active like "2006-02-21"
(started <= "2006") or last-active like "2006-02"
(started <= "2006") or last-active like "2006"
(started <= "2006") or last-active in ("2006-02-01T00:00:01")
(started <= "2006") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started <= "2006") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started <= "2006") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started <= "2006") or $author = "yuriy"
(started <= "2006") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started <= "2006") or $author < "yuriy"
(started <= "2006") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started <= "2006") or $author <= "yuriy"
(started <= "2006") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started <= "2006") or $author > "yuriy"
(started <= "2006") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started <= "2006") or $author >= "yuriy"
(started <= "2006") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started <= "2006") or $author like "yuriy"
(started <= "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started <= "2006") or $author in ("yuriy")
(started <= "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started <= "2006") or $author in ("yuriy","kostya","nazar","orest")
(started <= "2006") or pid = "HelloWorld"
(started <= "2006") or pid < "HelloWorld"
(started <= "2006") or pid <= "HelloWorld"
(started <= "2006") or pid > "HelloWorld"
(started <= "2006") or pid >= "HelloWorld"
(started <= "2006") or pid like "HelloWorld"
(started <= "2006") or pid in ("HelloWorld","Hello*","Hello*World")
(started <= "2006") or pid in ("Hello*","Hello*World")
(started <= "2006") or pid in ("Hello*World")
(started <= "2006") or iid = "2006"
(started <= "2006") or iid < "2006"
(started <= "2006") or iid <= "2006"
(started <= "2006") or iid > "2006"
(started <= "2006") or iid >= "2006"
(started <= "2006") or iid in ("2006")
(started <= "2006") or iid in ("2006","20061231")
(started <= "2006") or status = "active"
(started <= "2006") or status = "suspended"
(started <= "2006") or status = "error"
(started <= "2006") or status = "completed"
(started <= "2006") or status = "terminated"
(started <= "2006") or status = "faulted"
(started <= "2006") or status in ("active","suspended")
(started <= "2006") or status in ("active","suspended","error","completed","terminated","faulted")
(started > "2006-01-01T00:00:01") or last-active = "2006-02-01T00:00:01"
(started > "2006-01-01T00:00:01") or last-active = "2006-02-21"
(started > "2006-01-01T00:00:01") or last-active = "2006-02"
(started > "2006-01-01T00:00:01") or last-active = "2006"
(started > "2006-01-01T00:00:01") or last-active < "2006-02-01T00:00:01"
(started > "2006-01-01T00:00:01") or last-active < "2006-02-21"
(started > "2006-01-01T00:00:01") or last-active < "2006-02"
(started > "2006-01-01T00:00:01") or last-active < "2006"
(started > "2006-01-01T00:00:01") or last-active <= "2006-02-01T00:00:01"
(started > "2006-01-01T00:00:01") or last-active <= "2006-02-21"
(started > "2006-01-01T00:00:01") or last-active <= "2006-02"
(started > "2006-01-01T00:00:01") or last-active <= "2006"
(started > "2006-01-01T00:00:01") or last-active > "2006-02-01T00:00:01"
(started > "2006-01-01T00:00:01") or last-active > "2006-02-21"
(started > "2006-01-01T00:00:01") or last-active > "2006-02"
(started > "2006-01-01T00:00:01") or last-active > "2006"
(started > "2006-01-01T00:00:01") or last-active >= "2006-02-01T00:00:01"
(started > "2006-01-01T00:00:01") or last-active >= "2006-02-21"
(started > "2006-01-01T00:00:01") or last-active >= "2006-02"
(started > "2006-01-01T00:00:01") or last-active >= "2006"
(started > "2006-01-01T00:00:01") or last-active like "2006-02-01T00:00:01"
(started > "2006-01-01T00:00:01") or last-active like "2006-02-21"
(started > "2006-01-01T00:00:01") or last-active like "2006-02"
(started > "2006-01-01T00:00:01") or last-active like "2006"
(started > "2006-01-01T00:00:01") or last-active in ("2006-02-01T00:00:01")
(started > "2006-01-01T00:00:01") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started > "2006-01-01T00:00:01") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started > "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started > "2006-01-01T00:00:01") or $author = "yuriy"
(started > "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started > "2006-01-01T00:00:01") or $author < "yuriy"
(started > "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started > "2006-01-01T00:00:01") or $author <= "yuriy"
(started > "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started > "2006-01-01T00:00:01") or $author > "yuriy"
(started > "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started > "2006-01-01T00:00:01") or $author >= "yuriy"
(started > "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started > "2006-01-01T00:00:01") or $author like "yuriy"
(started > "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started > "2006-01-01T00:00:01") or $author in ("yuriy")
(started > "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started > "2006-01-01T00:00:01") or $author in ("yuriy","kostya","nazar","orest")
(started > "2006-01-01T00:00:01") or pid = "HelloWorld"
(started > "2006-01-01T00:00:01") or pid < "HelloWorld"
(started > "2006-01-01T00:00:01") or pid <= "HelloWorld"
(started > "2006-01-01T00:00:01") or pid > "HelloWorld"
(started > "2006-01-01T00:00:01") or pid >= "HelloWorld"
(started > "2006-01-01T00:00:01") or pid like "HelloWorld"
(started > "2006-01-01T00:00:01") or pid in ("HelloWorld","Hello*","Hello*World")
(started > "2006-01-01T00:00:01") or pid in ("Hello*","Hello*World")
(started > "2006-01-01T00:00:01") or pid in ("Hello*World")
(started > "2006-01-01T00:00:01") or iid = "2006"
(started > "2006-01-01T00:00:01") or iid < "2006"
(started > "2006-01-01T00:00:01") or iid <= "2006"
(started > "2006-01-01T00:00:01") or iid > "2006"
(started > "2006-01-01T00:00:01") or iid >= "2006"
(started > "2006-01-01T00:00:01") or iid in ("2006")
(started > "2006-01-01T00:00:01") or iid in ("2006","20061231")
(started > "2006-01-01T00:00:01") or status = "active"
(started > "2006-01-01T00:00:01") or status = "suspended"
(started > "2006-01-01T00:00:01") or status = "error"
(started > "2006-01-01T00:00:01") or status = "completed"
(started > "2006-01-01T00:00:01") or status = "terminated"
(started > "2006-01-01T00:00:01") or status = "faulted"
(started > "2006-01-01T00:00:01") or status in ("active","suspended")
(started > "2006-01-01T00:00:01") or status in ("active","suspended","error","completed","terminated","faulted")
(started > "2006-01-31") or last-active = "2006-02-01T00:00:01"
(started > "2006-01-31") or last-active = "2006-02-21"
(started > "2006-01-31") or last-active = "2006-02"
(started > "2006-01-31") or last-active = "2006"
(started > "2006-01-31") or last-active < "2006-02-01T00:00:01"
(started > "2006-01-31") or last-active < "2006-02-21"
(started > "2006-01-31") or last-active < "2006-02"
(started > "2006-01-31") or last-active < "2006"
(started > "2006-01-31") or last-active <= "2006-02-01T00:00:01"
(started > "2006-01-31") or last-active <= "2006-02-21"
(started > "2006-01-31") or last-active <= "2006-02"
(started > "2006-01-31") or last-active <= "2006"
(started > "2006-01-31") or last-active > "2006-02-01T00:00:01"
(started > "2006-01-31") or last-active > "2006-02-21"
(started > "2006-01-31") or last-active > "2006-02"
(started > "2006-01-31") or last-active > "2006"
(started > "2006-01-31") or last-active >= "2006-02-01T00:00:01"
(started > "2006-01-31") or last-active >= "2006-02-21"
(started > "2006-01-31") or last-active >= "2006-02"
(started > "2006-01-31") or last-active >= "2006"
(started > "2006-01-31") or last-active like "2006-02-01T00:00:01"
(started > "2006-01-31") or last-active like "2006-02-21"
(started > "2006-01-31") or last-active like "2006-02"
(started > "2006-01-31") or last-active like "2006"
(started > "2006-01-31") or last-active in ("2006-02-01T00:00:01")
(started > "2006-01-31") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started > "2006-01-31") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started > "2006-01-31") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started > "2006-01-31") or $author = "yuriy"
(started > "2006-01-31") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started > "2006-01-31") or $author < "yuriy"
(started > "2006-01-31") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started > "2006-01-31") or $author <= "yuriy"
(started > "2006-01-31") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started > "2006-01-31") or $author > "yuriy"
(started > "2006-01-31") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started > "2006-01-31") or $author >= "yuriy"
(started > "2006-01-31") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started > "2006-01-31") or $author like "yuriy"
(started > "2006-01-31") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started > "2006-01-31") or $author in ("yuriy")
(started > "2006-01-31") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started > "2006-01-31") or $author in ("yuriy","kostya","nazar","orest")
(started > "2006-01-31") or pid = "HelloWorld"
(started > "2006-01-31") or pid < "HelloWorld"
(started > "2006-01-31") or pid <= "HelloWorld"
(started > "2006-01-31") or pid > "HelloWorld"
(started > "2006-01-31") or pid >= "HelloWorld"
(started > "2006-01-31") or pid like "HelloWorld"
(started > "2006-01-31") or pid in ("HelloWorld","Hello*","Hello*World")
(started > "2006-01-31") or pid in ("Hello*","Hello*World")
(started > "2006-01-31") or pid in ("Hello*World")
(started > "2006-01-31") or iid = "2006"
(started > "2006-01-31") or iid < "2006"
(started > "2006-01-31") or iid <= "2006"
(started > "2006-01-31") or iid > "2006"
(started > "2006-01-31") or iid >= "2006"
(started > "2006-01-31") or iid in ("2006")
(started > "2006-01-31") or iid in ("2006","20061231")
(started > "2006-01-31") or status = "active"
(started > "2006-01-31") or status = "suspended"
(started > "2006-01-31") or status = "error"
(started > "2006-01-31") or status = "completed"
(started > "2006-01-31") or status = "terminated"
(started > "2006-01-31") or status = "faulted"
(started > "2006-01-31") or status in ("active","suspended")
(started > "2006-01-31") or status in ("active","suspended","error","completed","terminated","faulted")
(started > "2006-01") or last-active = "2006-02-01T00:00:01"
(started > "2006-01") or last-active = "2006-02-21"
(started > "2006-01") or last-active = "2006-02"
(started > "2006-01") or last-active = "2006"
(started > "2006-01") or last-active < "2006-02-01T00:00:01"
(started > "2006-01") or last-active < "2006-02-21"
(started > "2006-01") or last-active < "2006-02"
(started > "2006-01") or last-active < "2006"
(started > "2006-01") or last-active <= "2006-02-01T00:00:01"
(started > "2006-01") or last-active <= "2006-02-21"
(started > "2006-01") or last-active <= "2006-02"
(started > "2006-01") or last-active <= "2006"
(started > "2006-01") or last-active > "2006-02-01T00:00:01"
(started > "2006-01") or last-active > "2006-02-21"
(started > "2006-01") or last-active > "2006-02"
(started > "2006-01") or last-active > "2006"
(started > "2006-01") or last-active >= "2006-02-01T00:00:01"
(started > "2006-01") or last-active >= "2006-02-21"
(started > "2006-01") or last-active >= "2006-02"
(started > "2006-01") or last-active >= "2006"
(started > "2006-01") or last-active like "2006-02-01T00:00:01"
(started > "2006-01") or last-active like "2006-02-21"
(started > "2006-01") or last-active like "2006-02"
(started > "2006-01") or last-active like "2006"
(started > "2006-01") or last-active in ("2006-02-01T00:00:01")
(started > "2006-01") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started > "2006-01") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started > "2006-01") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started > "2006-01") or $author = "yuriy"
(started > "2006-01") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started > "2006-01") or $author < "yuriy"
(started > "2006-01") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started > "2006-01") or $author <= "yuriy"
(started > "2006-01") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started > "2006-01") or $author > "yuriy"
(started > "2006-01") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started > "2006-01") or $author >= "yuriy"
(started > "2006-01") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started > "2006-01") or $author like "yuriy"
(started > "2006-01") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started > "2006-01") or $author in ("yuriy")
(started > "2006-01") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started > "2006-01") or $author in ("yuriy","kostya","nazar","orest")
(started > "2006-01") or pid = "HelloWorld"
(started > "2006-01") or pid < "HelloWorld"
(started > "2006-01") or pid <= "HelloWorld"
(started > "2006-01") or pid > "HelloWorld"
(started > "2006-01") or pid >= "HelloWorld"
(started > "2006-01") or pid like "HelloWorld"
(started > "2006-01") or pid in ("HelloWorld","Hello*","Hello*World")
(started > "2006-01") or pid in ("Hello*","Hello*World")
(started > "2006-01") or pid in ("Hello*World")
(started > "2006-01") or iid = "2006"
(started > "2006-01") or iid < "2006"
(started > "2006-01") or iid <= "2006"
(started > "2006-01") or iid > "2006"
(started > "2006-01") or iid >= "2006"
(started > "2006-01") or iid in ("2006")
(started > "2006-01") or iid in ("2006","20061231")
(started > "2006-01") or status = "active"
(started > "2006-01") or status = "suspended"
(started > "2006-01") or status = "error"
(started > "2006-01") or status = "completed"
(started > "2006-01") or status = "terminated"
(started > "2006-01") or status = "faulted"
(started > "2006-01") or status in ("active","suspended")
(started > "2006-01") or status in ("active","suspended","error","completed","terminated","faulted")
(started > "2006") or last-active = "2006-02-01T00:00:01"
(started > "2006") or last-active = "2006-02-21"
(started > "2006") or last-active = "2006-02"
(started > "2006") or last-active = "2006"
(started > "2006") or last-active < "2006-02-01T00:00:01"
(started > "2006") or last-active < "2006-02-21"
(started > "2006") or last-active < "2006-02"
(started > "2006") or last-active < "2006"
(started > "2006") or last-active <= "2006-02-01T00:00:01"
(started > "2006") or last-active <= "2006-02-21"
(started > "2006") or last-active <= "2006-02"
(started > "2006") or last-active <= "2006"
(started > "2006") or last-active > "2006-02-01T00:00:01"
(started > "2006") or last-active > "2006-02-21"
(started > "2006") or last-active > "2006-02"
(started > "2006") or last-active > "2006"
(started > "2006") or last-active >= "2006-02-01T00:00:01"
(started > "2006") or last-active >= "2006-02-21"
(started > "2006") or last-active >= "2006-02"
(started > "2006") or last-active >= "2006"
(started > "2006") or last-active like "2006-02-01T00:00:01"
(started > "2006") or last-active like "2006-02-21"
(started > "2006") or last-active like "2006-02"
(started > "2006") or last-active like "2006"
(started > "2006") or last-active in ("2006-02-01T00:00:01")
(started > "2006") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started > "2006") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started > "2006") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started > "2006") or $author = "yuriy"
(started > "2006") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started > "2006") or $author < "yuriy"
(started > "2006") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started > "2006") or $author <= "yuriy"
(started > "2006") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started > "2006") or $author > "yuriy"
(started > "2006") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started > "2006") or $author >= "yuriy"
(started > "2006") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started > "2006") or $author like "yuriy"
(started > "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started > "2006") or $author in ("yuriy")
(started > "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started > "2006") or $author in ("yuriy","kostya","nazar","orest")
(started > "2006") or pid = "HelloWorld"
(started > "2006") or pid < "HelloWorld"
(started > "2006") or pid <= "HelloWorld"
(started > "2006") or pid > "HelloWorld"
(started > "2006") or pid >= "HelloWorld"
(started > "2006") or pid like "HelloWorld"
(started > "2006") or pid in ("HelloWorld","Hello*","Hello*World")
(started > "2006") or pid in ("Hello*","Hello*World")
(started > "2006") or pid in ("Hello*World")
(started > "2006") or iid = "2006"
(started > "2006") or iid < "2006"
(started > "2006") or iid <= "2006"
(started > "2006") or iid > "2006"
(started > "2006") or iid >= "2006"
(started > "2006") or iid in ("2006")
(started > "2006") or iid in ("2006","20061231")
(started > "2006") or status = "active"
(started > "2006") or status = "suspended"
(started > "2006") or status = "error"
(started > "2006") or status = "completed"
(started > "2006") or status = "terminated"
(started > "2006") or status = "faulted"
(started > "2006") or status in ("active","suspended")
(started > "2006") or status in ("active","suspended","error","completed","terminated","faulted")
(started >= "2006-01-01T00:00:01") or last-active = "2006-02-01T00:00:01"
(started >= "2006-01-01T00:00:01") or last-active = "2006-02-21"
(started >= "2006-01-01T00:00:01") or last-active = "2006-02"
(started >= "2006-01-01T00:00:01") or last-active = "2006"
(started >= "2006-01-01T00:00:01") or last-active < "2006-02-01T00:00:01"
(started >= "2006-01-01T00:00:01") or last-active < "2006-02-21"
(started >= "2006-01-01T00:00:01") or last-active < "2006-02"
(started >= "2006-01-01T00:00:01") or last-active < "2006"
(started >= "2006-01-01T00:00:01") or last-active <= "2006-02-01T00:00:01"
(started >= "2006-01-01T00:00:01") or last-active <= "2006-02-21"
(started >= "2006-01-01T00:00:01") or last-active <= "2006-02"
(started >= "2006-01-01T00:00:01") or last-active <= "2006"
(started >= "2006-01-01T00:00:01") or last-active > "2006-02-01T00:00:01"
(started >= "2006-01-01T00:00:01") or last-active > "2006-02-21"
(started >= "2006-01-01T00:00:01") or last-active > "2006-02"
(started >= "2006-01-01T00:00:01") or last-active > "2006"
(started >= "2006-01-01T00:00:01") or last-active >= "2006-02-01T00:00:01"
(started >= "2006-01-01T00:00:01") or last-active >= "2006-02-21"
(started >= "2006-01-01T00:00:01") or last-active >= "2006-02"
(started >= "2006-01-01T00:00:01") or last-active >= "2006"
(started >= "2006-01-01T00:00:01") or last-active like "2006-02-01T00:00:01"
(started >= "2006-01-01T00:00:01") or last-active like "2006-02-21"
(started >= "2006-01-01T00:00:01") or last-active like "2006-02"
(started >= "2006-01-01T00:00:01") or last-active like "2006"
(started >= "2006-01-01T00:00:01") or last-active in ("2006-02-01T00:00:01")
(started >= "2006-01-01T00:00:01") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started >= "2006-01-01T00:00:01") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started >= "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started >= "2006-01-01T00:00:01") or $author = "yuriy"
(started >= "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started >= "2006-01-01T00:00:01") or $author < "yuriy"
(started >= "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started >= "2006-01-01T00:00:01") or $author <= "yuriy"
(started >= "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started >= "2006-01-01T00:00:01") or $author > "yuriy"
(started >= "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started >= "2006-01-01T00:00:01") or $author >= "yuriy"
(started >= "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started >= "2006-01-01T00:00:01") or $author like "yuriy"
(started >= "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started >= "2006-01-01T00:00:01") or $author in ("yuriy")
(started >= "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started >= "2006-01-01T00:00:01") or $author in ("yuriy","kostya","nazar","orest")
(started >= "2006-01-01T00:00:01") or pid = "HelloWorld"
(started >= "2006-01-01T00:00:01") or pid < "HelloWorld"
(started >= "2006-01-01T00:00:01") or pid <= "HelloWorld"
(started >= "2006-01-01T00:00:01") or pid > "HelloWorld"
(started >= "2006-01-01T00:00:01") or pid >= "HelloWorld"
(started >= "2006-01-01T00:00:01") or pid like "HelloWorld"
(started >= "2006-01-01T00:00:01") or pid in ("HelloWorld","Hello*","Hello*World")
(started >= "2006-01-01T00:00:01") or pid in ("Hello*","Hello*World")
(started >= "2006-01-01T00:00:01") or pid in ("Hello*World")
(started >= "2006-01-01T00:00:01") or iid = "2006"
(started >= "2006-01-01T00:00:01") or iid < "2006"
(started >= "2006-01-01T00:00:01") or iid <= "2006"
(started >= "2006-01-01T00:00:01") or iid > "2006"
(started >= "2006-01-01T00:00:01") or iid >= "2006"
(started >= "2006-01-01T00:00:01") or iid in ("2006")
(started >= "2006-01-01T00:00:01") or iid in ("2006","20061231")
(started >= "2006-01-01T00:00:01") or status = "active"
(started >= "2006-01-01T00:00:01") or status = "suspended"
(started >= "2006-01-01T00:00:01") or status = "error"
(started >= "2006-01-01T00:00:01") or status = "completed"
(started >= "2006-01-01T00:00:01") or status = "terminated"
(started >= "2006-01-01T00:00:01") or status = "faulted"
(started >= "2006-01-01T00:00:01") or status in ("active","suspended")
(started >= "2006-01-01T00:00:01") or status in ("active","suspended","error","completed","terminated","faulted")
(started >= "2006-01-31") or last-active = "2006-02-01T00:00:01"
(started >= "2006-01-31") or last-active = "2006-02-21"
(started >= "2006-01-31") or last-active = "2006-02"
(started >= "2006-01-31") or last-active = "2006"
(started >= "2006-01-31") or last-active < "2006-02-01T00:00:01"
(started >= "2006-01-31") or last-active < "2006-02-21"
(started >= "2006-01-31") or last-active < "2006-02"
(started >= "2006-01-31") or last-active < "2006"
(started >= "2006-01-31") or last-active <= "2006-02-01T00:00:01"
(started >= "2006-01-31") or last-active <= "2006-02-21"
(started >= "2006-01-31") or last-active <= "2006-02"
(started >= "2006-01-31") or last-active <= "2006"
(started >= "2006-01-31") or last-active > "2006-02-01T00:00:01"
(started >= "2006-01-31") or last-active > "2006-02-21"
(started >= "2006-01-31") or last-active > "2006-02"
(started >= "2006-01-31") or last-active > "2006"
(started >= "2006-01-31") or last-active >= "2006-02-01T00:00:01"
(started >= "2006-01-31") or last-active >= "2006-02-21"
(started >= "2006-01-31") or last-active >= "2006-02"
(started >= "2006-01-31") or last-active >= "2006"
(started >= "2006-01-31") or last-active like "2006-02-01T00:00:01"
(started >= "2006-01-31") or last-active like "2006-02-21"
(started >= "2006-01-31") or last-active like "2006-02"
(started >= "2006-01-31") or last-active like "2006"
(started >= "2006-01-31") or last-active in ("2006-02-01T00:00:01")
(started >= "2006-01-31") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started >= "2006-01-31") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started >= "2006-01-31") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started >= "2006-01-31") or $author = "yuriy"
(started >= "2006-01-31") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started >= "2006-01-31") or $author < "yuriy"
(started >= "2006-01-31") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started >= "2006-01-31") or $author <= "yuriy"
(started >= "2006-01-31") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started >= "2006-01-31") or $author > "yuriy"
(started >= "2006-01-31") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started >= "2006-01-31") or $author >= "yuriy"
(started >= "2006-01-31") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started >= "2006-01-31") or $author like "yuriy"
(started >= "2006-01-31") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started >= "2006-01-31") or $author in ("yuriy")
(started >= "2006-01-31") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started >= "2006-01-31") or $author in ("yuriy","kostya","nazar","orest")
(started >= "2006-01-31") or pid = "HelloWorld"
(started >= "2006-01-31") or pid < "HelloWorld"
(started >= "2006-01-31") or pid <= "HelloWorld"
(started >= "2006-01-31") or pid > "HelloWorld"
(started >= "2006-01-31") or pid >= "HelloWorld"
(started >= "2006-01-31") or pid like "HelloWorld"
(started >= "2006-01-31") or pid in ("HelloWorld","Hello*","Hello*World")
(started >= "2006-01-31") or pid in ("Hello*","Hello*World")
(started >= "2006-01-31") or pid in ("Hello*World")
(started >= "2006-01-31") or iid = "2006"
(started >= "2006-01-31") or iid < "2006"
(started >= "2006-01-31") or iid <= "2006"
(started >= "2006-01-31") or iid > "2006"
(started >= "2006-01-31") or iid >= "2006"
(started >= "2006-01-31") or iid in ("2006")
(started >= "2006-01-31") or iid in ("2006","20061231")
(started >= "2006-01-31") or status = "active"
(started >= "2006-01-31") or status = "suspended"
(started >= "2006-01-31") or status = "error"
(started >= "2006-01-31") or status = "completed"
(started >= "2006-01-31") or status = "terminated"
(started >= "2006-01-31") or status = "faulted"
(started >= "2006-01-31") or status in ("active","suspended")
(started >= "2006-01-31") or status in ("active","suspended","error","completed","terminated","faulted")
(started >= "2006-01") or last-active = "2006-02-01T00:00:01"
(started >= "2006-01") or last-active = "2006-02-21"
(started >= "2006-01") or last-active = "2006-02"
(started >= "2006-01") or last-active = "2006"
(started >= "2006-01") or last-active < "2006-02-01T00:00:01"
(started >= "2006-01") or last-active < "2006-02-21"
(started >= "2006-01") or last-active < "2006-02"
(started >= "2006-01") or last-active < "2006"
(started >= "2006-01") or last-active <= "2006-02-01T00:00:01"
(started >= "2006-01") or last-active <= "2006-02-21"
(started >= "2006-01") or last-active <= "2006-02"
(started >= "2006-01") or last-active <= "2006"
(started >= "2006-01") or last-active > "2006-02-01T00:00:01"
(started >= "2006-01") or last-active > "2006-02-21"
(started >= "2006-01") or last-active > "2006-02"
(started >= "2006-01") or last-active > "2006"
(started >= "2006-01") or last-active >= "2006-02-01T00:00:01"
(started >= "2006-01") or last-active >= "2006-02-21"
(started >= "2006-01") or last-active >= "2006-02"
(started >= "2006-01") or last-active >= "2006"
(started >= "2006-01") or last-active like "2006-02-01T00:00:01"
(started >= "2006-01") or last-active like "2006-02-21"
(started >= "2006-01") or last-active like "2006-02"
(started >= "2006-01") or last-active like "2006"
(started >= "2006-01") or last-active in ("2006-02-01T00:00:01")
(started >= "2006-01") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started >= "2006-01") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started >= "2006-01") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started >= "2006-01") or $author = "yuriy"
(started >= "2006-01") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started >= "2006-01") or $author < "yuriy"
(started >= "2006-01") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started >= "2006-01") or $author <= "yuriy"
(started >= "2006-01") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started >= "2006-01") or $author > "yuriy"
(started >= "2006-01") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started >= "2006-01") or $author >= "yuriy"
(started >= "2006-01") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started >= "2006-01") or $author like "yuriy"
(started >= "2006-01") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started >= "2006-01") or $author in ("yuriy")
(started >= "2006-01") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started >= "2006-01") or $author in ("yuriy","kostya","nazar","orest")
(started >= "2006-01") or pid = "HelloWorld"
(started >= "2006-01") or pid < "HelloWorld"
(started >= "2006-01") or pid <= "HelloWorld"
(started >= "2006-01") or pid > "HelloWorld"
(started >= "2006-01") or pid >= "HelloWorld"
(started >= "2006-01") or pid like "HelloWorld"
(started >= "2006-01") or pid in ("HelloWorld","Hello*","Hello*World")
(started >= "2006-01") or pid in ("Hello*","Hello*World")
(started >= "2006-01") or pid in ("Hello*World")
(started >= "2006-01") or iid = "2006"
(started >= "2006-01") or iid < "2006"
(started >= "2006-01") or iid <= "2006"
(started >= "2006-01") or iid > "2006"
(started >= "2006-01") or iid >= "2006"
(started >= "2006-01") or iid in ("2006")
(started >= "2006-01") or iid in ("2006","20061231")
(started >= "2006-01") or status = "active"
(started >= "2006-01") or status = "suspended"
(started >= "2006-01") or status = "error"
(started >= "2006-01") or status = "completed"
(started >= "2006-01") or status = "terminated"
(started >= "2006-01") or status = "faulted"
(started >= "2006-01") or status in ("active","suspended")
(started >= "2006-01") or status in ("active","suspended","error","completed","terminated","faulted")
(started >= "2006") or last-active = "2006-02-01T00:00:01"
(started >= "2006") or last-active = "2006-02-21"
(started >= "2006") or last-active = "2006-02"
(started >= "2006") or last-active = "2006"
(started >= "2006") or last-active < "2006-02-01T00:00:01"
(started >= "2006") or last-active < "2006-02-21"
(started >= "2006") or last-active < "2006-02"
(started >= "2006") or last-active < "2006"
(started >= "2006") or last-active <= "2006-02-01T00:00:01"
(started >= "2006") or last-active <= "2006-02-21"
(started >= "2006") or last-active <= "2006-02"
(started >= "2006") or last-active <= "2006"
(started >= "2006") or last-active > "2006-02-01T00:00:01"
(started >= "2006") or last-active > "2006-02-21"
(started >= "2006") or last-active > "2006-02"
(started >= "2006") or last-active > "2006"
(started >= "2006") or last-active >= "2006-02-01T00:00:01"
(started >= "2006") or last-active >= "2006-02-21"
(started >= "2006") or last-active >= "2006-02"
(started >= "2006") or last-active >= "2006"
(started >= "2006") or last-active like "2006-02-01T00:00:01"
(started >= "2006") or last-active like "2006-02-21"
(started >= "2006") or last-active like "2006-02"
(started >= "2006") or last-active like "2006"
(started >= "2006") or last-active in ("2006-02-01T00:00:01")
(started >= "2006") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started >= "2006") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started >= "2006") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started >= "2006") or $author = "yuriy"
(started >= "2006") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started >= "2006") or $author < "yuriy"
(started >= "2006") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started >= "2006") or $author <= "yuriy"
(started >= "2006") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started >= "2006") or $author > "yuriy"
(started >= "2006") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started >= "2006") or $author >= "yuriy"
(started >= "2006") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started >= "2006") or $author like "yuriy"
(started >= "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started >= "2006") or $author in ("yuriy")
(started >= "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started >= "2006") or $author in ("yuriy","kostya","nazar","orest")
(started >= "2006") or pid = "HelloWorld"
(started >= "2006") or pid < "HelloWorld"
(started >= "2006") or pid <= "HelloWorld"
(started >= "2006") or pid > "HelloWorld"
(started >= "2006") or pid >= "HelloWorld"
(started >= "2006") or pid like "HelloWorld"
(started >= "2006") or pid in ("HelloWorld","Hello*","Hello*World")
(started >= "2006") or pid in ("Hello*","Hello*World")
(started >= "2006") or pid in ("Hello*World")
(started >= "2006") or iid = "2006"
(started >= "2006") or iid < "2006"
(started >= "2006") or iid <= "2006"
(started >= "2006") or iid > "2006"
(started >= "2006") or iid >= "2006"
(started >= "2006") or iid in ("2006")
(started >= "2006") or iid in ("2006","20061231")
(started >= "2006") or status = "active"
(started >= "2006") or status = "suspended"
(started >= "2006") or status = "error"
(started >= "2006") or status = "completed"
(started >= "2006") or status = "terminated"
(started >= "2006") or status = "faulted"
(started >= "2006") or status in ("active","suspended")
(started >= "2006") or status in ("active","suspended","error","completed","terminated","faulted")
(started like "2006-01-01T00:00:01") or last-active = "2006-02-01T00:00:01"
(started like "2006-01-01T00:00:01") or last-active = "2006-02-21"
(started like "2006-01-01T00:00:01") or last-active = "2006-02"
(started like "2006-01-01T00:00:01") or last-active = "2006"
(started like "2006-01-01T00:00:01") or last-active < "2006-02-01T00:00:01"
(started like "2006-01-01T00:00:01") or last-active < "2006-02-21"
(started like "2006-01-01T00:00:01") or last-active < "2006-02"
(started like "2006-01-01T00:00:01") or last-active < "2006"
(started like "2006-01-01T00:00:01") or last-active <= "2006-02-01T00:00:01"
(started like "2006-01-01T00:00:01") or last-active <= "2006-02-21"
(started like "2006-01-01T00:00:01") or last-active <= "2006-02"
(started like "2006-01-01T00:00:01") or last-active <= "2006"
(started like "2006-01-01T00:00:01") or last-active > "2006-02-01T00:00:01"
(started like "2006-01-01T00:00:01") or last-active > "2006-02-21"
(started like "2006-01-01T00:00:01") or last-active > "2006-02"
(started like "2006-01-01T00:00:01") or last-active > "2006"
(started like "2006-01-01T00:00:01") or last-active >= "2006-02-01T00:00:01"
(started like "2006-01-01T00:00:01") or last-active >= "2006-02-21"
(started like "2006-01-01T00:00:01") or last-active >= "2006-02"
(started like "2006-01-01T00:00:01") or last-active >= "2006"
(started like "2006-01-01T00:00:01") or last-active like "2006-02-01T00:00:01"
(started like "2006-01-01T00:00:01") or last-active like "2006-02-21"
(started like "2006-01-01T00:00:01") or last-active like "2006-02"
(started like "2006-01-01T00:00:01") or last-active like "2006"
(started like "2006-01-01T00:00:01") or last-active in ("2006-02-01T00:00:01")
(started like "2006-01-01T00:00:01") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started like "2006-01-01T00:00:01") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started like "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started like "2006-01-01T00:00:01") or $author = "yuriy"
(started like "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started like "2006-01-01T00:00:01") or $author < "yuriy"
(started like "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started like "2006-01-01T00:00:01") or $author <= "yuriy"
(started like "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started like "2006-01-01T00:00:01") or $author > "yuriy"
(started like "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started like "2006-01-01T00:00:01") or $author >= "yuriy"
(started like "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started like "2006-01-01T00:00:01") or $author like "yuriy"
(started like "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started like "2006-01-01T00:00:01") or $author in ("yuriy")
(started like "2006-01-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started like "2006-01-01T00:00:01") or $author in ("yuriy","kostya","nazar","orest")
(started like "2006-01-01T00:00:01") or pid = "HelloWorld"
(started like "2006-01-01T00:00:01") or pid < "HelloWorld"
(started like "2006-01-01T00:00:01") or pid <= "HelloWorld"
(started like "2006-01-01T00:00:01") or pid > "HelloWorld"
(started like "2006-01-01T00:00:01") or pid >= "HelloWorld"
(started like "2006-01-01T00:00:01") or pid like "HelloWorld"
(started like "2006-01-01T00:00:01") or pid in ("HelloWorld","Hello*","Hello*World")
(started like "2006-01-01T00:00:01") or pid in ("Hello*","Hello*World")
(started like "2006-01-01T00:00:01") or pid in ("Hello*World")
(started like "2006-01-01T00:00:01") or iid = "2006"
(started like "2006-01-01T00:00:01") or iid < "2006"
(started like "2006-01-01T00:00:01") or iid <= "2006"
(started like "2006-01-01T00:00:01") or iid > "2006"
(started like "2006-01-01T00:00:01") or iid >= "2006"
(started like "2006-01-01T00:00:01") or iid in ("2006")
(started like "2006-01-01T00:00:01") or iid in ("2006","20061231")
(started like "2006-01-01T00:00:01") or status = "active"
(started like "2006-01-01T00:00:01") or status = "suspended"
(started like "2006-01-01T00:00:01") or status = "error"
(started like "2006-01-01T00:00:01") or status = "completed"
(started like "2006-01-01T00:00:01") or status = "terminated"
(started like "2006-01-01T00:00:01") or status = "faulted"
(started like "2006-01-01T00:00:01") or status in ("active","suspended")
(started like "2006-01-01T00:00:01") or status in ("active","suspended","error","completed","terminated","faulted")
(started like "2006-01-31") or last-active = "2006-02-01T00:00:01"
(started like "2006-01-31") or last-active = "2006-02-21"
(started like "2006-01-31") or last-active = "2006-02"
(started like "2006-01-31") or last-active = "2006"
(started like "2006-01-31") or last-active < "2006-02-01T00:00:01"
(started like "2006-01-31") or last-active < "2006-02-21"
(started like "2006-01-31") or last-active < "2006-02"
(started like "2006-01-31") or last-active < "2006"
(started like "2006-01-31") or last-active <= "2006-02-01T00:00:01"
(started like "2006-01-31") or last-active <= "2006-02-21"
(started like "2006-01-31") or last-active <= "2006-02"
(started like "2006-01-31") or last-active <= "2006"
(started like "2006-01-31") or last-active > "2006-02-01T00:00:01"
(started like "2006-01-31") or last-active > "2006-02-21"
(started like "2006-01-31") or last-active > "2006-02"
(started like "2006-01-31") or last-active > "2006"
(started like "2006-01-31") or last-active >= "2006-02-01T00:00:01"
(started like "2006-01-31") or last-active >= "2006-02-21"
(started like "2006-01-31") or last-active >= "2006-02"
(started like "2006-01-31") or last-active >= "2006"
(started like "2006-01-31") or last-active like "2006-02-01T00:00:01"
(started like "2006-01-31") or last-active like "2006-02-21"
(started like "2006-01-31") or last-active like "2006-02"
(started like "2006-01-31") or last-active like "2006"
(started like "2006-01-31") or last-active in ("2006-02-01T00:00:01")
(started like "2006-01-31") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started like "2006-01-31") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started like "2006-01-31") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started like "2006-01-31") or $author = "yuriy"
(started like "2006-01-31") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started like "2006-01-31") or $author < "yuriy"
(started like "2006-01-31") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started like "2006-01-31") or $author <= "yuriy"
(started like "2006-01-31") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started like "2006-01-31") or $author > "yuriy"
(started like "2006-01-31") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started like "2006-01-31") or $author >= "yuriy"
(started like "2006-01-31") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started like "2006-01-31") or $author like "yuriy"
(started like "2006-01-31") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started like "2006-01-31") or $author in ("yuriy")
(started like "2006-01-31") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started like "2006-01-31") or $author in ("yuriy","kostya","nazar","orest")
(started like "2006-01-31") or pid = "HelloWorld"
(started like "2006-01-31") or pid < "HelloWorld"
(started like "2006-01-31") or pid <= "HelloWorld"
(started like "2006-01-31") or pid > "HelloWorld"
(started like "2006-01-31") or pid >= "HelloWorld"
(started like "2006-01-31") or pid like "HelloWorld"
(started like "2006-01-31") or pid in ("HelloWorld","Hello*","Hello*World")
(started like "2006-01-31") or pid in ("Hello*","Hello*World")
(started like "2006-01-31") or pid in ("Hello*World")
(started like "2006-01-31") or iid = "2006"
(started like "2006-01-31") or iid < "2006"
(started like "2006-01-31") or iid <= "2006"
(started like "2006-01-31") or iid > "2006"
(started like "2006-01-31") or iid >= "2006"
(started like "2006-01-31") or iid in ("2006")
(started like "2006-01-31") or iid in ("2006","20061231")
(started like "2006-01-31") or status = "active"
(started like "2006-01-31") or status = "suspended"
(started like "2006-01-31") or status = "error"
(started like "2006-01-31") or status = "completed"
(started like "2006-01-31") or status = "terminated"
(started like "2006-01-31") or status = "faulted"
(started like "2006-01-31") or status in ("active","suspended")
(started like "2006-01-31") or status in ("active","suspended","error","completed","terminated","faulted")
(started like "2006-01") or last-active = "2006-02-01T00:00:01"
(started like "2006-01") or last-active = "2006-02-21"
(started like "2006-01") or last-active = "2006-02"
(started like "2006-01") or last-active = "2006"
(started like "2006-01") or last-active < "2006-02-01T00:00:01"
(started like "2006-01") or last-active < "2006-02-21"
(started like "2006-01") or last-active < "2006-02"
(started like "2006-01") or last-active < "2006"
(started like "2006-01") or last-active <= "2006-02-01T00:00:01"
(started like "2006-01") or last-active <= "2006-02-21"
(started like "2006-01") or last-active <= "2006-02"
(started like "2006-01") or last-active <= "2006"
(started like "2006-01") or last-active > "2006-02-01T00:00:01"
(started like "2006-01") or last-active > "2006-02-21"
(started like "2006-01") or last-active > "2006-02"
(started like "2006-01") or last-active > "2006"
(started like "2006-01") or last-active >= "2006-02-01T00:00:01"
(started like "2006-01") or last-active >= "2006-02-21"
(started like "2006-01") or last-active >= "2006-02"
(started like "2006-01") or last-active >= "2006"
(started like "2006-01") or last-active like "2006-02-01T00:00:01"
(started like "2006-01") or last-active like "2006-02-21"
(started like "2006-01") or last-active like "2006-02"
(started like "2006-01") or last-active like "2006"
(started like "2006-01") or last-active in ("2006-02-01T00:00:01")
(started like "2006-01") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started like "2006-01") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started like "2006-01") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started like "2006-01") or $author = "yuriy"
(started like "2006-01") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started like "2006-01") or $author < "yuriy"
(started like "2006-01") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started like "2006-01") or $author <= "yuriy"
(started like "2006-01") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started like "2006-01") or $author > "yuriy"
(started like "2006-01") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started like "2006-01") or $author >= "yuriy"
(started like "2006-01") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started like "2006-01") or $author like "yuriy"
(started like "2006-01") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started like "2006-01") or $author in ("yuriy")
(started like "2006-01") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started like "2006-01") or $author in ("yuriy","kostya","nazar","orest")
(started like "2006-01") or pid = "HelloWorld"
(started like "2006-01") or pid < "HelloWorld"
(started like "2006-01") or pid <= "HelloWorld"
(started like "2006-01") or pid > "HelloWorld"
(started like "2006-01") or pid >= "HelloWorld"
(started like "2006-01") or pid like "HelloWorld"
(started like "2006-01") or pid in ("HelloWorld","Hello*","Hello*World")
(started like "2006-01") or pid in ("Hello*","Hello*World")
(started like "2006-01") or pid in ("Hello*World")
(started like "2006-01") or iid = "2006"
(started like "2006-01") or iid < "2006"
(started like "2006-01") or iid <= "2006"
(started like "2006-01") or iid > "2006"
(started like "2006-01") or iid >= "2006"
(started like "2006-01") or iid in ("2006")
(started like "2006-01") or iid in ("2006","20061231")
(started like "2006-01") or status = "active"
(started like "2006-01") or status = "suspended"
(started like "2006-01") or status = "error"
(started like "2006-01") or status = "completed"
(started like "2006-01") or status = "terminated"
(started like "2006-01") or status = "faulted"
(started like "2006-01") or status in ("active","suspended")
(started like "2006-01") or status in ("active","suspended","error","completed","terminated","faulted")
(started like "2006") or last-active = "2006-02-01T00:00:01"
(started like "2006") or last-active = "2006-02-21"
(started like "2006") or last-active = "2006-02"
(started like "2006") or last-active = "2006"
(started like "2006") or last-active < "2006-02-01T00:00:01"
(started like "2006") or last-active < "2006-02-21"
(started like "2006") or last-active < "2006-02"
(started like "2006") or last-active < "2006"
(started like "2006") or last-active <= "2006-02-01T00:00:01"
(started like "2006") or last-active <= "2006-02-21"
(started like "2006") or last-active <= "2006-02"
(started like "2006") or last-active <= "2006"
(started like "2006") or last-active > "2006-02-01T00:00:01"
(started like "2006") or last-active > "2006-02-21"
(started like "2006") or last-active > "2006-02"
(started like "2006") or last-active > "2006"
(started like "2006") or last-active >= "2006-02-01T00:00:01"
(started like "2006") or last-active >= "2006-02-21"
(started like "2006") or last-active >= "2006-02"
(started like "2006") or last-active >= "2006"
(started like "2006") or last-active like "2006-02-01T00:00:01"
(started like "2006") or last-active like "2006-02-21"
(started like "2006") or last-active like "2006-02"
(started like "2006") or last-active like "2006"
(started like "2006") or last-active in ("2006-02-01T00:00:01")
(started like "2006") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started like "2006") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started like "2006") or ${org.apache.ode.BPELProcess}author = "yuriy"
(started like "2006") or $author = "yuriy"
(started like "2006") or ${org.apache.ode.BPELProcess}author < "yuriy"
(started like "2006") or $author < "yuriy"
(started like "2006") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started like "2006") or $author <= "yuriy"
(started like "2006") or ${org.apache.ode.BPELProcess}author > "yuriy"
(started like "2006") or $author > "yuriy"
(started like "2006") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started like "2006") or $author >= "yuriy"
(started like "2006") or ${org.apache.ode.BPELProcess}author like "yuriy"
(started like "2006") or $author like "yuriy"
(started like "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started like "2006") or $author in ("yuriy")
(started like "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started like "2006") or $author in ("yuriy","kostya","nazar","orest")
(started like "2006") or pid = "HelloWorld"
(started like "2006") or pid < "HelloWorld"
(started like "2006") or pid <= "HelloWorld"
(started like "2006") or pid > "HelloWorld"
(started like "2006") or pid >= "HelloWorld"
(started like "2006") or pid like "HelloWorld"
(started like "2006") or pid in ("HelloWorld","Hello*","Hello*World")
(started like "2006") or pid in ("Hello*","Hello*World")
(started like "2006") or pid in ("Hello*World")
(started like "2006") or iid = "2006"
(started like "2006") or iid < "2006"
(started like "2006") or iid <= "2006"
(started like "2006") or iid > "2006"
(started like "2006") or iid >= "2006"
(started like "2006") or iid in ("2006")
(started like "2006") or iid in ("2006","20061231")
(started like "2006") or status = "active"
(started like "2006") or status = "suspended"
(started like "2006") or status = "error"
(started like "2006") or status = "completed"
(started like "2006") or status = "terminated"
(started like "2006") or status = "faulted"
(started like "2006") or status in ("active","suspended")
(started like "2006") or status in ("active","suspended","error","completed","terminated","faulted")
(started in ("2006-01-01T00:00:01")) or last-active = "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01")) or last-active = "2006-02-21"
(started in ("2006-01-01T00:00:01")) or last-active = "2006-02"
(started in ("2006-01-01T00:00:01")) or last-active = "2006"
(started in ("2006-01-01T00:00:01")) or last-active < "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01")) or last-active < "2006-02-21"
(started in ("2006-01-01T00:00:01")) or last-active < "2006-02"
(started in ("2006-01-01T00:00:01")) or last-active < "2006"
(started in ("2006-01-01T00:00:01")) or last-active <= "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01")) or last-active <= "2006-02-21"
(started in ("2006-01-01T00:00:01")) or last-active <= "2006-02"
(started in ("2006-01-01T00:00:01")) or last-active <= "2006"
(started in ("2006-01-01T00:00:01")) or last-active > "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01")) or last-active > "2006-02-21"
(started in ("2006-01-01T00:00:01")) or last-active > "2006-02"
(started in ("2006-01-01T00:00:01")) or last-active > "2006"
(started in ("2006-01-01T00:00:01")) or last-active >= "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01")) or last-active >= "2006-02-21"
(started in ("2006-01-01T00:00:01")) or last-active >= "2006-02"
(started in ("2006-01-01T00:00:01")) or last-active >= "2006"
(started in ("2006-01-01T00:00:01")) or last-active like "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01")) or last-active like "2006-02-21"
(started in ("2006-01-01T00:00:01")) or last-active like "2006-02"
(started in ("2006-01-01T00:00:01")) or last-active like "2006"
(started in ("2006-01-01T00:00:01")) or last-active in ("2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01")) or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started in ("2006-01-01T00:00:01")) or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started in ("2006-01-01T00:00:01")) or ${org.apache.ode.BPELProcess}author = "yuriy"
(started in ("2006-01-01T00:00:01")) or $author = "yuriy"
(started in ("2006-01-01T00:00:01")) or ${org.apache.ode.BPELProcess}author < "yuriy"
(started in ("2006-01-01T00:00:01")) or $author < "yuriy"
(started in ("2006-01-01T00:00:01")) or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started in ("2006-01-01T00:00:01")) or $author <= "yuriy"
(started in ("2006-01-01T00:00:01")) or ${org.apache.ode.BPELProcess}author > "yuriy"
(started in ("2006-01-01T00:00:01")) or $author > "yuriy"
(started in ("2006-01-01T00:00:01")) or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started in ("2006-01-01T00:00:01")) or $author >= "yuriy"
(started in ("2006-01-01T00:00:01")) or ${org.apache.ode.BPELProcess}author like "yuriy"
(started in ("2006-01-01T00:00:01")) or $author like "yuriy"
(started in ("2006-01-01T00:00:01")) or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started in ("2006-01-01T00:00:01")) or $author in ("yuriy")
(started in ("2006-01-01T00:00:01")) or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started in ("2006-01-01T00:00:01")) or $author in ("yuriy","kostya","nazar","orest")
(started in ("2006-01-01T00:00:01")) or pid = "HelloWorld"
(started in ("2006-01-01T00:00:01")) or pid < "HelloWorld"
(started in ("2006-01-01T00:00:01")) or pid <= "HelloWorld"
(started in ("2006-01-01T00:00:01")) or pid > "HelloWorld"
(started in ("2006-01-01T00:00:01")) or pid >= "HelloWorld"
(started in ("2006-01-01T00:00:01")) or pid like "HelloWorld"
(started in ("2006-01-01T00:00:01")) or pid in ("HelloWorld","Hello*","Hello*World")
(started in ("2006-01-01T00:00:01")) or pid in ("Hello*","Hello*World")
(started in ("2006-01-01T00:00:01")) or pid in ("Hello*World")
(started in ("2006-01-01T00:00:01")) or iid = "2006"
(started in ("2006-01-01T00:00:01")) or iid < "2006"
(started in ("2006-01-01T00:00:01")) or iid <= "2006"
(started in ("2006-01-01T00:00:01")) or iid > "2006"
(started in ("2006-01-01T00:00:01")) or iid >= "2006"
(started in ("2006-01-01T00:00:01")) or iid in ("2006")
(started in ("2006-01-01T00:00:01")) or iid in ("2006","20061231")
(started in ("2006-01-01T00:00:01")) or status = "active"
(started in ("2006-01-01T00:00:01")) or status = "suspended"
(started in ("2006-01-01T00:00:01")) or status = "error"
(started in ("2006-01-01T00:00:01")) or status = "completed"
(started in ("2006-01-01T00:00:01")) or status = "terminated"
(started in ("2006-01-01T00:00:01")) or status = "faulted"
(started in ("2006-01-01T00:00:01")) or status in ("active","suspended")
(started in ("2006-01-01T00:00:01")) or status in ("active","suspended","error","completed","terminated","faulted")
(started in ("2006-01-31","2006-01")) or last-active = "2006-02-01T00:00:01"
(started in ("2006-01-31","2006-01")) or last-active = "2006-02-21"
(started in ("2006-01-31","2006-01")) or last-active = "2006-02"
(started in ("2006-01-31","2006-01")) or last-active = "2006"
(started in ("2006-01-31","2006-01")) or last-active < "2006-02-01T00:00:01"
(started in ("2006-01-31","2006-01")) or last-active < "2006-02-21"
(started in ("2006-01-31","2006-01")) or last-active < "2006-02"
(started in ("2006-01-31","2006-01")) or last-active < "2006"
(started in ("2006-01-31","2006-01")) or last-active <= "2006-02-01T00:00:01"
(started in ("2006-01-31","2006-01")) or last-active <= "2006-02-21"
(started in ("2006-01-31","2006-01")) or last-active <= "2006-02"
(started in ("2006-01-31","2006-01")) or last-active <= "2006"
(started in ("2006-01-31","2006-01")) or last-active > "2006-02-01T00:00:01"
(started in ("2006-01-31","2006-01")) or last-active > "2006-02-21"
(started in ("2006-01-31","2006-01")) or last-active > "2006-02"
(started in ("2006-01-31","2006-01")) or last-active > "2006"
(started in ("2006-01-31","2006-01")) or last-active >= "2006-02-01T00:00:01"
(started in ("2006-01-31","2006-01")) or last-active >= "2006-02-21"
(started in ("2006-01-31","2006-01")) or last-active >= "2006-02"
(started in ("2006-01-31","2006-01")) or last-active >= "2006"
(started in ("2006-01-31","2006-01")) or last-active like "2006-02-01T00:00:01"
(started in ("2006-01-31","2006-01")) or last-active like "2006-02-21"
(started in ("2006-01-31","2006-01")) or last-active like "2006-02"
(started in ("2006-01-31","2006-01")) or last-active like "2006"
(started in ("2006-01-31","2006-01")) or last-active in ("2006-02-01T00:00:01")
(started in ("2006-01-31","2006-01")) or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started in ("2006-01-31","2006-01")) or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started in ("2006-01-31","2006-01")) or ${org.apache.ode.BPELProcess}author = "yuriy"
(started in ("2006-01-31","2006-01")) or $author = "yuriy"
(started in ("2006-01-31","2006-01")) or ${org.apache.ode.BPELProcess}author < "yuriy"
(started in ("2006-01-31","2006-01")) or $author < "yuriy"
(started in ("2006-01-31","2006-01")) or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started in ("2006-01-31","2006-01")) or $author <= "yuriy"
(started in ("2006-01-31","2006-01")) or ${org.apache.ode.BPELProcess}author > "yuriy"
(started in ("2006-01-31","2006-01")) or $author > "yuriy"
(started in ("2006-01-31","2006-01")) or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started in ("2006-01-31","2006-01")) or $author >= "yuriy"
(started in ("2006-01-31","2006-01")) or ${org.apache.ode.BPELProcess}author like "yuriy"
(started in ("2006-01-31","2006-01")) or $author like "yuriy"
(started in ("2006-01-31","2006-01")) or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started in ("2006-01-31","2006-01")) or $author in ("yuriy")
(started in ("2006-01-31","2006-01")) or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started in ("2006-01-31","2006-01")) or $author in ("yuriy","kostya","nazar","orest")
(started in ("2006-01-31","2006-01")) or pid = "HelloWorld"
(started in ("2006-01-31","2006-01")) or pid < "HelloWorld"
(started in ("2006-01-31","2006-01")) or pid <= "HelloWorld"
(started in ("2006-01-31","2006-01")) or pid > "HelloWorld"
(started in ("2006-01-31","2006-01")) or pid >= "HelloWorld"
(started in ("2006-01-31","2006-01")) or pid like "HelloWorld"
(started in ("2006-01-31","2006-01")) or pid in ("HelloWorld","Hello*","Hello*World")
(started in ("2006-01-31","2006-01")) or pid in ("Hello*","Hello*World")
(started in ("2006-01-31","2006-01")) or pid in ("Hello*World")
(started in ("2006-01-31","2006-01")) or iid = "2006"
(started in ("2006-01-31","2006-01")) or iid < "2006"
(started in ("2006-01-31","2006-01")) or iid <= "2006"
(started in ("2006-01-31","2006-01")) or iid > "2006"
(started in ("2006-01-31","2006-01")) or iid >= "2006"
(started in ("2006-01-31","2006-01")) or iid in ("2006")
(started in ("2006-01-31","2006-01")) or iid in ("2006","20061231")
(started in ("2006-01-31","2006-01")) or status = "active"
(started in ("2006-01-31","2006-01")) or status = "suspended"
(started in ("2006-01-31","2006-01")) or status = "error"
(started in ("2006-01-31","2006-01")) or status = "completed"
(started in ("2006-01-31","2006-01")) or status = "terminated"
(started in ("2006-01-31","2006-01")) or status = "faulted"
(started in ("2006-01-31","2006-01")) or status in ("active","suspended")
(started in ("2006-01-31","2006-01")) or status in ("active","suspended","error","completed","terminated","faulted")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active = "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active = "2006-02-21"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active = "2006-02"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active = "2006"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active < "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active < "2006-02-21"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active < "2006-02"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active < "2006"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active <= "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active <= "2006-02-21"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active <= "2006-02"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active <= "2006"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active > "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active > "2006-02-21"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active > "2006-02"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active > "2006"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active >= "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active >= "2006-02-21"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active >= "2006-02"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active >= "2006"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active like "2006-02-01T00:00:01"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active like "2006-02-21"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active like "2006-02"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active like "2006"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active in ("2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active in ("2006-02-01T00:00:01","2006-02-21")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or ${org.apache.ode.BPELProcess}author = "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or $author = "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or ${org.apache.ode.BPELProcess}author < "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or $author < "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or ${org.apache.ode.BPELProcess}author <= "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or $author <= "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or ${org.apache.ode.BPELProcess}author > "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or $author > "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or ${org.apache.ode.BPELProcess}author >= "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or $author >= "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or ${org.apache.ode.BPELProcess}author like "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or $author like "yuriy"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or ${org.apache.ode.BPELProcess}author in ("yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or $author in ("yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or $author in ("yuriy","kostya","nazar","orest")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or pid = "HelloWorld"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or pid < "HelloWorld"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or pid <= "HelloWorld"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or pid > "HelloWorld"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or pid >= "HelloWorld"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or pid like "HelloWorld"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or pid in ("HelloWorld","Hello*","Hello*World")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or pid in ("Hello*","Hello*World")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or pid in ("Hello*World")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or iid = "2006"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or iid < "2006"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or iid <= "2006"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or iid > "2006"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or iid >= "2006"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or iid in ("2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or iid in ("2006","20061231")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or status = "active"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or status = "suspended"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or status = "error"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or status = "completed"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or status = "terminated"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or status = "faulted"
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or status in ("active","suspended")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or status in ("active","suspended","error","completed","terminated","faulted")
started = "2006-01-01T00:00:01" or (last-active = "2006-02-01T00:00:01")
started = "2006-01-01T00:00:01" or (last-active = "2006-02-21")
started = "2006-01-01T00:00:01" or (last-active = "2006-02")
started = "2006-01-01T00:00:01" or (last-active = "2006")
started = "2006-01-01T00:00:01" or (last-active < "2006-02-01T00:00:01")
started = "2006-01-01T00:00:01" or (last-active < "2006-02-21")
started = "2006-01-01T00:00:01" or (last-active < "2006-02")
started = "2006-01-01T00:00:01" or (last-active < "2006")
started = "2006-01-01T00:00:01" or (last-active <= "2006-02-01T00:00:01")
started = "2006-01-01T00:00:01" or (last-active <= "2006-02-21")
started = "2006-01-01T00:00:01" or (last-active <= "2006-02")
started = "2006-01-01T00:00:01" or (last-active <= "2006")
started = "2006-01-01T00:00:01" or (last-active > "2006-02-01T00:00:01")
started = "2006-01-01T00:00:01" or (last-active > "2006-02-21")
started = "2006-01-01T00:00:01" or (last-active > "2006-02")
started = "2006-01-01T00:00:01" or (last-active > "2006")
started = "2006-01-01T00:00:01" or (last-active >= "2006-02-01T00:00:01")
started = "2006-01-01T00:00:01" or (last-active >= "2006-02-21")
started = "2006-01-01T00:00:01" or (last-active >= "2006-02")
started = "2006-01-01T00:00:01" or (last-active >= "2006")
started = "2006-01-01T00:00:01" or (last-active like "2006-02-01T00:00:01")
started = "2006-01-01T00:00:01" or (last-active like "2006-02-21")
started = "2006-01-01T00:00:01" or (last-active like "2006-02")
started = "2006-01-01T00:00:01" or (last-active like "2006")
started = "2006-01-01T00:00:01" or (last-active in ("2006-02-01T00:00:01"))
started = "2006-01-01T00:00:01" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started = "2006-01-01T00:00:01" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started = "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author = "yuriy")
started = "2006-01-01T00:00:01" or ($author = "yuriy")
started = "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author < "yuriy")
started = "2006-01-01T00:00:01" or ($author < "yuriy")
started = "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started = "2006-01-01T00:00:01" or ($author <= "yuriy")
started = "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author > "yuriy")
started = "2006-01-01T00:00:01" or ($author > "yuriy")
started = "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started = "2006-01-01T00:00:01" or ($author >= "yuriy")
started = "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author like "yuriy")
started = "2006-01-01T00:00:01" or ($author like "yuriy")
started = "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started = "2006-01-01T00:00:01" or ($author in ("yuriy"))
started = "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started = "2006-01-01T00:00:01" or ($author in ("yuriy","kostya","nazar","orest"))
started = "2006-01-01T00:00:01" or (pid = "HelloWorld")
started = "2006-01-01T00:00:01" or (pid < "HelloWorld")
started = "2006-01-01T00:00:01" or (pid <= "HelloWorld")
started = "2006-01-01T00:00:01" or (pid > "HelloWorld")
started = "2006-01-01T00:00:01" or (pid >= "HelloWorld")
started = "2006-01-01T00:00:01" or (pid like "HelloWorld")
started = "2006-01-01T00:00:01" or (pid in ("HelloWorld","Hello*","Hello*World"))
started = "2006-01-01T00:00:01" or (pid in ("Hello*","Hello*World"))
started = "2006-01-01T00:00:01" or (pid in ("Hello*World"))
started = "2006-01-01T00:00:01" or (iid = "2006")
started = "2006-01-01T00:00:01" or (iid < "2006")
started = "2006-01-01T00:00:01" or (iid <= "2006")
started = "2006-01-01T00:00:01" or (iid > "2006")
started = "2006-01-01T00:00:01" or (iid >= "2006")
started = "2006-01-01T00:00:01" or (iid in ("2006"))
started = "2006-01-01T00:00:01" or (iid in ("2006","20061231"))
started = "2006-01-01T00:00:01" or (status = "active")
started = "2006-01-01T00:00:01" or (status = "suspended")
started = "2006-01-01T00:00:01" or (status = "error")
started = "2006-01-01T00:00:01" or (status = "completed")
started = "2006-01-01T00:00:01" or (status = "terminated")
started = "2006-01-01T00:00:01" or (status = "faulted")
started = "2006-01-01T00:00:01" or (status in ("active","suspended"))
started = "2006-01-01T00:00:01" or (status in ("active","suspended","error","completed","terminated","faulted"))
started = "2006-01-31" or (last-active = "2006-02-01T00:00:01")
started = "2006-01-31" or (last-active = "2006-02-21")
started = "2006-01-31" or (last-active = "2006-02")
started = "2006-01-31" or (last-active = "2006")
started = "2006-01-31" or (last-active < "2006-02-01T00:00:01")
started = "2006-01-31" or (last-active < "2006-02-21")
started = "2006-01-31" or (last-active < "2006-02")
started = "2006-01-31" or (last-active < "2006")
started = "2006-01-31" or (last-active <= "2006-02-01T00:00:01")
started = "2006-01-31" or (last-active <= "2006-02-21")
started = "2006-01-31" or (last-active <= "2006-02")
started = "2006-01-31" or (last-active <= "2006")
started = "2006-01-31" or (last-active > "2006-02-01T00:00:01")
started = "2006-01-31" or (last-active > "2006-02-21")
started = "2006-01-31" or (last-active > "2006-02")
started = "2006-01-31" or (last-active > "2006")
started = "2006-01-31" or (last-active >= "2006-02-01T00:00:01")
started = "2006-01-31" or (last-active >= "2006-02-21")
started = "2006-01-31" or (last-active >= "2006-02")
started = "2006-01-31" or (last-active >= "2006")
started = "2006-01-31" or (last-active like "2006-02-01T00:00:01")
started = "2006-01-31" or (last-active like "2006-02-21")
started = "2006-01-31" or (last-active like "2006-02")
started = "2006-01-31" or (last-active like "2006")
started = "2006-01-31" or (last-active in ("2006-02-01T00:00:01"))
started = "2006-01-31" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started = "2006-01-31" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started = "2006-01-31" or (${org.apache.ode.BPELProcess}author = "yuriy")
started = "2006-01-31" or ($author = "yuriy")
started = "2006-01-31" or (${org.apache.ode.BPELProcess}author < "yuriy")
started = "2006-01-31" or ($author < "yuriy")
started = "2006-01-31" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started = "2006-01-31" or ($author <= "yuriy")
started = "2006-01-31" or (${org.apache.ode.BPELProcess}author > "yuriy")
started = "2006-01-31" or ($author > "yuriy")
started = "2006-01-31" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started = "2006-01-31" or ($author >= "yuriy")
started = "2006-01-31" or (${org.apache.ode.BPELProcess}author like "yuriy")
started = "2006-01-31" or ($author like "yuriy")
started = "2006-01-31" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started = "2006-01-31" or ($author in ("yuriy"))
started = "2006-01-31" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started = "2006-01-31" or ($author in ("yuriy","kostya","nazar","orest"))
started = "2006-01-31" or (pid = "HelloWorld")
started = "2006-01-31" or (pid < "HelloWorld")
started = "2006-01-31" or (pid <= "HelloWorld")
started = "2006-01-31" or (pid > "HelloWorld")
started = "2006-01-31" or (pid >= "HelloWorld")
started = "2006-01-31" or (pid like "HelloWorld")
started = "2006-01-31" or (pid in ("HelloWorld","Hello*","Hello*World"))
started = "2006-01-31" or (pid in ("Hello*","Hello*World"))
started = "2006-01-31" or (pid in ("Hello*World"))
started = "2006-01-31" or (iid = "2006")
started = "2006-01-31" or (iid < "2006")
started = "2006-01-31" or (iid <= "2006")
started = "2006-01-31" or (iid > "2006")
started = "2006-01-31" or (iid >= "2006")
started = "2006-01-31" or (iid in ("2006"))
started = "2006-01-31" or (iid in ("2006","20061231"))
started = "2006-01-31" or (status = "active")
started = "2006-01-31" or (status = "suspended")
started = "2006-01-31" or (status = "error")
started = "2006-01-31" or (status = "completed")
started = "2006-01-31" or (status = "terminated")
started = "2006-01-31" or (status = "faulted")
started = "2006-01-31" or (status in ("active","suspended"))
started = "2006-01-31" or (status in ("active","suspended","error","completed","terminated","faulted"))
started = "2006-01" or (last-active = "2006-02-01T00:00:01")
started = "2006-01" or (last-active = "2006-02-21")
started = "2006-01" or (last-active = "2006-02")
started = "2006-01" or (last-active = "2006")
started = "2006-01" or (last-active < "2006-02-01T00:00:01")
started = "2006-01" or (last-active < "2006-02-21")
started = "2006-01" or (last-active < "2006-02")
started = "2006-01" or (last-active < "2006")
started = "2006-01" or (last-active <= "2006-02-01T00:00:01")
started = "2006-01" or (last-active <= "2006-02-21")
started = "2006-01" or (last-active <= "2006-02")
started = "2006-01" or (last-active <= "2006")
started = "2006-01" or (last-active > "2006-02-01T00:00:01")
started = "2006-01" or (last-active > "2006-02-21")
started = "2006-01" or (last-active > "2006-02")
started = "2006-01" or (last-active > "2006")
started = "2006-01" or (last-active >= "2006-02-01T00:00:01")
started = "2006-01" or (last-active >= "2006-02-21")
started = "2006-01" or (last-active >= "2006-02")
started = "2006-01" or (last-active >= "2006")
started = "2006-01" or (last-active like "2006-02-01T00:00:01")
started = "2006-01" or (last-active like "2006-02-21")
started = "2006-01" or (last-active like "2006-02")
started = "2006-01" or (last-active like "2006")
started = "2006-01" or (last-active in ("2006-02-01T00:00:01"))
started = "2006-01" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started = "2006-01" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started = "2006-01" or (${org.apache.ode.BPELProcess}author = "yuriy")
started = "2006-01" or ($author = "yuriy")
started = "2006-01" or (${org.apache.ode.BPELProcess}author < "yuriy")
started = "2006-01" or ($author < "yuriy")
started = "2006-01" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started = "2006-01" or ($author <= "yuriy")
started = "2006-01" or (${org.apache.ode.BPELProcess}author > "yuriy")
started = "2006-01" or ($author > "yuriy")
started = "2006-01" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started = "2006-01" or ($author >= "yuriy")
started = "2006-01" or (${org.apache.ode.BPELProcess}author like "yuriy")
started = "2006-01" or ($author like "yuriy")
started = "2006-01" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started = "2006-01" or ($author in ("yuriy"))
started = "2006-01" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started = "2006-01" or ($author in ("yuriy","kostya","nazar","orest"))
started = "2006-01" or (pid = "HelloWorld")
started = "2006-01" or (pid < "HelloWorld")
started = "2006-01" or (pid <= "HelloWorld")
started = "2006-01" or (pid > "HelloWorld")
started = "2006-01" or (pid >= "HelloWorld")
started = "2006-01" or (pid like "HelloWorld")
started = "2006-01" or (pid in ("HelloWorld","Hello*","Hello*World"))
started = "2006-01" or (pid in ("Hello*","Hello*World"))
started = "2006-01" or (pid in ("Hello*World"))
started = "2006-01" or (iid = "2006")
started = "2006-01" or (iid < "2006")
started = "2006-01" or (iid <= "2006")
started = "2006-01" or (iid > "2006")
started = "2006-01" or (iid >= "2006")
started = "2006-01" or (iid in ("2006"))
started = "2006-01" or (iid in ("2006","20061231"))
started = "2006-01" or (status = "active")
started = "2006-01" or (status = "suspended")
started = "2006-01" or (status = "error")
started = "2006-01" or (status = "completed")
started = "2006-01" or (status = "terminated")
started = "2006-01" or (status = "faulted")
started = "2006-01" or (status in ("active","suspended"))
started = "2006-01" or (status in ("active","suspended","error","completed","terminated","faulted"))
started = "2006" or (last-active = "2006-02-01T00:00:01")
started = "2006" or (last-active = "2006-02-21")
started = "2006" or (last-active = "2006-02")
started = "2006" or (last-active = "2006")
started = "2006" or (last-active < "2006-02-01T00:00:01")
started = "2006" or (last-active < "2006-02-21")
started = "2006" or (last-active < "2006-02")
started = "2006" or (last-active < "2006")
started = "2006" or (last-active <= "2006-02-01T00:00:01")
started = "2006" or (last-active <= "2006-02-21")
started = "2006" or (last-active <= "2006-02")
started = "2006" or (last-active <= "2006")
started = "2006" or (last-active > "2006-02-01T00:00:01")
started = "2006" or (last-active > "2006-02-21")
started = "2006" or (last-active > "2006-02")
started = "2006" or (last-active > "2006")
started = "2006" or (last-active >= "2006-02-01T00:00:01")
started = "2006" or (last-active >= "2006-02-21")
started = "2006" or (last-active >= "2006-02")
started = "2006" or (last-active >= "2006")
started = "2006" or (last-active like "2006-02-01T00:00:01")
started = "2006" or (last-active like "2006-02-21")
started = "2006" or (last-active like "2006-02")
started = "2006" or (last-active like "2006")
started = "2006" or (last-active in ("2006-02-01T00:00:01"))
started = "2006" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started = "2006" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started = "2006" or (${org.apache.ode.BPELProcess}author = "yuriy")
started = "2006" or ($author = "yuriy")
started = "2006" or (${org.apache.ode.BPELProcess}author < "yuriy")
started = "2006" or ($author < "yuriy")
started = "2006" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started = "2006" or ($author <= "yuriy")
started = "2006" or (${org.apache.ode.BPELProcess}author > "yuriy")
started = "2006" or ($author > "yuriy")
started = "2006" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started = "2006" or ($author >= "yuriy")
started = "2006" or (${org.apache.ode.BPELProcess}author like "yuriy")
started = "2006" or ($author like "yuriy")
started = "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started = "2006" or ($author in ("yuriy"))
started = "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started = "2006" or ($author in ("yuriy","kostya","nazar","orest"))
started = "2006" or (pid = "HelloWorld")
started = "2006" or (pid < "HelloWorld")
started = "2006" or (pid <= "HelloWorld")
started = "2006" or (pid > "HelloWorld")
started = "2006" or (pid >= "HelloWorld")
started = "2006" or (pid like "HelloWorld")
started = "2006" or (pid in ("HelloWorld","Hello*","Hello*World"))
started = "2006" or (pid in ("Hello*","Hello*World"))
started = "2006" or (pid in ("Hello*World"))
started = "2006" or (iid = "2006")
started = "2006" or (iid < "2006")
started = "2006" or (iid <= "2006")
started = "2006" or (iid > "2006")
started = "2006" or (iid >= "2006")
started = "2006" or (iid in ("2006"))
started = "2006" or (iid in ("2006","20061231"))
started = "2006" or (status = "active")
started = "2006" or (status = "suspended")
started = "2006" or (status = "error")
started = "2006" or (status = "completed")
started = "2006" or (status = "terminated")
started = "2006" or (status = "faulted")
started = "2006" or (status in ("active","suspended"))
started = "2006" or (status in ("active","suspended","error","completed","terminated","faulted"))
started < "2006-01-01T00:00:01" or (last-active = "2006-02-01T00:00:01")
started < "2006-01-01T00:00:01" or (last-active = "2006-02-21")
started < "2006-01-01T00:00:01" or (last-active = "2006-02")
started < "2006-01-01T00:00:01" or (last-active = "2006")
started < "2006-01-01T00:00:01" or (last-active < "2006-02-01T00:00:01")
started < "2006-01-01T00:00:01" or (last-active < "2006-02-21")
started < "2006-01-01T00:00:01" or (last-active < "2006-02")
started < "2006-01-01T00:00:01" or (last-active < "2006")
started < "2006-01-01T00:00:01" or (last-active <= "2006-02-01T00:00:01")
started < "2006-01-01T00:00:01" or (last-active <= "2006-02-21")
started < "2006-01-01T00:00:01" or (last-active <= "2006-02")
started < "2006-01-01T00:00:01" or (last-active <= "2006")
started < "2006-01-01T00:00:01" or (last-active > "2006-02-01T00:00:01")
started < "2006-01-01T00:00:01" or (last-active > "2006-02-21")
started < "2006-01-01T00:00:01" or (last-active > "2006-02")
started < "2006-01-01T00:00:01" or (last-active > "2006")
started < "2006-01-01T00:00:01" or (last-active >= "2006-02-01T00:00:01")
started < "2006-01-01T00:00:01" or (last-active >= "2006-02-21")
started < "2006-01-01T00:00:01" or (last-active >= "2006-02")
started < "2006-01-01T00:00:01" or (last-active >= "2006")
started < "2006-01-01T00:00:01" or (last-active like "2006-02-01T00:00:01")
started < "2006-01-01T00:00:01" or (last-active like "2006-02-21")
started < "2006-01-01T00:00:01" or (last-active like "2006-02")
started < "2006-01-01T00:00:01" or (last-active like "2006")
started < "2006-01-01T00:00:01" or (last-active in ("2006-02-01T00:00:01"))
started < "2006-01-01T00:00:01" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started < "2006-01-01T00:00:01" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started < "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author = "yuriy")
started < "2006-01-01T00:00:01" or ($author = "yuriy")
started < "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author < "yuriy")
started < "2006-01-01T00:00:01" or ($author < "yuriy")
started < "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started < "2006-01-01T00:00:01" or ($author <= "yuriy")
started < "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author > "yuriy")
started < "2006-01-01T00:00:01" or ($author > "yuriy")
started < "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started < "2006-01-01T00:00:01" or ($author >= "yuriy")
started < "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author like "yuriy")
started < "2006-01-01T00:00:01" or ($author like "yuriy")
started < "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started < "2006-01-01T00:00:01" or ($author in ("yuriy"))
started < "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started < "2006-01-01T00:00:01" or ($author in ("yuriy","kostya","nazar","orest"))
started < "2006-01-01T00:00:01" or (pid = "HelloWorld")
started < "2006-01-01T00:00:01" or (pid < "HelloWorld")
started < "2006-01-01T00:00:01" or (pid <= "HelloWorld")
started < "2006-01-01T00:00:01" or (pid > "HelloWorld")
started < "2006-01-01T00:00:01" or (pid >= "HelloWorld")
started < "2006-01-01T00:00:01" or (pid like "HelloWorld")
started < "2006-01-01T00:00:01" or (pid in ("HelloWorld","Hello*","Hello*World"))
started < "2006-01-01T00:00:01" or (pid in ("Hello*","Hello*World"))
started < "2006-01-01T00:00:01" or (pid in ("Hello*World"))
started < "2006-01-01T00:00:01" or (iid = "2006")
started < "2006-01-01T00:00:01" or (iid < "2006")
started < "2006-01-01T00:00:01" or (iid <= "2006")
started < "2006-01-01T00:00:01" or (iid > "2006")
started < "2006-01-01T00:00:01" or (iid >= "2006")
started < "2006-01-01T00:00:01" or (iid in ("2006"))
started < "2006-01-01T00:00:01" or (iid in ("2006","20061231"))
started < "2006-01-01T00:00:01" or (status = "active")
started < "2006-01-01T00:00:01" or (status = "suspended")
started < "2006-01-01T00:00:01" or (status = "error")
started < "2006-01-01T00:00:01" or (status = "completed")
started < "2006-01-01T00:00:01" or (status = "terminated")
started < "2006-01-01T00:00:01" or (status = "faulted")
started < "2006-01-01T00:00:01" or (status in ("active","suspended"))
started < "2006-01-01T00:00:01" or (status in ("active","suspended","error","completed","terminated","faulted"))
started < "2006-01-31" or (last-active = "2006-02-01T00:00:01")
started < "2006-01-31" or (last-active = "2006-02-21")
started < "2006-01-31" or (last-active = "2006-02")
started < "2006-01-31" or (last-active = "2006")
started < "2006-01-31" or (last-active < "2006-02-01T00:00:01")
started < "2006-01-31" or (last-active < "2006-02-21")
started < "2006-01-31" or (last-active < "2006-02")
started < "2006-01-31" or (last-active < "2006")
started < "2006-01-31" or (last-active <= "2006-02-01T00:00:01")
started < "2006-01-31" or (last-active <= "2006-02-21")
started < "2006-01-31" or (last-active <= "2006-02")
started < "2006-01-31" or (last-active <= "2006")
started < "2006-01-31" or (last-active > "2006-02-01T00:00:01")
started < "2006-01-31" or (last-active > "2006-02-21")
started < "2006-01-31" or (last-active > "2006-02")
started < "2006-01-31" or (last-active > "2006")
started < "2006-01-31" or (last-active >= "2006-02-01T00:00:01")
started < "2006-01-31" or (last-active >= "2006-02-21")
started < "2006-01-31" or (last-active >= "2006-02")
started < "2006-01-31" or (last-active >= "2006")
started < "2006-01-31" or (last-active like "2006-02-01T00:00:01")
started < "2006-01-31" or (last-active like "2006-02-21")
started < "2006-01-31" or (last-active like "2006-02")
started < "2006-01-31" or (last-active like "2006")
started < "2006-01-31" or (last-active in ("2006-02-01T00:00:01"))
started < "2006-01-31" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started < "2006-01-31" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started < "2006-01-31" or (${org.apache.ode.BPELProcess}author = "yuriy")
started < "2006-01-31" or ($author = "yuriy")
started < "2006-01-31" or (${org.apache.ode.BPELProcess}author < "yuriy")
started < "2006-01-31" or ($author < "yuriy")
started < "2006-01-31" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started < "2006-01-31" or ($author <= "yuriy")
started < "2006-01-31" or (${org.apache.ode.BPELProcess}author > "yuriy")
started < "2006-01-31" or ($author > "yuriy")
started < "2006-01-31" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started < "2006-01-31" or ($author >= "yuriy")
started < "2006-01-31" or (${org.apache.ode.BPELProcess}author like "yuriy")
started < "2006-01-31" or ($author like "yuriy")
started < "2006-01-31" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started < "2006-01-31" or ($author in ("yuriy"))
started < "2006-01-31" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started < "2006-01-31" or ($author in ("yuriy","kostya","nazar","orest"))
started < "2006-01-31" or (pid = "HelloWorld")
started < "2006-01-31" or (pid < "HelloWorld")
started < "2006-01-31" or (pid <= "HelloWorld")
started < "2006-01-31" or (pid > "HelloWorld")
started < "2006-01-31" or (pid >= "HelloWorld")
started < "2006-01-31" or (pid like "HelloWorld")
started < "2006-01-31" or (pid in ("HelloWorld","Hello*","Hello*World"))
started < "2006-01-31" or (pid in ("Hello*","Hello*World"))
started < "2006-01-31" or (pid in ("Hello*World"))
started < "2006-01-31" or (iid = "2006")
started < "2006-01-31" or (iid < "2006")
started < "2006-01-31" or (iid <= "2006")
started < "2006-01-31" or (iid > "2006")
started < "2006-01-31" or (iid >= "2006")
started < "2006-01-31" or (iid in ("2006"))
started < "2006-01-31" or (iid in ("2006","20061231"))
started < "2006-01-31" or (status = "active")
started < "2006-01-31" or (status = "suspended")
started < "2006-01-31" or (status = "error")
started < "2006-01-31" or (status = "completed")
started < "2006-01-31" or (status = "terminated")
started < "2006-01-31" or (status = "faulted")
started < "2006-01-31" or (status in ("active","suspended"))
started < "2006-01-31" or (status in ("active","suspended","error","completed","terminated","faulted"))
started < "2006-01" or (last-active = "2006-02-01T00:00:01")
started < "2006-01" or (last-active = "2006-02-21")
started < "2006-01" or (last-active = "2006-02")
started < "2006-01" or (last-active = "2006")
started < "2006-01" or (last-active < "2006-02-01T00:00:01")
started < "2006-01" or (last-active < "2006-02-21")
started < "2006-01" or (last-active < "2006-02")
started < "2006-01" or (last-active < "2006")
started < "2006-01" or (last-active <= "2006-02-01T00:00:01")
started < "2006-01" or (last-active <= "2006-02-21")
started < "2006-01" or (last-active <= "2006-02")
started < "2006-01" or (last-active <= "2006")
started < "2006-01" or (last-active > "2006-02-01T00:00:01")
started < "2006-01" or (last-active > "2006-02-21")
started < "2006-01" or (last-active > "2006-02")
started < "2006-01" or (last-active > "2006")
started < "2006-01" or (last-active >= "2006-02-01T00:00:01")
started < "2006-01" or (last-active >= "2006-02-21")
started < "2006-01" or (last-active >= "2006-02")
started < "2006-01" or (last-active >= "2006")
started < "2006-01" or (last-active like "2006-02-01T00:00:01")
started < "2006-01" or (last-active like "2006-02-21")
started < "2006-01" or (last-active like "2006-02")
started < "2006-01" or (last-active like "2006")
started < "2006-01" or (last-active in ("2006-02-01T00:00:01"))
started < "2006-01" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started < "2006-01" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started < "2006-01" or (${org.apache.ode.BPELProcess}author = "yuriy")
started < "2006-01" or ($author = "yuriy")
started < "2006-01" or (${org.apache.ode.BPELProcess}author < "yuriy")
started < "2006-01" or ($author < "yuriy")
started < "2006-01" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started < "2006-01" or ($author <= "yuriy")
started < "2006-01" or (${org.apache.ode.BPELProcess}author > "yuriy")
started < "2006-01" or ($author > "yuriy")
started < "2006-01" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started < "2006-01" or ($author >= "yuriy")
started < "2006-01" or (${org.apache.ode.BPELProcess}author like "yuriy")
started < "2006-01" or ($author like "yuriy")
started < "2006-01" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started < "2006-01" or ($author in ("yuriy"))
started < "2006-01" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started < "2006-01" or ($author in ("yuriy","kostya","nazar","orest"))
started < "2006-01" or (pid = "HelloWorld")
started < "2006-01" or (pid < "HelloWorld")
started < "2006-01" or (pid <= "HelloWorld")
started < "2006-01" or (pid > "HelloWorld")
started < "2006-01" or (pid >= "HelloWorld")
started < "2006-01" or (pid like "HelloWorld")
started < "2006-01" or (pid in ("HelloWorld","Hello*","Hello*World"))
started < "2006-01" or (pid in ("Hello*","Hello*World"))
started < "2006-01" or (pid in ("Hello*World"))
started < "2006-01" or (iid = "2006")
started < "2006-01" or (iid < "2006")
started < "2006-01" or (iid <= "2006")
started < "2006-01" or (iid > "2006")
started < "2006-01" or (iid >= "2006")
started < "2006-01" or (iid in ("2006"))
started < "2006-01" or (iid in ("2006","20061231"))
started < "2006-01" or (status = "active")
started < "2006-01" or (status = "suspended")
started < "2006-01" or (status = "error")
started < "2006-01" or (status = "completed")
started < "2006-01" or (status = "terminated")
started < "2006-01" or (status = "faulted")
started < "2006-01" or (status in ("active","suspended"))
started < "2006-01" or (status in ("active","suspended","error","completed","terminated","faulted"))
started < "2006" or (last-active = "2006-02-01T00:00:01")
started < "2006" or (last-active = "2006-02-21")
started < "2006" or (last-active = "2006-02")
started < "2006" or (last-active = "2006")
started < "2006" or (last-active < "2006-02-01T00:00:01")
started < "2006" or (last-active < "2006-02-21")
started < "2006" or (last-active < "2006-02")
started < "2006" or (last-active < "2006")
started < "2006" or (last-active <= "2006-02-01T00:00:01")
started < "2006" or (last-active <= "2006-02-21")
started < "2006" or (last-active <= "2006-02")
started < "2006" or (last-active <= "2006")
started < "2006" or (last-active > "2006-02-01T00:00:01")
started < "2006" or (last-active > "2006-02-21")
started < "2006" or (last-active > "2006-02")
started < "2006" or (last-active > "2006")
started < "2006" or (last-active >= "2006-02-01T00:00:01")
started < "2006" or (last-active >= "2006-02-21")
started < "2006" or (last-active >= "2006-02")
started < "2006" or (last-active >= "2006")
started < "2006" or (last-active like "2006-02-01T00:00:01")
started < "2006" or (last-active like "2006-02-21")
started < "2006" or (last-active like "2006-02")
started < "2006" or (last-active like "2006")
started < "2006" or (last-active in ("2006-02-01T00:00:01"))
started < "2006" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started < "2006" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started < "2006" or (${org.apache.ode.BPELProcess}author = "yuriy")
started < "2006" or ($author = "yuriy")
started < "2006" or (${org.apache.ode.BPELProcess}author < "yuriy")
started < "2006" or ($author < "yuriy")
started < "2006" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started < "2006" or ($author <= "yuriy")
started < "2006" or (${org.apache.ode.BPELProcess}author > "yuriy")
started < "2006" or ($author > "yuriy")
started < "2006" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started < "2006" or ($author >= "yuriy")
started < "2006" or (${org.apache.ode.BPELProcess}author like "yuriy")
started < "2006" or ($author like "yuriy")
started < "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started < "2006" or ($author in ("yuriy"))
started < "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started < "2006" or ($author in ("yuriy","kostya","nazar","orest"))
started < "2006" or (pid = "HelloWorld")
started < "2006" or (pid < "HelloWorld")
started < "2006" or (pid <= "HelloWorld")
started < "2006" or (pid > "HelloWorld")
started < "2006" or (pid >= "HelloWorld")
started < "2006" or (pid like "HelloWorld")
started < "2006" or (pid in ("HelloWorld","Hello*","Hello*World"))
started < "2006" or (pid in ("Hello*","Hello*World"))
started < "2006" or (pid in ("Hello*World"))
started < "2006" or (iid = "2006")
started < "2006" or (iid < "2006")
started < "2006" or (iid <= "2006")
started < "2006" or (iid > "2006")
started < "2006" or (iid >= "2006")
started < "2006" or (iid in ("2006"))
started < "2006" or (iid in ("2006","20061231"))
started < "2006" or (status = "active")
started < "2006" or (status = "suspended")
started < "2006" or (status = "error")
started < "2006" or (status = "completed")
started < "2006" or (status = "terminated")
started < "2006" or (status = "faulted")
started < "2006" or (status in ("active","suspended"))
started < "2006" or (status in ("active","suspended","error","completed","terminated","faulted"))
started <= "2006-01-01T00:00:01" or (last-active = "2006-02-01T00:00:01")
started <= "2006-01-01T00:00:01" or (last-active = "2006-02-21")
started <= "2006-01-01T00:00:01" or (last-active = "2006-02")
started <= "2006-01-01T00:00:01" or (last-active = "2006")
started <= "2006-01-01T00:00:01" or (last-active < "2006-02-01T00:00:01")
started <= "2006-01-01T00:00:01" or (last-active < "2006-02-21")
started <= "2006-01-01T00:00:01" or (last-active < "2006-02")
started <= "2006-01-01T00:00:01" or (last-active < "2006")
started <= "2006-01-01T00:00:01" or (last-active <= "2006-02-01T00:00:01")
started <= "2006-01-01T00:00:01" or (last-active <= "2006-02-21")
started <= "2006-01-01T00:00:01" or (last-active <= "2006-02")
started <= "2006-01-01T00:00:01" or (last-active <= "2006")
started <= "2006-01-01T00:00:01" or (last-active > "2006-02-01T00:00:01")
started <= "2006-01-01T00:00:01" or (last-active > "2006-02-21")
started <= "2006-01-01T00:00:01" or (last-active > "2006-02")
started <= "2006-01-01T00:00:01" or (last-active > "2006")
started <= "2006-01-01T00:00:01" or (last-active >= "2006-02-01T00:00:01")
started <= "2006-01-01T00:00:01" or (last-active >= "2006-02-21")
started <= "2006-01-01T00:00:01" or (last-active >= "2006-02")
started <= "2006-01-01T00:00:01" or (last-active >= "2006")
started <= "2006-01-01T00:00:01" or (last-active like "2006-02-01T00:00:01")
started <= "2006-01-01T00:00:01" or (last-active like "2006-02-21")
started <= "2006-01-01T00:00:01" or (last-active like "2006-02")
started <= "2006-01-01T00:00:01" or (last-active like "2006")
started <= "2006-01-01T00:00:01" or (last-active in ("2006-02-01T00:00:01"))
started <= "2006-01-01T00:00:01" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started <= "2006-01-01T00:00:01" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started <= "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author = "yuriy")
started <= "2006-01-01T00:00:01" or ($author = "yuriy")
started <= "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author < "yuriy")
started <= "2006-01-01T00:00:01" or ($author < "yuriy")
started <= "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started <= "2006-01-01T00:00:01" or ($author <= "yuriy")
started <= "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author > "yuriy")
started <= "2006-01-01T00:00:01" or ($author > "yuriy")
started <= "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started <= "2006-01-01T00:00:01" or ($author >= "yuriy")
started <= "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author like "yuriy")
started <= "2006-01-01T00:00:01" or ($author like "yuriy")
started <= "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started <= "2006-01-01T00:00:01" or ($author in ("yuriy"))
started <= "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started <= "2006-01-01T00:00:01" or ($author in ("yuriy","kostya","nazar","orest"))
started <= "2006-01-01T00:00:01" or (pid = "HelloWorld")
started <= "2006-01-01T00:00:01" or (pid < "HelloWorld")
started <= "2006-01-01T00:00:01" or (pid <= "HelloWorld")
started <= "2006-01-01T00:00:01" or (pid > "HelloWorld")
started <= "2006-01-01T00:00:01" or (pid >= "HelloWorld")
started <= "2006-01-01T00:00:01" or (pid like "HelloWorld")
started <= "2006-01-01T00:00:01" or (pid in ("HelloWorld","Hello*","Hello*World"))
started <= "2006-01-01T00:00:01" or (pid in ("Hello*","Hello*World"))
started <= "2006-01-01T00:00:01" or (pid in ("Hello*World"))
started <= "2006-01-01T00:00:01" or (iid = "2006")
started <= "2006-01-01T00:00:01" or (iid < "2006")
started <= "2006-01-01T00:00:01" or (iid <= "2006")
started <= "2006-01-01T00:00:01" or (iid > "2006")
started <= "2006-01-01T00:00:01" or (iid >= "2006")
started <= "2006-01-01T00:00:01" or (iid in ("2006"))
started <= "2006-01-01T00:00:01" or (iid in ("2006","20061231"))
started <= "2006-01-01T00:00:01" or (status = "active")
started <= "2006-01-01T00:00:01" or (status = "suspended")
started <= "2006-01-01T00:00:01" or (status = "error")
started <= "2006-01-01T00:00:01" or (status = "completed")
started <= "2006-01-01T00:00:01" or (status = "terminated")
started <= "2006-01-01T00:00:01" or (status = "faulted")
started <= "2006-01-01T00:00:01" or (status in ("active","suspended"))
started <= "2006-01-01T00:00:01" or (status in ("active","suspended","error","completed","terminated","faulted"))
started <= "2006-01-31" or (last-active = "2006-02-01T00:00:01")
started <= "2006-01-31" or (last-active = "2006-02-21")
started <= "2006-01-31" or (last-active = "2006-02")
started <= "2006-01-31" or (last-active = "2006")
started <= "2006-01-31" or (last-active < "2006-02-01T00:00:01")
started <= "2006-01-31" or (last-active < "2006-02-21")
started <= "2006-01-31" or (last-active < "2006-02")
started <= "2006-01-31" or (last-active < "2006")
started <= "2006-01-31" or (last-active <= "2006-02-01T00:00:01")
started <= "2006-01-31" or (last-active <= "2006-02-21")
started <= "2006-01-31" or (last-active <= "2006-02")
started <= "2006-01-31" or (last-active <= "2006")
started <= "2006-01-31" or (last-active > "2006-02-01T00:00:01")
started <= "2006-01-31" or (last-active > "2006-02-21")
started <= "2006-01-31" or (last-active > "2006-02")
started <= "2006-01-31" or (last-active > "2006")
started <= "2006-01-31" or (last-active >= "2006-02-01T00:00:01")
started <= "2006-01-31" or (last-active >= "2006-02-21")
started <= "2006-01-31" or (last-active >= "2006-02")
started <= "2006-01-31" or (last-active >= "2006")
started <= "2006-01-31" or (last-active like "2006-02-01T00:00:01")
started <= "2006-01-31" or (last-active like "2006-02-21")
started <= "2006-01-31" or (last-active like "2006-02")
started <= "2006-01-31" or (last-active like "2006")
started <= "2006-01-31" or (last-active in ("2006-02-01T00:00:01"))
started <= "2006-01-31" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started <= "2006-01-31" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started <= "2006-01-31" or (${org.apache.ode.BPELProcess}author = "yuriy")
started <= "2006-01-31" or ($author = "yuriy")
started <= "2006-01-31" or (${org.apache.ode.BPELProcess}author < "yuriy")
started <= "2006-01-31" or ($author < "yuriy")
started <= "2006-01-31" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started <= "2006-01-31" or ($author <= "yuriy")
started <= "2006-01-31" or (${org.apache.ode.BPELProcess}author > "yuriy")
started <= "2006-01-31" or ($author > "yuriy")
started <= "2006-01-31" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started <= "2006-01-31" or ($author >= "yuriy")
started <= "2006-01-31" or (${org.apache.ode.BPELProcess}author like "yuriy")
started <= "2006-01-31" or ($author like "yuriy")
started <= "2006-01-31" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started <= "2006-01-31" or ($author in ("yuriy"))
started <= "2006-01-31" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started <= "2006-01-31" or ($author in ("yuriy","kostya","nazar","orest"))
started <= "2006-01-31" or (pid = "HelloWorld")
started <= "2006-01-31" or (pid < "HelloWorld")
started <= "2006-01-31" or (pid <= "HelloWorld")
started <= "2006-01-31" or (pid > "HelloWorld")
started <= "2006-01-31" or (pid >= "HelloWorld")
started <= "2006-01-31" or (pid like "HelloWorld")
started <= "2006-01-31" or (pid in ("HelloWorld","Hello*","Hello*World"))
started <= "2006-01-31" or (pid in ("Hello*","Hello*World"))
started <= "2006-01-31" or (pid in ("Hello*World"))
started <= "2006-01-31" or (iid = "2006")
started <= "2006-01-31" or (iid < "2006")
started <= "2006-01-31" or (iid <= "2006")
started <= "2006-01-31" or (iid > "2006")
started <= "2006-01-31" or (iid >= "2006")
started <= "2006-01-31" or (iid in ("2006"))
started <= "2006-01-31" or (iid in ("2006","20061231"))
started <= "2006-01-31" or (status = "active")
started <= "2006-01-31" or (status = "suspended")
started <= "2006-01-31" or (status = "error")
started <= "2006-01-31" or (status = "completed")
started <= "2006-01-31" or (status = "terminated")
started <= "2006-01-31" or (status = "faulted")
started <= "2006-01-31" or (status in ("active","suspended"))
started <= "2006-01-31" or (status in ("active","suspended","error","completed","terminated","faulted"))
started <= "2006-01" or (last-active = "2006-02-01T00:00:01")
started <= "2006-01" or (last-active = "2006-02-21")
started <= "2006-01" or (last-active = "2006-02")
started <= "2006-01" or (last-active = "2006")
started <= "2006-01" or (last-active < "2006-02-01T00:00:01")
started <= "2006-01" or (last-active < "2006-02-21")
started <= "2006-01" or (last-active < "2006-02")
started <= "2006-01" or (last-active < "2006")
started <= "2006-01" or (last-active <= "2006-02-01T00:00:01")
started <= "2006-01" or (last-active <= "2006-02-21")
started <= "2006-01" or (last-active <= "2006-02")
started <= "2006-01" or (last-active <= "2006")
started <= "2006-01" or (last-active > "2006-02-01T00:00:01")
started <= "2006-01" or (last-active > "2006-02-21")
started <= "2006-01" or (last-active > "2006-02")
started <= "2006-01" or (last-active > "2006")
started <= "2006-01" or (last-active >= "2006-02-01T00:00:01")
started <= "2006-01" or (last-active >= "2006-02-21")
started <= "2006-01" or (last-active >= "2006-02")
started <= "2006-01" or (last-active >= "2006")
started <= "2006-01" or (last-active like "2006-02-01T00:00:01")
started <= "2006-01" or (last-active like "2006-02-21")
started <= "2006-01" or (last-active like "2006-02")
started <= "2006-01" or (last-active like "2006")
started <= "2006-01" or (last-active in ("2006-02-01T00:00:01"))
started <= "2006-01" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started <= "2006-01" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started <= "2006-01" or (${org.apache.ode.BPELProcess}author = "yuriy")
started <= "2006-01" or ($author = "yuriy")
started <= "2006-01" or (${org.apache.ode.BPELProcess}author < "yuriy")
started <= "2006-01" or ($author < "yuriy")
started <= "2006-01" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started <= "2006-01" or ($author <= "yuriy")
started <= "2006-01" or (${org.apache.ode.BPELProcess}author > "yuriy")
started <= "2006-01" or ($author > "yuriy")
started <= "2006-01" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started <= "2006-01" or ($author >= "yuriy")
started <= "2006-01" or (${org.apache.ode.BPELProcess}author like "yuriy")
started <= "2006-01" or ($author like "yuriy")
started <= "2006-01" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started <= "2006-01" or ($author in ("yuriy"))
started <= "2006-01" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started <= "2006-01" or ($author in ("yuriy","kostya","nazar","orest"))
started <= "2006-01" or (pid = "HelloWorld")
started <= "2006-01" or (pid < "HelloWorld")
started <= "2006-01" or (pid <= "HelloWorld")
started <= "2006-01" or (pid > "HelloWorld")
started <= "2006-01" or (pid >= "HelloWorld")
started <= "2006-01" or (pid like "HelloWorld")
started <= "2006-01" or (pid in ("HelloWorld","Hello*","Hello*World"))
started <= "2006-01" or (pid in ("Hello*","Hello*World"))
started <= "2006-01" or (pid in ("Hello*World"))
started <= "2006-01" or (iid = "2006")
started <= "2006-01" or (iid < "2006")
started <= "2006-01" or (iid <= "2006")
started <= "2006-01" or (iid > "2006")
started <= "2006-01" or (iid >= "2006")
started <= "2006-01" or (iid in ("2006"))
started <= "2006-01" or (iid in ("2006","20061231"))
started <= "2006-01" or (status = "active")
started <= "2006-01" or (status = "suspended")
started <= "2006-01" or (status = "error")
started <= "2006-01" or (status = "completed")
started <= "2006-01" or (status = "terminated")
started <= "2006-01" or (status = "faulted")
started <= "2006-01" or (status in ("active","suspended"))
started <= "2006-01" or (status in ("active","suspended","error","completed","terminated","faulted"))
started <= "2006" or (last-active = "2006-02-01T00:00:01")
started <= "2006" or (last-active = "2006-02-21")
started <= "2006" or (last-active = "2006-02")
started <= "2006" or (last-active = "2006")
started <= "2006" or (last-active < "2006-02-01T00:00:01")
started <= "2006" or (last-active < "2006-02-21")
started <= "2006" or (last-active < "2006-02")
started <= "2006" or (last-active < "2006")
started <= "2006" or (last-active <= "2006-02-01T00:00:01")
started <= "2006" or (last-active <= "2006-02-21")
started <= "2006" or (last-active <= "2006-02")
started <= "2006" or (last-active <= "2006")
started <= "2006" or (last-active > "2006-02-01T00:00:01")
started <= "2006" or (last-active > "2006-02-21")
started <= "2006" or (last-active > "2006-02")
started <= "2006" or (last-active > "2006")
started <= "2006" or (last-active >= "2006-02-01T00:00:01")
started <= "2006" or (last-active >= "2006-02-21")
started <= "2006" or (last-active >= "2006-02")
started <= "2006" or (last-active >= "2006")
started <= "2006" or (last-active like "2006-02-01T00:00:01")
started <= "2006" or (last-active like "2006-02-21")
started <= "2006" or (last-active like "2006-02")
started <= "2006" or (last-active like "2006")
started <= "2006" or (last-active in ("2006-02-01T00:00:01"))
started <= "2006" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started <= "2006" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started <= "2006" or (${org.apache.ode.BPELProcess}author = "yuriy")
started <= "2006" or ($author = "yuriy")
started <= "2006" or (${org.apache.ode.BPELProcess}author < "yuriy")
started <= "2006" or ($author < "yuriy")
started <= "2006" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started <= "2006" or ($author <= "yuriy")
started <= "2006" or (${org.apache.ode.BPELProcess}author > "yuriy")
started <= "2006" or ($author > "yuriy")
started <= "2006" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started <= "2006" or ($author >= "yuriy")
started <= "2006" or (${org.apache.ode.BPELProcess}author like "yuriy")
started <= "2006" or ($author like "yuriy")
started <= "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started <= "2006" or ($author in ("yuriy"))
started <= "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started <= "2006" or ($author in ("yuriy","kostya","nazar","orest"))
started <= "2006" or (pid = "HelloWorld")
started <= "2006" or (pid < "HelloWorld")
started <= "2006" or (pid <= "HelloWorld")
started <= "2006" or (pid > "HelloWorld")
started <= "2006" or (pid >= "HelloWorld")
started <= "2006" or (pid like "HelloWorld")
started <= "2006" or (pid in ("HelloWorld","Hello*","Hello*World"))
started <= "2006" or (pid in ("Hello*","Hello*World"))
started <= "2006" or (pid in ("Hello*World"))
started <= "2006" or (iid = "2006")
started <= "2006" or (iid < "2006")
started <= "2006" or (iid <= "2006")
started <= "2006" or (iid > "2006")
started <= "2006" or (iid >= "2006")
started <= "2006" or (iid in ("2006"))
started <= "2006" or (iid in ("2006","20061231"))
started <= "2006" or (status = "active")
started <= "2006" or (status = "suspended")
started <= "2006" or (status = "error")
started <= "2006" or (status = "completed")
started <= "2006" or (status = "terminated")
started <= "2006" or (status = "faulted")
started <= "2006" or (status in ("active","suspended"))
started <= "2006" or (status in ("active","suspended","error","completed","terminated","faulted"))
started > "2006-01-01T00:00:01" or (last-active = "2006-02-01T00:00:01")
started > "2006-01-01T00:00:01" or (last-active = "2006-02-21")
started > "2006-01-01T00:00:01" or (last-active = "2006-02")
started > "2006-01-01T00:00:01" or (last-active = "2006")
started > "2006-01-01T00:00:01" or (last-active < "2006-02-01T00:00:01")
started > "2006-01-01T00:00:01" or (last-active < "2006-02-21")
started > "2006-01-01T00:00:01" or (last-active < "2006-02")
started > "2006-01-01T00:00:01" or (last-active < "2006")
started > "2006-01-01T00:00:01" or (last-active <= "2006-02-01T00:00:01")
started > "2006-01-01T00:00:01" or (last-active <= "2006-02-21")
started > "2006-01-01T00:00:01" or (last-active <= "2006-02")
started > "2006-01-01T00:00:01" or (last-active <= "2006")
started > "2006-01-01T00:00:01" or (last-active > "2006-02-01T00:00:01")
started > "2006-01-01T00:00:01" or (last-active > "2006-02-21")
started > "2006-01-01T00:00:01" or (last-active > "2006-02")
started > "2006-01-01T00:00:01" or (last-active > "2006")
started > "2006-01-01T00:00:01" or (last-active >= "2006-02-01T00:00:01")
started > "2006-01-01T00:00:01" or (last-active >= "2006-02-21")
started > "2006-01-01T00:00:01" or (last-active >= "2006-02")
started > "2006-01-01T00:00:01" or (last-active >= "2006")
started > "2006-01-01T00:00:01" or (last-active like "2006-02-01T00:00:01")
started > "2006-01-01T00:00:01" or (last-active like "2006-02-21")
started > "2006-01-01T00:00:01" or (last-active like "2006-02")
started > "2006-01-01T00:00:01" or (last-active like "2006")
started > "2006-01-01T00:00:01" or (last-active in ("2006-02-01T00:00:01"))
started > "2006-01-01T00:00:01" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started > "2006-01-01T00:00:01" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started > "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author = "yuriy")
started > "2006-01-01T00:00:01" or ($author = "yuriy")
started > "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author < "yuriy")
started > "2006-01-01T00:00:01" or ($author < "yuriy")
started > "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started > "2006-01-01T00:00:01" or ($author <= "yuriy")
started > "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author > "yuriy")
started > "2006-01-01T00:00:01" or ($author > "yuriy")
started > "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started > "2006-01-01T00:00:01" or ($author >= "yuriy")
started > "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author like "yuriy")
started > "2006-01-01T00:00:01" or ($author like "yuriy")
started > "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started > "2006-01-01T00:00:01" or ($author in ("yuriy"))
started > "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started > "2006-01-01T00:00:01" or ($author in ("yuriy","kostya","nazar","orest"))
started > "2006-01-01T00:00:01" or (pid = "HelloWorld")
started > "2006-01-01T00:00:01" or (pid < "HelloWorld")
started > "2006-01-01T00:00:01" or (pid <= "HelloWorld")
started > "2006-01-01T00:00:01" or (pid > "HelloWorld")
started > "2006-01-01T00:00:01" or (pid >= "HelloWorld")
started > "2006-01-01T00:00:01" or (pid like "HelloWorld")
started > "2006-01-01T00:00:01" or (pid in ("HelloWorld","Hello*","Hello*World"))
started > "2006-01-01T00:00:01" or (pid in ("Hello*","Hello*World"))
started > "2006-01-01T00:00:01" or (pid in ("Hello*World"))
started > "2006-01-01T00:00:01" or (iid = "2006")
started > "2006-01-01T00:00:01" or (iid < "2006")
started > "2006-01-01T00:00:01" or (iid <= "2006")
started > "2006-01-01T00:00:01" or (iid > "2006")
started > "2006-01-01T00:00:01" or (iid >= "2006")
started > "2006-01-01T00:00:01" or (iid in ("2006"))
started > "2006-01-01T00:00:01" or (iid in ("2006","20061231"))
started > "2006-01-01T00:00:01" or (status = "active")
started > "2006-01-01T00:00:01" or (status = "suspended")
started > "2006-01-01T00:00:01" or (status = "error")
started > "2006-01-01T00:00:01" or (status = "completed")
started > "2006-01-01T00:00:01" or (status = "terminated")
started > "2006-01-01T00:00:01" or (status = "faulted")
started > "2006-01-01T00:00:01" or (status in ("active","suspended"))
started > "2006-01-01T00:00:01" or (status in ("active","suspended","error","completed","terminated","faulted"))
started > "2006-01-31" or (last-active = "2006-02-01T00:00:01")
started > "2006-01-31" or (last-active = "2006-02-21")
started > "2006-01-31" or (last-active = "2006-02")
started > "2006-01-31" or (last-active = "2006")
started > "2006-01-31" or (last-active < "2006-02-01T00:00:01")
started > "2006-01-31" or (last-active < "2006-02-21")
started > "2006-01-31" or (last-active < "2006-02")
started > "2006-01-31" or (last-active < "2006")
started > "2006-01-31" or (last-active <= "2006-02-01T00:00:01")
started > "2006-01-31" or (last-active <= "2006-02-21")
started > "2006-01-31" or (last-active <= "2006-02")
started > "2006-01-31" or (last-active <= "2006")
started > "2006-01-31" or (last-active > "2006-02-01T00:00:01")
started > "2006-01-31" or (last-active > "2006-02-21")
started > "2006-01-31" or (last-active > "2006-02")
started > "2006-01-31" or (last-active > "2006")
started > "2006-01-31" or (last-active >= "2006-02-01T00:00:01")
started > "2006-01-31" or (last-active >= "2006-02-21")
started > "2006-01-31" or (last-active >= "2006-02")
started > "2006-01-31" or (last-active >= "2006")
started > "2006-01-31" or (last-active like "2006-02-01T00:00:01")
started > "2006-01-31" or (last-active like "2006-02-21")
started > "2006-01-31" or (last-active like "2006-02")
started > "2006-01-31" or (last-active like "2006")
started > "2006-01-31" or (last-active in ("2006-02-01T00:00:01"))
started > "2006-01-31" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started > "2006-01-31" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started > "2006-01-31" or (${org.apache.ode.BPELProcess}author = "yuriy")
started > "2006-01-31" or ($author = "yuriy")
started > "2006-01-31" or (${org.apache.ode.BPELProcess}author < "yuriy")
started > "2006-01-31" or ($author < "yuriy")
started > "2006-01-31" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started > "2006-01-31" or ($author <= "yuriy")
started > "2006-01-31" or (${org.apache.ode.BPELProcess}author > "yuriy")
started > "2006-01-31" or ($author > "yuriy")
started > "2006-01-31" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started > "2006-01-31" or ($author >= "yuriy")
started > "2006-01-31" or (${org.apache.ode.BPELProcess}author like "yuriy")
started > "2006-01-31" or ($author like "yuriy")
started > "2006-01-31" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started > "2006-01-31" or ($author in ("yuriy"))
started > "2006-01-31" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started > "2006-01-31" or ($author in ("yuriy","kostya","nazar","orest"))
started > "2006-01-31" or (pid = "HelloWorld")
started > "2006-01-31" or (pid < "HelloWorld")
started > "2006-01-31" or (pid <= "HelloWorld")
started > "2006-01-31" or (pid > "HelloWorld")
started > "2006-01-31" or (pid >= "HelloWorld")
started > "2006-01-31" or (pid like "HelloWorld")
started > "2006-01-31" or (pid in ("HelloWorld","Hello*","Hello*World"))
started > "2006-01-31" or (pid in ("Hello*","Hello*World"))
started > "2006-01-31" or (pid in ("Hello*World"))
started > "2006-01-31" or (iid = "2006")
started > "2006-01-31" or (iid < "2006")
started > "2006-01-31" or (iid <= "2006")
started > "2006-01-31" or (iid > "2006")
started > "2006-01-31" or (iid >= "2006")
started > "2006-01-31" or (iid in ("2006"))
started > "2006-01-31" or (iid in ("2006","20061231"))
started > "2006-01-31" or (status = "active")
started > "2006-01-31" or (status = "suspended")
started > "2006-01-31" or (status = "error")
started > "2006-01-31" or (status = "completed")
started > "2006-01-31" or (status = "terminated")
started > "2006-01-31" or (status = "faulted")
started > "2006-01-31" or (status in ("active","suspended"))
started > "2006-01-31" or (status in ("active","suspended","error","completed","terminated","faulted"))
started > "2006-01" or (last-active = "2006-02-01T00:00:01")
started > "2006-01" or (last-active = "2006-02-21")
started > "2006-01" or (last-active = "2006-02")
started > "2006-01" or (last-active = "2006")
started > "2006-01" or (last-active < "2006-02-01T00:00:01")
started > "2006-01" or (last-active < "2006-02-21")
started > "2006-01" or (last-active < "2006-02")
started > "2006-01" or (last-active < "2006")
started > "2006-01" or (last-active <= "2006-02-01T00:00:01")
started > "2006-01" or (last-active <= "2006-02-21")
started > "2006-01" or (last-active <= "2006-02")
started > "2006-01" or (last-active <= "2006")
started > "2006-01" or (last-active > "2006-02-01T00:00:01")
started > "2006-01" or (last-active > "2006-02-21")
started > "2006-01" or (last-active > "2006-02")
started > "2006-01" or (last-active > "2006")
started > "2006-01" or (last-active >= "2006-02-01T00:00:01")
started > "2006-01" or (last-active >= "2006-02-21")
started > "2006-01" or (last-active >= "2006-02")
started > "2006-01" or (last-active >= "2006")
started > "2006-01" or (last-active like "2006-02-01T00:00:01")
started > "2006-01" or (last-active like "2006-02-21")
started > "2006-01" or (last-active like "2006-02")
started > "2006-01" or (last-active like "2006")
started > "2006-01" or (last-active in ("2006-02-01T00:00:01"))
started > "2006-01" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started > "2006-01" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started > "2006-01" or (${org.apache.ode.BPELProcess}author = "yuriy")
started > "2006-01" or ($author = "yuriy")
started > "2006-01" or (${org.apache.ode.BPELProcess}author < "yuriy")
started > "2006-01" or ($author < "yuriy")
started > "2006-01" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started > "2006-01" or ($author <= "yuriy")
started > "2006-01" or (${org.apache.ode.BPELProcess}author > "yuriy")
started > "2006-01" or ($author > "yuriy")
started > "2006-01" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started > "2006-01" or ($author >= "yuriy")
started > "2006-01" or (${org.apache.ode.BPELProcess}author like "yuriy")
started > "2006-01" or ($author like "yuriy")
started > "2006-01" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started > "2006-01" or ($author in ("yuriy"))
started > "2006-01" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started > "2006-01" or ($author in ("yuriy","kostya","nazar","orest"))
started > "2006-01" or (pid = "HelloWorld")
started > "2006-01" or (pid < "HelloWorld")
started > "2006-01" or (pid <= "HelloWorld")
started > "2006-01" or (pid > "HelloWorld")
started > "2006-01" or (pid >= "HelloWorld")
started > "2006-01" or (pid like "HelloWorld")
started > "2006-01" or (pid in ("HelloWorld","Hello*","Hello*World"))
started > "2006-01" or (pid in ("Hello*","Hello*World"))
started > "2006-01" or (pid in ("Hello*World"))
started > "2006-01" or (iid = "2006")
started > "2006-01" or (iid < "2006")
started > "2006-01" or (iid <= "2006")
started > "2006-01" or (iid > "2006")
started > "2006-01" or (iid >= "2006")
started > "2006-01" or (iid in ("2006"))
started > "2006-01" or (iid in ("2006","20061231"))
started > "2006-01" or (status = "active")
started > "2006-01" or (status = "suspended")
started > "2006-01" or (status = "error")
started > "2006-01" or (status = "completed")
started > "2006-01" or (status = "terminated")
started > "2006-01" or (status = "faulted")
started > "2006-01" or (status in ("active","suspended"))
started > "2006-01" or (status in ("active","suspended","error","completed","terminated","faulted"))
started > "2006" or (last-active = "2006-02-01T00:00:01")
started > "2006" or (last-active = "2006-02-21")
started > "2006" or (last-active = "2006-02")
started > "2006" or (last-active = "2006")
started > "2006" or (last-active < "2006-02-01T00:00:01")
started > "2006" or (last-active < "2006-02-21")
started > "2006" or (last-active < "2006-02")
started > "2006" or (last-active < "2006")
started > "2006" or (last-active <= "2006-02-01T00:00:01")
started > "2006" or (last-active <= "2006-02-21")
started > "2006" or (last-active <= "2006-02")
started > "2006" or (last-active <= "2006")
started > "2006" or (last-active > "2006-02-01T00:00:01")
started > "2006" or (last-active > "2006-02-21")
started > "2006" or (last-active > "2006-02")
started > "2006" or (last-active > "2006")
started > "2006" or (last-active >= "2006-02-01T00:00:01")
started > "2006" or (last-active >= "2006-02-21")
started > "2006" or (last-active >= "2006-02")
started > "2006" or (last-active >= "2006")
started > "2006" or (last-active like "2006-02-01T00:00:01")
started > "2006" or (last-active like "2006-02-21")
started > "2006" or (last-active like "2006-02")
started > "2006" or (last-active like "2006")
started > "2006" or (last-active in ("2006-02-01T00:00:01"))
started > "2006" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started > "2006" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started > "2006" or (${org.apache.ode.BPELProcess}author = "yuriy")
started > "2006" or ($author = "yuriy")
started > "2006" or (${org.apache.ode.BPELProcess}author < "yuriy")
started > "2006" or ($author < "yuriy")
started > "2006" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started > "2006" or ($author <= "yuriy")
started > "2006" or (${org.apache.ode.BPELProcess}author > "yuriy")
started > "2006" or ($author > "yuriy")
started > "2006" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started > "2006" or ($author >= "yuriy")
started > "2006" or (${org.apache.ode.BPELProcess}author like "yuriy")
started > "2006" or ($author like "yuriy")
started > "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started > "2006" or ($author in ("yuriy"))
started > "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started > "2006" or ($author in ("yuriy","kostya","nazar","orest"))
started > "2006" or (pid = "HelloWorld")
started > "2006" or (pid < "HelloWorld")
started > "2006" or (pid <= "HelloWorld")
started > "2006" or (pid > "HelloWorld")
started > "2006" or (pid >= "HelloWorld")
started > "2006" or (pid like "HelloWorld")
started > "2006" or (pid in ("HelloWorld","Hello*","Hello*World"))
started > "2006" or (pid in ("Hello*","Hello*World"))
started > "2006" or (pid in ("Hello*World"))
started > "2006" or (iid = "2006")
started > "2006" or (iid < "2006")
started > "2006" or (iid <= "2006")
started > "2006" or (iid > "2006")
started > "2006" or (iid >= "2006")
started > "2006" or (iid in ("2006"))
started > "2006" or (iid in ("2006","20061231"))
started > "2006" or (status = "active")
started > "2006" or (status = "suspended")
started > "2006" or (status = "error")
started > "2006" or (status = "completed")
started > "2006" or (status = "terminated")
started > "2006" or (status = "faulted")
started > "2006" or (status in ("active","suspended"))
started > "2006" or (status in ("active","suspended","error","completed","terminated","faulted"))
started >= "2006-01-01T00:00:01" or (last-active = "2006-02-01T00:00:01")
started >= "2006-01-01T00:00:01" or (last-active = "2006-02-21")
started >= "2006-01-01T00:00:01" or (last-active = "2006-02")
started >= "2006-01-01T00:00:01" or (last-active = "2006")
started >= "2006-01-01T00:00:01" or (last-active < "2006-02-01T00:00:01")
started >= "2006-01-01T00:00:01" or (last-active < "2006-02-21")
started >= "2006-01-01T00:00:01" or (last-active < "2006-02")
started >= "2006-01-01T00:00:01" or (last-active < "2006")
started >= "2006-01-01T00:00:01" or (last-active <= "2006-02-01T00:00:01")
started >= "2006-01-01T00:00:01" or (last-active <= "2006-02-21")
started >= "2006-01-01T00:00:01" or (last-active <= "2006-02")
started >= "2006-01-01T00:00:01" or (last-active <= "2006")
started >= "2006-01-01T00:00:01" or (last-active > "2006-02-01T00:00:01")
started >= "2006-01-01T00:00:01" or (last-active > "2006-02-21")
started >= "2006-01-01T00:00:01" or (last-active > "2006-02")
started >= "2006-01-01T00:00:01" or (last-active > "2006")
started >= "2006-01-01T00:00:01" or (last-active >= "2006-02-01T00:00:01")
started >= "2006-01-01T00:00:01" or (last-active >= "2006-02-21")
started >= "2006-01-01T00:00:01" or (last-active >= "2006-02")
started >= "2006-01-01T00:00:01" or (last-active >= "2006")
started >= "2006-01-01T00:00:01" or (last-active like "2006-02-01T00:00:01")
started >= "2006-01-01T00:00:01" or (last-active like "2006-02-21")
started >= "2006-01-01T00:00:01" or (last-active like "2006-02")
started >= "2006-01-01T00:00:01" or (last-active like "2006")
started >= "2006-01-01T00:00:01" or (last-active in ("2006-02-01T00:00:01"))
started >= "2006-01-01T00:00:01" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started >= "2006-01-01T00:00:01" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started >= "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author = "yuriy")
started >= "2006-01-01T00:00:01" or ($author = "yuriy")
started >= "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author < "yuriy")
started >= "2006-01-01T00:00:01" or ($author < "yuriy")
started >= "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started >= "2006-01-01T00:00:01" or ($author <= "yuriy")
started >= "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author > "yuriy")
started >= "2006-01-01T00:00:01" or ($author > "yuriy")
started >= "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started >= "2006-01-01T00:00:01" or ($author >= "yuriy")
started >= "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author like "yuriy")
started >= "2006-01-01T00:00:01" or ($author like "yuriy")
started >= "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started >= "2006-01-01T00:00:01" or ($author in ("yuriy"))
started >= "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started >= "2006-01-01T00:00:01" or ($author in ("yuriy","kostya","nazar","orest"))
started >= "2006-01-01T00:00:01" or (pid = "HelloWorld")
started >= "2006-01-01T00:00:01" or (pid < "HelloWorld")
started >= "2006-01-01T00:00:01" or (pid <= "HelloWorld")
started >= "2006-01-01T00:00:01" or (pid > "HelloWorld")
started >= "2006-01-01T00:00:01" or (pid >= "HelloWorld")
started >= "2006-01-01T00:00:01" or (pid like "HelloWorld")
started >= "2006-01-01T00:00:01" or (pid in ("HelloWorld","Hello*","Hello*World"))
started >= "2006-01-01T00:00:01" or (pid in ("Hello*","Hello*World"))
started >= "2006-01-01T00:00:01" or (pid in ("Hello*World"))
started >= "2006-01-01T00:00:01" or (iid = "2006")
started >= "2006-01-01T00:00:01" or (iid < "2006")
started >= "2006-01-01T00:00:01" or (iid <= "2006")
started >= "2006-01-01T00:00:01" or (iid > "2006")
started >= "2006-01-01T00:00:01" or (iid >= "2006")
started >= "2006-01-01T00:00:01" or (iid in ("2006"))
started >= "2006-01-01T00:00:01" or (iid in ("2006","20061231"))
started >= "2006-01-01T00:00:01" or (status = "active")
started >= "2006-01-01T00:00:01" or (status = "suspended")
started >= "2006-01-01T00:00:01" or (status = "error")
started >= "2006-01-01T00:00:01" or (status = "completed")
started >= "2006-01-01T00:00:01" or (status = "terminated")
started >= "2006-01-01T00:00:01" or (status = "faulted")
started >= "2006-01-01T00:00:01" or (status in ("active","suspended"))
started >= "2006-01-01T00:00:01" or (status in ("active","suspended","error","completed","terminated","faulted"))
started >= "2006-01-31" or (last-active = "2006-02-01T00:00:01")
started >= "2006-01-31" or (last-active = "2006-02-21")
started >= "2006-01-31" or (last-active = "2006-02")
started >= "2006-01-31" or (last-active = "2006")
started >= "2006-01-31" or (last-active < "2006-02-01T00:00:01")
started >= "2006-01-31" or (last-active < "2006-02-21")
started >= "2006-01-31" or (last-active < "2006-02")
started >= "2006-01-31" or (last-active < "2006")
started >= "2006-01-31" or (last-active <= "2006-02-01T00:00:01")
started >= "2006-01-31" or (last-active <= "2006-02-21")
started >= "2006-01-31" or (last-active <= "2006-02")
started >= "2006-01-31" or (last-active <= "2006")
started >= "2006-01-31" or (last-active > "2006-02-01T00:00:01")
started >= "2006-01-31" or (last-active > "2006-02-21")
started >= "2006-01-31" or (last-active > "2006-02")
started >= "2006-01-31" or (last-active > "2006")
started >= "2006-01-31" or (last-active >= "2006-02-01T00:00:01")
started >= "2006-01-31" or (last-active >= "2006-02-21")
started >= "2006-01-31" or (last-active >= "2006-02")
started >= "2006-01-31" or (last-active >= "2006")
started >= "2006-01-31" or (last-active like "2006-02-01T00:00:01")
started >= "2006-01-31" or (last-active like "2006-02-21")
started >= "2006-01-31" or (last-active like "2006-02")
started >= "2006-01-31" or (last-active like "2006")
started >= "2006-01-31" or (last-active in ("2006-02-01T00:00:01"))
started >= "2006-01-31" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started >= "2006-01-31" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started >= "2006-01-31" or (${org.apache.ode.BPELProcess}author = "yuriy")
started >= "2006-01-31" or ($author = "yuriy")
started >= "2006-01-31" or (${org.apache.ode.BPELProcess}author < "yuriy")
started >= "2006-01-31" or ($author < "yuriy")
started >= "2006-01-31" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started >= "2006-01-31" or ($author <= "yuriy")
started >= "2006-01-31" or (${org.apache.ode.BPELProcess}author > "yuriy")
started >= "2006-01-31" or ($author > "yuriy")
started >= "2006-01-31" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started >= "2006-01-31" or ($author >= "yuriy")
started >= "2006-01-31" or (${org.apache.ode.BPELProcess}author like "yuriy")
started >= "2006-01-31" or ($author like "yuriy")
started >= "2006-01-31" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started >= "2006-01-31" or ($author in ("yuriy"))
started >= "2006-01-31" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started >= "2006-01-31" or ($author in ("yuriy","kostya","nazar","orest"))
started >= "2006-01-31" or (pid = "HelloWorld")
started >= "2006-01-31" or (pid < "HelloWorld")
started >= "2006-01-31" or (pid <= "HelloWorld")
started >= "2006-01-31" or (pid > "HelloWorld")
started >= "2006-01-31" or (pid >= "HelloWorld")
started >= "2006-01-31" or (pid like "HelloWorld")
started >= "2006-01-31" or (pid in ("HelloWorld","Hello*","Hello*World"))
started >= "2006-01-31" or (pid in ("Hello*","Hello*World"))
started >= "2006-01-31" or (pid in ("Hello*World"))
started >= "2006-01-31" or (iid = "2006")
started >= "2006-01-31" or (iid < "2006")
started >= "2006-01-31" or (iid <= "2006")
started >= "2006-01-31" or (iid > "2006")
started >= "2006-01-31" or (iid >= "2006")
started >= "2006-01-31" or (iid in ("2006"))
started >= "2006-01-31" or (iid in ("2006","20061231"))
started >= "2006-01-31" or (status = "active")
started >= "2006-01-31" or (status = "suspended")
started >= "2006-01-31" or (status = "error")
started >= "2006-01-31" or (status = "completed")
started >= "2006-01-31" or (status = "terminated")
started >= "2006-01-31" or (status = "faulted")
started >= "2006-01-31" or (status in ("active","suspended"))
started >= "2006-01-31" or (status in ("active","suspended","error","completed","terminated","faulted"))
started >= "2006-01" or (last-active = "2006-02-01T00:00:01")
started >= "2006-01" or (last-active = "2006-02-21")
started >= "2006-01" or (last-active = "2006-02")
started >= "2006-01" or (last-active = "2006")
started >= "2006-01" or (last-active < "2006-02-01T00:00:01")
started >= "2006-01" or (last-active < "2006-02-21")
started >= "2006-01" or (last-active < "2006-02")
started >= "2006-01" or (last-active < "2006")
started >= "2006-01" or (last-active <= "2006-02-01T00:00:01")
started >= "2006-01" or (last-active <= "2006-02-21")
started >= "2006-01" or (last-active <= "2006-02")
started >= "2006-01" or (last-active <= "2006")
started >= "2006-01" or (last-active > "2006-02-01T00:00:01")
started >= "2006-01" or (last-active > "2006-02-21")
started >= "2006-01" or (last-active > "2006-02")
started >= "2006-01" or (last-active > "2006")
started >= "2006-01" or (last-active >= "2006-02-01T00:00:01")
started >= "2006-01" or (last-active >= "2006-02-21")
started >= "2006-01" or (last-active >= "2006-02")
started >= "2006-01" or (last-active >= "2006")
started >= "2006-01" or (last-active like "2006-02-01T00:00:01")
started >= "2006-01" or (last-active like "2006-02-21")
started >= "2006-01" or (last-active like "2006-02")
started >= "2006-01" or (last-active like "2006")
started >= "2006-01" or (last-active in ("2006-02-01T00:00:01"))
started >= "2006-01" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started >= "2006-01" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started >= "2006-01" or (${org.apache.ode.BPELProcess}author = "yuriy")
started >= "2006-01" or ($author = "yuriy")
started >= "2006-01" or (${org.apache.ode.BPELProcess}author < "yuriy")
started >= "2006-01" or ($author < "yuriy")
started >= "2006-01" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started >= "2006-01" or ($author <= "yuriy")
started >= "2006-01" or (${org.apache.ode.BPELProcess}author > "yuriy")
started >= "2006-01" or ($author > "yuriy")
started >= "2006-01" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started >= "2006-01" or ($author >= "yuriy")
started >= "2006-01" or (${org.apache.ode.BPELProcess}author like "yuriy")
started >= "2006-01" or ($author like "yuriy")
started >= "2006-01" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started >= "2006-01" or ($author in ("yuriy"))
started >= "2006-01" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started >= "2006-01" or ($author in ("yuriy","kostya","nazar","orest"))
started >= "2006-01" or (pid = "HelloWorld")
started >= "2006-01" or (pid < "HelloWorld")
started >= "2006-01" or (pid <= "HelloWorld")
started >= "2006-01" or (pid > "HelloWorld")
started >= "2006-01" or (pid >= "HelloWorld")
started >= "2006-01" or (pid like "HelloWorld")
started >= "2006-01" or (pid in ("HelloWorld","Hello*","Hello*World"))
started >= "2006-01" or (pid in ("Hello*","Hello*World"))
started >= "2006-01" or (pid in ("Hello*World"))
started >= "2006-01" or (iid = "2006")
started >= "2006-01" or (iid < "2006")
started >= "2006-01" or (iid <= "2006")
started >= "2006-01" or (iid > "2006")
started >= "2006-01" or (iid >= "2006")
started >= "2006-01" or (iid in ("2006"))
started >= "2006-01" or (iid in ("2006","20061231"))
started >= "2006-01" or (status = "active")
started >= "2006-01" or (status = "suspended")
started >= "2006-01" or (status = "error")
started >= "2006-01" or (status = "completed")
started >= "2006-01" or (status = "terminated")
started >= "2006-01" or (status = "faulted")
started >= "2006-01" or (status in ("active","suspended"))
started >= "2006-01" or (status in ("active","suspended","error","completed","terminated","faulted"))
started >= "2006" or (last-active = "2006-02-01T00:00:01")
started >= "2006" or (last-active = "2006-02-21")
started >= "2006" or (last-active = "2006-02")
started >= "2006" or (last-active = "2006")
started >= "2006" or (last-active < "2006-02-01T00:00:01")
started >= "2006" or (last-active < "2006-02-21")
started >= "2006" or (last-active < "2006-02")
started >= "2006" or (last-active < "2006")
started >= "2006" or (last-active <= "2006-02-01T00:00:01")
started >= "2006" or (last-active <= "2006-02-21")
started >= "2006" or (last-active <= "2006-02")
started >= "2006" or (last-active <= "2006")
started >= "2006" or (last-active > "2006-02-01T00:00:01")
started >= "2006" or (last-active > "2006-02-21")
started >= "2006" or (last-active > "2006-02")
started >= "2006" or (last-active > "2006")
started >= "2006" or (last-active >= "2006-02-01T00:00:01")
started >= "2006" or (last-active >= "2006-02-21")
started >= "2006" or (last-active >= "2006-02")
started >= "2006" or (last-active >= "2006")
started >= "2006" or (last-active like "2006-02-01T00:00:01")
started >= "2006" or (last-active like "2006-02-21")
started >= "2006" or (last-active like "2006-02")
started >= "2006" or (last-active like "2006")
started >= "2006" or (last-active in ("2006-02-01T00:00:01"))
started >= "2006" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started >= "2006" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started >= "2006" or (${org.apache.ode.BPELProcess}author = "yuriy")
started >= "2006" or ($author = "yuriy")
started >= "2006" or (${org.apache.ode.BPELProcess}author < "yuriy")
started >= "2006" or ($author < "yuriy")
started >= "2006" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started >= "2006" or ($author <= "yuriy")
started >= "2006" or (${org.apache.ode.BPELProcess}author > "yuriy")
started >= "2006" or ($author > "yuriy")
started >= "2006" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started >= "2006" or ($author >= "yuriy")
started >= "2006" or (${org.apache.ode.BPELProcess}author like "yuriy")
started >= "2006" or ($author like "yuriy")
started >= "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started >= "2006" or ($author in ("yuriy"))
started >= "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started >= "2006" or ($author in ("yuriy","kostya","nazar","orest"))
started >= "2006" or (pid = "HelloWorld")
started >= "2006" or (pid < "HelloWorld")
started >= "2006" or (pid <= "HelloWorld")
started >= "2006" or (pid > "HelloWorld")
started >= "2006" or (pid >= "HelloWorld")
started >= "2006" or (pid like "HelloWorld")
started >= "2006" or (pid in ("HelloWorld","Hello*","Hello*World"))
started >= "2006" or (pid in ("Hello*","Hello*World"))
started >= "2006" or (pid in ("Hello*World"))
started >= "2006" or (iid = "2006")
started >= "2006" or (iid < "2006")
started >= "2006" or (iid <= "2006")
started >= "2006" or (iid > "2006")
started >= "2006" or (iid >= "2006")
started >= "2006" or (iid in ("2006"))
started >= "2006" or (iid in ("2006","20061231"))
started >= "2006" or (status = "active")
started >= "2006" or (status = "suspended")
started >= "2006" or (status = "error")
started >= "2006" or (status = "completed")
started >= "2006" or (status = "terminated")
started >= "2006" or (status = "faulted")
started >= "2006" or (status in ("active","suspended"))
started >= "2006" or (status in ("active","suspended","error","completed","terminated","faulted"))
started like "2006-01-01T00:00:01" or (last-active = "2006-02-01T00:00:01")
started like "2006-01-01T00:00:01" or (last-active = "2006-02-21")
started like "2006-01-01T00:00:01" or (last-active = "2006-02")
started like "2006-01-01T00:00:01" or (last-active = "2006")
started like "2006-01-01T00:00:01" or (last-active < "2006-02-01T00:00:01")
started like "2006-01-01T00:00:01" or (last-active < "2006-02-21")
started like "2006-01-01T00:00:01" or (last-active < "2006-02")
started like "2006-01-01T00:00:01" or (last-active < "2006")
started like "2006-01-01T00:00:01" or (last-active <= "2006-02-01T00:00:01")
started like "2006-01-01T00:00:01" or (last-active <= "2006-02-21")
started like "2006-01-01T00:00:01" or (last-active <= "2006-02")
started like "2006-01-01T00:00:01" or (last-active <= "2006")
started like "2006-01-01T00:00:01" or (last-active > "2006-02-01T00:00:01")
started like "2006-01-01T00:00:01" or (last-active > "2006-02-21")
started like "2006-01-01T00:00:01" or (last-active > "2006-02")
started like "2006-01-01T00:00:01" or (last-active > "2006")
started like "2006-01-01T00:00:01" or (last-active >= "2006-02-01T00:00:01")
started like "2006-01-01T00:00:01" or (last-active >= "2006-02-21")
started like "2006-01-01T00:00:01" or (last-active >= "2006-02")
started like "2006-01-01T00:00:01" or (last-active >= "2006")
started like "2006-01-01T00:00:01" or (last-active like "2006-02-01T00:00:01")
started like "2006-01-01T00:00:01" or (last-active like "2006-02-21")
started like "2006-01-01T00:00:01" or (last-active like "2006-02")
started like "2006-01-01T00:00:01" or (last-active like "2006")
started like "2006-01-01T00:00:01" or (last-active in ("2006-02-01T00:00:01"))
started like "2006-01-01T00:00:01" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started like "2006-01-01T00:00:01" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started like "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author = "yuriy")
started like "2006-01-01T00:00:01" or ($author = "yuriy")
started like "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author < "yuriy")
started like "2006-01-01T00:00:01" or ($author < "yuriy")
started like "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started like "2006-01-01T00:00:01" or ($author <= "yuriy")
started like "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author > "yuriy")
started like "2006-01-01T00:00:01" or ($author > "yuriy")
started like "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started like "2006-01-01T00:00:01" or ($author >= "yuriy")
started like "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author like "yuriy")
started like "2006-01-01T00:00:01" or ($author like "yuriy")
started like "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started like "2006-01-01T00:00:01" or ($author in ("yuriy"))
started like "2006-01-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started like "2006-01-01T00:00:01" or ($author in ("yuriy","kostya","nazar","orest"))
started like "2006-01-01T00:00:01" or (pid = "HelloWorld")
started like "2006-01-01T00:00:01" or (pid < "HelloWorld")
started like "2006-01-01T00:00:01" or (pid <= "HelloWorld")
started like "2006-01-01T00:00:01" or (pid > "HelloWorld")
started like "2006-01-01T00:00:01" or (pid >= "HelloWorld")
started like "2006-01-01T00:00:01" or (pid like "HelloWorld")
started like "2006-01-01T00:00:01" or (pid in ("HelloWorld","Hello*","Hello*World"))
started like "2006-01-01T00:00:01" or (pid in ("Hello*","Hello*World"))
started like "2006-01-01T00:00:01" or (pid in ("Hello*World"))
started like "2006-01-01T00:00:01" or (iid = "2006")
started like "2006-01-01T00:00:01" or (iid < "2006")
started like "2006-01-01T00:00:01" or (iid <= "2006")
started like "2006-01-01T00:00:01" or (iid > "2006")
started like "2006-01-01T00:00:01" or (iid >= "2006")
started like "2006-01-01T00:00:01" or (iid in ("2006"))
started like "2006-01-01T00:00:01" or (iid in ("2006","20061231"))
started like "2006-01-01T00:00:01" or (status = "active")
started like "2006-01-01T00:00:01" or (status = "suspended")
started like "2006-01-01T00:00:01" or (status = "error")
started like "2006-01-01T00:00:01" or (status = "completed")
started like "2006-01-01T00:00:01" or (status = "terminated")
started like "2006-01-01T00:00:01" or (status = "faulted")
started like "2006-01-01T00:00:01" or (status in ("active","suspended"))
started like "2006-01-01T00:00:01" or (status in ("active","suspended","error","completed","terminated","faulted"))
started like "2006-01-31" or (last-active = "2006-02-01T00:00:01")
started like "2006-01-31" or (last-active = "2006-02-21")
started like "2006-01-31" or (last-active = "2006-02")
started like "2006-01-31" or (last-active = "2006")
started like "2006-01-31" or (last-active < "2006-02-01T00:00:01")
started like "2006-01-31" or (last-active < "2006-02-21")
started like "2006-01-31" or (last-active < "2006-02")
started like "2006-01-31" or (last-active < "2006")
started like "2006-01-31" or (last-active <= "2006-02-01T00:00:01")
started like "2006-01-31" or (last-active <= "2006-02-21")
started like "2006-01-31" or (last-active <= "2006-02")
started like "2006-01-31" or (last-active <= "2006")
started like "2006-01-31" or (last-active > "2006-02-01T00:00:01")
started like "2006-01-31" or (last-active > "2006-02-21")
started like "2006-01-31" or (last-active > "2006-02")
started like "2006-01-31" or (last-active > "2006")
started like "2006-01-31" or (last-active >= "2006-02-01T00:00:01")
started like "2006-01-31" or (last-active >= "2006-02-21")
started like "2006-01-31" or (last-active >= "2006-02")
started like "2006-01-31" or (last-active >= "2006")
started like "2006-01-31" or (last-active like "2006-02-01T00:00:01")
started like "2006-01-31" or (last-active like "2006-02-21")
started like "2006-01-31" or (last-active like "2006-02")
started like "2006-01-31" or (last-active like "2006")
started like "2006-01-31" or (last-active in ("2006-02-01T00:00:01"))
started like "2006-01-31" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started like "2006-01-31" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started like "2006-01-31" or (${org.apache.ode.BPELProcess}author = "yuriy")
started like "2006-01-31" or ($author = "yuriy")
started like "2006-01-31" or (${org.apache.ode.BPELProcess}author < "yuriy")
started like "2006-01-31" or ($author < "yuriy")
started like "2006-01-31" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started like "2006-01-31" or ($author <= "yuriy")
started like "2006-01-31" or (${org.apache.ode.BPELProcess}author > "yuriy")
started like "2006-01-31" or ($author > "yuriy")
started like "2006-01-31" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started like "2006-01-31" or ($author >= "yuriy")
started like "2006-01-31" or (${org.apache.ode.BPELProcess}author like "yuriy")
started like "2006-01-31" or ($author like "yuriy")
started like "2006-01-31" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started like "2006-01-31" or ($author in ("yuriy"))
started like "2006-01-31" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started like "2006-01-31" or ($author in ("yuriy","kostya","nazar","orest"))
started like "2006-01-31" or (pid = "HelloWorld")
started like "2006-01-31" or (pid < "HelloWorld")
started like "2006-01-31" or (pid <= "HelloWorld")
started like "2006-01-31" or (pid > "HelloWorld")
started like "2006-01-31" or (pid >= "HelloWorld")
started like "2006-01-31" or (pid like "HelloWorld")
started like "2006-01-31" or (pid in ("HelloWorld","Hello*","Hello*World"))
started like "2006-01-31" or (pid in ("Hello*","Hello*World"))
started like "2006-01-31" or (pid in ("Hello*World"))
started like "2006-01-31" or (iid = "2006")
started like "2006-01-31" or (iid < "2006")
started like "2006-01-31" or (iid <= "2006")
started like "2006-01-31" or (iid > "2006")
started like "2006-01-31" or (iid >= "2006")
started like "2006-01-31" or (iid in ("2006"))
started like "2006-01-31" or (iid in ("2006","20061231"))
started like "2006-01-31" or (status = "active")
started like "2006-01-31" or (status = "suspended")
started like "2006-01-31" or (status = "error")
started like "2006-01-31" or (status = "completed")
started like "2006-01-31" or (status = "terminated")
started like "2006-01-31" or (status = "faulted")
started like "2006-01-31" or (status in ("active","suspended"))
started like "2006-01-31" or (status in ("active","suspended","error","completed","terminated","faulted"))
started like "2006-01" or (last-active = "2006-02-01T00:00:01")
started like "2006-01" or (last-active = "2006-02-21")
started like "2006-01" or (last-active = "2006-02")
started like "2006-01" or (last-active = "2006")
started like "2006-01" or (last-active < "2006-02-01T00:00:01")
started like "2006-01" or (last-active < "2006-02-21")
started like "2006-01" or (last-active < "2006-02")
started like "2006-01" or (last-active < "2006")
started like "2006-01" or (last-active <= "2006-02-01T00:00:01")
started like "2006-01" or (last-active <= "2006-02-21")
started like "2006-01" or (last-active <= "2006-02")
started like "2006-01" or (last-active <= "2006")
started like "2006-01" or (last-active > "2006-02-01T00:00:01")
started like "2006-01" or (last-active > "2006-02-21")
started like "2006-01" or (last-active > "2006-02")
started like "2006-01" or (last-active > "2006")
started like "2006-01" or (last-active >= "2006-02-01T00:00:01")
started like "2006-01" or (last-active >= "2006-02-21")
started like "2006-01" or (last-active >= "2006-02")
started like "2006-01" or (last-active >= "2006")
started like "2006-01" or (last-active like "2006-02-01T00:00:01")
started like "2006-01" or (last-active like "2006-02-21")
started like "2006-01" or (last-active like "2006-02")
started like "2006-01" or (last-active like "2006")
started like "2006-01" or (last-active in ("2006-02-01T00:00:01"))
started like "2006-01" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started like "2006-01" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started like "2006-01" or (${org.apache.ode.BPELProcess}author = "yuriy")
started like "2006-01" or ($author = "yuriy")
started like "2006-01" or (${org.apache.ode.BPELProcess}author < "yuriy")
started like "2006-01" or ($author < "yuriy")
started like "2006-01" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started like "2006-01" or ($author <= "yuriy")
started like "2006-01" or (${org.apache.ode.BPELProcess}author > "yuriy")
started like "2006-01" or ($author > "yuriy")
started like "2006-01" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started like "2006-01" or ($author >= "yuriy")
started like "2006-01" or (${org.apache.ode.BPELProcess}author like "yuriy")
started like "2006-01" or ($author like "yuriy")
started like "2006-01" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started like "2006-01" or ($author in ("yuriy"))
started like "2006-01" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started like "2006-01" or ($author in ("yuriy","kostya","nazar","orest"))
started like "2006-01" or (pid = "HelloWorld")
started like "2006-01" or (pid < "HelloWorld")
started like "2006-01" or (pid <= "HelloWorld")
started like "2006-01" or (pid > "HelloWorld")
started like "2006-01" or (pid >= "HelloWorld")
started like "2006-01" or (pid like "HelloWorld")
started like "2006-01" or (pid in ("HelloWorld","Hello*","Hello*World"))
started like "2006-01" or (pid in ("Hello*","Hello*World"))
started like "2006-01" or (pid in ("Hello*World"))
started like "2006-01" or (iid = "2006")
started like "2006-01" or (iid < "2006")
started like "2006-01" or (iid <= "2006")
started like "2006-01" or (iid > "2006")
started like "2006-01" or (iid >= "2006")
started like "2006-01" or (iid in ("2006"))
started like "2006-01" or (iid in ("2006","20061231"))
started like "2006-01" or (status = "active")
started like "2006-01" or (status = "suspended")
started like "2006-01" or (status = "error")
started like "2006-01" or (status = "completed")
started like "2006-01" or (status = "terminated")
started like "2006-01" or (status = "faulted")
started like "2006-01" or (status in ("active","suspended"))
started like "2006-01" or (status in ("active","suspended","error","completed","terminated","faulted"))
started like "2006" or (last-active = "2006-02-01T00:00:01")
started like "2006" or (last-active = "2006-02-21")
started like "2006" or (last-active = "2006-02")
started like "2006" or (last-active = "2006")
started like "2006" or (last-active < "2006-02-01T00:00:01")
started like "2006" or (last-active < "2006-02-21")
started like "2006" or (last-active < "2006-02")
started like "2006" or (last-active < "2006")
started like "2006" or (last-active <= "2006-02-01T00:00:01")
started like "2006" or (last-active <= "2006-02-21")
started like "2006" or (last-active <= "2006-02")
started like "2006" or (last-active <= "2006")
started like "2006" or (last-active > "2006-02-01T00:00:01")
started like "2006" or (last-active > "2006-02-21")
started like "2006" or (last-active > "2006-02")
started like "2006" or (last-active > "2006")
started like "2006" or (last-active >= "2006-02-01T00:00:01")
started like "2006" or (last-active >= "2006-02-21")
started like "2006" or (last-active >= "2006-02")
started like "2006" or (last-active >= "2006")
started like "2006" or (last-active like "2006-02-01T00:00:01")
started like "2006" or (last-active like "2006-02-21")
started like "2006" or (last-active like "2006-02")
started like "2006" or (last-active like "2006")
started like "2006" or (last-active in ("2006-02-01T00:00:01"))
started like "2006" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started like "2006" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started like "2006" or (${org.apache.ode.BPELProcess}author = "yuriy")
started like "2006" or ($author = "yuriy")
started like "2006" or (${org.apache.ode.BPELProcess}author < "yuriy")
started like "2006" or ($author < "yuriy")
started like "2006" or (${org.apache.ode.BPELProcess}author <= "yuriy")
started like "2006" or ($author <= "yuriy")
started like "2006" or (${org.apache.ode.BPELProcess}author > "yuriy")
started like "2006" or ($author > "yuriy")
started like "2006" or (${org.apache.ode.BPELProcess}author >= "yuriy")
started like "2006" or ($author >= "yuriy")
started like "2006" or (${org.apache.ode.BPELProcess}author like "yuriy")
started like "2006" or ($author like "yuriy")
started like "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started like "2006" or ($author in ("yuriy"))
started like "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started like "2006" or ($author in ("yuriy","kostya","nazar","orest"))
started like "2006" or (pid = "HelloWorld")
started like "2006" or (pid < "HelloWorld")
started like "2006" or (pid <= "HelloWorld")
started like "2006" or (pid > "HelloWorld")
started like "2006" or (pid >= "HelloWorld")
started like "2006" or (pid like "HelloWorld")
started like "2006" or (pid in ("HelloWorld","Hello*","Hello*World"))
started like "2006" or (pid in ("Hello*","Hello*World"))
started like "2006" or (pid in ("Hello*World"))
started like "2006" or (iid = "2006")
started like "2006" or (iid < "2006")
started like "2006" or (iid <= "2006")
started like "2006" or (iid > "2006")
started like "2006" or (iid >= "2006")
started like "2006" or (iid in ("2006"))
started like "2006" or (iid in ("2006","20061231"))
started like "2006" or (status = "active")
started like "2006" or (status = "suspended")
started like "2006" or (status = "error")
started like "2006" or (status = "completed")
started like "2006" or (status = "terminated")
started like "2006" or (status = "faulted")
started like "2006" or (status in ("active","suspended"))
started like "2006" or (status in ("active","suspended","error","completed","terminated","faulted"))
started in ("2006-01-01T00:00:01") or (last-active = "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01") or (last-active = "2006-02-21")
started in ("2006-01-01T00:00:01") or (last-active = "2006-02")
started in ("2006-01-01T00:00:01") or (last-active = "2006")
started in ("2006-01-01T00:00:01") or (last-active < "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01") or (last-active < "2006-02-21")
started in ("2006-01-01T00:00:01") or (last-active < "2006-02")
started in ("2006-01-01T00:00:01") or (last-active < "2006")
started in ("2006-01-01T00:00:01") or (last-active <= "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01") or (last-active <= "2006-02-21")
started in ("2006-01-01T00:00:01") or (last-active <= "2006-02")
started in ("2006-01-01T00:00:01") or (last-active <= "2006")
started in ("2006-01-01T00:00:01") or (last-active > "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01") or (last-active > "2006-02-21")
started in ("2006-01-01T00:00:01") or (last-active > "2006-02")
started in ("2006-01-01T00:00:01") or (last-active > "2006")
started in ("2006-01-01T00:00:01") or (last-active >= "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01") or (last-active >= "2006-02-21")
started in ("2006-01-01T00:00:01") or (last-active >= "2006-02")
started in ("2006-01-01T00:00:01") or (last-active >= "2006")
started in ("2006-01-01T00:00:01") or (last-active like "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01") or (last-active like "2006-02-21")
started in ("2006-01-01T00:00:01") or (last-active like "2006-02")
started in ("2006-01-01T00:00:01") or (last-active like "2006")
started in ("2006-01-01T00:00:01") or (last-active in ("2006-02-01T00:00:01"))
started in ("2006-01-01T00:00:01") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started in ("2006-01-01T00:00:01") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started in ("2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author = "yuriy")
started in ("2006-01-01T00:00:01") or ($author = "yuriy")
started in ("2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author < "yuriy")
started in ("2006-01-01T00:00:01") or ($author < "yuriy")
started in ("2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author <= "yuriy")
started in ("2006-01-01T00:00:01") or ($author <= "yuriy")
started in ("2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author > "yuriy")
started in ("2006-01-01T00:00:01") or ($author > "yuriy")
started in ("2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author >= "yuriy")
started in ("2006-01-01T00:00:01") or ($author >= "yuriy")
started in ("2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author like "yuriy")
started in ("2006-01-01T00:00:01") or ($author like "yuriy")
started in ("2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started in ("2006-01-01T00:00:01") or ($author in ("yuriy"))
started in ("2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started in ("2006-01-01T00:00:01") or ($author in ("yuriy","kostya","nazar","orest"))
started in ("2006-01-01T00:00:01") or (pid = "HelloWorld")
started in ("2006-01-01T00:00:01") or (pid < "HelloWorld")
started in ("2006-01-01T00:00:01") or (pid <= "HelloWorld")
started in ("2006-01-01T00:00:01") or (pid > "HelloWorld")
started in ("2006-01-01T00:00:01") or (pid >= "HelloWorld")
started in ("2006-01-01T00:00:01") or (pid like "HelloWorld")
started in ("2006-01-01T00:00:01") or (pid in ("HelloWorld","Hello*","Hello*World"))
started in ("2006-01-01T00:00:01") or (pid in ("Hello*","Hello*World"))
started in ("2006-01-01T00:00:01") or (pid in ("Hello*World"))
started in ("2006-01-01T00:00:01") or (iid = "2006")
started in ("2006-01-01T00:00:01") or (iid < "2006")
started in ("2006-01-01T00:00:01") or (iid <= "2006")
started in ("2006-01-01T00:00:01") or (iid > "2006")
started in ("2006-01-01T00:00:01") or (iid >= "2006")
started in ("2006-01-01T00:00:01") or (iid in ("2006"))
started in ("2006-01-01T00:00:01") or (iid in ("2006","20061231"))
started in ("2006-01-01T00:00:01") or (status = "active")
started in ("2006-01-01T00:00:01") or (status = "suspended")
started in ("2006-01-01T00:00:01") or (status = "error")
started in ("2006-01-01T00:00:01") or (status = "completed")
started in ("2006-01-01T00:00:01") or (status = "terminated")
started in ("2006-01-01T00:00:01") or (status = "faulted")
started in ("2006-01-01T00:00:01") or (status in ("active","suspended"))
started in ("2006-01-01T00:00:01") or (status in ("active","suspended","error","completed","terminated","faulted"))
started in ("2006-01-31","2006-01") or (last-active = "2006-02-01T00:00:01")
started in ("2006-01-31","2006-01") or (last-active = "2006-02-21")
started in ("2006-01-31","2006-01") or (last-active = "2006-02")
started in ("2006-01-31","2006-01") or (last-active = "2006")
started in ("2006-01-31","2006-01") or (last-active < "2006-02-01T00:00:01")
started in ("2006-01-31","2006-01") or (last-active < "2006-02-21")
started in ("2006-01-31","2006-01") or (last-active < "2006-02")
started in ("2006-01-31","2006-01") or (last-active < "2006")
started in ("2006-01-31","2006-01") or (last-active <= "2006-02-01T00:00:01")
started in ("2006-01-31","2006-01") or (last-active <= "2006-02-21")
started in ("2006-01-31","2006-01") or (last-active <= "2006-02")
started in ("2006-01-31","2006-01") or (last-active <= "2006")
started in ("2006-01-31","2006-01") or (last-active > "2006-02-01T00:00:01")
started in ("2006-01-31","2006-01") or (last-active > "2006-02-21")
started in ("2006-01-31","2006-01") or (last-active > "2006-02")
started in ("2006-01-31","2006-01") or (last-active > "2006")
started in ("2006-01-31","2006-01") or (last-active >= "2006-02-01T00:00:01")
started in ("2006-01-31","2006-01") or (last-active >= "2006-02-21")
started in ("2006-01-31","2006-01") or (last-active >= "2006-02")
started in ("2006-01-31","2006-01") or (last-active >= "2006")
started in ("2006-01-31","2006-01") or (last-active like "2006-02-01T00:00:01")
started in ("2006-01-31","2006-01") or (last-active like "2006-02-21")
started in ("2006-01-31","2006-01") or (last-active like "2006-02")
started in ("2006-01-31","2006-01") or (last-active like "2006")
started in ("2006-01-31","2006-01") or (last-active in ("2006-02-01T00:00:01"))
started in ("2006-01-31","2006-01") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started in ("2006-01-31","2006-01") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started in ("2006-01-31","2006-01") or (${org.apache.ode.BPELProcess}author = "yuriy")
started in ("2006-01-31","2006-01") or ($author = "yuriy")
started in ("2006-01-31","2006-01") or (${org.apache.ode.BPELProcess}author < "yuriy")
started in ("2006-01-31","2006-01") or ($author < "yuriy")
started in ("2006-01-31","2006-01") or (${org.apache.ode.BPELProcess}author <= "yuriy")
started in ("2006-01-31","2006-01") or ($author <= "yuriy")
started in ("2006-01-31","2006-01") or (${org.apache.ode.BPELProcess}author > "yuriy")
started in ("2006-01-31","2006-01") or ($author > "yuriy")
started in ("2006-01-31","2006-01") or (${org.apache.ode.BPELProcess}author >= "yuriy")
started in ("2006-01-31","2006-01") or ($author >= "yuriy")
started in ("2006-01-31","2006-01") or (${org.apache.ode.BPELProcess}author like "yuriy")
started in ("2006-01-31","2006-01") or ($author like "yuriy")
started in ("2006-01-31","2006-01") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started in ("2006-01-31","2006-01") or ($author in ("yuriy"))
started in ("2006-01-31","2006-01") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started in ("2006-01-31","2006-01") or ($author in ("yuriy","kostya","nazar","orest"))
started in ("2006-01-31","2006-01") or (pid = "HelloWorld")
started in ("2006-01-31","2006-01") or (pid < "HelloWorld")
started in ("2006-01-31","2006-01") or (pid <= "HelloWorld")
started in ("2006-01-31","2006-01") or (pid > "HelloWorld")
started in ("2006-01-31","2006-01") or (pid >= "HelloWorld")
started in ("2006-01-31","2006-01") or (pid like "HelloWorld")
started in ("2006-01-31","2006-01") or (pid in ("HelloWorld","Hello*","Hello*World"))
started in ("2006-01-31","2006-01") or (pid in ("Hello*","Hello*World"))
started in ("2006-01-31","2006-01") or (pid in ("Hello*World"))
started in ("2006-01-31","2006-01") or (iid = "2006")
started in ("2006-01-31","2006-01") or (iid < "2006")
started in ("2006-01-31","2006-01") or (iid <= "2006")
started in ("2006-01-31","2006-01") or (iid > "2006")
started in ("2006-01-31","2006-01") or (iid >= "2006")
started in ("2006-01-31","2006-01") or (iid in ("2006"))
started in ("2006-01-31","2006-01") or (iid in ("2006","20061231"))
started in ("2006-01-31","2006-01") or (status = "active")
started in ("2006-01-31","2006-01") or (status = "suspended")
started in ("2006-01-31","2006-01") or (status = "error")
started in ("2006-01-31","2006-01") or (status = "completed")
started in ("2006-01-31","2006-01") or (status = "terminated")
started in ("2006-01-31","2006-01") or (status = "faulted")
started in ("2006-01-31","2006-01") or (status in ("active","suspended"))
started in ("2006-01-31","2006-01") or (status in ("active","suspended","error","completed","terminated","faulted"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active = "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active = "2006-02-21")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active = "2006-02")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active = "2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active < "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active < "2006-02-21")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active < "2006-02")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active < "2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active <= "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active <= "2006-02-21")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active <= "2006-02")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active <= "2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active > "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active > "2006-02-21")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active > "2006-02")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active > "2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active >= "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active >= "2006-02-21")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active >= "2006-02")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active >= "2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active like "2006-02-01T00:00:01")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active like "2006-02-21")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active like "2006-02")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active like "2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active in ("2006-02-01T00:00:01"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (${org.apache.ode.BPELProcess}author = "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or ($author = "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (${org.apache.ode.BPELProcess}author < "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or ($author < "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (${org.apache.ode.BPELProcess}author <= "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or ($author <= "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (${org.apache.ode.BPELProcess}author > "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or ($author > "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (${org.apache.ode.BPELProcess}author >= "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or ($author >= "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (${org.apache.ode.BPELProcess}author like "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or ($author like "yuriy")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or ($author in ("yuriy"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or ($author in ("yuriy","kostya","nazar","orest"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (pid = "HelloWorld")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (pid < "HelloWorld")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (pid <= "HelloWorld")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (pid > "HelloWorld")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (pid >= "HelloWorld")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (pid like "HelloWorld")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (pid in ("HelloWorld","Hello*","Hello*World"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (pid in ("Hello*","Hello*World"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (pid in ("Hello*World"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (iid = "2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (iid < "2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (iid <= "2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (iid > "2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (iid >= "2006")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (iid in ("2006"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (iid in ("2006","20061231"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (status = "active")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (status = "suspended")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (status = "error")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (status = "completed")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (status = "terminated")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (status = "faulted")
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (status in ("active","suspended"))
started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started = "2006-01-01T00:00:01") or (last-active = "2006-02-01T00:00:01")
(started = "2006-01-01T00:00:01") or (last-active = "2006-02-21")
(started = "2006-01-01T00:00:01") or (last-active = "2006-02")
(started = "2006-01-01T00:00:01") or (last-active = "2006")
(started = "2006-01-01T00:00:01") or (last-active < "2006-02-01T00:00:01")
(started = "2006-01-01T00:00:01") or (last-active < "2006-02-21")
(started = "2006-01-01T00:00:01") or (last-active < "2006-02")
(started = "2006-01-01T00:00:01") or (last-active < "2006")
(started = "2006-01-01T00:00:01") or (last-active <= "2006-02-01T00:00:01")
(started = "2006-01-01T00:00:01") or (last-active <= "2006-02-21")
(started = "2006-01-01T00:00:01") or (last-active <= "2006-02")
(started = "2006-01-01T00:00:01") or (last-active <= "2006")
(started = "2006-01-01T00:00:01") or (last-active > "2006-02-01T00:00:01")
(started = "2006-01-01T00:00:01") or (last-active > "2006-02-21")
(started = "2006-01-01T00:00:01") or (last-active > "2006-02")
(started = "2006-01-01T00:00:01") or (last-active > "2006")
(started = "2006-01-01T00:00:01") or (last-active >= "2006-02-01T00:00:01")
(started = "2006-01-01T00:00:01") or (last-active >= "2006-02-21")
(started = "2006-01-01T00:00:01") or (last-active >= "2006-02")
(started = "2006-01-01T00:00:01") or (last-active >= "2006")
(started = "2006-01-01T00:00:01") or (last-active like "2006-02-01T00:00:01")
(started = "2006-01-01T00:00:01") or (last-active like "2006-02-21")
(started = "2006-01-01T00:00:01") or (last-active like "2006-02")
(started = "2006-01-01T00:00:01") or (last-active like "2006")
(started = "2006-01-01T00:00:01") or (last-active in ("2006-02-01T00:00:01"))
(started = "2006-01-01T00:00:01") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started = "2006-01-01T00:00:01") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started = "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started = "2006-01-01T00:00:01") or ($author = "yuriy")
(started = "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started = "2006-01-01T00:00:01") or ($author < "yuriy")
(started = "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started = "2006-01-01T00:00:01") or ($author <= "yuriy")
(started = "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started = "2006-01-01T00:00:01") or ($author > "yuriy")
(started = "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started = "2006-01-01T00:00:01") or ($author >= "yuriy")
(started = "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started = "2006-01-01T00:00:01") or ($author like "yuriy")
(started = "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started = "2006-01-01T00:00:01") or ($author in ("yuriy"))
(started = "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started = "2006-01-01T00:00:01") or ($author in ("yuriy","kostya","nazar","orest"))
(started = "2006-01-01T00:00:01") or (pid = "HelloWorld")
(started = "2006-01-01T00:00:01") or (pid < "HelloWorld")
(started = "2006-01-01T00:00:01") or (pid <= "HelloWorld")
(started = "2006-01-01T00:00:01") or (pid > "HelloWorld")
(started = "2006-01-01T00:00:01") or (pid >= "HelloWorld")
(started = "2006-01-01T00:00:01") or (pid like "HelloWorld")
(started = "2006-01-01T00:00:01") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started = "2006-01-01T00:00:01") or (pid in ("Hello*","Hello*World"))
(started = "2006-01-01T00:00:01") or (pid in ("Hello*World"))
(started = "2006-01-01T00:00:01") or (iid = "2006")
(started = "2006-01-01T00:00:01") or (iid < "2006")
(started = "2006-01-01T00:00:01") or (iid <= "2006")
(started = "2006-01-01T00:00:01") or (iid > "2006")
(started = "2006-01-01T00:00:01") or (iid >= "2006")
(started = "2006-01-01T00:00:01") or (iid in ("2006"))
(started = "2006-01-01T00:00:01") or (iid in ("2006","20061231"))
(started = "2006-01-01T00:00:01") or (status = "active")
(started = "2006-01-01T00:00:01") or (status = "suspended")
(started = "2006-01-01T00:00:01") or (status = "error")
(started = "2006-01-01T00:00:01") or (status = "completed")
(started = "2006-01-01T00:00:01") or (status = "terminated")
(started = "2006-01-01T00:00:01") or (status = "faulted")
(started = "2006-01-01T00:00:01") or (status in ("active","suspended"))
(started = "2006-01-01T00:00:01") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started = "2006-01-31") or (last-active = "2006-02-01T00:00:01")
(started = "2006-01-31") or (last-active = "2006-02-21")
(started = "2006-01-31") or (last-active = "2006-02")
(started = "2006-01-31") or (last-active = "2006")
(started = "2006-01-31") or (last-active < "2006-02-01T00:00:01")
(started = "2006-01-31") or (last-active < "2006-02-21")
(started = "2006-01-31") or (last-active < "2006-02")
(started = "2006-01-31") or (last-active < "2006")
(started = "2006-01-31") or (last-active <= "2006-02-01T00:00:01")
(started = "2006-01-31") or (last-active <= "2006-02-21")
(started = "2006-01-31") or (last-active <= "2006-02")
(started = "2006-01-31") or (last-active <= "2006")
(started = "2006-01-31") or (last-active > "2006-02-01T00:00:01")
(started = "2006-01-31") or (last-active > "2006-02-21")
(started = "2006-01-31") or (last-active > "2006-02")
(started = "2006-01-31") or (last-active > "2006")
(started = "2006-01-31") or (last-active >= "2006-02-01T00:00:01")
(started = "2006-01-31") or (last-active >= "2006-02-21")
(started = "2006-01-31") or (last-active >= "2006-02")
(started = "2006-01-31") or (last-active >= "2006")
(started = "2006-01-31") or (last-active like "2006-02-01T00:00:01")
(started = "2006-01-31") or (last-active like "2006-02-21")
(started = "2006-01-31") or (last-active like "2006-02")
(started = "2006-01-31") or (last-active like "2006")
(started = "2006-01-31") or (last-active in ("2006-02-01T00:00:01"))
(started = "2006-01-31") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started = "2006-01-31") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started = "2006-01-31") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started = "2006-01-31") or ($author = "yuriy")
(started = "2006-01-31") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started = "2006-01-31") or ($author < "yuriy")
(started = "2006-01-31") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started = "2006-01-31") or ($author <= "yuriy")
(started = "2006-01-31") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started = "2006-01-31") or ($author > "yuriy")
(started = "2006-01-31") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started = "2006-01-31") or ($author >= "yuriy")
(started = "2006-01-31") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started = "2006-01-31") or ($author like "yuriy")
(started = "2006-01-31") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started = "2006-01-31") or ($author in ("yuriy"))
(started = "2006-01-31") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started = "2006-01-31") or ($author in ("yuriy","kostya","nazar","orest"))
(started = "2006-01-31") or (pid = "HelloWorld")
(started = "2006-01-31") or (pid < "HelloWorld")
(started = "2006-01-31") or (pid <= "HelloWorld")
(started = "2006-01-31") or (pid > "HelloWorld")
(started = "2006-01-31") or (pid >= "HelloWorld")
(started = "2006-01-31") or (pid like "HelloWorld")
(started = "2006-01-31") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started = "2006-01-31") or (pid in ("Hello*","Hello*World"))
(started = "2006-01-31") or (pid in ("Hello*World"))
(started = "2006-01-31") or (iid = "2006")
(started = "2006-01-31") or (iid < "2006")
(started = "2006-01-31") or (iid <= "2006")
(started = "2006-01-31") or (iid > "2006")
(started = "2006-01-31") or (iid >= "2006")
(started = "2006-01-31") or (iid in ("2006"))
(started = "2006-01-31") or (iid in ("2006","20061231"))
(started = "2006-01-31") or (status = "active")
(started = "2006-01-31") or (status = "suspended")
(started = "2006-01-31") or (status = "error")
(started = "2006-01-31") or (status = "completed")
(started = "2006-01-31") or (status = "terminated")
(started = "2006-01-31") or (status = "faulted")
(started = "2006-01-31") or (status in ("active","suspended"))
(started = "2006-01-31") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started = "2006-01") or (last-active = "2006-02-01T00:00:01")
(started = "2006-01") or (last-active = "2006-02-21")
(started = "2006-01") or (last-active = "2006-02")
(started = "2006-01") or (last-active = "2006")
(started = "2006-01") or (last-active < "2006-02-01T00:00:01")
(started = "2006-01") or (last-active < "2006-02-21")
(started = "2006-01") or (last-active < "2006-02")
(started = "2006-01") or (last-active < "2006")
(started = "2006-01") or (last-active <= "2006-02-01T00:00:01")
(started = "2006-01") or (last-active <= "2006-02-21")
(started = "2006-01") or (last-active <= "2006-02")
(started = "2006-01") or (last-active <= "2006")
(started = "2006-01") or (last-active > "2006-02-01T00:00:01")
(started = "2006-01") or (last-active > "2006-02-21")
(started = "2006-01") or (last-active > "2006-02")
(started = "2006-01") or (last-active > "2006")
(started = "2006-01") or (last-active >= "2006-02-01T00:00:01")
(started = "2006-01") or (last-active >= "2006-02-21")
(started = "2006-01") or (last-active >= "2006-02")
(started = "2006-01") or (last-active >= "2006")
(started = "2006-01") or (last-active like "2006-02-01T00:00:01")
(started = "2006-01") or (last-active like "2006-02-21")
(started = "2006-01") or (last-active like "2006-02")
(started = "2006-01") or (last-active like "2006")
(started = "2006-01") or (last-active in ("2006-02-01T00:00:01"))
(started = "2006-01") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started = "2006-01") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started = "2006-01") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started = "2006-01") or ($author = "yuriy")
(started = "2006-01") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started = "2006-01") or ($author < "yuriy")
(started = "2006-01") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started = "2006-01") or ($author <= "yuriy")
(started = "2006-01") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started = "2006-01") or ($author > "yuriy")
(started = "2006-01") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started = "2006-01") or ($author >= "yuriy")
(started = "2006-01") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started = "2006-01") or ($author like "yuriy")
(started = "2006-01") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started = "2006-01") or ($author in ("yuriy"))
(started = "2006-01") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started = "2006-01") or ($author in ("yuriy","kostya","nazar","orest"))
(started = "2006-01") or (pid = "HelloWorld")
(started = "2006-01") or (pid < "HelloWorld")
(started = "2006-01") or (pid <= "HelloWorld")
(started = "2006-01") or (pid > "HelloWorld")
(started = "2006-01") or (pid >= "HelloWorld")
(started = "2006-01") or (pid like "HelloWorld")
(started = "2006-01") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started = "2006-01") or (pid in ("Hello*","Hello*World"))
(started = "2006-01") or (pid in ("Hello*World"))
(started = "2006-01") or (iid = "2006")
(started = "2006-01") or (iid < "2006")
(started = "2006-01") or (iid <= "2006")
(started = "2006-01") or (iid > "2006")
(started = "2006-01") or (iid >= "2006")
(started = "2006-01") or (iid in ("2006"))
(started = "2006-01") or (iid in ("2006","20061231"))
(started = "2006-01") or (status = "active")
(started = "2006-01") or (status = "suspended")
(started = "2006-01") or (status = "error")
(started = "2006-01") or (status = "completed")
(started = "2006-01") or (status = "terminated")
(started = "2006-01") or (status = "faulted")
(started = "2006-01") or (status in ("active","suspended"))
(started = "2006-01") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started = "2006") or (last-active = "2006-02-01T00:00:01")
(started = "2006") or (last-active = "2006-02-21")
(started = "2006") or (last-active = "2006-02")
(started = "2006") or (last-active = "2006")
(started = "2006") or (last-active < "2006-02-01T00:00:01")
(started = "2006") or (last-active < "2006-02-21")
(started = "2006") or (last-active < "2006-02")
(started = "2006") or (last-active < "2006")
(started = "2006") or (last-active <= "2006-02-01T00:00:01")
(started = "2006") or (last-active <= "2006-02-21")
(started = "2006") or (last-active <= "2006-02")
(started = "2006") or (last-active <= "2006")
(started = "2006") or (last-active > "2006-02-01T00:00:01")
(started = "2006") or (last-active > "2006-02-21")
(started = "2006") or (last-active > "2006-02")
(started = "2006") or (last-active > "2006")
(started = "2006") or (last-active >= "2006-02-01T00:00:01")
(started = "2006") or (last-active >= "2006-02-21")
(started = "2006") or (last-active >= "2006-02")
(started = "2006") or (last-active >= "2006")
(started = "2006") or (last-active like "2006-02-01T00:00:01")
(started = "2006") or (last-active like "2006-02-21")
(started = "2006") or (last-active like "2006-02")
(started = "2006") or (last-active like "2006")
(started = "2006") or (last-active in ("2006-02-01T00:00:01"))
(started = "2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started = "2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started = "2006") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started = "2006") or ($author = "yuriy")
(started = "2006") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started = "2006") or ($author < "yuriy")
(started = "2006") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started = "2006") or ($author <= "yuriy")
(started = "2006") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started = "2006") or ($author > "yuriy")
(started = "2006") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started = "2006") or ($author >= "yuriy")
(started = "2006") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started = "2006") or ($author like "yuriy")
(started = "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started = "2006") or ($author in ("yuriy"))
(started = "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started = "2006") or ($author in ("yuriy","kostya","nazar","orest"))
(started = "2006") or (pid = "HelloWorld")
(started = "2006") or (pid < "HelloWorld")
(started = "2006") or (pid <= "HelloWorld")
(started = "2006") or (pid > "HelloWorld")
(started = "2006") or (pid >= "HelloWorld")
(started = "2006") or (pid like "HelloWorld")
(started = "2006") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started = "2006") or (pid in ("Hello*","Hello*World"))
(started = "2006") or (pid in ("Hello*World"))
(started = "2006") or (iid = "2006")
(started = "2006") or (iid < "2006")
(started = "2006") or (iid <= "2006")
(started = "2006") or (iid > "2006")
(started = "2006") or (iid >= "2006")
(started = "2006") or (iid in ("2006"))
(started = "2006") or (iid in ("2006","20061231"))
(started = "2006") or (status = "active")
(started = "2006") or (status = "suspended")
(started = "2006") or (status = "error")
(started = "2006") or (status = "completed")
(started = "2006") or (status = "terminated")
(started = "2006") or (status = "faulted")
(started = "2006") or (status in ("active","suspended"))
(started = "2006") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started < "2006-01-01T00:00:01") or (last-active = "2006-02-01T00:00:01")
(started < "2006-01-01T00:00:01") or (last-active = "2006-02-21")
(started < "2006-01-01T00:00:01") or (last-active = "2006-02")
(started < "2006-01-01T00:00:01") or (last-active = "2006")
(started < "2006-01-01T00:00:01") or (last-active < "2006-02-01T00:00:01")
(started < "2006-01-01T00:00:01") or (last-active < "2006-02-21")
(started < "2006-01-01T00:00:01") or (last-active < "2006-02")
(started < "2006-01-01T00:00:01") or (last-active < "2006")
(started < "2006-01-01T00:00:01") or (last-active <= "2006-02-01T00:00:01")
(started < "2006-01-01T00:00:01") or (last-active <= "2006-02-21")
(started < "2006-01-01T00:00:01") or (last-active <= "2006-02")
(started < "2006-01-01T00:00:01") or (last-active <= "2006")
(started < "2006-01-01T00:00:01") or (last-active > "2006-02-01T00:00:01")
(started < "2006-01-01T00:00:01") or (last-active > "2006-02-21")
(started < "2006-01-01T00:00:01") or (last-active > "2006-02")
(started < "2006-01-01T00:00:01") or (last-active > "2006")
(started < "2006-01-01T00:00:01") or (last-active >= "2006-02-01T00:00:01")
(started < "2006-01-01T00:00:01") or (last-active >= "2006-02-21")
(started < "2006-01-01T00:00:01") or (last-active >= "2006-02")
(started < "2006-01-01T00:00:01") or (last-active >= "2006")
(started < "2006-01-01T00:00:01") or (last-active like "2006-02-01T00:00:01")
(started < "2006-01-01T00:00:01") or (last-active like "2006-02-21")
(started < "2006-01-01T00:00:01") or (last-active like "2006-02")
(started < "2006-01-01T00:00:01") or (last-active like "2006")
(started < "2006-01-01T00:00:01") or (last-active in ("2006-02-01T00:00:01"))
(started < "2006-01-01T00:00:01") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started < "2006-01-01T00:00:01") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started < "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started < "2006-01-01T00:00:01") or ($author = "yuriy")
(started < "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started < "2006-01-01T00:00:01") or ($author < "yuriy")
(started < "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started < "2006-01-01T00:00:01") or ($author <= "yuriy")
(started < "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started < "2006-01-01T00:00:01") or ($author > "yuriy")
(started < "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started < "2006-01-01T00:00:01") or ($author >= "yuriy")
(started < "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started < "2006-01-01T00:00:01") or ($author like "yuriy")
(started < "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started < "2006-01-01T00:00:01") or ($author in ("yuriy"))
(started < "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started < "2006-01-01T00:00:01") or ($author in ("yuriy","kostya","nazar","orest"))
(started < "2006-01-01T00:00:01") or (pid = "HelloWorld")
(started < "2006-01-01T00:00:01") or (pid < "HelloWorld")
(started < "2006-01-01T00:00:01") or (pid <= "HelloWorld")
(started < "2006-01-01T00:00:01") or (pid > "HelloWorld")
(started < "2006-01-01T00:00:01") or (pid >= "HelloWorld")
(started < "2006-01-01T00:00:01") or (pid like "HelloWorld")
(started < "2006-01-01T00:00:01") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started < "2006-01-01T00:00:01") or (pid in ("Hello*","Hello*World"))
(started < "2006-01-01T00:00:01") or (pid in ("Hello*World"))
(started < "2006-01-01T00:00:01") or (iid = "2006")
(started < "2006-01-01T00:00:01") or (iid < "2006")
(started < "2006-01-01T00:00:01") or (iid <= "2006")
(started < "2006-01-01T00:00:01") or (iid > "2006")
(started < "2006-01-01T00:00:01") or (iid >= "2006")
(started < "2006-01-01T00:00:01") or (iid in ("2006"))
(started < "2006-01-01T00:00:01") or (iid in ("2006","20061231"))
(started < "2006-01-01T00:00:01") or (status = "active")
(started < "2006-01-01T00:00:01") or (status = "suspended")
(started < "2006-01-01T00:00:01") or (status = "error")
(started < "2006-01-01T00:00:01") or (status = "completed")
(started < "2006-01-01T00:00:01") or (status = "terminated")
(started < "2006-01-01T00:00:01") or (status = "faulted")
(started < "2006-01-01T00:00:01") or (status in ("active","suspended"))
(started < "2006-01-01T00:00:01") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started < "2006-01-31") or (last-active = "2006-02-01T00:00:01")
(started < "2006-01-31") or (last-active = "2006-02-21")
(started < "2006-01-31") or (last-active = "2006-02")
(started < "2006-01-31") or (last-active = "2006")
(started < "2006-01-31") or (last-active < "2006-02-01T00:00:01")
(started < "2006-01-31") or (last-active < "2006-02-21")
(started < "2006-01-31") or (last-active < "2006-02")
(started < "2006-01-31") or (last-active < "2006")
(started < "2006-01-31") or (last-active <= "2006-02-01T00:00:01")
(started < "2006-01-31") or (last-active <= "2006-02-21")
(started < "2006-01-31") or (last-active <= "2006-02")
(started < "2006-01-31") or (last-active <= "2006")
(started < "2006-01-31") or (last-active > "2006-02-01T00:00:01")
(started < "2006-01-31") or (last-active > "2006-02-21")
(started < "2006-01-31") or (last-active > "2006-02")
(started < "2006-01-31") or (last-active > "2006")
(started < "2006-01-31") or (last-active >= "2006-02-01T00:00:01")
(started < "2006-01-31") or (last-active >= "2006-02-21")
(started < "2006-01-31") or (last-active >= "2006-02")
(started < "2006-01-31") or (last-active >= "2006")
(started < "2006-01-31") or (last-active like "2006-02-01T00:00:01")
(started < "2006-01-31") or (last-active like "2006-02-21")
(started < "2006-01-31") or (last-active like "2006-02")
(started < "2006-01-31") or (last-active like "2006")
(started < "2006-01-31") or (last-active in ("2006-02-01T00:00:01"))
(started < "2006-01-31") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started < "2006-01-31") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started < "2006-01-31") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started < "2006-01-31") or ($author = "yuriy")
(started < "2006-01-31") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started < "2006-01-31") or ($author < "yuriy")
(started < "2006-01-31") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started < "2006-01-31") or ($author <= "yuriy")
(started < "2006-01-31") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started < "2006-01-31") or ($author > "yuriy")
(started < "2006-01-31") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started < "2006-01-31") or ($author >= "yuriy")
(started < "2006-01-31") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started < "2006-01-31") or ($author like "yuriy")
(started < "2006-01-31") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started < "2006-01-31") or ($author in ("yuriy"))
(started < "2006-01-31") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started < "2006-01-31") or ($author in ("yuriy","kostya","nazar","orest"))
(started < "2006-01-31") or (pid = "HelloWorld")
(started < "2006-01-31") or (pid < "HelloWorld")
(started < "2006-01-31") or (pid <= "HelloWorld")
(started < "2006-01-31") or (pid > "HelloWorld")
(started < "2006-01-31") or (pid >= "HelloWorld")
(started < "2006-01-31") or (pid like "HelloWorld")
(started < "2006-01-31") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started < "2006-01-31") or (pid in ("Hello*","Hello*World"))
(started < "2006-01-31") or (pid in ("Hello*World"))
(started < "2006-01-31") or (iid = "2006")
(started < "2006-01-31") or (iid < "2006")
(started < "2006-01-31") or (iid <= "2006")
(started < "2006-01-31") or (iid > "2006")
(started < "2006-01-31") or (iid >= "2006")
(started < "2006-01-31") or (iid in ("2006"))
(started < "2006-01-31") or (iid in ("2006","20061231"))
(started < "2006-01-31") or (status = "active")
(started < "2006-01-31") or (status = "suspended")
(started < "2006-01-31") or (status = "error")
(started < "2006-01-31") or (status = "completed")
(started < "2006-01-31") or (status = "terminated")
(started < "2006-01-31") or (status = "faulted")
(started < "2006-01-31") or (status in ("active","suspended"))
(started < "2006-01-31") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started < "2006-01") or (last-active = "2006-02-01T00:00:01")
(started < "2006-01") or (last-active = "2006-02-21")
(started < "2006-01") or (last-active = "2006-02")
(started < "2006-01") or (last-active = "2006")
(started < "2006-01") or (last-active < "2006-02-01T00:00:01")
(started < "2006-01") or (last-active < "2006-02-21")
(started < "2006-01") or (last-active < "2006-02")
(started < "2006-01") or (last-active < "2006")
(started < "2006-01") or (last-active <= "2006-02-01T00:00:01")
(started < "2006-01") or (last-active <= "2006-02-21")
(started < "2006-01") or (last-active <= "2006-02")
(started < "2006-01") or (last-active <= "2006")
(started < "2006-01") or (last-active > "2006-02-01T00:00:01")
(started < "2006-01") or (last-active > "2006-02-21")
(started < "2006-01") or (last-active > "2006-02")
(started < "2006-01") or (last-active > "2006")
(started < "2006-01") or (last-active >= "2006-02-01T00:00:01")
(started < "2006-01") or (last-active >= "2006-02-21")
(started < "2006-01") or (last-active >= "2006-02")
(started < "2006-01") or (last-active >= "2006")
(started < "2006-01") or (last-active like "2006-02-01T00:00:01")
(started < "2006-01") or (last-active like "2006-02-21")
(started < "2006-01") or (last-active like "2006-02")
(started < "2006-01") or (last-active like "2006")
(started < "2006-01") or (last-active in ("2006-02-01T00:00:01"))
(started < "2006-01") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started < "2006-01") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started < "2006-01") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started < "2006-01") or ($author = "yuriy")
(started < "2006-01") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started < "2006-01") or ($author < "yuriy")
(started < "2006-01") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started < "2006-01") or ($author <= "yuriy")
(started < "2006-01") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started < "2006-01") or ($author > "yuriy")
(started < "2006-01") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started < "2006-01") or ($author >= "yuriy")
(started < "2006-01") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started < "2006-01") or ($author like "yuriy")
(started < "2006-01") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started < "2006-01") or ($author in ("yuriy"))
(started < "2006-01") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started < "2006-01") or ($author in ("yuriy","kostya","nazar","orest"))
(started < "2006-01") or (pid = "HelloWorld")
(started < "2006-01") or (pid < "HelloWorld")
(started < "2006-01") or (pid <= "HelloWorld")
(started < "2006-01") or (pid > "HelloWorld")
(started < "2006-01") or (pid >= "HelloWorld")
(started < "2006-01") or (pid like "HelloWorld")
(started < "2006-01") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started < "2006-01") or (pid in ("Hello*","Hello*World"))
(started < "2006-01") or (pid in ("Hello*World"))
(started < "2006-01") or (iid = "2006")
(started < "2006-01") or (iid < "2006")
(started < "2006-01") or (iid <= "2006")
(started < "2006-01") or (iid > "2006")
(started < "2006-01") or (iid >= "2006")
(started < "2006-01") or (iid in ("2006"))
(started < "2006-01") or (iid in ("2006","20061231"))
(started < "2006-01") or (status = "active")
(started < "2006-01") or (status = "suspended")
(started < "2006-01") or (status = "error")
(started < "2006-01") or (status = "completed")
(started < "2006-01") or (status = "terminated")
(started < "2006-01") or (status = "faulted")
(started < "2006-01") or (status in ("active","suspended"))
(started < "2006-01") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started < "2006") or (last-active = "2006-02-01T00:00:01")
(started < "2006") or (last-active = "2006-02-21")
(started < "2006") or (last-active = "2006-02")
(started < "2006") or (last-active = "2006")
(started < "2006") or (last-active < "2006-02-01T00:00:01")
(started < "2006") or (last-active < "2006-02-21")
(started < "2006") or (last-active < "2006-02")
(started < "2006") or (last-active < "2006")
(started < "2006") or (last-active <= "2006-02-01T00:00:01")
(started < "2006") or (last-active <= "2006-02-21")
(started < "2006") or (last-active <= "2006-02")
(started < "2006") or (last-active <= "2006")
(started < "2006") or (last-active > "2006-02-01T00:00:01")
(started < "2006") or (last-active > "2006-02-21")
(started < "2006") or (last-active > "2006-02")
(started < "2006") or (last-active > "2006")
(started < "2006") or (last-active >= "2006-02-01T00:00:01")
(started < "2006") or (last-active >= "2006-02-21")
(started < "2006") or (last-active >= "2006-02")
(started < "2006") or (last-active >= "2006")
(started < "2006") or (last-active like "2006-02-01T00:00:01")
(started < "2006") or (last-active like "2006-02-21")
(started < "2006") or (last-active like "2006-02")
(started < "2006") or (last-active like "2006")
(started < "2006") or (last-active in ("2006-02-01T00:00:01"))
(started < "2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started < "2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started < "2006") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started < "2006") or ($author = "yuriy")
(started < "2006") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started < "2006") or ($author < "yuriy")
(started < "2006") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started < "2006") or ($author <= "yuriy")
(started < "2006") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started < "2006") or ($author > "yuriy")
(started < "2006") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started < "2006") or ($author >= "yuriy")
(started < "2006") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started < "2006") or ($author like "yuriy")
(started < "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started < "2006") or ($author in ("yuriy"))
(started < "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started < "2006") or ($author in ("yuriy","kostya","nazar","orest"))
(started < "2006") or (pid = "HelloWorld")
(started < "2006") or (pid < "HelloWorld")
(started < "2006") or (pid <= "HelloWorld")
(started < "2006") or (pid > "HelloWorld")
(started < "2006") or (pid >= "HelloWorld")
(started < "2006") or (pid like "HelloWorld")
(started < "2006") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started < "2006") or (pid in ("Hello*","Hello*World"))
(started < "2006") or (pid in ("Hello*World"))
(started < "2006") or (iid = "2006")
(started < "2006") or (iid < "2006")
(started < "2006") or (iid <= "2006")
(started < "2006") or (iid > "2006")
(started < "2006") or (iid >= "2006")
(started < "2006") or (iid in ("2006"))
(started < "2006") or (iid in ("2006","20061231"))
(started < "2006") or (status = "active")
(started < "2006") or (status = "suspended")
(started < "2006") or (status = "error")
(started < "2006") or (status = "completed")
(started < "2006") or (status = "terminated")
(started < "2006") or (status = "faulted")
(started < "2006") or (status in ("active","suspended"))
(started < "2006") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started <= "2006-01-01T00:00:01") or (last-active = "2006-02-01T00:00:01")
(started <= "2006-01-01T00:00:01") or (last-active = "2006-02-21")
(started <= "2006-01-01T00:00:01") or (last-active = "2006-02")
(started <= "2006-01-01T00:00:01") or (last-active = "2006")
(started <= "2006-01-01T00:00:01") or (last-active < "2006-02-01T00:00:01")
(started <= "2006-01-01T00:00:01") or (last-active < "2006-02-21")
(started <= "2006-01-01T00:00:01") or (last-active < "2006-02")
(started <= "2006-01-01T00:00:01") or (last-active < "2006")
(started <= "2006-01-01T00:00:01") or (last-active <= "2006-02-01T00:00:01")
(started <= "2006-01-01T00:00:01") or (last-active <= "2006-02-21")
(started <= "2006-01-01T00:00:01") or (last-active <= "2006-02")
(started <= "2006-01-01T00:00:01") or (last-active <= "2006")
(started <= "2006-01-01T00:00:01") or (last-active > "2006-02-01T00:00:01")
(started <= "2006-01-01T00:00:01") or (last-active > "2006-02-21")
(started <= "2006-01-01T00:00:01") or (last-active > "2006-02")
(started <= "2006-01-01T00:00:01") or (last-active > "2006")
(started <= "2006-01-01T00:00:01") or (last-active >= "2006-02-01T00:00:01")
(started <= "2006-01-01T00:00:01") or (last-active >= "2006-02-21")
(started <= "2006-01-01T00:00:01") or (last-active >= "2006-02")
(started <= "2006-01-01T00:00:01") or (last-active >= "2006")
(started <= "2006-01-01T00:00:01") or (last-active like "2006-02-01T00:00:01")
(started <= "2006-01-01T00:00:01") or (last-active like "2006-02-21")
(started <= "2006-01-01T00:00:01") or (last-active like "2006-02")
(started <= "2006-01-01T00:00:01") or (last-active like "2006")
(started <= "2006-01-01T00:00:01") or (last-active in ("2006-02-01T00:00:01"))
(started <= "2006-01-01T00:00:01") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started <= "2006-01-01T00:00:01") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started <= "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started <= "2006-01-01T00:00:01") or ($author = "yuriy")
(started <= "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started <= "2006-01-01T00:00:01") or ($author < "yuriy")
(started <= "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started <= "2006-01-01T00:00:01") or ($author <= "yuriy")
(started <= "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started <= "2006-01-01T00:00:01") or ($author > "yuriy")
(started <= "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started <= "2006-01-01T00:00:01") or ($author >= "yuriy")
(started <= "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started <= "2006-01-01T00:00:01") or ($author like "yuriy")
(started <= "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started <= "2006-01-01T00:00:01") or ($author in ("yuriy"))
(started <= "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started <= "2006-01-01T00:00:01") or ($author in ("yuriy","kostya","nazar","orest"))
(started <= "2006-01-01T00:00:01") or (pid = "HelloWorld")
(started <= "2006-01-01T00:00:01") or (pid < "HelloWorld")
(started <= "2006-01-01T00:00:01") or (pid <= "HelloWorld")
(started <= "2006-01-01T00:00:01") or (pid > "HelloWorld")
(started <= "2006-01-01T00:00:01") or (pid >= "HelloWorld")
(started <= "2006-01-01T00:00:01") or (pid like "HelloWorld")
(started <= "2006-01-01T00:00:01") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started <= "2006-01-01T00:00:01") or (pid in ("Hello*","Hello*World"))
(started <= "2006-01-01T00:00:01") or (pid in ("Hello*World"))
(started <= "2006-01-01T00:00:01") or (iid = "2006")
(started <= "2006-01-01T00:00:01") or (iid < "2006")
(started <= "2006-01-01T00:00:01") or (iid <= "2006")
(started <= "2006-01-01T00:00:01") or (iid > "2006")
(started <= "2006-01-01T00:00:01") or (iid >= "2006")
(started <= "2006-01-01T00:00:01") or (iid in ("2006"))
(started <= "2006-01-01T00:00:01") or (iid in ("2006","20061231"))
(started <= "2006-01-01T00:00:01") or (status = "active")
(started <= "2006-01-01T00:00:01") or (status = "suspended")
(started <= "2006-01-01T00:00:01") or (status = "error")
(started <= "2006-01-01T00:00:01") or (status = "completed")
(started <= "2006-01-01T00:00:01") or (status = "terminated")
(started <= "2006-01-01T00:00:01") or (status = "faulted")
(started <= "2006-01-01T00:00:01") or (status in ("active","suspended"))
(started <= "2006-01-01T00:00:01") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started <= "2006-01-31") or (last-active = "2006-02-01T00:00:01")
(started <= "2006-01-31") or (last-active = "2006-02-21")
(started <= "2006-01-31") or (last-active = "2006-02")
(started <= "2006-01-31") or (last-active = "2006")
(started <= "2006-01-31") or (last-active < "2006-02-01T00:00:01")
(started <= "2006-01-31") or (last-active < "2006-02-21")
(started <= "2006-01-31") or (last-active < "2006-02")
(started <= "2006-01-31") or (last-active < "2006")
(started <= "2006-01-31") or (last-active <= "2006-02-01T00:00:01")
(started <= "2006-01-31") or (last-active <= "2006-02-21")
(started <= "2006-01-31") or (last-active <= "2006-02")
(started <= "2006-01-31") or (last-active <= "2006")
(started <= "2006-01-31") or (last-active > "2006-02-01T00:00:01")
(started <= "2006-01-31") or (last-active > "2006-02-21")
(started <= "2006-01-31") or (last-active > "2006-02")
(started <= "2006-01-31") or (last-active > "2006")
(started <= "2006-01-31") or (last-active >= "2006-02-01T00:00:01")
(started <= "2006-01-31") or (last-active >= "2006-02-21")
(started <= "2006-01-31") or (last-active >= "2006-02")
(started <= "2006-01-31") or (last-active >= "2006")
(started <= "2006-01-31") or (last-active like "2006-02-01T00:00:01")
(started <= "2006-01-31") or (last-active like "2006-02-21")
(started <= "2006-01-31") or (last-active like "2006-02")
(started <= "2006-01-31") or (last-active like "2006")
(started <= "2006-01-31") or (last-active in ("2006-02-01T00:00:01"))
(started <= "2006-01-31") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started <= "2006-01-31") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started <= "2006-01-31") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started <= "2006-01-31") or ($author = "yuriy")
(started <= "2006-01-31") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started <= "2006-01-31") or ($author < "yuriy")
(started <= "2006-01-31") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started <= "2006-01-31") or ($author <= "yuriy")
(started <= "2006-01-31") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started <= "2006-01-31") or ($author > "yuriy")
(started <= "2006-01-31") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started <= "2006-01-31") or ($author >= "yuriy")
(started <= "2006-01-31") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started <= "2006-01-31") or ($author like "yuriy")
(started <= "2006-01-31") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started <= "2006-01-31") or ($author in ("yuriy"))
(started <= "2006-01-31") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started <= "2006-01-31") or ($author in ("yuriy","kostya","nazar","orest"))
(started <= "2006-01-31") or (pid = "HelloWorld")
(started <= "2006-01-31") or (pid < "HelloWorld")
(started <= "2006-01-31") or (pid <= "HelloWorld")
(started <= "2006-01-31") or (pid > "HelloWorld")
(started <= "2006-01-31") or (pid >= "HelloWorld")
(started <= "2006-01-31") or (pid like "HelloWorld")
(started <= "2006-01-31") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started <= "2006-01-31") or (pid in ("Hello*","Hello*World"))
(started <= "2006-01-31") or (pid in ("Hello*World"))
(started <= "2006-01-31") or (iid = "2006")
(started <= "2006-01-31") or (iid < "2006")
(started <= "2006-01-31") or (iid <= "2006")
(started <= "2006-01-31") or (iid > "2006")
(started <= "2006-01-31") or (iid >= "2006")
(started <= "2006-01-31") or (iid in ("2006"))
(started <= "2006-01-31") or (iid in ("2006","20061231"))
(started <= "2006-01-31") or (status = "active")
(started <= "2006-01-31") or (status = "suspended")
(started <= "2006-01-31") or (status = "error")
(started <= "2006-01-31") or (status = "completed")
(started <= "2006-01-31") or (status = "terminated")
(started <= "2006-01-31") or (status = "faulted")
(started <= "2006-01-31") or (status in ("active","suspended"))
(started <= "2006-01-31") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started <= "2006-01") or (last-active = "2006-02-01T00:00:01")
(started <= "2006-01") or (last-active = "2006-02-21")
(started <= "2006-01") or (last-active = "2006-02")
(started <= "2006-01") or (last-active = "2006")
(started <= "2006-01") or (last-active < "2006-02-01T00:00:01")
(started <= "2006-01") or (last-active < "2006-02-21")
(started <= "2006-01") or (last-active < "2006-02")
(started <= "2006-01") or (last-active < "2006")
(started <= "2006-01") or (last-active <= "2006-02-01T00:00:01")
(started <= "2006-01") or (last-active <= "2006-02-21")
(started <= "2006-01") or (last-active <= "2006-02")
(started <= "2006-01") or (last-active <= "2006")
(started <= "2006-01") or (last-active > "2006-02-01T00:00:01")
(started <= "2006-01") or (last-active > "2006-02-21")
(started <= "2006-01") or (last-active > "2006-02")
(started <= "2006-01") or (last-active > "2006")
(started <= "2006-01") or (last-active >= "2006-02-01T00:00:01")
(started <= "2006-01") or (last-active >= "2006-02-21")
(started <= "2006-01") or (last-active >= "2006-02")
(started <= "2006-01") or (last-active >= "2006")
(started <= "2006-01") or (last-active like "2006-02-01T00:00:01")
(started <= "2006-01") or (last-active like "2006-02-21")
(started <= "2006-01") or (last-active like "2006-02")
(started <= "2006-01") or (last-active like "2006")
(started <= "2006-01") or (last-active in ("2006-02-01T00:00:01"))
(started <= "2006-01") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started <= "2006-01") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started <= "2006-01") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started <= "2006-01") or ($author = "yuriy")
(started <= "2006-01") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started <= "2006-01") or ($author < "yuriy")
(started <= "2006-01") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started <= "2006-01") or ($author <= "yuriy")
(started <= "2006-01") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started <= "2006-01") or ($author > "yuriy")
(started <= "2006-01") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started <= "2006-01") or ($author >= "yuriy")
(started <= "2006-01") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started <= "2006-01") or ($author like "yuriy")
(started <= "2006-01") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started <= "2006-01") or ($author in ("yuriy"))
(started <= "2006-01") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started <= "2006-01") or ($author in ("yuriy","kostya","nazar","orest"))
(started <= "2006-01") or (pid = "HelloWorld")
(started <= "2006-01") or (pid < "HelloWorld")
(started <= "2006-01") or (pid <= "HelloWorld")
(started <= "2006-01") or (pid > "HelloWorld")
(started <= "2006-01") or (pid >= "HelloWorld")
(started <= "2006-01") or (pid like "HelloWorld")
(started <= "2006-01") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started <= "2006-01") or (pid in ("Hello*","Hello*World"))
(started <= "2006-01") or (pid in ("Hello*World"))
(started <= "2006-01") or (iid = "2006")
(started <= "2006-01") or (iid < "2006")
(started <= "2006-01") or (iid <= "2006")
(started <= "2006-01") or (iid > "2006")
(started <= "2006-01") or (iid >= "2006")
(started <= "2006-01") or (iid in ("2006"))
(started <= "2006-01") or (iid in ("2006","20061231"))
(started <= "2006-01") or (status = "active")
(started <= "2006-01") or (status = "suspended")
(started <= "2006-01") or (status = "error")
(started <= "2006-01") or (status = "completed")
(started <= "2006-01") or (status = "terminated")
(started <= "2006-01") or (status = "faulted")
(started <= "2006-01") or (status in ("active","suspended"))
(started <= "2006-01") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started <= "2006") or (last-active = "2006-02-01T00:00:01")
(started <= "2006") or (last-active = "2006-02-21")
(started <= "2006") or (last-active = "2006-02")
(started <= "2006") or (last-active = "2006")
(started <= "2006") or (last-active < "2006-02-01T00:00:01")
(started <= "2006") or (last-active < "2006-02-21")
(started <= "2006") or (last-active < "2006-02")
(started <= "2006") or (last-active < "2006")
(started <= "2006") or (last-active <= "2006-02-01T00:00:01")
(started <= "2006") or (last-active <= "2006-02-21")
(started <= "2006") or (last-active <= "2006-02")
(started <= "2006") or (last-active <= "2006")
(started <= "2006") or (last-active > "2006-02-01T00:00:01")
(started <= "2006") or (last-active > "2006-02-21")
(started <= "2006") or (last-active > "2006-02")
(started <= "2006") or (last-active > "2006")
(started <= "2006") or (last-active >= "2006-02-01T00:00:01")
(started <= "2006") or (last-active >= "2006-02-21")
(started <= "2006") or (last-active >= "2006-02")
(started <= "2006") or (last-active >= "2006")
(started <= "2006") or (last-active like "2006-02-01T00:00:01")
(started <= "2006") or (last-active like "2006-02-21")
(started <= "2006") or (last-active like "2006-02")
(started <= "2006") or (last-active like "2006")
(started <= "2006") or (last-active in ("2006-02-01T00:00:01"))
(started <= "2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started <= "2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started <= "2006") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started <= "2006") or ($author = "yuriy")
(started <= "2006") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started <= "2006") or ($author < "yuriy")
(started <= "2006") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started <= "2006") or ($author <= "yuriy")
(started <= "2006") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started <= "2006") or ($author > "yuriy")
(started <= "2006") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started <= "2006") or ($author >= "yuriy")
(started <= "2006") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started <= "2006") or ($author like "yuriy")
(started <= "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started <= "2006") or ($author in ("yuriy"))
(started <= "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started <= "2006") or ($author in ("yuriy","kostya","nazar","orest"))
(started <= "2006") or (pid = "HelloWorld")
(started <= "2006") or (pid < "HelloWorld")
(started <= "2006") or (pid <= "HelloWorld")
(started <= "2006") or (pid > "HelloWorld")
(started <= "2006") or (pid >= "HelloWorld")
(started <= "2006") or (pid like "HelloWorld")
(started <= "2006") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started <= "2006") or (pid in ("Hello*","Hello*World"))
(started <= "2006") or (pid in ("Hello*World"))
(started <= "2006") or (iid = "2006")
(started <= "2006") or (iid < "2006")
(started <= "2006") or (iid <= "2006")
(started <= "2006") or (iid > "2006")
(started <= "2006") or (iid >= "2006")
(started <= "2006") or (iid in ("2006"))
(started <= "2006") or (iid in ("2006","20061231"))
(started <= "2006") or (status = "active")
(started <= "2006") or (status = "suspended")
(started <= "2006") or (status = "error")
(started <= "2006") or (status = "completed")
(started <= "2006") or (status = "terminated")
(started <= "2006") or (status = "faulted")
(started <= "2006") or (status in ("active","suspended"))
(started <= "2006") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started > "2006-01-01T00:00:01") or (last-active = "2006-02-01T00:00:01")
(started > "2006-01-01T00:00:01") or (last-active = "2006-02-21")
(started > "2006-01-01T00:00:01") or (last-active = "2006-02")
(started > "2006-01-01T00:00:01") or (last-active = "2006")
(started > "2006-01-01T00:00:01") or (last-active < "2006-02-01T00:00:01")
(started > "2006-01-01T00:00:01") or (last-active < "2006-02-21")
(started > "2006-01-01T00:00:01") or (last-active < "2006-02")
(started > "2006-01-01T00:00:01") or (last-active < "2006")
(started > "2006-01-01T00:00:01") or (last-active <= "2006-02-01T00:00:01")
(started > "2006-01-01T00:00:01") or (last-active <= "2006-02-21")
(started > "2006-01-01T00:00:01") or (last-active <= "2006-02")
(started > "2006-01-01T00:00:01") or (last-active <= "2006")
(started > "2006-01-01T00:00:01") or (last-active > "2006-02-01T00:00:01")
(started > "2006-01-01T00:00:01") or (last-active > "2006-02-21")
(started > "2006-01-01T00:00:01") or (last-active > "2006-02")
(started > "2006-01-01T00:00:01") or (last-active > "2006")
(started > "2006-01-01T00:00:01") or (last-active >= "2006-02-01T00:00:01")
(started > "2006-01-01T00:00:01") or (last-active >= "2006-02-21")
(started > "2006-01-01T00:00:01") or (last-active >= "2006-02")
(started > "2006-01-01T00:00:01") or (last-active >= "2006")
(started > "2006-01-01T00:00:01") or (last-active like "2006-02-01T00:00:01")
(started > "2006-01-01T00:00:01") or (last-active like "2006-02-21")
(started > "2006-01-01T00:00:01") or (last-active like "2006-02")
(started > "2006-01-01T00:00:01") or (last-active like "2006")
(started > "2006-01-01T00:00:01") or (last-active in ("2006-02-01T00:00:01"))
(started > "2006-01-01T00:00:01") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started > "2006-01-01T00:00:01") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started > "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started > "2006-01-01T00:00:01") or ($author = "yuriy")
(started > "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started > "2006-01-01T00:00:01") or ($author < "yuriy")
(started > "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started > "2006-01-01T00:00:01") or ($author <= "yuriy")
(started > "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started > "2006-01-01T00:00:01") or ($author > "yuriy")
(started > "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started > "2006-01-01T00:00:01") or ($author >= "yuriy")
(started > "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started > "2006-01-01T00:00:01") or ($author like "yuriy")
(started > "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started > "2006-01-01T00:00:01") or ($author in ("yuriy"))
(started > "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started > "2006-01-01T00:00:01") or ($author in ("yuriy","kostya","nazar","orest"))
(started > "2006-01-01T00:00:01") or (pid = "HelloWorld")
(started > "2006-01-01T00:00:01") or (pid < "HelloWorld")
(started > "2006-01-01T00:00:01") or (pid <= "HelloWorld")
(started > "2006-01-01T00:00:01") or (pid > "HelloWorld")
(started > "2006-01-01T00:00:01") or (pid >= "HelloWorld")
(started > "2006-01-01T00:00:01") or (pid like "HelloWorld")
(started > "2006-01-01T00:00:01") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started > "2006-01-01T00:00:01") or (pid in ("Hello*","Hello*World"))
(started > "2006-01-01T00:00:01") or (pid in ("Hello*World"))
(started > "2006-01-01T00:00:01") or (iid = "2006")
(started > "2006-01-01T00:00:01") or (iid < "2006")
(started > "2006-01-01T00:00:01") or (iid <= "2006")
(started > "2006-01-01T00:00:01") or (iid > "2006")
(started > "2006-01-01T00:00:01") or (iid >= "2006")
(started > "2006-01-01T00:00:01") or (iid in ("2006"))
(started > "2006-01-01T00:00:01") or (iid in ("2006","20061231"))
(started > "2006-01-01T00:00:01") or (status = "active")
(started > "2006-01-01T00:00:01") or (status = "suspended")
(started > "2006-01-01T00:00:01") or (status = "error")
(started > "2006-01-01T00:00:01") or (status = "completed")
(started > "2006-01-01T00:00:01") or (status = "terminated")
(started > "2006-01-01T00:00:01") or (status = "faulted")
(started > "2006-01-01T00:00:01") or (status in ("active","suspended"))
(started > "2006-01-01T00:00:01") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started > "2006-01-31") or (last-active = "2006-02-01T00:00:01")
(started > "2006-01-31") or (last-active = "2006-02-21")
(started > "2006-01-31") or (last-active = "2006-02")
(started > "2006-01-31") or (last-active = "2006")
(started > "2006-01-31") or (last-active < "2006-02-01T00:00:01")
(started > "2006-01-31") or (last-active < "2006-02-21")
(started > "2006-01-31") or (last-active < "2006-02")
(started > "2006-01-31") or (last-active < "2006")
(started > "2006-01-31") or (last-active <= "2006-02-01T00:00:01")
(started > "2006-01-31") or (last-active <= "2006-02-21")
(started > "2006-01-31") or (last-active <= "2006-02")
(started > "2006-01-31") or (last-active <= "2006")
(started > "2006-01-31") or (last-active > "2006-02-01T00:00:01")
(started > "2006-01-31") or (last-active > "2006-02-21")
(started > "2006-01-31") or (last-active > "2006-02")
(started > "2006-01-31") or (last-active > "2006")
(started > "2006-01-31") or (last-active >= "2006-02-01T00:00:01")
(started > "2006-01-31") or (last-active >= "2006-02-21")
(started > "2006-01-31") or (last-active >= "2006-02")
(started > "2006-01-31") or (last-active >= "2006")
(started > "2006-01-31") or (last-active like "2006-02-01T00:00:01")
(started > "2006-01-31") or (last-active like "2006-02-21")
(started > "2006-01-31") or (last-active like "2006-02")
(started > "2006-01-31") or (last-active like "2006")
(started > "2006-01-31") or (last-active in ("2006-02-01T00:00:01"))
(started > "2006-01-31") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started > "2006-01-31") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started > "2006-01-31") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started > "2006-01-31") or ($author = "yuriy")
(started > "2006-01-31") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started > "2006-01-31") or ($author < "yuriy")
(started > "2006-01-31") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started > "2006-01-31") or ($author <= "yuriy")
(started > "2006-01-31") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started > "2006-01-31") or ($author > "yuriy")
(started > "2006-01-31") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started > "2006-01-31") or ($author >= "yuriy")
(started > "2006-01-31") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started > "2006-01-31") or ($author like "yuriy")
(started > "2006-01-31") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started > "2006-01-31") or ($author in ("yuriy"))
(started > "2006-01-31") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started > "2006-01-31") or ($author in ("yuriy","kostya","nazar","orest"))
(started > "2006-01-31") or (pid = "HelloWorld")
(started > "2006-01-31") or (pid < "HelloWorld")
(started > "2006-01-31") or (pid <= "HelloWorld")
(started > "2006-01-31") or (pid > "HelloWorld")
(started > "2006-01-31") or (pid >= "HelloWorld")
(started > "2006-01-31") or (pid like "HelloWorld")
(started > "2006-01-31") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started > "2006-01-31") or (pid in ("Hello*","Hello*World"))
(started > "2006-01-31") or (pid in ("Hello*World"))
(started > "2006-01-31") or (iid = "2006")
(started > "2006-01-31") or (iid < "2006")
(started > "2006-01-31") or (iid <= "2006")
(started > "2006-01-31") or (iid > "2006")
(started > "2006-01-31") or (iid >= "2006")
(started > "2006-01-31") or (iid in ("2006"))
(started > "2006-01-31") or (iid in ("2006","20061231"))
(started > "2006-01-31") or (status = "active")
(started > "2006-01-31") or (status = "suspended")
(started > "2006-01-31") or (status = "error")
(started > "2006-01-31") or (status = "completed")
(started > "2006-01-31") or (status = "terminated")
(started > "2006-01-31") or (status = "faulted")
(started > "2006-01-31") or (status in ("active","suspended"))
(started > "2006-01-31") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started > "2006-01") or (last-active = "2006-02-01T00:00:01")
(started > "2006-01") or (last-active = "2006-02-21")
(started > "2006-01") or (last-active = "2006-02")
(started > "2006-01") or (last-active = "2006")
(started > "2006-01") or (last-active < "2006-02-01T00:00:01")
(started > "2006-01") or (last-active < "2006-02-21")
(started > "2006-01") or (last-active < "2006-02")
(started > "2006-01") or (last-active < "2006")
(started > "2006-01") or (last-active <= "2006-02-01T00:00:01")
(started > "2006-01") or (last-active <= "2006-02-21")
(started > "2006-01") or (last-active <= "2006-02")
(started > "2006-01") or (last-active <= "2006")
(started > "2006-01") or (last-active > "2006-02-01T00:00:01")
(started > "2006-01") or (last-active > "2006-02-21")
(started > "2006-01") or (last-active > "2006-02")
(started > "2006-01") or (last-active > "2006")
(started > "2006-01") or (last-active >= "2006-02-01T00:00:01")
(started > "2006-01") or (last-active >= "2006-02-21")
(started > "2006-01") or (last-active >= "2006-02")
(started > "2006-01") or (last-active >= "2006")
(started > "2006-01") or (last-active like "2006-02-01T00:00:01")
(started > "2006-01") or (last-active like "2006-02-21")
(started > "2006-01") or (last-active like "2006-02")
(started > "2006-01") or (last-active like "2006")
(started > "2006-01") or (last-active in ("2006-02-01T00:00:01"))
(started > "2006-01") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started > "2006-01") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started > "2006-01") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started > "2006-01") or ($author = "yuriy")
(started > "2006-01") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started > "2006-01") or ($author < "yuriy")
(started > "2006-01") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started > "2006-01") or ($author <= "yuriy")
(started > "2006-01") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started > "2006-01") or ($author > "yuriy")
(started > "2006-01") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started > "2006-01") or ($author >= "yuriy")
(started > "2006-01") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started > "2006-01") or ($author like "yuriy")
(started > "2006-01") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started > "2006-01") or ($author in ("yuriy"))
(started > "2006-01") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started > "2006-01") or ($author in ("yuriy","kostya","nazar","orest"))
(started > "2006-01") or (pid = "HelloWorld")
(started > "2006-01") or (pid < "HelloWorld")
(started > "2006-01") or (pid <= "HelloWorld")
(started > "2006-01") or (pid > "HelloWorld")
(started > "2006-01") or (pid >= "HelloWorld")
(started > "2006-01") or (pid like "HelloWorld")
(started > "2006-01") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started > "2006-01") or (pid in ("Hello*","Hello*World"))
(started > "2006-01") or (pid in ("Hello*World"))
(started > "2006-01") or (iid = "2006")
(started > "2006-01") or (iid < "2006")
(started > "2006-01") or (iid <= "2006")
(started > "2006-01") or (iid > "2006")
(started > "2006-01") or (iid >= "2006")
(started > "2006-01") or (iid in ("2006"))
(started > "2006-01") or (iid in ("2006","20061231"))
(started > "2006-01") or (status = "active")
(started > "2006-01") or (status = "suspended")
(started > "2006-01") or (status = "error")
(started > "2006-01") or (status = "completed")
(started > "2006-01") or (status = "terminated")
(started > "2006-01") or (status = "faulted")
(started > "2006-01") or (status in ("active","suspended"))
(started > "2006-01") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started > "2006") or (last-active = "2006-02-01T00:00:01")
(started > "2006") or (last-active = "2006-02-21")
(started > "2006") or (last-active = "2006-02")
(started > "2006") or (last-active = "2006")
(started > "2006") or (last-active < "2006-02-01T00:00:01")
(started > "2006") or (last-active < "2006-02-21")
(started > "2006") or (last-active < "2006-02")
(started > "2006") or (last-active < "2006")
(started > "2006") or (last-active <= "2006-02-01T00:00:01")
(started > "2006") or (last-active <= "2006-02-21")
(started > "2006") or (last-active <= "2006-02")
(started > "2006") or (last-active <= "2006")
(started > "2006") or (last-active > "2006-02-01T00:00:01")
(started > "2006") or (last-active > "2006-02-21")
(started > "2006") or (last-active > "2006-02")
(started > "2006") or (last-active > "2006")
(started > "2006") or (last-active >= "2006-02-01T00:00:01")
(started > "2006") or (last-active >= "2006-02-21")
(started > "2006") or (last-active >= "2006-02")
(started > "2006") or (last-active >= "2006")
(started > "2006") or (last-active like "2006-02-01T00:00:01")
(started > "2006") or (last-active like "2006-02-21")
(started > "2006") or (last-active like "2006-02")
(started > "2006") or (last-active like "2006")
(started > "2006") or (last-active in ("2006-02-01T00:00:01"))
(started > "2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started > "2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started > "2006") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started > "2006") or ($author = "yuriy")
(started > "2006") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started > "2006") or ($author < "yuriy")
(started > "2006") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started > "2006") or ($author <= "yuriy")
(started > "2006") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started > "2006") or ($author > "yuriy")
(started > "2006") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started > "2006") or ($author >= "yuriy")
(started > "2006") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started > "2006") or ($author like "yuriy")
(started > "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started > "2006") or ($author in ("yuriy"))
(started > "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started > "2006") or ($author in ("yuriy","kostya","nazar","orest"))
(started > "2006") or (pid = "HelloWorld")
(started > "2006") or (pid < "HelloWorld")
(started > "2006") or (pid <= "HelloWorld")
(started > "2006") or (pid > "HelloWorld")
(started > "2006") or (pid >= "HelloWorld")
(started > "2006") or (pid like "HelloWorld")
(started > "2006") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started > "2006") or (pid in ("Hello*","Hello*World"))
(started > "2006") or (pid in ("Hello*World"))
(started > "2006") or (iid = "2006")
(started > "2006") or (iid < "2006")
(started > "2006") or (iid <= "2006")
(started > "2006") or (iid > "2006")
(started > "2006") or (iid >= "2006")
(started > "2006") or (iid in ("2006"))
(started > "2006") or (iid in ("2006","20061231"))
(started > "2006") or (status = "active")
(started > "2006") or (status = "suspended")
(started > "2006") or (status = "error")
(started > "2006") or (status = "completed")
(started > "2006") or (status = "terminated")
(started > "2006") or (status = "faulted")
(started > "2006") or (status in ("active","suspended"))
(started > "2006") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started >= "2006-01-01T00:00:01") or (last-active = "2006-02-01T00:00:01")
(started >= "2006-01-01T00:00:01") or (last-active = "2006-02-21")
(started >= "2006-01-01T00:00:01") or (last-active = "2006-02")
(started >= "2006-01-01T00:00:01") or (last-active = "2006")
(started >= "2006-01-01T00:00:01") or (last-active < "2006-02-01T00:00:01")
(started >= "2006-01-01T00:00:01") or (last-active < "2006-02-21")
(started >= "2006-01-01T00:00:01") or (last-active < "2006-02")
(started >= "2006-01-01T00:00:01") or (last-active < "2006")
(started >= "2006-01-01T00:00:01") or (last-active <= "2006-02-01T00:00:01")
(started >= "2006-01-01T00:00:01") or (last-active <= "2006-02-21")
(started >= "2006-01-01T00:00:01") or (last-active <= "2006-02")
(started >= "2006-01-01T00:00:01") or (last-active <= "2006")
(started >= "2006-01-01T00:00:01") or (last-active > "2006-02-01T00:00:01")
(started >= "2006-01-01T00:00:01") or (last-active > "2006-02-21")
(started >= "2006-01-01T00:00:01") or (last-active > "2006-02")
(started >= "2006-01-01T00:00:01") or (last-active > "2006")
(started >= "2006-01-01T00:00:01") or (last-active >= "2006-02-01T00:00:01")
(started >= "2006-01-01T00:00:01") or (last-active >= "2006-02-21")
(started >= "2006-01-01T00:00:01") or (last-active >= "2006-02")
(started >= "2006-01-01T00:00:01") or (last-active >= "2006")
(started >= "2006-01-01T00:00:01") or (last-active like "2006-02-01T00:00:01")
(started >= "2006-01-01T00:00:01") or (last-active like "2006-02-21")
(started >= "2006-01-01T00:00:01") or (last-active like "2006-02")
(started >= "2006-01-01T00:00:01") or (last-active like "2006")
(started >= "2006-01-01T00:00:01") or (last-active in ("2006-02-01T00:00:01"))
(started >= "2006-01-01T00:00:01") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started >= "2006-01-01T00:00:01") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started >= "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started >= "2006-01-01T00:00:01") or ($author = "yuriy")
(started >= "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started >= "2006-01-01T00:00:01") or ($author < "yuriy")
(started >= "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started >= "2006-01-01T00:00:01") or ($author <= "yuriy")
(started >= "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started >= "2006-01-01T00:00:01") or ($author > "yuriy")
(started >= "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started >= "2006-01-01T00:00:01") or ($author >= "yuriy")
(started >= "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started >= "2006-01-01T00:00:01") or ($author like "yuriy")
(started >= "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started >= "2006-01-01T00:00:01") or ($author in ("yuriy"))
(started >= "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started >= "2006-01-01T00:00:01") or ($author in ("yuriy","kostya","nazar","orest"))
(started >= "2006-01-01T00:00:01") or (pid = "HelloWorld")
(started >= "2006-01-01T00:00:01") or (pid < "HelloWorld")
(started >= "2006-01-01T00:00:01") or (pid <= "HelloWorld")
(started >= "2006-01-01T00:00:01") or (pid > "HelloWorld")
(started >= "2006-01-01T00:00:01") or (pid >= "HelloWorld")
(started >= "2006-01-01T00:00:01") or (pid like "HelloWorld")
(started >= "2006-01-01T00:00:01") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started >= "2006-01-01T00:00:01") or (pid in ("Hello*","Hello*World"))
(started >= "2006-01-01T00:00:01") or (pid in ("Hello*World"))
(started >= "2006-01-01T00:00:01") or (iid = "2006")
(started >= "2006-01-01T00:00:01") or (iid < "2006")
(started >= "2006-01-01T00:00:01") or (iid <= "2006")
(started >= "2006-01-01T00:00:01") or (iid > "2006")
(started >= "2006-01-01T00:00:01") or (iid >= "2006")
(started >= "2006-01-01T00:00:01") or (iid in ("2006"))
(started >= "2006-01-01T00:00:01") or (iid in ("2006","20061231"))
(started >= "2006-01-01T00:00:01") or (status = "active")
(started >= "2006-01-01T00:00:01") or (status = "suspended")
(started >= "2006-01-01T00:00:01") or (status = "error")
(started >= "2006-01-01T00:00:01") or (status = "completed")
(started >= "2006-01-01T00:00:01") or (status = "terminated")
(started >= "2006-01-01T00:00:01") or (status = "faulted")
(started >= "2006-01-01T00:00:01") or (status in ("active","suspended"))
(started >= "2006-01-01T00:00:01") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started >= "2006-01-31") or (last-active = "2006-02-01T00:00:01")
(started >= "2006-01-31") or (last-active = "2006-02-21")
(started >= "2006-01-31") or (last-active = "2006-02")
(started >= "2006-01-31") or (last-active = "2006")
(started >= "2006-01-31") or (last-active < "2006-02-01T00:00:01")
(started >= "2006-01-31") or (last-active < "2006-02-21")
(started >= "2006-01-31") or (last-active < "2006-02")
(started >= "2006-01-31") or (last-active < "2006")
(started >= "2006-01-31") or (last-active <= "2006-02-01T00:00:01")
(started >= "2006-01-31") or (last-active <= "2006-02-21")
(started >= "2006-01-31") or (last-active <= "2006-02")
(started >= "2006-01-31") or (last-active <= "2006")
(started >= "2006-01-31") or (last-active > "2006-02-01T00:00:01")
(started >= "2006-01-31") or (last-active > "2006-02-21")
(started >= "2006-01-31") or (last-active > "2006-02")
(started >= "2006-01-31") or (last-active > "2006")
(started >= "2006-01-31") or (last-active >= "2006-02-01T00:00:01")
(started >= "2006-01-31") or (last-active >= "2006-02-21")
(started >= "2006-01-31") or (last-active >= "2006-02")
(started >= "2006-01-31") or (last-active >= "2006")
(started >= "2006-01-31") or (last-active like "2006-02-01T00:00:01")
(started >= "2006-01-31") or (last-active like "2006-02-21")
(started >= "2006-01-31") or (last-active like "2006-02")
(started >= "2006-01-31") or (last-active like "2006")
(started >= "2006-01-31") or (last-active in ("2006-02-01T00:00:01"))
(started >= "2006-01-31") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started >= "2006-01-31") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started >= "2006-01-31") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started >= "2006-01-31") or ($author = "yuriy")
(started >= "2006-01-31") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started >= "2006-01-31") or ($author < "yuriy")
(started >= "2006-01-31") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started >= "2006-01-31") or ($author <= "yuriy")
(started >= "2006-01-31") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started >= "2006-01-31") or ($author > "yuriy")
(started >= "2006-01-31") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started >= "2006-01-31") or ($author >= "yuriy")
(started >= "2006-01-31") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started >= "2006-01-31") or ($author like "yuriy")
(started >= "2006-01-31") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started >= "2006-01-31") or ($author in ("yuriy"))
(started >= "2006-01-31") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started >= "2006-01-31") or ($author in ("yuriy","kostya","nazar","orest"))
(started >= "2006-01-31") or (pid = "HelloWorld")
(started >= "2006-01-31") or (pid < "HelloWorld")
(started >= "2006-01-31") or (pid <= "HelloWorld")
(started >= "2006-01-31") or (pid > "HelloWorld")
(started >= "2006-01-31") or (pid >= "HelloWorld")
(started >= "2006-01-31") or (pid like "HelloWorld")
(started >= "2006-01-31") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started >= "2006-01-31") or (pid in ("Hello*","Hello*World"))
(started >= "2006-01-31") or (pid in ("Hello*World"))
(started >= "2006-01-31") or (iid = "2006")
(started >= "2006-01-31") or (iid < "2006")
(started >= "2006-01-31") or (iid <= "2006")
(started >= "2006-01-31") or (iid > "2006")
(started >= "2006-01-31") or (iid >= "2006")
(started >= "2006-01-31") or (iid in ("2006"))
(started >= "2006-01-31") or (iid in ("2006","20061231"))
(started >= "2006-01-31") or (status = "active")
(started >= "2006-01-31") or (status = "suspended")
(started >= "2006-01-31") or (status = "error")
(started >= "2006-01-31") or (status = "completed")
(started >= "2006-01-31") or (status = "terminated")
(started >= "2006-01-31") or (status = "faulted")
(started >= "2006-01-31") or (status in ("active","suspended"))
(started >= "2006-01-31") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started >= "2006-01") or (last-active = "2006-02-01T00:00:01")
(started >= "2006-01") or (last-active = "2006-02-21")
(started >= "2006-01") or (last-active = "2006-02")
(started >= "2006-01") or (last-active = "2006")
(started >= "2006-01") or (last-active < "2006-02-01T00:00:01")
(started >= "2006-01") or (last-active < "2006-02-21")
(started >= "2006-01") or (last-active < "2006-02")
(started >= "2006-01") or (last-active < "2006")
(started >= "2006-01") or (last-active <= "2006-02-01T00:00:01")
(started >= "2006-01") or (last-active <= "2006-02-21")
(started >= "2006-01") or (last-active <= "2006-02")
(started >= "2006-01") or (last-active <= "2006")
(started >= "2006-01") or (last-active > "2006-02-01T00:00:01")
(started >= "2006-01") or (last-active > "2006-02-21")
(started >= "2006-01") or (last-active > "2006-02")
(started >= "2006-01") or (last-active > "2006")
(started >= "2006-01") or (last-active >= "2006-02-01T00:00:01")
(started >= "2006-01") or (last-active >= "2006-02-21")
(started >= "2006-01") or (last-active >= "2006-02")
(started >= "2006-01") or (last-active >= "2006")
(started >= "2006-01") or (last-active like "2006-02-01T00:00:01")
(started >= "2006-01") or (last-active like "2006-02-21")
(started >= "2006-01") or (last-active like "2006-02")
(started >= "2006-01") or (last-active like "2006")
(started >= "2006-01") or (last-active in ("2006-02-01T00:00:01"))
(started >= "2006-01") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started >= "2006-01") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started >= "2006-01") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started >= "2006-01") or ($author = "yuriy")
(started >= "2006-01") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started >= "2006-01") or ($author < "yuriy")
(started >= "2006-01") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started >= "2006-01") or ($author <= "yuriy")
(started >= "2006-01") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started >= "2006-01") or ($author > "yuriy")
(started >= "2006-01") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started >= "2006-01") or ($author >= "yuriy")
(started >= "2006-01") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started >= "2006-01") or ($author like "yuriy")
(started >= "2006-01") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started >= "2006-01") or ($author in ("yuriy"))
(started >= "2006-01") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started >= "2006-01") or ($author in ("yuriy","kostya","nazar","orest"))
(started >= "2006-01") or (pid = "HelloWorld")
(started >= "2006-01") or (pid < "HelloWorld")
(started >= "2006-01") or (pid <= "HelloWorld")
(started >= "2006-01") or (pid > "HelloWorld")
(started >= "2006-01") or (pid >= "HelloWorld")
(started >= "2006-01") or (pid like "HelloWorld")
(started >= "2006-01") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started >= "2006-01") or (pid in ("Hello*","Hello*World"))
(started >= "2006-01") or (pid in ("Hello*World"))
(started >= "2006-01") or (iid = "2006")
(started >= "2006-01") or (iid < "2006")
(started >= "2006-01") or (iid <= "2006")
(started >= "2006-01") or (iid > "2006")
(started >= "2006-01") or (iid >= "2006")
(started >= "2006-01") or (iid in ("2006"))
(started >= "2006-01") or (iid in ("2006","20061231"))
(started >= "2006-01") or (status = "active")
(started >= "2006-01") or (status = "suspended")
(started >= "2006-01") or (status = "error")
(started >= "2006-01") or (status = "completed")
(started >= "2006-01") or (status = "terminated")
(started >= "2006-01") or (status = "faulted")
(started >= "2006-01") or (status in ("active","suspended"))
(started >= "2006-01") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started >= "2006") or (last-active = "2006-02-01T00:00:01")
(started >= "2006") or (last-active = "2006-02-21")
(started >= "2006") or (last-active = "2006-02")
(started >= "2006") or (last-active = "2006")
(started >= "2006") or (last-active < "2006-02-01T00:00:01")
(started >= "2006") or (last-active < "2006-02-21")
(started >= "2006") or (last-active < "2006-02")
(started >= "2006") or (last-active < "2006")
(started >= "2006") or (last-active <= "2006-02-01T00:00:01")
(started >= "2006") or (last-active <= "2006-02-21")
(started >= "2006") or (last-active <= "2006-02")
(started >= "2006") or (last-active <= "2006")
(started >= "2006") or (last-active > "2006-02-01T00:00:01")
(started >= "2006") or (last-active > "2006-02-21")
(started >= "2006") or (last-active > "2006-02")
(started >= "2006") or (last-active > "2006")
(started >= "2006") or (last-active >= "2006-02-01T00:00:01")
(started >= "2006") or (last-active >= "2006-02-21")
(started >= "2006") or (last-active >= "2006-02")
(started >= "2006") or (last-active >= "2006")
(started >= "2006") or (last-active like "2006-02-01T00:00:01")
(started >= "2006") or (last-active like "2006-02-21")
(started >= "2006") or (last-active like "2006-02")
(started >= "2006") or (last-active like "2006")
(started >= "2006") or (last-active in ("2006-02-01T00:00:01"))
(started >= "2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started >= "2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started >= "2006") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started >= "2006") or ($author = "yuriy")
(started >= "2006") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started >= "2006") or ($author < "yuriy")
(started >= "2006") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started >= "2006") or ($author <= "yuriy")
(started >= "2006") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started >= "2006") or ($author > "yuriy")
(started >= "2006") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started >= "2006") or ($author >= "yuriy")
(started >= "2006") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started >= "2006") or ($author like "yuriy")
(started >= "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started >= "2006") or ($author in ("yuriy"))
(started >= "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started >= "2006") or ($author in ("yuriy","kostya","nazar","orest"))
(started >= "2006") or (pid = "HelloWorld")
(started >= "2006") or (pid < "HelloWorld")
(started >= "2006") or (pid <= "HelloWorld")
(started >= "2006") or (pid > "HelloWorld")
(started >= "2006") or (pid >= "HelloWorld")
(started >= "2006") or (pid like "HelloWorld")
(started >= "2006") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started >= "2006") or (pid in ("Hello*","Hello*World"))
(started >= "2006") or (pid in ("Hello*World"))
(started >= "2006") or (iid = "2006")
(started >= "2006") or (iid < "2006")
(started >= "2006") or (iid <= "2006")
(started >= "2006") or (iid > "2006")
(started >= "2006") or (iid >= "2006")
(started >= "2006") or (iid in ("2006"))
(started >= "2006") or (iid in ("2006","20061231"))
(started >= "2006") or (status = "active")
(started >= "2006") or (status = "suspended")
(started >= "2006") or (status = "error")
(started >= "2006") or (status = "completed")
(started >= "2006") or (status = "terminated")
(started >= "2006") or (status = "faulted")
(started >= "2006") or (status in ("active","suspended"))
(started >= "2006") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started like "2006-01-01T00:00:01") or (last-active = "2006-02-01T00:00:01")
(started like "2006-01-01T00:00:01") or (last-active = "2006-02-21")
(started like "2006-01-01T00:00:01") or (last-active = "2006-02")
(started like "2006-01-01T00:00:01") or (last-active = "2006")
(started like "2006-01-01T00:00:01") or (last-active < "2006-02-01T00:00:01")
(started like "2006-01-01T00:00:01") or (last-active < "2006-02-21")
(started like "2006-01-01T00:00:01") or (last-active < "2006-02")
(started like "2006-01-01T00:00:01") or (last-active < "2006")
(started like "2006-01-01T00:00:01") or (last-active <= "2006-02-01T00:00:01")
(started like "2006-01-01T00:00:01") or (last-active <= "2006-02-21")
(started like "2006-01-01T00:00:01") or (last-active <= "2006-02")
(started like "2006-01-01T00:00:01") or (last-active <= "2006")
(started like "2006-01-01T00:00:01") or (last-active > "2006-02-01T00:00:01")
(started like "2006-01-01T00:00:01") or (last-active > "2006-02-21")
(started like "2006-01-01T00:00:01") or (last-active > "2006-02")
(started like "2006-01-01T00:00:01") or (last-active > "2006")
(started like "2006-01-01T00:00:01") or (last-active >= "2006-02-01T00:00:01")
(started like "2006-01-01T00:00:01") or (last-active >= "2006-02-21")
(started like "2006-01-01T00:00:01") or (last-active >= "2006-02")
(started like "2006-01-01T00:00:01") or (last-active >= "2006")
(started like "2006-01-01T00:00:01") or (last-active like "2006-02-01T00:00:01")
(started like "2006-01-01T00:00:01") or (last-active like "2006-02-21")
(started like "2006-01-01T00:00:01") or (last-active like "2006-02")
(started like "2006-01-01T00:00:01") or (last-active like "2006")
(started like "2006-01-01T00:00:01") or (last-active in ("2006-02-01T00:00:01"))
(started like "2006-01-01T00:00:01") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started like "2006-01-01T00:00:01") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started like "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started like "2006-01-01T00:00:01") or ($author = "yuriy")
(started like "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started like "2006-01-01T00:00:01") or ($author < "yuriy")
(started like "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started like "2006-01-01T00:00:01") or ($author <= "yuriy")
(started like "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started like "2006-01-01T00:00:01") or ($author > "yuriy")
(started like "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started like "2006-01-01T00:00:01") or ($author >= "yuriy")
(started like "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started like "2006-01-01T00:00:01") or ($author like "yuriy")
(started like "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started like "2006-01-01T00:00:01") or ($author in ("yuriy"))
(started like "2006-01-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started like "2006-01-01T00:00:01") or ($author in ("yuriy","kostya","nazar","orest"))
(started like "2006-01-01T00:00:01") or (pid = "HelloWorld")
(started like "2006-01-01T00:00:01") or (pid < "HelloWorld")
(started like "2006-01-01T00:00:01") or (pid <= "HelloWorld")
(started like "2006-01-01T00:00:01") or (pid > "HelloWorld")
(started like "2006-01-01T00:00:01") or (pid >= "HelloWorld")
(started like "2006-01-01T00:00:01") or (pid like "HelloWorld")
(started like "2006-01-01T00:00:01") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started like "2006-01-01T00:00:01") or (pid in ("Hello*","Hello*World"))
(started like "2006-01-01T00:00:01") or (pid in ("Hello*World"))
(started like "2006-01-01T00:00:01") or (iid = "2006")
(started like "2006-01-01T00:00:01") or (iid < "2006")
(started like "2006-01-01T00:00:01") or (iid <= "2006")
(started like "2006-01-01T00:00:01") or (iid > "2006")
(started like "2006-01-01T00:00:01") or (iid >= "2006")
(started like "2006-01-01T00:00:01") or (iid in ("2006"))
(started like "2006-01-01T00:00:01") or (iid in ("2006","20061231"))
(started like "2006-01-01T00:00:01") or (status = "active")
(started like "2006-01-01T00:00:01") or (status = "suspended")
(started like "2006-01-01T00:00:01") or (status = "error")
(started like "2006-01-01T00:00:01") or (status = "completed")
(started like "2006-01-01T00:00:01") or (status = "terminated")
(started like "2006-01-01T00:00:01") or (status = "faulted")
(started like "2006-01-01T00:00:01") or (status in ("active","suspended"))
(started like "2006-01-01T00:00:01") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started like "2006-01-31") or (last-active = "2006-02-01T00:00:01")
(started like "2006-01-31") or (last-active = "2006-02-21")
(started like "2006-01-31") or (last-active = "2006-02")
(started like "2006-01-31") or (last-active = "2006")
(started like "2006-01-31") or (last-active < "2006-02-01T00:00:01")
(started like "2006-01-31") or (last-active < "2006-02-21")
(started like "2006-01-31") or (last-active < "2006-02")
(started like "2006-01-31") or (last-active < "2006")
(started like "2006-01-31") or (last-active <= "2006-02-01T00:00:01")
(started like "2006-01-31") or (last-active <= "2006-02-21")
(started like "2006-01-31") or (last-active <= "2006-02")
(started like "2006-01-31") or (last-active <= "2006")
(started like "2006-01-31") or (last-active > "2006-02-01T00:00:01")
(started like "2006-01-31") or (last-active > "2006-02-21")
(started like "2006-01-31") or (last-active > "2006-02")
(started like "2006-01-31") or (last-active > "2006")
(started like "2006-01-31") or (last-active >= "2006-02-01T00:00:01")
(started like "2006-01-31") or (last-active >= "2006-02-21")
(started like "2006-01-31") or (last-active >= "2006-02")
(started like "2006-01-31") or (last-active >= "2006")
(started like "2006-01-31") or (last-active like "2006-02-01T00:00:01")
(started like "2006-01-31") or (last-active like "2006-02-21")
(started like "2006-01-31") or (last-active like "2006-02")
(started like "2006-01-31") or (last-active like "2006")
(started like "2006-01-31") or (last-active in ("2006-02-01T00:00:01"))
(started like "2006-01-31") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started like "2006-01-31") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started like "2006-01-31") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started like "2006-01-31") or ($author = "yuriy")
(started like "2006-01-31") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started like "2006-01-31") or ($author < "yuriy")
(started like "2006-01-31") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started like "2006-01-31") or ($author <= "yuriy")
(started like "2006-01-31") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started like "2006-01-31") or ($author > "yuriy")
(started like "2006-01-31") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started like "2006-01-31") or ($author >= "yuriy")
(started like "2006-01-31") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started like "2006-01-31") or ($author like "yuriy")
(started like "2006-01-31") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started like "2006-01-31") or ($author in ("yuriy"))
(started like "2006-01-31") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started like "2006-01-31") or ($author in ("yuriy","kostya","nazar","orest"))
(started like "2006-01-31") or (pid = "HelloWorld")
(started like "2006-01-31") or (pid < "HelloWorld")
(started like "2006-01-31") or (pid <= "HelloWorld")
(started like "2006-01-31") or (pid > "HelloWorld")
(started like "2006-01-31") or (pid >= "HelloWorld")
(started like "2006-01-31") or (pid like "HelloWorld")
(started like "2006-01-31") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started like "2006-01-31") or (pid in ("Hello*","Hello*World"))
(started like "2006-01-31") or (pid in ("Hello*World"))
(started like "2006-01-31") or (iid = "2006")
(started like "2006-01-31") or (iid < "2006")
(started like "2006-01-31") or (iid <= "2006")
(started like "2006-01-31") or (iid > "2006")
(started like "2006-01-31") or (iid >= "2006")
(started like "2006-01-31") or (iid in ("2006"))
(started like "2006-01-31") or (iid in ("2006","20061231"))
(started like "2006-01-31") or (status = "active")
(started like "2006-01-31") or (status = "suspended")
(started like "2006-01-31") or (status = "error")
(started like "2006-01-31") or (status = "completed")
(started like "2006-01-31") or (status = "terminated")
(started like "2006-01-31") or (status = "faulted")
(started like "2006-01-31") or (status in ("active","suspended"))
(started like "2006-01-31") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started like "2006-01") or (last-active = "2006-02-01T00:00:01")
(started like "2006-01") or (last-active = "2006-02-21")
(started like "2006-01") or (last-active = "2006-02")
(started like "2006-01") or (last-active = "2006")
(started like "2006-01") or (last-active < "2006-02-01T00:00:01")
(started like "2006-01") or (last-active < "2006-02-21")
(started like "2006-01") or (last-active < "2006-02")
(started like "2006-01") or (last-active < "2006")
(started like "2006-01") or (last-active <= "2006-02-01T00:00:01")
(started like "2006-01") or (last-active <= "2006-02-21")
(started like "2006-01") or (last-active <= "2006-02")
(started like "2006-01") or (last-active <= "2006")
(started like "2006-01") or (last-active > "2006-02-01T00:00:01")
(started like "2006-01") or (last-active > "2006-02-21")
(started like "2006-01") or (last-active > "2006-02")
(started like "2006-01") or (last-active > "2006")
(started like "2006-01") or (last-active >= "2006-02-01T00:00:01")
(started like "2006-01") or (last-active >= "2006-02-21")
(started like "2006-01") or (last-active >= "2006-02")
(started like "2006-01") or (last-active >= "2006")
(started like "2006-01") or (last-active like "2006-02-01T00:00:01")
(started like "2006-01") or (last-active like "2006-02-21")
(started like "2006-01") or (last-active like "2006-02")
(started like "2006-01") or (last-active like "2006")
(started like "2006-01") or (last-active in ("2006-02-01T00:00:01"))
(started like "2006-01") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started like "2006-01") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started like "2006-01") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started like "2006-01") or ($author = "yuriy")
(started like "2006-01") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started like "2006-01") or ($author < "yuriy")
(started like "2006-01") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started like "2006-01") or ($author <= "yuriy")
(started like "2006-01") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started like "2006-01") or ($author > "yuriy")
(started like "2006-01") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started like "2006-01") or ($author >= "yuriy")
(started like "2006-01") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started like "2006-01") or ($author like "yuriy")
(started like "2006-01") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started like "2006-01") or ($author in ("yuriy"))
(started like "2006-01") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started like "2006-01") or ($author in ("yuriy","kostya","nazar","orest"))
(started like "2006-01") or (pid = "HelloWorld")
(started like "2006-01") or (pid < "HelloWorld")
(started like "2006-01") or (pid <= "HelloWorld")
(started like "2006-01") or (pid > "HelloWorld")
(started like "2006-01") or (pid >= "HelloWorld")
(started like "2006-01") or (pid like "HelloWorld")
(started like "2006-01") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started like "2006-01") or (pid in ("Hello*","Hello*World"))
(started like "2006-01") or (pid in ("Hello*World"))
(started like "2006-01") or (iid = "2006")
(started like "2006-01") or (iid < "2006")
(started like "2006-01") or (iid <= "2006")
(started like "2006-01") or (iid > "2006")
(started like "2006-01") or (iid >= "2006")
(started like "2006-01") or (iid in ("2006"))
(started like "2006-01") or (iid in ("2006","20061231"))
(started like "2006-01") or (status = "active")
(started like "2006-01") or (status = "suspended")
(started like "2006-01") or (status = "error")
(started like "2006-01") or (status = "completed")
(started like "2006-01") or (status = "terminated")
(started like "2006-01") or (status = "faulted")
(started like "2006-01") or (status in ("active","suspended"))
(started like "2006-01") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started like "2006") or (last-active = "2006-02-01T00:00:01")
(started like "2006") or (last-active = "2006-02-21")
(started like "2006") or (last-active = "2006-02")
(started like "2006") or (last-active = "2006")
(started like "2006") or (last-active < "2006-02-01T00:00:01")
(started like "2006") or (last-active < "2006-02-21")
(started like "2006") or (last-active < "2006-02")
(started like "2006") or (last-active < "2006")
(started like "2006") or (last-active <= "2006-02-01T00:00:01")
(started like "2006") or (last-active <= "2006-02-21")
(started like "2006") or (last-active <= "2006-02")
(started like "2006") or (last-active <= "2006")
(started like "2006") or (last-active > "2006-02-01T00:00:01")
(started like "2006") or (last-active > "2006-02-21")
(started like "2006") or (last-active > "2006-02")
(started like "2006") or (last-active > "2006")
(started like "2006") or (last-active >= "2006-02-01T00:00:01")
(started like "2006") or (last-active >= "2006-02-21")
(started like "2006") or (last-active >= "2006-02")
(started like "2006") or (last-active >= "2006")
(started like "2006") or (last-active like "2006-02-01T00:00:01")
(started like "2006") or (last-active like "2006-02-21")
(started like "2006") or (last-active like "2006-02")
(started like "2006") or (last-active like "2006")
(started like "2006") or (last-active in ("2006-02-01T00:00:01"))
(started like "2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started like "2006") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started like "2006") or (${org.apache.ode.BPELProcess}author = "yuriy")
(started like "2006") or ($author = "yuriy")
(started like "2006") or (${org.apache.ode.BPELProcess}author < "yuriy")
(started like "2006") or ($author < "yuriy")
(started like "2006") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started like "2006") or ($author <= "yuriy")
(started like "2006") or (${org.apache.ode.BPELProcess}author > "yuriy")
(started like "2006") or ($author > "yuriy")
(started like "2006") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started like "2006") or ($author >= "yuriy")
(started like "2006") or (${org.apache.ode.BPELProcess}author like "yuriy")
(started like "2006") or ($author like "yuriy")
(started like "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started like "2006") or ($author in ("yuriy"))
(started like "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started like "2006") or ($author in ("yuriy","kostya","nazar","orest"))
(started like "2006") or (pid = "HelloWorld")
(started like "2006") or (pid < "HelloWorld")
(started like "2006") or (pid <= "HelloWorld")
(started like "2006") or (pid > "HelloWorld")
(started like "2006") or (pid >= "HelloWorld")
(started like "2006") or (pid like "HelloWorld")
(started like "2006") or (pid in ("HelloWorld","Hello*","Hello*World"))
(started like "2006") or (pid in ("Hello*","Hello*World"))
(started like "2006") or (pid in ("Hello*World"))
(started like "2006") or (iid = "2006")
(started like "2006") or (iid < "2006")
(started like "2006") or (iid <= "2006")
(started like "2006") or (iid > "2006")
(started like "2006") or (iid >= "2006")
(started like "2006") or (iid in ("2006"))
(started like "2006") or (iid in ("2006","20061231"))
(started like "2006") or (status = "active")
(started like "2006") or (status = "suspended")
(started like "2006") or (status = "error")
(started like "2006") or (status = "completed")
(started like "2006") or (status = "terminated")
(started like "2006") or (status = "faulted")
(started like "2006") or (status in ("active","suspended"))
(started like "2006") or (status in ("active","suspended","error","completed","terminated","faulted"))
(started in ("2006-01-01T00:00:01")) or (last-active = "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01")) or (last-active = "2006-02-21")
(started in ("2006-01-01T00:00:01")) or (last-active = "2006-02")
(started in ("2006-01-01T00:00:01")) or (last-active = "2006")
(started in ("2006-01-01T00:00:01")) or (last-active < "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01")) or (last-active < "2006-02-21")
(started in ("2006-01-01T00:00:01")) or (last-active < "2006-02")
(started in ("2006-01-01T00:00:01")) or (last-active < "2006")
(started in ("2006-01-01T00:00:01")) or (last-active <= "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01")) or (last-active <= "2006-02-21")
(started in ("2006-01-01T00:00:01")) or (last-active <= "2006-02")
(started in ("2006-01-01T00:00:01")) or (last-active <= "2006")
(started in ("2006-01-01T00:00:01")) or (last-active > "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01")) or (last-active > "2006-02-21")
(started in ("2006-01-01T00:00:01")) or (last-active > "2006-02")
(started in ("2006-01-01T00:00:01")) or (last-active > "2006")
(started in ("2006-01-01T00:00:01")) or (last-active >= "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01")) or (last-active >= "2006-02-21")
(started in ("2006-01-01T00:00:01")) or (last-active >= "2006-02")
(started in ("2006-01-01T00:00:01")) or (last-active >= "2006")
(started in ("2006-01-01T00:00:01")) or (last-active like "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01")) or (last-active like "2006-02-21")
(started in ("2006-01-01T00:00:01")) or (last-active like "2006-02")
(started in ("2006-01-01T00:00:01")) or (last-active like "2006")
(started in ("2006-01-01T00:00:01")) or (last-active in ("2006-02-01T00:00:01"))
(started in ("2006-01-01T00:00:01")) or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started in ("2006-01-01T00:00:01")) or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started in ("2006-01-01T00:00:01")) or (${org.apache.ode.BPELProcess}author = "yuriy")
(started in ("2006-01-01T00:00:01")) or ($author = "yuriy")
(started in ("2006-01-01T00:00:01")) or (${org.apache.ode.BPELProcess}author < "yuriy")
(started in ("2006-01-01T00:00:01")) or ($author < "yuriy")
(started in ("2006-01-01T00:00:01")) or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started in ("2006-01-01T00:00:01")) or ($author <= "yuriy")
(started in ("2006-01-01T00:00:01")) or (${org.apache.ode.BPELProcess}author > "yuriy")
(started in ("2006-01-01T00:00:01")) or ($author > "yuriy")
(started in ("2006-01-01T00:00:01")) or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started in ("2006-01-01T00:00:01")) or ($author >= "yuriy")
(started in ("2006-01-01T00:00:01")) or (${org.apache.ode.BPELProcess}author like "yuriy")
(started in ("2006-01-01T00:00:01")) or ($author like "yuriy")
(started in ("2006-01-01T00:00:01")) or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started in ("2006-01-01T00:00:01")) or ($author in ("yuriy"))
(started in ("2006-01-01T00:00:01")) or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started in ("2006-01-01T00:00:01")) or ($author in ("yuriy","kostya","nazar","orest"))
(started in ("2006-01-01T00:00:01")) or (pid = "HelloWorld")
(started in ("2006-01-01T00:00:01")) or (pid < "HelloWorld")
(started in ("2006-01-01T00:00:01")) or (pid <= "HelloWorld")
(started in ("2006-01-01T00:00:01")) or (pid > "HelloWorld")
(started in ("2006-01-01T00:00:01")) or (pid >= "HelloWorld")
(started in ("2006-01-01T00:00:01")) or (pid like "HelloWorld")
(started in ("2006-01-01T00:00:01")) or (pid in ("HelloWorld","Hello*","Hello*World"))
(started in ("2006-01-01T00:00:01")) or (pid in ("Hello*","Hello*World"))
(started in ("2006-01-01T00:00:01")) or (pid in ("Hello*World"))
(started in ("2006-01-01T00:00:01")) or (iid = "2006")
(started in ("2006-01-01T00:00:01")) or (iid < "2006")
(started in ("2006-01-01T00:00:01")) or (iid <= "2006")
(started in ("2006-01-01T00:00:01")) or (iid > "2006")
(started in ("2006-01-01T00:00:01")) or (iid >= "2006")
(started in ("2006-01-01T00:00:01")) or (iid in ("2006"))
(started in ("2006-01-01T00:00:01")) or (iid in ("2006","20061231"))
(started in ("2006-01-01T00:00:01")) or (status = "active")
(started in ("2006-01-01T00:00:01")) or (status = "suspended")
(started in ("2006-01-01T00:00:01")) or (status = "error")
(started in ("2006-01-01T00:00:01")) or (status = "completed")
(started in ("2006-01-01T00:00:01")) or (status = "terminated")
(started in ("2006-01-01T00:00:01")) or (status = "faulted")
(started in ("2006-01-01T00:00:01")) or (status in ("active","suspended"))
(started in ("2006-01-01T00:00:01")) or (status in ("active","suspended","error","completed","terminated","faulted"))
(started in ("2006-01-31","2006-01")) or (last-active = "2006-02-01T00:00:01")
(started in ("2006-01-31","2006-01")) or (last-active = "2006-02-21")
(started in ("2006-01-31","2006-01")) or (last-active = "2006-02")
(started in ("2006-01-31","2006-01")) or (last-active = "2006")
(started in ("2006-01-31","2006-01")) or (last-active < "2006-02-01T00:00:01")
(started in ("2006-01-31","2006-01")) or (last-active < "2006-02-21")
(started in ("2006-01-31","2006-01")) or (last-active < "2006-02")
(started in ("2006-01-31","2006-01")) or (last-active < "2006")
(started in ("2006-01-31","2006-01")) or (last-active <= "2006-02-01T00:00:01")
(started in ("2006-01-31","2006-01")) or (last-active <= "2006-02-21")
(started in ("2006-01-31","2006-01")) or (last-active <= "2006-02")
(started in ("2006-01-31","2006-01")) or (last-active <= "2006")
(started in ("2006-01-31","2006-01")) or (last-active > "2006-02-01T00:00:01")
(started in ("2006-01-31","2006-01")) or (last-active > "2006-02-21")
(started in ("2006-01-31","2006-01")) or (last-active > "2006-02")
(started in ("2006-01-31","2006-01")) or (last-active > "2006")
(started in ("2006-01-31","2006-01")) or (last-active >= "2006-02-01T00:00:01")
(started in ("2006-01-31","2006-01")) or (last-active >= "2006-02-21")
(started in ("2006-01-31","2006-01")) or (last-active >= "2006-02")
(started in ("2006-01-31","2006-01")) or (last-active >= "2006")
(started in ("2006-01-31","2006-01")) or (last-active like "2006-02-01T00:00:01")
(started in ("2006-01-31","2006-01")) or (last-active like "2006-02-21")
(started in ("2006-01-31","2006-01")) or (last-active like "2006-02")
(started in ("2006-01-31","2006-01")) or (last-active like "2006")
(started in ("2006-01-31","2006-01")) or (last-active in ("2006-02-01T00:00:01"))
(started in ("2006-01-31","2006-01")) or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started in ("2006-01-31","2006-01")) or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started in ("2006-01-31","2006-01")) or (${org.apache.ode.BPELProcess}author = "yuriy")
(started in ("2006-01-31","2006-01")) or ($author = "yuriy")
(started in ("2006-01-31","2006-01")) or (${org.apache.ode.BPELProcess}author < "yuriy")
(started in ("2006-01-31","2006-01")) or ($author < "yuriy")
(started in ("2006-01-31","2006-01")) or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started in ("2006-01-31","2006-01")) or ($author <= "yuriy")
(started in ("2006-01-31","2006-01")) or (${org.apache.ode.BPELProcess}author > "yuriy")
(started in ("2006-01-31","2006-01")) or ($author > "yuriy")
(started in ("2006-01-31","2006-01")) or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started in ("2006-01-31","2006-01")) or ($author >= "yuriy")
(started in ("2006-01-31","2006-01")) or (${org.apache.ode.BPELProcess}author like "yuriy")
(started in ("2006-01-31","2006-01")) or ($author like "yuriy")
(started in ("2006-01-31","2006-01")) or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started in ("2006-01-31","2006-01")) or ($author in ("yuriy"))
(started in ("2006-01-31","2006-01")) or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started in ("2006-01-31","2006-01")) or ($author in ("yuriy","kostya","nazar","orest"))
(started in ("2006-01-31","2006-01")) or (pid = "HelloWorld")
(started in ("2006-01-31","2006-01")) or (pid < "HelloWorld")
(started in ("2006-01-31","2006-01")) or (pid <= "HelloWorld")
(started in ("2006-01-31","2006-01")) or (pid > "HelloWorld")
(started in ("2006-01-31","2006-01")) or (pid >= "HelloWorld")
(started in ("2006-01-31","2006-01")) or (pid like "HelloWorld")
(started in ("2006-01-31","2006-01")) or (pid in ("HelloWorld","Hello*","Hello*World"))
(started in ("2006-01-31","2006-01")) or (pid in ("Hello*","Hello*World"))
(started in ("2006-01-31","2006-01")) or (pid in ("Hello*World"))
(started in ("2006-01-31","2006-01")) or (iid = "2006")
(started in ("2006-01-31","2006-01")) or (iid < "2006")
(started in ("2006-01-31","2006-01")) or (iid <= "2006")
(started in ("2006-01-31","2006-01")) or (iid > "2006")
(started in ("2006-01-31","2006-01")) or (iid >= "2006")
(started in ("2006-01-31","2006-01")) or (iid in ("2006"))
(started in ("2006-01-31","2006-01")) or (iid in ("2006","20061231"))
(started in ("2006-01-31","2006-01")) or (status = "active")
(started in ("2006-01-31","2006-01")) or (status = "suspended")
(started in ("2006-01-31","2006-01")) or (status = "error")
(started in ("2006-01-31","2006-01")) or (status = "completed")
(started in ("2006-01-31","2006-01")) or (status = "terminated")
(started in ("2006-01-31","2006-01")) or (status = "faulted")
(started in ("2006-01-31","2006-01")) or (status in ("active","suspended"))
(started in ("2006-01-31","2006-01")) or (status in ("active","suspended","error","completed","terminated","faulted"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active = "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active = "2006-02-21")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active = "2006-02")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active = "2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active < "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active < "2006-02-21")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active < "2006-02")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active < "2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active <= "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active <= "2006-02-21")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active <= "2006-02")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active <= "2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active > "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active > "2006-02-21")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active > "2006-02")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active > "2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active >= "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active >= "2006-02-21")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active >= "2006-02")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active >= "2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active like "2006-02-01T00:00:01")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active like "2006-02-21")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active like "2006-02")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active like "2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active in ("2006-02-01T00:00:01"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (${org.apache.ode.BPELProcess}author = "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or ($author = "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (${org.apache.ode.BPELProcess}author < "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or ($author < "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (${org.apache.ode.BPELProcess}author <= "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or ($author <= "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (${org.apache.ode.BPELProcess}author > "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or ($author > "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (${org.apache.ode.BPELProcess}author >= "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or ($author >= "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (${org.apache.ode.BPELProcess}author like "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or ($author like "yuriy")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or ($author in ("yuriy"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or ($author in ("yuriy","kostya","nazar","orest"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (pid = "HelloWorld")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (pid < "HelloWorld")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (pid <= "HelloWorld")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (pid > "HelloWorld")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (pid >= "HelloWorld")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (pid like "HelloWorld")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (pid in ("HelloWorld","Hello*","Hello*World"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (pid in ("Hello*","Hello*World"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (pid in ("Hello*World"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (iid = "2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (iid < "2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (iid <= "2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (iid > "2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (iid >= "2006")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (iid in ("2006"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (iid in ("2006","20061231"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (status = "active")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (status = "suspended")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (status = "error")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (status = "completed")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (status = "terminated")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (status = "faulted")
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (status in ("active","suspended"))
(started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")) or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active = "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active = "2006-02-01T00:00:01" and $author = "yuriy"
last-active = "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active = "2006-02-01T00:00:01" and $author < "yuriy"
last-active = "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active = "2006-02-01T00:00:01" and $author <= "yuriy"
last-active = "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active = "2006-02-01T00:00:01" and $author > "yuriy"
last-active = "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active = "2006-02-01T00:00:01" and $author >= "yuriy"
last-active = "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active = "2006-02-01T00:00:01" and $author like "yuriy"
last-active = "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active = "2006-02-01T00:00:01" and $author in ("yuriy")
last-active = "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active = "2006-02-01T00:00:01" and $author in ("yuriy","kostya","nazar","orest")
last-active = "2006-02-01T00:00:01" and pid = "HelloWorld"
last-active = "2006-02-01T00:00:01" and pid < "HelloWorld"
last-active = "2006-02-01T00:00:01" and pid <= "HelloWorld"
last-active = "2006-02-01T00:00:01" and pid > "HelloWorld"
last-active = "2006-02-01T00:00:01" and pid >= "HelloWorld"
last-active = "2006-02-01T00:00:01" and pid like "HelloWorld"
last-active = "2006-02-01T00:00:01" and pid in ("HelloWorld","Hello*","Hello*World")
last-active = "2006-02-01T00:00:01" and pid in ("Hello*","Hello*World")
last-active = "2006-02-01T00:00:01" and pid in ("Hello*World")
last-active = "2006-02-01T00:00:01" and iid = "2006"
last-active = "2006-02-01T00:00:01" and iid < "2006"
last-active = "2006-02-01T00:00:01" and iid <= "2006"
last-active = "2006-02-01T00:00:01" and iid > "2006"
last-active = "2006-02-01T00:00:01" and iid >= "2006"
last-active = "2006-02-01T00:00:01" and iid in ("2006")
last-active = "2006-02-01T00:00:01" and iid in ("2006","20061231")
last-active = "2006-02-01T00:00:01" and status = "active"
last-active = "2006-02-01T00:00:01" and status = "suspended"
last-active = "2006-02-01T00:00:01" and status = "error"
last-active = "2006-02-01T00:00:01" and status = "completed"
last-active = "2006-02-01T00:00:01" and status = "terminated"
last-active = "2006-02-01T00:00:01" and status = "faulted"
last-active = "2006-02-01T00:00:01" and status in ("active","suspended")
last-active = "2006-02-01T00:00:01" and status in ("active","suspended","error","completed","terminated","faulted")
last-active = "2006-02-01T00:00:01" and started = "2006-01-01T00:00:01"
last-active = "2006-02-01T00:00:01" and started = "2006-01-31"
last-active = "2006-02-01T00:00:01" and started = "2006-01"
last-active = "2006-02-01T00:00:01" and started = "2006"
last-active = "2006-02-01T00:00:01" and started < "2006-01-01T00:00:01"
last-active = "2006-02-01T00:00:01" and started < "2006-01-31"
last-active = "2006-02-01T00:00:01" and started < "2006-01"
last-active = "2006-02-01T00:00:01" and started < "2006"
last-active = "2006-02-01T00:00:01" and started <= "2006-01-01T00:00:01"
last-active = "2006-02-01T00:00:01" and started <= "2006-01-31"
last-active = "2006-02-01T00:00:01" and started <= "2006-01"
last-active = "2006-02-01T00:00:01" and started <= "2006"
last-active = "2006-02-01T00:00:01" and started > "2006-01-01T00:00:01"
last-active = "2006-02-01T00:00:01" and started > "2006-01-31"
last-active = "2006-02-01T00:00:01" and started > "2006-01"
last-active = "2006-02-01T00:00:01" and started > "2006"
last-active = "2006-02-01T00:00:01" and started >= "2006-01-01T00:00:01"
last-active = "2006-02-01T00:00:01" and started >= "2006-01-31"
last-active = "2006-02-01T00:00:01" and started >= "2006-01"
last-active = "2006-02-01T00:00:01" and started >= "2006"
last-active = "2006-02-01T00:00:01" and started like "2006-01-01T00:00:01"
last-active = "2006-02-01T00:00:01" and started like "2006-01-31"
last-active = "2006-02-01T00:00:01" and started like "2006-01"
last-active = "2006-02-01T00:00:01" and started like "2006"
last-active = "2006-02-01T00:00:01" and started in ("2006-01-01T00:00:01")
last-active = "2006-02-01T00:00:01" and started in ("2006-01-31","2006-01")
last-active = "2006-02-01T00:00:01" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active = "2006-02-21" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active = "2006-02-21" and $author = "yuriy"
last-active = "2006-02-21" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active = "2006-02-21" and $author < "yuriy"
last-active = "2006-02-21" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active = "2006-02-21" and $author <= "yuriy"
last-active = "2006-02-21" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active = "2006-02-21" and $author > "yuriy"
last-active = "2006-02-21" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active = "2006-02-21" and $author >= "yuriy"
last-active = "2006-02-21" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active = "2006-02-21" and $author like "yuriy"
last-active = "2006-02-21" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active = "2006-02-21" and $author in ("yuriy")
last-active = "2006-02-21" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active = "2006-02-21" and $author in ("yuriy","kostya","nazar","orest")
last-active = "2006-02-21" and pid = "HelloWorld"
last-active = "2006-02-21" and pid < "HelloWorld"
last-active = "2006-02-21" and pid <= "HelloWorld"
last-active = "2006-02-21" and pid > "HelloWorld"
last-active = "2006-02-21" and pid >= "HelloWorld"
last-active = "2006-02-21" and pid like "HelloWorld"
last-active = "2006-02-21" and pid in ("HelloWorld","Hello*","Hello*World")
last-active = "2006-02-21" and pid in ("Hello*","Hello*World")
last-active = "2006-02-21" and pid in ("Hello*World")
last-active = "2006-02-21" and iid = "2006"
last-active = "2006-02-21" and iid < "2006"
last-active = "2006-02-21" and iid <= "2006"
last-active = "2006-02-21" and iid > "2006"
last-active = "2006-02-21" and iid >= "2006"
last-active = "2006-02-21" and iid in ("2006")
last-active = "2006-02-21" and iid in ("2006","20061231")
last-active = "2006-02-21" and status = "active"
last-active = "2006-02-21" and status = "suspended"
last-active = "2006-02-21" and status = "error"
last-active = "2006-02-21" and status = "completed"
last-active = "2006-02-21" and status = "terminated"
last-active = "2006-02-21" and status = "faulted"
last-active = "2006-02-21" and status in ("active","suspended")
last-active = "2006-02-21" and status in ("active","suspended","error","completed","terminated","faulted")
last-active = "2006-02-21" and started = "2006-01-01T00:00:01"
last-active = "2006-02-21" and started = "2006-01-31"
last-active = "2006-02-21" and started = "2006-01"
last-active = "2006-02-21" and started = "2006"
last-active = "2006-02-21" and started < "2006-01-01T00:00:01"
last-active = "2006-02-21" and started < "2006-01-31"
last-active = "2006-02-21" and started < "2006-01"
last-active = "2006-02-21" and started < "2006"
last-active = "2006-02-21" and started <= "2006-01-01T00:00:01"
last-active = "2006-02-21" and started <= "2006-01-31"
last-active = "2006-02-21" and started <= "2006-01"
last-active = "2006-02-21" and started <= "2006"
last-active = "2006-02-21" and started > "2006-01-01T00:00:01"
last-active = "2006-02-21" and started > "2006-01-31"
last-active = "2006-02-21" and started > "2006-01"
last-active = "2006-02-21" and started > "2006"
last-active = "2006-02-21" and started >= "2006-01-01T00:00:01"
last-active = "2006-02-21" and started >= "2006-01-31"
last-active = "2006-02-21" and started >= "2006-01"
last-active = "2006-02-21" and started >= "2006"
last-active = "2006-02-21" and started like "2006-01-01T00:00:01"
last-active = "2006-02-21" and started like "2006-01-31"
last-active = "2006-02-21" and started like "2006-01"
last-active = "2006-02-21" and started like "2006"
last-active = "2006-02-21" and started in ("2006-01-01T00:00:01")
last-active = "2006-02-21" and started in ("2006-01-31","2006-01")
last-active = "2006-02-21" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active = "2006-02" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active = "2006-02" and $author = "yuriy"
last-active = "2006-02" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active = "2006-02" and $author < "yuriy"
last-active = "2006-02" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active = "2006-02" and $author <= "yuriy"
last-active = "2006-02" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active = "2006-02" and $author > "yuriy"
last-active = "2006-02" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active = "2006-02" and $author >= "yuriy"
last-active = "2006-02" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active = "2006-02" and $author like "yuriy"
last-active = "2006-02" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active = "2006-02" and $author in ("yuriy")
last-active = "2006-02" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active = "2006-02" and $author in ("yuriy","kostya","nazar","orest")
last-active = "2006-02" and pid = "HelloWorld"
last-active = "2006-02" and pid < "HelloWorld"
last-active = "2006-02" and pid <= "HelloWorld"
last-active = "2006-02" and pid > "HelloWorld"
last-active = "2006-02" and pid >= "HelloWorld"
last-active = "2006-02" and pid like "HelloWorld"
last-active = "2006-02" and pid in ("HelloWorld","Hello*","Hello*World")
last-active = "2006-02" and pid in ("Hello*","Hello*World")
last-active = "2006-02" and pid in ("Hello*World")
last-active = "2006-02" and iid = "2006"
last-active = "2006-02" and iid < "2006"
last-active = "2006-02" and iid <= "2006"
last-active = "2006-02" and iid > "2006"
last-active = "2006-02" and iid >= "2006"
last-active = "2006-02" and iid in ("2006")
last-active = "2006-02" and iid in ("2006","20061231")
last-active = "2006-02" and status = "active"
last-active = "2006-02" and status = "suspended"
last-active = "2006-02" and status = "error"
last-active = "2006-02" and status = "completed"
last-active = "2006-02" and status = "terminated"
last-active = "2006-02" and status = "faulted"
last-active = "2006-02" and status in ("active","suspended")
last-active = "2006-02" and status in ("active","suspended","error","completed","terminated","faulted")
last-active = "2006-02" and started = "2006-01-01T00:00:01"
last-active = "2006-02" and started = "2006-01-31"
last-active = "2006-02" and started = "2006-01"
last-active = "2006-02" and started = "2006"
last-active = "2006-02" and started < "2006-01-01T00:00:01"
last-active = "2006-02" and started < "2006-01-31"
last-active = "2006-02" and started < "2006-01"
last-active = "2006-02" and started < "2006"
last-active = "2006-02" and started <= "2006-01-01T00:00:01"
last-active = "2006-02" and started <= "2006-01-31"
last-active = "2006-02" and started <= "2006-01"
last-active = "2006-02" and started <= "2006"
last-active = "2006-02" and started > "2006-01-01T00:00:01"
last-active = "2006-02" and started > "2006-01-31"
last-active = "2006-02" and started > "2006-01"
last-active = "2006-02" and started > "2006"
last-active = "2006-02" and started >= "2006-01-01T00:00:01"
last-active = "2006-02" and started >= "2006-01-31"
last-active = "2006-02" and started >= "2006-01"
last-active = "2006-02" and started >= "2006"
last-active = "2006-02" and started like "2006-01-01T00:00:01"
last-active = "2006-02" and started like "2006-01-31"
last-active = "2006-02" and started like "2006-01"
last-active = "2006-02" and started like "2006"
last-active = "2006-02" and started in ("2006-01-01T00:00:01")
last-active = "2006-02" and started in ("2006-01-31","2006-01")
last-active = "2006-02" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active = "2006" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active = "2006" and $author = "yuriy"
last-active = "2006" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active = "2006" and $author < "yuriy"
last-active = "2006" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active = "2006" and $author <= "yuriy"
last-active = "2006" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active = "2006" and $author > "yuriy"
last-active = "2006" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active = "2006" and $author >= "yuriy"
last-active = "2006" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active = "2006" and $author like "yuriy"
last-active = "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active = "2006" and $author in ("yuriy")
last-active = "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active = "2006" and $author in ("yuriy","kostya","nazar","orest")
last-active = "2006" and pid = "HelloWorld"
last-active = "2006" and pid < "HelloWorld"
last-active = "2006" and pid <= "HelloWorld"
last-active = "2006" and pid > "HelloWorld"
last-active = "2006" and pid >= "HelloWorld"
last-active = "2006" and pid like "HelloWorld"
last-active = "2006" and pid in ("HelloWorld","Hello*","Hello*World")
last-active = "2006" and pid in ("Hello*","Hello*World")
last-active = "2006" and pid in ("Hello*World")
last-active = "2006" and iid = "2006"
last-active = "2006" and iid < "2006"
last-active = "2006" and iid <= "2006"
last-active = "2006" and iid > "2006"
last-active = "2006" and iid >= "2006"
last-active = "2006" and iid in ("2006")
last-active = "2006" and iid in ("2006","20061231")
last-active = "2006" and status = "active"
last-active = "2006" and status = "suspended"
last-active = "2006" and status = "error"
last-active = "2006" and status = "completed"
last-active = "2006" and status = "terminated"
last-active = "2006" and status = "faulted"
last-active = "2006" and status in ("active","suspended")
last-active = "2006" and status in ("active","suspended","error","completed","terminated","faulted")
last-active = "2006" and started = "2006-01-01T00:00:01"
last-active = "2006" and started = "2006-01-31"
last-active = "2006" and started = "2006-01"
last-active = "2006" and started = "2006"
last-active = "2006" and started < "2006-01-01T00:00:01"
last-active = "2006" and started < "2006-01-31"
last-active = "2006" and started < "2006-01"
last-active = "2006" and started < "2006"
last-active = "2006" and started <= "2006-01-01T00:00:01"
last-active = "2006" and started <= "2006-01-31"
last-active = "2006" and started <= "2006-01"
last-active = "2006" and started <= "2006"
last-active = "2006" and started > "2006-01-01T00:00:01"
last-active = "2006" and started > "2006-01-31"
last-active = "2006" and started > "2006-01"
last-active = "2006" and started > "2006"
last-active = "2006" and started >= "2006-01-01T00:00:01"
last-active = "2006" and started >= "2006-01-31"
last-active = "2006" and started >= "2006-01"
last-active = "2006" and started >= "2006"
last-active = "2006" and started like "2006-01-01T00:00:01"
last-active = "2006" and started like "2006-01-31"
last-active = "2006" and started like "2006-01"
last-active = "2006" and started like "2006"
last-active = "2006" and started in ("2006-01-01T00:00:01")
last-active = "2006" and started in ("2006-01-31","2006-01")
last-active = "2006" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active < "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active < "2006-02-01T00:00:01" and $author = "yuriy"
last-active < "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active < "2006-02-01T00:00:01" and $author < "yuriy"
last-active < "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active < "2006-02-01T00:00:01" and $author <= "yuriy"
last-active < "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active < "2006-02-01T00:00:01" and $author > "yuriy"
last-active < "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active < "2006-02-01T00:00:01" and $author >= "yuriy"
last-active < "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active < "2006-02-01T00:00:01" and $author like "yuriy"
last-active < "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active < "2006-02-01T00:00:01" and $author in ("yuriy")
last-active < "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active < "2006-02-01T00:00:01" and $author in ("yuriy","kostya","nazar","orest")
last-active < "2006-02-01T00:00:01" and pid = "HelloWorld"
last-active < "2006-02-01T00:00:01" and pid < "HelloWorld"
last-active < "2006-02-01T00:00:01" and pid <= "HelloWorld"
last-active < "2006-02-01T00:00:01" and pid > "HelloWorld"
last-active < "2006-02-01T00:00:01" and pid >= "HelloWorld"
last-active < "2006-02-01T00:00:01" and pid like "HelloWorld"
last-active < "2006-02-01T00:00:01" and pid in ("HelloWorld","Hello*","Hello*World")
last-active < "2006-02-01T00:00:01" and pid in ("Hello*","Hello*World")
last-active < "2006-02-01T00:00:01" and pid in ("Hello*World")
last-active < "2006-02-01T00:00:01" and iid = "2006"
last-active < "2006-02-01T00:00:01" and iid < "2006"
last-active < "2006-02-01T00:00:01" and iid <= "2006"
last-active < "2006-02-01T00:00:01" and iid > "2006"
last-active < "2006-02-01T00:00:01" and iid >= "2006"
last-active < "2006-02-01T00:00:01" and iid in ("2006")
last-active < "2006-02-01T00:00:01" and iid in ("2006","20061231")
last-active < "2006-02-01T00:00:01" and status = "active"
last-active < "2006-02-01T00:00:01" and status = "suspended"
last-active < "2006-02-01T00:00:01" and status = "error"
last-active < "2006-02-01T00:00:01" and status = "completed"
last-active < "2006-02-01T00:00:01" and status = "terminated"
last-active < "2006-02-01T00:00:01" and status = "faulted"
last-active < "2006-02-01T00:00:01" and status in ("active","suspended")
last-active < "2006-02-01T00:00:01" and status in ("active","suspended","error","completed","terminated","faulted")
last-active < "2006-02-01T00:00:01" and started = "2006-01-01T00:00:01"
last-active < "2006-02-01T00:00:01" and started = "2006-01-31"
last-active < "2006-02-01T00:00:01" and started = "2006-01"
last-active < "2006-02-01T00:00:01" and started = "2006"
last-active < "2006-02-01T00:00:01" and started < "2006-01-01T00:00:01"
last-active < "2006-02-01T00:00:01" and started < "2006-01-31"
last-active < "2006-02-01T00:00:01" and started < "2006-01"
last-active < "2006-02-01T00:00:01" and started < "2006"
last-active < "2006-02-01T00:00:01" and started <= "2006-01-01T00:00:01"
last-active < "2006-02-01T00:00:01" and started <= "2006-01-31"
last-active < "2006-02-01T00:00:01" and started <= "2006-01"
last-active < "2006-02-01T00:00:01" and started <= "2006"
last-active < "2006-02-01T00:00:01" and started > "2006-01-01T00:00:01"
last-active < "2006-02-01T00:00:01" and started > "2006-01-31"
last-active < "2006-02-01T00:00:01" and started > "2006-01"
last-active < "2006-02-01T00:00:01" and started > "2006"
last-active < "2006-02-01T00:00:01" and started >= "2006-01-01T00:00:01"
last-active < "2006-02-01T00:00:01" and started >= "2006-01-31"
last-active < "2006-02-01T00:00:01" and started >= "2006-01"
last-active < "2006-02-01T00:00:01" and started >= "2006"
last-active < "2006-02-01T00:00:01" and started like "2006-01-01T00:00:01"
last-active < "2006-02-01T00:00:01" and started like "2006-01-31"
last-active < "2006-02-01T00:00:01" and started like "2006-01"
last-active < "2006-02-01T00:00:01" and started like "2006"
last-active < "2006-02-01T00:00:01" and started in ("2006-01-01T00:00:01")
last-active < "2006-02-01T00:00:01" and started in ("2006-01-31","2006-01")
last-active < "2006-02-01T00:00:01" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active < "2006-02-21" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active < "2006-02-21" and $author = "yuriy"
last-active < "2006-02-21" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active < "2006-02-21" and $author < "yuriy"
last-active < "2006-02-21" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active < "2006-02-21" and $author <= "yuriy"
last-active < "2006-02-21" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active < "2006-02-21" and $author > "yuriy"
last-active < "2006-02-21" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active < "2006-02-21" and $author >= "yuriy"
last-active < "2006-02-21" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active < "2006-02-21" and $author like "yuriy"
last-active < "2006-02-21" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active < "2006-02-21" and $author in ("yuriy")
last-active < "2006-02-21" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active < "2006-02-21" and $author in ("yuriy","kostya","nazar","orest")
last-active < "2006-02-21" and pid = "HelloWorld"
last-active < "2006-02-21" and pid < "HelloWorld"
last-active < "2006-02-21" and pid <= "HelloWorld"
last-active < "2006-02-21" and pid > "HelloWorld"
last-active < "2006-02-21" and pid >= "HelloWorld"
last-active < "2006-02-21" and pid like "HelloWorld"
last-active < "2006-02-21" and pid in ("HelloWorld","Hello*","Hello*World")
last-active < "2006-02-21" and pid in ("Hello*","Hello*World")
last-active < "2006-02-21" and pid in ("Hello*World")
last-active < "2006-02-21" and iid = "2006"
last-active < "2006-02-21" and iid < "2006"
last-active < "2006-02-21" and iid <= "2006"
last-active < "2006-02-21" and iid > "2006"
last-active < "2006-02-21" and iid >= "2006"
last-active < "2006-02-21" and iid in ("2006")
last-active < "2006-02-21" and iid in ("2006","20061231")
last-active < "2006-02-21" and status = "active"
last-active < "2006-02-21" and status = "suspended"
last-active < "2006-02-21" and status = "error"
last-active < "2006-02-21" and status = "completed"
last-active < "2006-02-21" and status = "terminated"
last-active < "2006-02-21" and status = "faulted"
last-active < "2006-02-21" and status in ("active","suspended")
last-active < "2006-02-21" and status in ("active","suspended","error","completed","terminated","faulted")
last-active < "2006-02-21" and started = "2006-01-01T00:00:01"
last-active < "2006-02-21" and started = "2006-01-31"
last-active < "2006-02-21" and started = "2006-01"
last-active < "2006-02-21" and started = "2006"
last-active < "2006-02-21" and started < "2006-01-01T00:00:01"
last-active < "2006-02-21" and started < "2006-01-31"
last-active < "2006-02-21" and started < "2006-01"
last-active < "2006-02-21" and started < "2006"
last-active < "2006-02-21" and started <= "2006-01-01T00:00:01"
last-active < "2006-02-21" and started <= "2006-01-31"
last-active < "2006-02-21" and started <= "2006-01"
last-active < "2006-02-21" and started <= "2006"
last-active < "2006-02-21" and started > "2006-01-01T00:00:01"
last-active < "2006-02-21" and started > "2006-01-31"
last-active < "2006-02-21" and started > "2006-01"
last-active < "2006-02-21" and started > "2006"
last-active < "2006-02-21" and started >= "2006-01-01T00:00:01"
last-active < "2006-02-21" and started >= "2006-01-31"
last-active < "2006-02-21" and started >= "2006-01"
last-active < "2006-02-21" and started >= "2006"
last-active < "2006-02-21" and started like "2006-01-01T00:00:01"
last-active < "2006-02-21" and started like "2006-01-31"
last-active < "2006-02-21" and started like "2006-01"
last-active < "2006-02-21" and started like "2006"
last-active < "2006-02-21" and started in ("2006-01-01T00:00:01")
last-active < "2006-02-21" and started in ("2006-01-31","2006-01")
last-active < "2006-02-21" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active < "2006-02" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active < "2006-02" and $author = "yuriy"
last-active < "2006-02" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active < "2006-02" and $author < "yuriy"
last-active < "2006-02" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active < "2006-02" and $author <= "yuriy"
last-active < "2006-02" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active < "2006-02" and $author > "yuriy"
last-active < "2006-02" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active < "2006-02" and $author >= "yuriy"
last-active < "2006-02" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active < "2006-02" and $author like "yuriy"
last-active < "2006-02" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active < "2006-02" and $author in ("yuriy")
last-active < "2006-02" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active < "2006-02" and $author in ("yuriy","kostya","nazar","orest")
last-active < "2006-02" and pid = "HelloWorld"
last-active < "2006-02" and pid < "HelloWorld"
last-active < "2006-02" and pid <= "HelloWorld"
last-active < "2006-02" and pid > "HelloWorld"
last-active < "2006-02" and pid >= "HelloWorld"
last-active < "2006-02" and pid like "HelloWorld"
last-active < "2006-02" and pid in ("HelloWorld","Hello*","Hello*World")
last-active < "2006-02" and pid in ("Hello*","Hello*World")
last-active < "2006-02" and pid in ("Hello*World")
last-active < "2006-02" and iid = "2006"
last-active < "2006-02" and iid < "2006"
last-active < "2006-02" and iid <= "2006"
last-active < "2006-02" and iid > "2006"
last-active < "2006-02" and iid >= "2006"
last-active < "2006-02" and iid in ("2006")
last-active < "2006-02" and iid in ("2006","20061231")
last-active < "2006-02" and status = "active"
last-active < "2006-02" and status = "suspended"
last-active < "2006-02" and status = "error"
last-active < "2006-02" and status = "completed"
last-active < "2006-02" and status = "terminated"
last-active < "2006-02" and status = "faulted"
last-active < "2006-02" and status in ("active","suspended")
last-active < "2006-02" and status in ("active","suspended","error","completed","terminated","faulted")
last-active < "2006-02" and started = "2006-01-01T00:00:01"
last-active < "2006-02" and started = "2006-01-31"
last-active < "2006-02" and started = "2006-01"
last-active < "2006-02" and started = "2006"
last-active < "2006-02" and started < "2006-01-01T00:00:01"
last-active < "2006-02" and started < "2006-01-31"
last-active < "2006-02" and started < "2006-01"
last-active < "2006-02" and started < "2006"
last-active < "2006-02" and started <= "2006-01-01T00:00:01"
last-active < "2006-02" and started <= "2006-01-31"
last-active < "2006-02" and started <= "2006-01"
last-active < "2006-02" and started <= "2006"
last-active < "2006-02" and started > "2006-01-01T00:00:01"
last-active < "2006-02" and started > "2006-01-31"
last-active < "2006-02" and started > "2006-01"
last-active < "2006-02" and started > "2006"
last-active < "2006-02" and started >= "2006-01-01T00:00:01"
last-active < "2006-02" and started >= "2006-01-31"
last-active < "2006-02" and started >= "2006-01"
last-active < "2006-02" and started >= "2006"
last-active < "2006-02" and started like "2006-01-01T00:00:01"
last-active < "2006-02" and started like "2006-01-31"
last-active < "2006-02" and started like "2006-01"
last-active < "2006-02" and started like "2006"
last-active < "2006-02" and started in ("2006-01-01T00:00:01")
last-active < "2006-02" and started in ("2006-01-31","2006-01")
last-active < "2006-02" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active < "2006" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active < "2006" and $author = "yuriy"
last-active < "2006" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active < "2006" and $author < "yuriy"
last-active < "2006" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active < "2006" and $author <= "yuriy"
last-active < "2006" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active < "2006" and $author > "yuriy"
last-active < "2006" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active < "2006" and $author >= "yuriy"
last-active < "2006" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active < "2006" and $author like "yuriy"
last-active < "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active < "2006" and $author in ("yuriy")
last-active < "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active < "2006" and $author in ("yuriy","kostya","nazar","orest")
last-active < "2006" and pid = "HelloWorld"
last-active < "2006" and pid < "HelloWorld"
last-active < "2006" and pid <= "HelloWorld"
last-active < "2006" and pid > "HelloWorld"
last-active < "2006" and pid >= "HelloWorld"
last-active < "2006" and pid like "HelloWorld"
last-active < "2006" and pid in ("HelloWorld","Hello*","Hello*World")
last-active < "2006" and pid in ("Hello*","Hello*World")
last-active < "2006" and pid in ("Hello*World")
last-active < "2006" and iid = "2006"
last-active < "2006" and iid < "2006"
last-active < "2006" and iid <= "2006"
last-active < "2006" and iid > "2006"
last-active < "2006" and iid >= "2006"
last-active < "2006" and iid in ("2006")
last-active < "2006" and iid in ("2006","20061231")
last-active < "2006" and status = "active"
last-active < "2006" and status = "suspended"
last-active < "2006" and status = "error"
last-active < "2006" and status = "completed"
last-active < "2006" and status = "terminated"
last-active < "2006" and status = "faulted"
last-active < "2006" and status in ("active","suspended")
last-active < "2006" and status in ("active","suspended","error","completed","terminated","faulted")
last-active < "2006" and started = "2006-01-01T00:00:01"
last-active < "2006" and started = "2006-01-31"
last-active < "2006" and started = "2006-01"
last-active < "2006" and started = "2006"
last-active < "2006" and started < "2006-01-01T00:00:01"
last-active < "2006" and started < "2006-01-31"
last-active < "2006" and started < "2006-01"
last-active < "2006" and started < "2006"
last-active < "2006" and started <= "2006-01-01T00:00:01"
last-active < "2006" and started <= "2006-01-31"
last-active < "2006" and started <= "2006-01"
last-active < "2006" and started <= "2006"
last-active < "2006" and started > "2006-01-01T00:00:01"
last-active < "2006" and started > "2006-01-31"
last-active < "2006" and started > "2006-01"
last-active < "2006" and started > "2006"
last-active < "2006" and started >= "2006-01-01T00:00:01"
last-active < "2006" and started >= "2006-01-31"
last-active < "2006" and started >= "2006-01"
last-active < "2006" and started >= "2006"
last-active < "2006" and started like "2006-01-01T00:00:01"
last-active < "2006" and started like "2006-01-31"
last-active < "2006" and started like "2006-01"
last-active < "2006" and started like "2006"
last-active < "2006" and started in ("2006-01-01T00:00:01")
last-active < "2006" and started in ("2006-01-31","2006-01")
last-active < "2006" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active <= "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active <= "2006-02-01T00:00:01" and $author = "yuriy"
last-active <= "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active <= "2006-02-01T00:00:01" and $author < "yuriy"
last-active <= "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active <= "2006-02-01T00:00:01" and $author <= "yuriy"
last-active <= "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active <= "2006-02-01T00:00:01" and $author > "yuriy"
last-active <= "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active <= "2006-02-01T00:00:01" and $author >= "yuriy"
last-active <= "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active <= "2006-02-01T00:00:01" and $author like "yuriy"
last-active <= "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active <= "2006-02-01T00:00:01" and $author in ("yuriy")
last-active <= "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active <= "2006-02-01T00:00:01" and $author in ("yuriy","kostya","nazar","orest")
last-active <= "2006-02-01T00:00:01" and pid = "HelloWorld"
last-active <= "2006-02-01T00:00:01" and pid < "HelloWorld"
last-active <= "2006-02-01T00:00:01" and pid <= "HelloWorld"
last-active <= "2006-02-01T00:00:01" and pid > "HelloWorld"
last-active <= "2006-02-01T00:00:01" and pid >= "HelloWorld"
last-active <= "2006-02-01T00:00:01" and pid like "HelloWorld"
last-active <= "2006-02-01T00:00:01" and pid in ("HelloWorld","Hello*","Hello*World")
last-active <= "2006-02-01T00:00:01" and pid in ("Hello*","Hello*World")
last-active <= "2006-02-01T00:00:01" and pid in ("Hello*World")
last-active <= "2006-02-01T00:00:01" and iid = "2006"
last-active <= "2006-02-01T00:00:01" and iid < "2006"
last-active <= "2006-02-01T00:00:01" and iid <= "2006"
last-active <= "2006-02-01T00:00:01" and iid > "2006"
last-active <= "2006-02-01T00:00:01" and iid >= "2006"
last-active <= "2006-02-01T00:00:01" and iid in ("2006")
last-active <= "2006-02-01T00:00:01" and iid in ("2006","20061231")
last-active <= "2006-02-01T00:00:01" and status = "active"
last-active <= "2006-02-01T00:00:01" and status = "suspended"
last-active <= "2006-02-01T00:00:01" and status = "error"
last-active <= "2006-02-01T00:00:01" and status = "completed"
last-active <= "2006-02-01T00:00:01" and status = "terminated"
last-active <= "2006-02-01T00:00:01" and status = "faulted"
last-active <= "2006-02-01T00:00:01" and status in ("active","suspended")
last-active <= "2006-02-01T00:00:01" and status in ("active","suspended","error","completed","terminated","faulted")
last-active <= "2006-02-01T00:00:01" and started = "2006-01-01T00:00:01"
last-active <= "2006-02-01T00:00:01" and started = "2006-01-31"
last-active <= "2006-02-01T00:00:01" and started = "2006-01"
last-active <= "2006-02-01T00:00:01" and started = "2006"
last-active <= "2006-02-01T00:00:01" and started < "2006-01-01T00:00:01"
last-active <= "2006-02-01T00:00:01" and started < "2006-01-31"
last-active <= "2006-02-01T00:00:01" and started < "2006-01"
last-active <= "2006-02-01T00:00:01" and started < "2006"
last-active <= "2006-02-01T00:00:01" and started <= "2006-01-01T00:00:01"
last-active <= "2006-02-01T00:00:01" and started <= "2006-01-31"
last-active <= "2006-02-01T00:00:01" and started <= "2006-01"
last-active <= "2006-02-01T00:00:01" and started <= "2006"
last-active <= "2006-02-01T00:00:01" and started > "2006-01-01T00:00:01"
last-active <= "2006-02-01T00:00:01" and started > "2006-01-31"
last-active <= "2006-02-01T00:00:01" and started > "2006-01"
last-active <= "2006-02-01T00:00:01" and started > "2006"
last-active <= "2006-02-01T00:00:01" and started >= "2006-01-01T00:00:01"
last-active <= "2006-02-01T00:00:01" and started >= "2006-01-31"
last-active <= "2006-02-01T00:00:01" and started >= "2006-01"
last-active <= "2006-02-01T00:00:01" and started >= "2006"
last-active <= "2006-02-01T00:00:01" and started like "2006-01-01T00:00:01"
last-active <= "2006-02-01T00:00:01" and started like "2006-01-31"
last-active <= "2006-02-01T00:00:01" and started like "2006-01"
last-active <= "2006-02-01T00:00:01" and started like "2006"
last-active <= "2006-02-01T00:00:01" and started in ("2006-01-01T00:00:01")
last-active <= "2006-02-01T00:00:01" and started in ("2006-01-31","2006-01")
last-active <= "2006-02-01T00:00:01" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active <= "2006-02-21" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active <= "2006-02-21" and $author = "yuriy"
last-active <= "2006-02-21" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active <= "2006-02-21" and $author < "yuriy"
last-active <= "2006-02-21" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active <= "2006-02-21" and $author <= "yuriy"
last-active <= "2006-02-21" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active <= "2006-02-21" and $author > "yuriy"
last-active <= "2006-02-21" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active <= "2006-02-21" and $author >= "yuriy"
last-active <= "2006-02-21" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active <= "2006-02-21" and $author like "yuriy"
last-active <= "2006-02-21" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active <= "2006-02-21" and $author in ("yuriy")
last-active <= "2006-02-21" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active <= "2006-02-21" and $author in ("yuriy","kostya","nazar","orest")
last-active <= "2006-02-21" and pid = "HelloWorld"
last-active <= "2006-02-21" and pid < "HelloWorld"
last-active <= "2006-02-21" and pid <= "HelloWorld"
last-active <= "2006-02-21" and pid > "HelloWorld"
last-active <= "2006-02-21" and pid >= "HelloWorld"
last-active <= "2006-02-21" and pid like "HelloWorld"
last-active <= "2006-02-21" and pid in ("HelloWorld","Hello*","Hello*World")
last-active <= "2006-02-21" and pid in ("Hello*","Hello*World")
last-active <= "2006-02-21" and pid in ("Hello*World")
last-active <= "2006-02-21" and iid = "2006"
last-active <= "2006-02-21" and iid < "2006"
last-active <= "2006-02-21" and iid <= "2006"
last-active <= "2006-02-21" and iid > "2006"
last-active <= "2006-02-21" and iid >= "2006"
last-active <= "2006-02-21" and iid in ("2006")
last-active <= "2006-02-21" and iid in ("2006","20061231")
last-active <= "2006-02-21" and status = "active"
last-active <= "2006-02-21" and status = "suspended"
last-active <= "2006-02-21" and status = "error"
last-active <= "2006-02-21" and status = "completed"
last-active <= "2006-02-21" and status = "terminated"
last-active <= "2006-02-21" and status = "faulted"
last-active <= "2006-02-21" and status in ("active","suspended")
last-active <= "2006-02-21" and status in ("active","suspended","error","completed","terminated","faulted")
last-active <= "2006-02-21" and started = "2006-01-01T00:00:01"
last-active <= "2006-02-21" and started = "2006-01-31"
last-active <= "2006-02-21" and started = "2006-01"
last-active <= "2006-02-21" and started = "2006"
last-active <= "2006-02-21" and started < "2006-01-01T00:00:01"
last-active <= "2006-02-21" and started < "2006-01-31"
last-active <= "2006-02-21" and started < "2006-01"
last-active <= "2006-02-21" and started < "2006"
last-active <= "2006-02-21" and started <= "2006-01-01T00:00:01"
last-active <= "2006-02-21" and started <= "2006-01-31"
last-active <= "2006-02-21" and started <= "2006-01"
last-active <= "2006-02-21" and started <= "2006"
last-active <= "2006-02-21" and started > "2006-01-01T00:00:01"
last-active <= "2006-02-21" and started > "2006-01-31"
last-active <= "2006-02-21" and started > "2006-01"
last-active <= "2006-02-21" and started > "2006"
last-active <= "2006-02-21" and started >= "2006-01-01T00:00:01"
last-active <= "2006-02-21" and started >= "2006-01-31"
last-active <= "2006-02-21" and started >= "2006-01"
last-active <= "2006-02-21" and started >= "2006"
last-active <= "2006-02-21" and started like "2006-01-01T00:00:01"
last-active <= "2006-02-21" and started like "2006-01-31"
last-active <= "2006-02-21" and started like "2006-01"
last-active <= "2006-02-21" and started like "2006"
last-active <= "2006-02-21" and started in ("2006-01-01T00:00:01")
last-active <= "2006-02-21" and started in ("2006-01-31","2006-01")
last-active <= "2006-02-21" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active <= "2006-02" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active <= "2006-02" and $author = "yuriy"
last-active <= "2006-02" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active <= "2006-02" and $author < "yuriy"
last-active <= "2006-02" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active <= "2006-02" and $author <= "yuriy"
last-active <= "2006-02" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active <= "2006-02" and $author > "yuriy"
last-active <= "2006-02" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active <= "2006-02" and $author >= "yuriy"
last-active <= "2006-02" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active <= "2006-02" and $author like "yuriy"
last-active <= "2006-02" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active <= "2006-02" and $author in ("yuriy")
last-active <= "2006-02" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active <= "2006-02" and $author in ("yuriy","kostya","nazar","orest")
last-active <= "2006-02" and pid = "HelloWorld"
last-active <= "2006-02" and pid < "HelloWorld"
last-active <= "2006-02" and pid <= "HelloWorld"
last-active <= "2006-02" and pid > "HelloWorld"
last-active <= "2006-02" and pid >= "HelloWorld"
last-active <= "2006-02" and pid like "HelloWorld"
last-active <= "2006-02" and pid in ("HelloWorld","Hello*","Hello*World")
last-active <= "2006-02" and pid in ("Hello*","Hello*World")
last-active <= "2006-02" and pid in ("Hello*World")
last-active <= "2006-02" and iid = "2006"
last-active <= "2006-02" and iid < "2006"
last-active <= "2006-02" and iid <= "2006"
last-active <= "2006-02" and iid > "2006"
last-active <= "2006-02" and iid >= "2006"
last-active <= "2006-02" and iid in ("2006")
last-active <= "2006-02" and iid in ("2006","20061231")
last-active <= "2006-02" and status = "active"
last-active <= "2006-02" and status = "suspended"
last-active <= "2006-02" and status = "error"
last-active <= "2006-02" and status = "completed"
last-active <= "2006-02" and status = "terminated"
last-active <= "2006-02" and status = "faulted"
last-active <= "2006-02" and status in ("active","suspended")
last-active <= "2006-02" and status in ("active","suspended","error","completed","terminated","faulted")
last-active <= "2006-02" and started = "2006-01-01T00:00:01"
last-active <= "2006-02" and started = "2006-01-31"
last-active <= "2006-02" and started = "2006-01"
last-active <= "2006-02" and started = "2006"
last-active <= "2006-02" and started < "2006-01-01T00:00:01"
last-active <= "2006-02" and started < "2006-01-31"
last-active <= "2006-02" and started < "2006-01"
last-active <= "2006-02" and started < "2006"
last-active <= "2006-02" and started <= "2006-01-01T00:00:01"
last-active <= "2006-02" and started <= "2006-01-31"
last-active <= "2006-02" and started <= "2006-01"
last-active <= "2006-02" and started <= "2006"
last-active <= "2006-02" and started > "2006-01-01T00:00:01"
last-active <= "2006-02" and started > "2006-01-31"
last-active <= "2006-02" and started > "2006-01"
last-active <= "2006-02" and started > "2006"
last-active <= "2006-02" and started >= "2006-01-01T00:00:01"
last-active <= "2006-02" and started >= "2006-01-31"
last-active <= "2006-02" and started >= "2006-01"
last-active <= "2006-02" and started >= "2006"
last-active <= "2006-02" and started like "2006-01-01T00:00:01"
last-active <= "2006-02" and started like "2006-01-31"
last-active <= "2006-02" and started like "2006-01"
last-active <= "2006-02" and started like "2006"
last-active <= "2006-02" and started in ("2006-01-01T00:00:01")
last-active <= "2006-02" and started in ("2006-01-31","2006-01")
last-active <= "2006-02" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active <= "2006" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active <= "2006" and $author = "yuriy"
last-active <= "2006" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active <= "2006" and $author < "yuriy"
last-active <= "2006" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active <= "2006" and $author <= "yuriy"
last-active <= "2006" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active <= "2006" and $author > "yuriy"
last-active <= "2006" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active <= "2006" and $author >= "yuriy"
last-active <= "2006" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active <= "2006" and $author like "yuriy"
last-active <= "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active <= "2006" and $author in ("yuriy")
last-active <= "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active <= "2006" and $author in ("yuriy","kostya","nazar","orest")
last-active <= "2006" and pid = "HelloWorld"
last-active <= "2006" and pid < "HelloWorld"
last-active <= "2006" and pid <= "HelloWorld"
last-active <= "2006" and pid > "HelloWorld"
last-active <= "2006" and pid >= "HelloWorld"
last-active <= "2006" and pid like "HelloWorld"
last-active <= "2006" and pid in ("HelloWorld","Hello*","Hello*World")
last-active <= "2006" and pid in ("Hello*","Hello*World")
last-active <= "2006" and pid in ("Hello*World")
last-active <= "2006" and iid = "2006"
last-active <= "2006" and iid < "2006"
last-active <= "2006" and iid <= "2006"
last-active <= "2006" and iid > "2006"
last-active <= "2006" and iid >= "2006"
last-active <= "2006" and iid in ("2006")
last-active <= "2006" and iid in ("2006","20061231")
last-active <= "2006" and status = "active"
last-active <= "2006" and status = "suspended"
last-active <= "2006" and status = "error"
last-active <= "2006" and status = "completed"
last-active <= "2006" and status = "terminated"
last-active <= "2006" and status = "faulted"
last-active <= "2006" and status in ("active","suspended")
last-active <= "2006" and status in ("active","suspended","error","completed","terminated","faulted")
last-active <= "2006" and started = "2006-01-01T00:00:01"
last-active <= "2006" and started = "2006-01-31"
last-active <= "2006" and started = "2006-01"
last-active <= "2006" and started = "2006"
last-active <= "2006" and started < "2006-01-01T00:00:01"
last-active <= "2006" and started < "2006-01-31"
last-active <= "2006" and started < "2006-01"
last-active <= "2006" and started < "2006"
last-active <= "2006" and started <= "2006-01-01T00:00:01"
last-active <= "2006" and started <= "2006-01-31"
last-active <= "2006" and started <= "2006-01"
last-active <= "2006" and started <= "2006"
last-active <= "2006" and started > "2006-01-01T00:00:01"
last-active <= "2006" and started > "2006-01-31"
last-active <= "2006" and started > "2006-01"
last-active <= "2006" and started > "2006"
last-active <= "2006" and started >= "2006-01-01T00:00:01"
last-active <= "2006" and started >= "2006-01-31"
last-active <= "2006" and started >= "2006-01"
last-active <= "2006" and started >= "2006"
last-active <= "2006" and started like "2006-01-01T00:00:01"
last-active <= "2006" and started like "2006-01-31"
last-active <= "2006" and started like "2006-01"
last-active <= "2006" and started like "2006"
last-active <= "2006" and started in ("2006-01-01T00:00:01")
last-active <= "2006" and started in ("2006-01-31","2006-01")
last-active <= "2006" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active > "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active > "2006-02-01T00:00:01" and $author = "yuriy"
last-active > "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active > "2006-02-01T00:00:01" and $author < "yuriy"
last-active > "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active > "2006-02-01T00:00:01" and $author <= "yuriy"
last-active > "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active > "2006-02-01T00:00:01" and $author > "yuriy"
last-active > "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active > "2006-02-01T00:00:01" and $author >= "yuriy"
last-active > "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active > "2006-02-01T00:00:01" and $author like "yuriy"
last-active > "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active > "2006-02-01T00:00:01" and $author in ("yuriy")
last-active > "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active > "2006-02-01T00:00:01" and $author in ("yuriy","kostya","nazar","orest")
last-active > "2006-02-01T00:00:01" and pid = "HelloWorld"
last-active > "2006-02-01T00:00:01" and pid < "HelloWorld"
last-active > "2006-02-01T00:00:01" and pid <= "HelloWorld"
last-active > "2006-02-01T00:00:01" and pid > "HelloWorld"
last-active > "2006-02-01T00:00:01" and pid >= "HelloWorld"
last-active > "2006-02-01T00:00:01" and pid like "HelloWorld"
last-active > "2006-02-01T00:00:01" and pid in ("HelloWorld","Hello*","Hello*World")
last-active > "2006-02-01T00:00:01" and pid in ("Hello*","Hello*World")
last-active > "2006-02-01T00:00:01" and pid in ("Hello*World")
last-active > "2006-02-01T00:00:01" and iid = "2006"
last-active > "2006-02-01T00:00:01" and iid < "2006"
last-active > "2006-02-01T00:00:01" and iid <= "2006"
last-active > "2006-02-01T00:00:01" and iid > "2006"
last-active > "2006-02-01T00:00:01" and iid >= "2006"
last-active > "2006-02-01T00:00:01" and iid in ("2006")
last-active > "2006-02-01T00:00:01" and iid in ("2006","20061231")
last-active > "2006-02-01T00:00:01" and status = "active"
last-active > "2006-02-01T00:00:01" and status = "suspended"
last-active > "2006-02-01T00:00:01" and status = "error"
last-active > "2006-02-01T00:00:01" and status = "completed"
last-active > "2006-02-01T00:00:01" and status = "terminated"
last-active > "2006-02-01T00:00:01" and status = "faulted"
last-active > "2006-02-01T00:00:01" and status in ("active","suspended")
last-active > "2006-02-01T00:00:01" and status in ("active","suspended","error","completed","terminated","faulted")
last-active > "2006-02-01T00:00:01" and started = "2006-01-01T00:00:01"
last-active > "2006-02-01T00:00:01" and started = "2006-01-31"
last-active > "2006-02-01T00:00:01" and started = "2006-01"
last-active > "2006-02-01T00:00:01" and started = "2006"
last-active > "2006-02-01T00:00:01" and started < "2006-01-01T00:00:01"
last-active > "2006-02-01T00:00:01" and started < "2006-01-31"
last-active > "2006-02-01T00:00:01" and started < "2006-01"
last-active > "2006-02-01T00:00:01" and started < "2006"
last-active > "2006-02-01T00:00:01" and started <= "2006-01-01T00:00:01"
last-active > "2006-02-01T00:00:01" and started <= "2006-01-31"
last-active > "2006-02-01T00:00:01" and started <= "2006-01"
last-active > "2006-02-01T00:00:01" and started <= "2006"
last-active > "2006-02-01T00:00:01" and started > "2006-01-01T00:00:01"
last-active > "2006-02-01T00:00:01" and started > "2006-01-31"
last-active > "2006-02-01T00:00:01" and started > "2006-01"
last-active > "2006-02-01T00:00:01" and started > "2006"
last-active > "2006-02-01T00:00:01" and started >= "2006-01-01T00:00:01"
last-active > "2006-02-01T00:00:01" and started >= "2006-01-31"
last-active > "2006-02-01T00:00:01" and started >= "2006-01"
last-active > "2006-02-01T00:00:01" and started >= "2006"
last-active > "2006-02-01T00:00:01" and started like "2006-01-01T00:00:01"
last-active > "2006-02-01T00:00:01" and started like "2006-01-31"
last-active > "2006-02-01T00:00:01" and started like "2006-01"
last-active > "2006-02-01T00:00:01" and started like "2006"
last-active > "2006-02-01T00:00:01" and started in ("2006-01-01T00:00:01")
last-active > "2006-02-01T00:00:01" and started in ("2006-01-31","2006-01")
last-active > "2006-02-01T00:00:01" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active > "2006-02-21" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active > "2006-02-21" and $author = "yuriy"
last-active > "2006-02-21" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active > "2006-02-21" and $author < "yuriy"
last-active > "2006-02-21" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active > "2006-02-21" and $author <= "yuriy"
last-active > "2006-02-21" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active > "2006-02-21" and $author > "yuriy"
last-active > "2006-02-21" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active > "2006-02-21" and $author >= "yuriy"
last-active > "2006-02-21" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active > "2006-02-21" and $author like "yuriy"
last-active > "2006-02-21" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active > "2006-02-21" and $author in ("yuriy")
last-active > "2006-02-21" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active > "2006-02-21" and $author in ("yuriy","kostya","nazar","orest")
last-active > "2006-02-21" and pid = "HelloWorld"
last-active > "2006-02-21" and pid < "HelloWorld"
last-active > "2006-02-21" and pid <= "HelloWorld"
last-active > "2006-02-21" and pid > "HelloWorld"
last-active > "2006-02-21" and pid >= "HelloWorld"
last-active > "2006-02-21" and pid like "HelloWorld"
last-active > "2006-02-21" and pid in ("HelloWorld","Hello*","Hello*World")
last-active > "2006-02-21" and pid in ("Hello*","Hello*World")
last-active > "2006-02-21" and pid in ("Hello*World")
last-active > "2006-02-21" and iid = "2006"
last-active > "2006-02-21" and iid < "2006"
last-active > "2006-02-21" and iid <= "2006"
last-active > "2006-02-21" and iid > "2006"
last-active > "2006-02-21" and iid >= "2006"
last-active > "2006-02-21" and iid in ("2006")
last-active > "2006-02-21" and iid in ("2006","20061231")
last-active > "2006-02-21" and status = "active"
last-active > "2006-02-21" and status = "suspended"
last-active > "2006-02-21" and status = "error"
last-active > "2006-02-21" and status = "completed"
last-active > "2006-02-21" and status = "terminated"
last-active > "2006-02-21" and status = "faulted"
last-active > "2006-02-21" and status in ("active","suspended")
last-active > "2006-02-21" and status in ("active","suspended","error","completed","terminated","faulted")
last-active > "2006-02-21" and started = "2006-01-01T00:00:01"
last-active > "2006-02-21" and started = "2006-01-31"
last-active > "2006-02-21" and started = "2006-01"
last-active > "2006-02-21" and started = "2006"
last-active > "2006-02-21" and started < "2006-01-01T00:00:01"
last-active > "2006-02-21" and started < "2006-01-31"
last-active > "2006-02-21" and started < "2006-01"
last-active > "2006-02-21" and started < "2006"
last-active > "2006-02-21" and started <= "2006-01-01T00:00:01"
last-active > "2006-02-21" and started <= "2006-01-31"
last-active > "2006-02-21" and started <= "2006-01"
last-active > "2006-02-21" and started <= "2006"
last-active > "2006-02-21" and started > "2006-01-01T00:00:01"
last-active > "2006-02-21" and started > "2006-01-31"
last-active > "2006-02-21" and started > "2006-01"
last-active > "2006-02-21" and started > "2006"
last-active > "2006-02-21" and started >= "2006-01-01T00:00:01"
last-active > "2006-02-21" and started >= "2006-01-31"
last-active > "2006-02-21" and started >= "2006-01"
last-active > "2006-02-21" and started >= "2006"
last-active > "2006-02-21" and started like "2006-01-01T00:00:01"
last-active > "2006-02-21" and started like "2006-01-31"
last-active > "2006-02-21" and started like "2006-01"
last-active > "2006-02-21" and started like "2006"
last-active > "2006-02-21" and started in ("2006-01-01T00:00:01")
last-active > "2006-02-21" and started in ("2006-01-31","2006-01")
last-active > "2006-02-21" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active > "2006-02" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active > "2006-02" and $author = "yuriy"
last-active > "2006-02" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active > "2006-02" and $author < "yuriy"
last-active > "2006-02" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active > "2006-02" and $author <= "yuriy"
last-active > "2006-02" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active > "2006-02" and $author > "yuriy"
last-active > "2006-02" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active > "2006-02" and $author >= "yuriy"
last-active > "2006-02" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active > "2006-02" and $author like "yuriy"
last-active > "2006-02" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active > "2006-02" and $author in ("yuriy")
last-active > "2006-02" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active > "2006-02" and $author in ("yuriy","kostya","nazar","orest")
last-active > "2006-02" and pid = "HelloWorld"
last-active > "2006-02" and pid < "HelloWorld"
last-active > "2006-02" and pid <= "HelloWorld"
last-active > "2006-02" and pid > "HelloWorld"
last-active > "2006-02" and pid >= "HelloWorld"
last-active > "2006-02" and pid like "HelloWorld"
last-active > "2006-02" and pid in ("HelloWorld","Hello*","Hello*World")
last-active > "2006-02" and pid in ("Hello*","Hello*World")
last-active > "2006-02" and pid in ("Hello*World")
last-active > "2006-02" and iid = "2006"
last-active > "2006-02" and iid < "2006"
last-active > "2006-02" and iid <= "2006"
last-active > "2006-02" and iid > "2006"
last-active > "2006-02" and iid >= "2006"
last-active > "2006-02" and iid in ("2006")
last-active > "2006-02" and iid in ("2006","20061231")
last-active > "2006-02" and status = "active"
last-active > "2006-02" and status = "suspended"
last-active > "2006-02" and status = "error"
last-active > "2006-02" and status = "completed"
last-active > "2006-02" and status = "terminated"
last-active > "2006-02" and status = "faulted"
last-active > "2006-02" and status in ("active","suspended")
last-active > "2006-02" and status in ("active","suspended","error","completed","terminated","faulted")
last-active > "2006-02" and started = "2006-01-01T00:00:01"
last-active > "2006-02" and started = "2006-01-31"
last-active > "2006-02" and started = "2006-01"
last-active > "2006-02" and started = "2006"
last-active > "2006-02" and started < "2006-01-01T00:00:01"
last-active > "2006-02" and started < "2006-01-31"
last-active > "2006-02" and started < "2006-01"
last-active > "2006-02" and started < "2006"
last-active > "2006-02" and started <= "2006-01-01T00:00:01"
last-active > "2006-02" and started <= "2006-01-31"
last-active > "2006-02" and started <= "2006-01"
last-active > "2006-02" and started <= "2006"
last-active > "2006-02" and started > "2006-01-01T00:00:01"
last-active > "2006-02" and started > "2006-01-31"
last-active > "2006-02" and started > "2006-01"
last-active > "2006-02" and started > "2006"
last-active > "2006-02" and started >= "2006-01-01T00:00:01"
last-active > "2006-02" and started >= "2006-01-31"
last-active > "2006-02" and started >= "2006-01"
last-active > "2006-02" and started >= "2006"
last-active > "2006-02" and started like "2006-01-01T00:00:01"
last-active > "2006-02" and started like "2006-01-31"
last-active > "2006-02" and started like "2006-01"
last-active > "2006-02" and started like "2006"
last-active > "2006-02" and started in ("2006-01-01T00:00:01")
last-active > "2006-02" and started in ("2006-01-31","2006-01")
last-active > "2006-02" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active > "2006" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active > "2006" and $author = "yuriy"
last-active > "2006" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active > "2006" and $author < "yuriy"
last-active > "2006" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active > "2006" and $author <= "yuriy"
last-active > "2006" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active > "2006" and $author > "yuriy"
last-active > "2006" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active > "2006" and $author >= "yuriy"
last-active > "2006" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active > "2006" and $author like "yuriy"
last-active > "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active > "2006" and $author in ("yuriy")
last-active > "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active > "2006" and $author in ("yuriy","kostya","nazar","orest")
last-active > "2006" and pid = "HelloWorld"
last-active > "2006" and pid < "HelloWorld"
last-active > "2006" and pid <= "HelloWorld"
last-active > "2006" and pid > "HelloWorld"
last-active > "2006" and pid >= "HelloWorld"
last-active > "2006" and pid like "HelloWorld"
last-active > "2006" and pid in ("HelloWorld","Hello*","Hello*World")
last-active > "2006" and pid in ("Hello*","Hello*World")
last-active > "2006" and pid in ("Hello*World")
last-active > "2006" and iid = "2006"
last-active > "2006" and iid < "2006"
last-active > "2006" and iid <= "2006"
last-active > "2006" and iid > "2006"
last-active > "2006" and iid >= "2006"
last-active > "2006" and iid in ("2006")
last-active > "2006" and iid in ("2006","20061231")
last-active > "2006" and status = "active"
last-active > "2006" and status = "suspended"
last-active > "2006" and status = "error"
last-active > "2006" and status = "completed"
last-active > "2006" and status = "terminated"
last-active > "2006" and status = "faulted"
last-active > "2006" and status in ("active","suspended")
last-active > "2006" and status in ("active","suspended","error","completed","terminated","faulted")
last-active > "2006" and started = "2006-01-01T00:00:01"
last-active > "2006" and started = "2006-01-31"
last-active > "2006" and started = "2006-01"
last-active > "2006" and started = "2006"
last-active > "2006" and started < "2006-01-01T00:00:01"
last-active > "2006" and started < "2006-01-31"
last-active > "2006" and started < "2006-01"
last-active > "2006" and started < "2006"
last-active > "2006" and started <= "2006-01-01T00:00:01"
last-active > "2006" and started <= "2006-01-31"
last-active > "2006" and started <= "2006-01"
last-active > "2006" and started <= "2006"
last-active > "2006" and started > "2006-01-01T00:00:01"
last-active > "2006" and started > "2006-01-31"
last-active > "2006" and started > "2006-01"
last-active > "2006" and started > "2006"
last-active > "2006" and started >= "2006-01-01T00:00:01"
last-active > "2006" and started >= "2006-01-31"
last-active > "2006" and started >= "2006-01"
last-active > "2006" and started >= "2006"
last-active > "2006" and started like "2006-01-01T00:00:01"
last-active > "2006" and started like "2006-01-31"
last-active > "2006" and started like "2006-01"
last-active > "2006" and started like "2006"
last-active > "2006" and started in ("2006-01-01T00:00:01")
last-active > "2006" and started in ("2006-01-31","2006-01")
last-active > "2006" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active >= "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active >= "2006-02-01T00:00:01" and $author = "yuriy"
last-active >= "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active >= "2006-02-01T00:00:01" and $author < "yuriy"
last-active >= "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active >= "2006-02-01T00:00:01" and $author <= "yuriy"
last-active >= "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active >= "2006-02-01T00:00:01" and $author > "yuriy"
last-active >= "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active >= "2006-02-01T00:00:01" and $author >= "yuriy"
last-active >= "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active >= "2006-02-01T00:00:01" and $author like "yuriy"
last-active >= "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active >= "2006-02-01T00:00:01" and $author in ("yuriy")
last-active >= "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active >= "2006-02-01T00:00:01" and $author in ("yuriy","kostya","nazar","orest")
last-active >= "2006-02-01T00:00:01" and pid = "HelloWorld"
last-active >= "2006-02-01T00:00:01" and pid < "HelloWorld"
last-active >= "2006-02-01T00:00:01" and pid <= "HelloWorld"
last-active >= "2006-02-01T00:00:01" and pid > "HelloWorld"
last-active >= "2006-02-01T00:00:01" and pid >= "HelloWorld"
last-active >= "2006-02-01T00:00:01" and pid like "HelloWorld"
last-active >= "2006-02-01T00:00:01" and pid in ("HelloWorld","Hello*","Hello*World")
last-active >= "2006-02-01T00:00:01" and pid in ("Hello*","Hello*World")
last-active >= "2006-02-01T00:00:01" and pid in ("Hello*World")
last-active >= "2006-02-01T00:00:01" and iid = "2006"
last-active >= "2006-02-01T00:00:01" and iid < "2006"
last-active >= "2006-02-01T00:00:01" and iid <= "2006"
last-active >= "2006-02-01T00:00:01" and iid > "2006"
last-active >= "2006-02-01T00:00:01" and iid >= "2006"
last-active >= "2006-02-01T00:00:01" and iid in ("2006")
last-active >= "2006-02-01T00:00:01" and iid in ("2006","20061231")
last-active >= "2006-02-01T00:00:01" and status = "active"
last-active >= "2006-02-01T00:00:01" and status = "suspended"
last-active >= "2006-02-01T00:00:01" and status = "error"
last-active >= "2006-02-01T00:00:01" and status = "completed"
last-active >= "2006-02-01T00:00:01" and status = "terminated"
last-active >= "2006-02-01T00:00:01" and status = "faulted"
last-active >= "2006-02-01T00:00:01" and status in ("active","suspended")
last-active >= "2006-02-01T00:00:01" and status in ("active","suspended","error","completed","terminated","faulted")
last-active >= "2006-02-01T00:00:01" and started = "2006-01-01T00:00:01"
last-active >= "2006-02-01T00:00:01" and started = "2006-01-31"
last-active >= "2006-02-01T00:00:01" and started = "2006-01"
last-active >= "2006-02-01T00:00:01" and started = "2006"
last-active >= "2006-02-01T00:00:01" and started < "2006-01-01T00:00:01"
last-active >= "2006-02-01T00:00:01" and started < "2006-01-31"
last-active >= "2006-02-01T00:00:01" and started < "2006-01"
last-active >= "2006-02-01T00:00:01" and started < "2006"
last-active >= "2006-02-01T00:00:01" and started <= "2006-01-01T00:00:01"
last-active >= "2006-02-01T00:00:01" and started <= "2006-01-31"
last-active >= "2006-02-01T00:00:01" and started <= "2006-01"
last-active >= "2006-02-01T00:00:01" and started <= "2006"
last-active >= "2006-02-01T00:00:01" and started > "2006-01-01T00:00:01"
last-active >= "2006-02-01T00:00:01" and started > "2006-01-31"
last-active >= "2006-02-01T00:00:01" and started > "2006-01"
last-active >= "2006-02-01T00:00:01" and started > "2006"
last-active >= "2006-02-01T00:00:01" and started >= "2006-01-01T00:00:01"
last-active >= "2006-02-01T00:00:01" and started >= "2006-01-31"
last-active >= "2006-02-01T00:00:01" and started >= "2006-01"
last-active >= "2006-02-01T00:00:01" and started >= "2006"
last-active >= "2006-02-01T00:00:01" and started like "2006-01-01T00:00:01"
last-active >= "2006-02-01T00:00:01" and started like "2006-01-31"
last-active >= "2006-02-01T00:00:01" and started like "2006-01"
last-active >= "2006-02-01T00:00:01" and started like "2006"
last-active >= "2006-02-01T00:00:01" and started in ("2006-01-01T00:00:01")
last-active >= "2006-02-01T00:00:01" and started in ("2006-01-31","2006-01")
last-active >= "2006-02-01T00:00:01" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active >= "2006-02-21" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active >= "2006-02-21" and $author = "yuriy"
last-active >= "2006-02-21" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active >= "2006-02-21" and $author < "yuriy"
last-active >= "2006-02-21" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active >= "2006-02-21" and $author <= "yuriy"
last-active >= "2006-02-21" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active >= "2006-02-21" and $author > "yuriy"
last-active >= "2006-02-21" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active >= "2006-02-21" and $author >= "yuriy"
last-active >= "2006-02-21" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active >= "2006-02-21" and $author like "yuriy"
last-active >= "2006-02-21" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active >= "2006-02-21" and $author in ("yuriy")
last-active >= "2006-02-21" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active >= "2006-02-21" and $author in ("yuriy","kostya","nazar","orest")
last-active >= "2006-02-21" and pid = "HelloWorld"
last-active >= "2006-02-21" and pid < "HelloWorld"
last-active >= "2006-02-21" and pid <= "HelloWorld"
last-active >= "2006-02-21" and pid > "HelloWorld"
last-active >= "2006-02-21" and pid >= "HelloWorld"
last-active >= "2006-02-21" and pid like "HelloWorld"
last-active >= "2006-02-21" and pid in ("HelloWorld","Hello*","Hello*World")
last-active >= "2006-02-21" and pid in ("Hello*","Hello*World")
last-active >= "2006-02-21" and pid in ("Hello*World")
last-active >= "2006-02-21" and iid = "2006"
last-active >= "2006-02-21" and iid < "2006"
last-active >= "2006-02-21" and iid <= "2006"
last-active >= "2006-02-21" and iid > "2006"
last-active >= "2006-02-21" and iid >= "2006"
last-active >= "2006-02-21" and iid in ("2006")
last-active >= "2006-02-21" and iid in ("2006","20061231")
last-active >= "2006-02-21" and status = "active"
last-active >= "2006-02-21" and status = "suspended"
last-active >= "2006-02-21" and status = "error"
last-active >= "2006-02-21" and status = "completed"
last-active >= "2006-02-21" and status = "terminated"
last-active >= "2006-02-21" and status = "faulted"
last-active >= "2006-02-21" and status in ("active","suspended")
last-active >= "2006-02-21" and status in ("active","suspended","error","completed","terminated","faulted")
last-active >= "2006-02-21" and started = "2006-01-01T00:00:01"
last-active >= "2006-02-21" and started = "2006-01-31"
last-active >= "2006-02-21" and started = "2006-01"
last-active >= "2006-02-21" and started = "2006"
last-active >= "2006-02-21" and started < "2006-01-01T00:00:01"
last-active >= "2006-02-21" and started < "2006-01-31"
last-active >= "2006-02-21" and started < "2006-01"
last-active >= "2006-02-21" and started < "2006"
last-active >= "2006-02-21" and started <= "2006-01-01T00:00:01"
last-active >= "2006-02-21" and started <= "2006-01-31"
last-active >= "2006-02-21" and started <= "2006-01"
last-active >= "2006-02-21" and started <= "2006"
last-active >= "2006-02-21" and started > "2006-01-01T00:00:01"
last-active >= "2006-02-21" and started > "2006-01-31"
last-active >= "2006-02-21" and started > "2006-01"
last-active >= "2006-02-21" and started > "2006"
last-active >= "2006-02-21" and started >= "2006-01-01T00:00:01"
last-active >= "2006-02-21" and started >= "2006-01-31"
last-active >= "2006-02-21" and started >= "2006-01"
last-active >= "2006-02-21" and started >= "2006"
last-active >= "2006-02-21" and started like "2006-01-01T00:00:01"
last-active >= "2006-02-21" and started like "2006-01-31"
last-active >= "2006-02-21" and started like "2006-01"
last-active >= "2006-02-21" and started like "2006"
last-active >= "2006-02-21" and started in ("2006-01-01T00:00:01")
last-active >= "2006-02-21" and started in ("2006-01-31","2006-01")
last-active >= "2006-02-21" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active >= "2006-02" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active >= "2006-02" and $author = "yuriy"
last-active >= "2006-02" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active >= "2006-02" and $author < "yuriy"
last-active >= "2006-02" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active >= "2006-02" and $author <= "yuriy"
last-active >= "2006-02" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active >= "2006-02" and $author > "yuriy"
last-active >= "2006-02" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active >= "2006-02" and $author >= "yuriy"
last-active >= "2006-02" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active >= "2006-02" and $author like "yuriy"
last-active >= "2006-02" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active >= "2006-02" and $author in ("yuriy")
last-active >= "2006-02" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active >= "2006-02" and $author in ("yuriy","kostya","nazar","orest")
last-active >= "2006-02" and pid = "HelloWorld"
last-active >= "2006-02" and pid < "HelloWorld"
last-active >= "2006-02" and pid <= "HelloWorld"
last-active >= "2006-02" and pid > "HelloWorld"
last-active >= "2006-02" and pid >= "HelloWorld"
last-active >= "2006-02" and pid like "HelloWorld"
last-active >= "2006-02" and pid in ("HelloWorld","Hello*","Hello*World")
last-active >= "2006-02" and pid in ("Hello*","Hello*World")
last-active >= "2006-02" and pid in ("Hello*World")
last-active >= "2006-02" and iid = "2006"
last-active >= "2006-02" and iid < "2006"
last-active >= "2006-02" and iid <= "2006"
last-active >= "2006-02" and iid > "2006"
last-active >= "2006-02" and iid >= "2006"
last-active >= "2006-02" and iid in ("2006")
last-active >= "2006-02" and iid in ("2006","20061231")
last-active >= "2006-02" and status = "active"
last-active >= "2006-02" and status = "suspended"
last-active >= "2006-02" and status = "error"
last-active >= "2006-02" and status = "completed"
last-active >= "2006-02" and status = "terminated"
last-active >= "2006-02" and status = "faulted"
last-active >= "2006-02" and status in ("active","suspended")
last-active >= "2006-02" and status in ("active","suspended","error","completed","terminated","faulted")
last-active >= "2006-02" and started = "2006-01-01T00:00:01"
last-active >= "2006-02" and started = "2006-01-31"
last-active >= "2006-02" and started = "2006-01"
last-active >= "2006-02" and started = "2006"
last-active >= "2006-02" and started < "2006-01-01T00:00:01"
last-active >= "2006-02" and started < "2006-01-31"
last-active >= "2006-02" and started < "2006-01"
last-active >= "2006-02" and started < "2006"
last-active >= "2006-02" and started <= "2006-01-01T00:00:01"
last-active >= "2006-02" and started <= "2006-01-31"
last-active >= "2006-02" and started <= "2006-01"
last-active >= "2006-02" and started <= "2006"
last-active >= "2006-02" and started > "2006-01-01T00:00:01"
last-active >= "2006-02" and started > "2006-01-31"
last-active >= "2006-02" and started > "2006-01"
last-active >= "2006-02" and started > "2006"
last-active >= "2006-02" and started >= "2006-01-01T00:00:01"
last-active >= "2006-02" and started >= "2006-01-31"
last-active >= "2006-02" and started >= "2006-01"
last-active >= "2006-02" and started >= "2006"
last-active >= "2006-02" and started like "2006-01-01T00:00:01"
last-active >= "2006-02" and started like "2006-01-31"
last-active >= "2006-02" and started like "2006-01"
last-active >= "2006-02" and started like "2006"
last-active >= "2006-02" and started in ("2006-01-01T00:00:01")
last-active >= "2006-02" and started in ("2006-01-31","2006-01")
last-active >= "2006-02" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active >= "2006" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active >= "2006" and $author = "yuriy"
last-active >= "2006" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active >= "2006" and $author < "yuriy"
last-active >= "2006" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active >= "2006" and $author <= "yuriy"
last-active >= "2006" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active >= "2006" and $author > "yuriy"
last-active >= "2006" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active >= "2006" and $author >= "yuriy"
last-active >= "2006" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active >= "2006" and $author like "yuriy"
last-active >= "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active >= "2006" and $author in ("yuriy")
last-active >= "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active >= "2006" and $author in ("yuriy","kostya","nazar","orest")
last-active >= "2006" and pid = "HelloWorld"
last-active >= "2006" and pid < "HelloWorld"
last-active >= "2006" and pid <= "HelloWorld"
last-active >= "2006" and pid > "HelloWorld"
last-active >= "2006" and pid >= "HelloWorld"
last-active >= "2006" and pid like "HelloWorld"
last-active >= "2006" and pid in ("HelloWorld","Hello*","Hello*World")
last-active >= "2006" and pid in ("Hello*","Hello*World")
last-active >= "2006" and pid in ("Hello*World")
last-active >= "2006" and iid = "2006"
last-active >= "2006" and iid < "2006"
last-active >= "2006" and iid <= "2006"
last-active >= "2006" and iid > "2006"
last-active >= "2006" and iid >= "2006"
last-active >= "2006" and iid in ("2006")
last-active >= "2006" and iid in ("2006","20061231")
last-active >= "2006" and status = "active"
last-active >= "2006" and status = "suspended"
last-active >= "2006" and status = "error"
last-active >= "2006" and status = "completed"
last-active >= "2006" and status = "terminated"
last-active >= "2006" and status = "faulted"
last-active >= "2006" and status in ("active","suspended")
last-active >= "2006" and status in ("active","suspended","error","completed","terminated","faulted")
last-active >= "2006" and started = "2006-01-01T00:00:01"
last-active >= "2006" and started = "2006-01-31"
last-active >= "2006" and started = "2006-01"
last-active >= "2006" and started = "2006"
last-active >= "2006" and started < "2006-01-01T00:00:01"
last-active >= "2006" and started < "2006-01-31"
last-active >= "2006" and started < "2006-01"
last-active >= "2006" and started < "2006"
last-active >= "2006" and started <= "2006-01-01T00:00:01"
last-active >= "2006" and started <= "2006-01-31"
last-active >= "2006" and started <= "2006-01"
last-active >= "2006" and started <= "2006"
last-active >= "2006" and started > "2006-01-01T00:00:01"
last-active >= "2006" and started > "2006-01-31"
last-active >= "2006" and started > "2006-01"
last-active >= "2006" and started > "2006"
last-active >= "2006" and started >= "2006-01-01T00:00:01"
last-active >= "2006" and started >= "2006-01-31"
last-active >= "2006" and started >= "2006-01"
last-active >= "2006" and started >= "2006"
last-active >= "2006" and started like "2006-01-01T00:00:01"
last-active >= "2006" and started like "2006-01-31"
last-active >= "2006" and started like "2006-01"
last-active >= "2006" and started like "2006"
last-active >= "2006" and started in ("2006-01-01T00:00:01")
last-active >= "2006" and started in ("2006-01-31","2006-01")
last-active >= "2006" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active like "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active like "2006-02-01T00:00:01" and $author = "yuriy"
last-active like "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active like "2006-02-01T00:00:01" and $author < "yuriy"
last-active like "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active like "2006-02-01T00:00:01" and $author <= "yuriy"
last-active like "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active like "2006-02-01T00:00:01" and $author > "yuriy"
last-active like "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active like "2006-02-01T00:00:01" and $author >= "yuriy"
last-active like "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active like "2006-02-01T00:00:01" and $author like "yuriy"
last-active like "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active like "2006-02-01T00:00:01" and $author in ("yuriy")
last-active like "2006-02-01T00:00:01" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active like "2006-02-01T00:00:01" and $author in ("yuriy","kostya","nazar","orest")
last-active like "2006-02-01T00:00:01" and pid = "HelloWorld"
last-active like "2006-02-01T00:00:01" and pid < "HelloWorld"
last-active like "2006-02-01T00:00:01" and pid <= "HelloWorld"
last-active like "2006-02-01T00:00:01" and pid > "HelloWorld"
last-active like "2006-02-01T00:00:01" and pid >= "HelloWorld"
last-active like "2006-02-01T00:00:01" and pid like "HelloWorld"
last-active like "2006-02-01T00:00:01" and pid in ("HelloWorld","Hello*","Hello*World")
last-active like "2006-02-01T00:00:01" and pid in ("Hello*","Hello*World")
last-active like "2006-02-01T00:00:01" and pid in ("Hello*World")
last-active like "2006-02-01T00:00:01" and iid = "2006"
last-active like "2006-02-01T00:00:01" and iid < "2006"
last-active like "2006-02-01T00:00:01" and iid <= "2006"
last-active like "2006-02-01T00:00:01" and iid > "2006"
last-active like "2006-02-01T00:00:01" and iid >= "2006"
last-active like "2006-02-01T00:00:01" and iid in ("2006")
last-active like "2006-02-01T00:00:01" and iid in ("2006","20061231")
last-active like "2006-02-01T00:00:01" and status = "active"
last-active like "2006-02-01T00:00:01" and status = "suspended"
last-active like "2006-02-01T00:00:01" and status = "error"
last-active like "2006-02-01T00:00:01" and status = "completed"
last-active like "2006-02-01T00:00:01" and status = "terminated"
last-active like "2006-02-01T00:00:01" and status = "faulted"
last-active like "2006-02-01T00:00:01" and status in ("active","suspended")
last-active like "2006-02-01T00:00:01" and status in ("active","suspended","error","completed","terminated","faulted")
last-active like "2006-02-01T00:00:01" and started = "2006-01-01T00:00:01"
last-active like "2006-02-01T00:00:01" and started = "2006-01-31"
last-active like "2006-02-01T00:00:01" and started = "2006-01"
last-active like "2006-02-01T00:00:01" and started = "2006"
last-active like "2006-02-01T00:00:01" and started < "2006-01-01T00:00:01"
last-active like "2006-02-01T00:00:01" and started < "2006-01-31"
last-active like "2006-02-01T00:00:01" and started < "2006-01"
last-active like "2006-02-01T00:00:01" and started < "2006"
last-active like "2006-02-01T00:00:01" and started <= "2006-01-01T00:00:01"
last-active like "2006-02-01T00:00:01" and started <= "2006-01-31"
last-active like "2006-02-01T00:00:01" and started <= "2006-01"
last-active like "2006-02-01T00:00:01" and started <= "2006"
last-active like "2006-02-01T00:00:01" and started > "2006-01-01T00:00:01"
last-active like "2006-02-01T00:00:01" and started > "2006-01-31"
last-active like "2006-02-01T00:00:01" and started > "2006-01"
last-active like "2006-02-01T00:00:01" and started > "2006"
last-active like "2006-02-01T00:00:01" and started >= "2006-01-01T00:00:01"
last-active like "2006-02-01T00:00:01" and started >= "2006-01-31"
last-active like "2006-02-01T00:00:01" and started >= "2006-01"
last-active like "2006-02-01T00:00:01" and started >= "2006"
last-active like "2006-02-01T00:00:01" and started like "2006-01-01T00:00:01"
last-active like "2006-02-01T00:00:01" and started like "2006-01-31"
last-active like "2006-02-01T00:00:01" and started like "2006-01"
last-active like "2006-02-01T00:00:01" and started like "2006"
last-active like "2006-02-01T00:00:01" and started in ("2006-01-01T00:00:01")
last-active like "2006-02-01T00:00:01" and started in ("2006-01-31","2006-01")
last-active like "2006-02-01T00:00:01" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active like "2006-02-21" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active like "2006-02-21" and $author = "yuriy"
last-active like "2006-02-21" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active like "2006-02-21" and $author < "yuriy"
last-active like "2006-02-21" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active like "2006-02-21" and $author <= "yuriy"
last-active like "2006-02-21" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active like "2006-02-21" and $author > "yuriy"
last-active like "2006-02-21" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active like "2006-02-21" and $author >= "yuriy"
last-active like "2006-02-21" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active like "2006-02-21" and $author like "yuriy"
last-active like "2006-02-21" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active like "2006-02-21" and $author in ("yuriy")
last-active like "2006-02-21" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active like "2006-02-21" and $author in ("yuriy","kostya","nazar","orest")
last-active like "2006-02-21" and pid = "HelloWorld"
last-active like "2006-02-21" and pid < "HelloWorld"
last-active like "2006-02-21" and pid <= "HelloWorld"
last-active like "2006-02-21" and pid > "HelloWorld"
last-active like "2006-02-21" and pid >= "HelloWorld"
last-active like "2006-02-21" and pid like "HelloWorld"
last-active like "2006-02-21" and pid in ("HelloWorld","Hello*","Hello*World")
last-active like "2006-02-21" and pid in ("Hello*","Hello*World")
last-active like "2006-02-21" and pid in ("Hello*World")
last-active like "2006-02-21" and iid = "2006"
last-active like "2006-02-21" and iid < "2006"
last-active like "2006-02-21" and iid <= "2006"
last-active like "2006-02-21" and iid > "2006"
last-active like "2006-02-21" and iid >= "2006"
last-active like "2006-02-21" and iid in ("2006")
last-active like "2006-02-21" and iid in ("2006","20061231")
last-active like "2006-02-21" and status = "active"
last-active like "2006-02-21" and status = "suspended"
last-active like "2006-02-21" and status = "error"
last-active like "2006-02-21" and status = "completed"
last-active like "2006-02-21" and status = "terminated"
last-active like "2006-02-21" and status = "faulted"
last-active like "2006-02-21" and status in ("active","suspended")
last-active like "2006-02-21" and status in ("active","suspended","error","completed","terminated","faulted")
last-active like "2006-02-21" and started = "2006-01-01T00:00:01"
last-active like "2006-02-21" and started = "2006-01-31"
last-active like "2006-02-21" and started = "2006-01"
last-active like "2006-02-21" and started = "2006"
last-active like "2006-02-21" and started < "2006-01-01T00:00:01"
last-active like "2006-02-21" and started < "2006-01-31"
last-active like "2006-02-21" and started < "2006-01"
last-active like "2006-02-21" and started < "2006"
last-active like "2006-02-21" and started <= "2006-01-01T00:00:01"
last-active like "2006-02-21" and started <= "2006-01-31"
last-active like "2006-02-21" and started <= "2006-01"
last-active like "2006-02-21" and started <= "2006"
last-active like "2006-02-21" and started > "2006-01-01T00:00:01"
last-active like "2006-02-21" and started > "2006-01-31"
last-active like "2006-02-21" and started > "2006-01"
last-active like "2006-02-21" and started > "2006"
last-active like "2006-02-21" and started >= "2006-01-01T00:00:01"
last-active like "2006-02-21" and started >= "2006-01-31"
last-active like "2006-02-21" and started >= "2006-01"
last-active like "2006-02-21" and started >= "2006"
last-active like "2006-02-21" and started like "2006-01-01T00:00:01"
last-active like "2006-02-21" and started like "2006-01-31"
last-active like "2006-02-21" and started like "2006-01"
last-active like "2006-02-21" and started like "2006"
last-active like "2006-02-21" and started in ("2006-01-01T00:00:01")
last-active like "2006-02-21" and started in ("2006-01-31","2006-01")
last-active like "2006-02-21" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active like "2006-02" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active like "2006-02" and $author = "yuriy"
last-active like "2006-02" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active like "2006-02" and $author < "yuriy"
last-active like "2006-02" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active like "2006-02" and $author <= "yuriy"
last-active like "2006-02" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active like "2006-02" and $author > "yuriy"
last-active like "2006-02" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active like "2006-02" and $author >= "yuriy"
last-active like "2006-02" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active like "2006-02" and $author like "yuriy"
last-active like "2006-02" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active like "2006-02" and $author in ("yuriy")
last-active like "2006-02" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active like "2006-02" and $author in ("yuriy","kostya","nazar","orest")
last-active like "2006-02" and pid = "HelloWorld"
last-active like "2006-02" and pid < "HelloWorld"
last-active like "2006-02" and pid <= "HelloWorld"
last-active like "2006-02" and pid > "HelloWorld"
last-active like "2006-02" and pid >= "HelloWorld"
last-active like "2006-02" and pid like "HelloWorld"
last-active like "2006-02" and pid in ("HelloWorld","Hello*","Hello*World")
last-active like "2006-02" and pid in ("Hello*","Hello*World")
last-active like "2006-02" and pid in ("Hello*World")
last-active like "2006-02" and iid = "2006"
last-active like "2006-02" and iid < "2006"
last-active like "2006-02" and iid <= "2006"
last-active like "2006-02" and iid > "2006"
last-active like "2006-02" and iid >= "2006"
last-active like "2006-02" and iid in ("2006")
last-active like "2006-02" and iid in ("2006","20061231")
last-active like "2006-02" and status = "active"
last-active like "2006-02" and status = "suspended"
last-active like "2006-02" and status = "error"
last-active like "2006-02" and status = "completed"
last-active like "2006-02" and status = "terminated"
last-active like "2006-02" and status = "faulted"
last-active like "2006-02" and status in ("active","suspended")
last-active like "2006-02" and status in ("active","suspended","error","completed","terminated","faulted")
last-active like "2006-02" and started = "2006-01-01T00:00:01"
last-active like "2006-02" and started = "2006-01-31"
last-active like "2006-02" and started = "2006-01"
last-active like "2006-02" and started = "2006"
last-active like "2006-02" and started < "2006-01-01T00:00:01"
last-active like "2006-02" and started < "2006-01-31"
last-active like "2006-02" and started < "2006-01"
last-active like "2006-02" and started < "2006"
last-active like "2006-02" and started <= "2006-01-01T00:00:01"
last-active like "2006-02" and started <= "2006-01-31"
last-active like "2006-02" and started <= "2006-01"
last-active like "2006-02" and started <= "2006"
last-active like "2006-02" and started > "2006-01-01T00:00:01"
last-active like "2006-02" and started > "2006-01-31"
last-active like "2006-02" and started > "2006-01"
last-active like "2006-02" and started > "2006"
last-active like "2006-02" and started >= "2006-01-01T00:00:01"
last-active like "2006-02" and started >= "2006-01-31"
last-active like "2006-02" and started >= "2006-01"
last-active like "2006-02" and started >= "2006"
last-active like "2006-02" and started like "2006-01-01T00:00:01"
last-active like "2006-02" and started like "2006-01-31"
last-active like "2006-02" and started like "2006-01"
last-active like "2006-02" and started like "2006"
last-active like "2006-02" and started in ("2006-01-01T00:00:01")
last-active like "2006-02" and started in ("2006-01-31","2006-01")
last-active like "2006-02" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active like "2006" and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active like "2006" and $author = "yuriy"
last-active like "2006" and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active like "2006" and $author < "yuriy"
last-active like "2006" and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active like "2006" and $author <= "yuriy"
last-active like "2006" and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active like "2006" and $author > "yuriy"
last-active like "2006" and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active like "2006" and $author >= "yuriy"
last-active like "2006" and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active like "2006" and $author like "yuriy"
last-active like "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active like "2006" and $author in ("yuriy")
last-active like "2006" and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active like "2006" and $author in ("yuriy","kostya","nazar","orest")
last-active like "2006" and pid = "HelloWorld"
last-active like "2006" and pid < "HelloWorld"
last-active like "2006" and pid <= "HelloWorld"
last-active like "2006" and pid > "HelloWorld"
last-active like "2006" and pid >= "HelloWorld"
last-active like "2006" and pid like "HelloWorld"
last-active like "2006" and pid in ("HelloWorld","Hello*","Hello*World")
last-active like "2006" and pid in ("Hello*","Hello*World")
last-active like "2006" and pid in ("Hello*World")
last-active like "2006" and iid = "2006"
last-active like "2006" and iid < "2006"
last-active like "2006" and iid <= "2006"
last-active like "2006" and iid > "2006"
last-active like "2006" and iid >= "2006"
last-active like "2006" and iid in ("2006")
last-active like "2006" and iid in ("2006","20061231")
last-active like "2006" and status = "active"
last-active like "2006" and status = "suspended"
last-active like "2006" and status = "error"
last-active like "2006" and status = "completed"
last-active like "2006" and status = "terminated"
last-active like "2006" and status = "faulted"
last-active like "2006" and status in ("active","suspended")
last-active like "2006" and status in ("active","suspended","error","completed","terminated","faulted")
last-active like "2006" and started = "2006-01-01T00:00:01"
last-active like "2006" and started = "2006-01-31"
last-active like "2006" and started = "2006-01"
last-active like "2006" and started = "2006"
last-active like "2006" and started < "2006-01-01T00:00:01"
last-active like "2006" and started < "2006-01-31"
last-active like "2006" and started < "2006-01"
last-active like "2006" and started < "2006"
last-active like "2006" and started <= "2006-01-01T00:00:01"
last-active like "2006" and started <= "2006-01-31"
last-active like "2006" and started <= "2006-01"
last-active like "2006" and started <= "2006"
last-active like "2006" and started > "2006-01-01T00:00:01"
last-active like "2006" and started > "2006-01-31"
last-active like "2006" and started > "2006-01"
last-active like "2006" and started > "2006"
last-active like "2006" and started >= "2006-01-01T00:00:01"
last-active like "2006" and started >= "2006-01-31"
last-active like "2006" and started >= "2006-01"
last-active like "2006" and started >= "2006"
last-active like "2006" and started like "2006-01-01T00:00:01"
last-active like "2006" and started like "2006-01-31"
last-active like "2006" and started like "2006-01"
last-active like "2006" and started like "2006"
last-active like "2006" and started in ("2006-01-01T00:00:01")
last-active like "2006" and started in ("2006-01-31","2006-01")
last-active like "2006" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active in ("2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active in ("2006-02-01T00:00:01") and $author = "yuriy"
last-active in ("2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active in ("2006-02-01T00:00:01") and $author < "yuriy"
last-active in ("2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active in ("2006-02-01T00:00:01") and $author <= "yuriy"
last-active in ("2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active in ("2006-02-01T00:00:01") and $author > "yuriy"
last-active in ("2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active in ("2006-02-01T00:00:01") and $author >= "yuriy"
last-active in ("2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active in ("2006-02-01T00:00:01") and $author like "yuriy"
last-active in ("2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active in ("2006-02-01T00:00:01") and $author in ("yuriy")
last-active in ("2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active in ("2006-02-01T00:00:01") and $author in ("yuriy","kostya","nazar","orest")
last-active in ("2006-02-01T00:00:01") and pid = "HelloWorld"
last-active in ("2006-02-01T00:00:01") and pid < "HelloWorld"
last-active in ("2006-02-01T00:00:01") and pid <= "HelloWorld"
last-active in ("2006-02-01T00:00:01") and pid > "HelloWorld"
last-active in ("2006-02-01T00:00:01") and pid >= "HelloWorld"
last-active in ("2006-02-01T00:00:01") and pid like "HelloWorld"
last-active in ("2006-02-01T00:00:01") and pid in ("HelloWorld","Hello*","Hello*World")
last-active in ("2006-02-01T00:00:01") and pid in ("Hello*","Hello*World")
last-active in ("2006-02-01T00:00:01") and pid in ("Hello*World")
last-active in ("2006-02-01T00:00:01") and iid = "2006"
last-active in ("2006-02-01T00:00:01") and iid < "2006"
last-active in ("2006-02-01T00:00:01") and iid <= "2006"
last-active in ("2006-02-01T00:00:01") and iid > "2006"
last-active in ("2006-02-01T00:00:01") and iid >= "2006"
last-active in ("2006-02-01T00:00:01") and iid in ("2006")
last-active in ("2006-02-01T00:00:01") and iid in ("2006","20061231")
last-active in ("2006-02-01T00:00:01") and status = "active"
last-active in ("2006-02-01T00:00:01") and status = "suspended"
last-active in ("2006-02-01T00:00:01") and status = "error"
last-active in ("2006-02-01T00:00:01") and status = "completed"
last-active in ("2006-02-01T00:00:01") and status = "terminated"
last-active in ("2006-02-01T00:00:01") and status = "faulted"
last-active in ("2006-02-01T00:00:01") and status in ("active","suspended")
last-active in ("2006-02-01T00:00:01") and status in ("active","suspended","error","completed","terminated","faulted")
last-active in ("2006-02-01T00:00:01") and started = "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01") and started = "2006-01-31"
last-active in ("2006-02-01T00:00:01") and started = "2006-01"
last-active in ("2006-02-01T00:00:01") and started = "2006"
last-active in ("2006-02-01T00:00:01") and started < "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01") and started < "2006-01-31"
last-active in ("2006-02-01T00:00:01") and started < "2006-01"
last-active in ("2006-02-01T00:00:01") and started < "2006"
last-active in ("2006-02-01T00:00:01") and started <= "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01") and started <= "2006-01-31"
last-active in ("2006-02-01T00:00:01") and started <= "2006-01"
last-active in ("2006-02-01T00:00:01") and started <= "2006"
last-active in ("2006-02-01T00:00:01") and started > "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01") and started > "2006-01-31"
last-active in ("2006-02-01T00:00:01") and started > "2006-01"
last-active in ("2006-02-01T00:00:01") and started > "2006"
last-active in ("2006-02-01T00:00:01") and started >= "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01") and started >= "2006-01-31"
last-active in ("2006-02-01T00:00:01") and started >= "2006-01"
last-active in ("2006-02-01T00:00:01") and started >= "2006"
last-active in ("2006-02-01T00:00:01") and started like "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01") and started like "2006-01-31"
last-active in ("2006-02-01T00:00:01") and started like "2006-01"
last-active in ("2006-02-01T00:00:01") and started like "2006"
last-active in ("2006-02-01T00:00:01") and started in ("2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01") and started in ("2006-01-31","2006-01")
last-active in ("2006-02-01T00:00:01") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") and $author = "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") and $author < "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") and $author <= "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") and $author > "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") and $author >= "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") and $author like "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") and $author in ("yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active in ("2006-02-01T00:00:01","2006-02-21") and $author in ("yuriy","kostya","nazar","orest")
last-active in ("2006-02-01T00:00:01","2006-02-21") and pid = "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21") and pid < "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21") and pid <= "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21") and pid > "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21") and pid >= "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21") and pid like "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21") and pid in ("HelloWorld","Hello*","Hello*World")
last-active in ("2006-02-01T00:00:01","2006-02-21") and pid in ("Hello*","Hello*World")
last-active in ("2006-02-01T00:00:01","2006-02-21") and pid in ("Hello*World")
last-active in ("2006-02-01T00:00:01","2006-02-21") and iid = "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21") and iid < "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21") and iid <= "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21") and iid > "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21") and iid >= "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21") and iid in ("2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") and iid in ("2006","20061231")
last-active in ("2006-02-01T00:00:01","2006-02-21") and status = "active"
last-active in ("2006-02-01T00:00:01","2006-02-21") and status = "suspended"
last-active in ("2006-02-01T00:00:01","2006-02-21") and status = "error"
last-active in ("2006-02-01T00:00:01","2006-02-21") and status = "completed"
last-active in ("2006-02-01T00:00:01","2006-02-21") and status = "terminated"
last-active in ("2006-02-01T00:00:01","2006-02-21") and status = "faulted"
last-active in ("2006-02-01T00:00:01","2006-02-21") and status in ("active","suspended")
last-active in ("2006-02-01T00:00:01","2006-02-21") and status in ("active","suspended","error","completed","terminated","faulted")
last-active in ("2006-02-01T00:00:01","2006-02-21") and started = "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started = "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started = "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started = "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started < "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started < "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started < "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started < "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started <= "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started <= "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started <= "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started <= "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started > "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started > "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started > "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started > "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started >= "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started >= "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started >= "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started >= "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started like "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started like "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started like "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started like "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21") and started in ("2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21") and started in ("2006-01-31","2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and ${org.apache.ode.BPELProcess}author = "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and $author = "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and ${org.apache.ode.BPELProcess}author < "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and $author < "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and $author <= "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and ${org.apache.ode.BPELProcess}author > "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and $author > "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and $author >= "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and ${org.apache.ode.BPELProcess}author like "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and $author like "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and $author in ("yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and $author in ("yuriy","kostya","nazar","orest")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and pid = "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and pid < "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and pid <= "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and pid > "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and pid >= "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and pid like "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and pid in ("HelloWorld","Hello*","Hello*World")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and pid in ("Hello*","Hello*World")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and pid in ("Hello*World")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and iid = "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and iid < "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and iid <= "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and iid > "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and iid >= "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and iid in ("2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and iid in ("2006","20061231")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and status = "active"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and status = "suspended"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and status = "error"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and status = "completed"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and status = "terminated"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and status = "faulted"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and status in ("active","suspended")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and status in ("active","suspended","error","completed","terminated","faulted")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started = "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started = "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started = "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started = "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started < "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started < "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started < "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started < "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started <= "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started <= "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started <= "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started <= "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started > "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started > "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started > "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started > "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started >= "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started >= "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started >= "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started >= "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started like "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started like "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started like "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started like "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started in ("2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started in ("2006-01-31","2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active = "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active = "2006-02-01T00:00:01") and $author = "yuriy"
(last-active = "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active = "2006-02-01T00:00:01") and $author < "yuriy"
(last-active = "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active = "2006-02-01T00:00:01") and $author <= "yuriy"
(last-active = "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active = "2006-02-01T00:00:01") and $author > "yuriy"
(last-active = "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active = "2006-02-01T00:00:01") and $author >= "yuriy"
(last-active = "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active = "2006-02-01T00:00:01") and $author like "yuriy"
(last-active = "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active = "2006-02-01T00:00:01") and $author in ("yuriy")
(last-active = "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active = "2006-02-01T00:00:01") and $author in ("yuriy","kostya","nazar","orest")
(last-active = "2006-02-01T00:00:01") and pid = "HelloWorld"
(last-active = "2006-02-01T00:00:01") and pid < "HelloWorld"
(last-active = "2006-02-01T00:00:01") and pid <= "HelloWorld"
(last-active = "2006-02-01T00:00:01") and pid > "HelloWorld"
(last-active = "2006-02-01T00:00:01") and pid >= "HelloWorld"
(last-active = "2006-02-01T00:00:01") and pid like "HelloWorld"
(last-active = "2006-02-01T00:00:01") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active = "2006-02-01T00:00:01") and pid in ("Hello*","Hello*World")
(last-active = "2006-02-01T00:00:01") and pid in ("Hello*World")
(last-active = "2006-02-01T00:00:01") and iid = "2006"
(last-active = "2006-02-01T00:00:01") and iid < "2006"
(last-active = "2006-02-01T00:00:01") and iid <= "2006"
(last-active = "2006-02-01T00:00:01") and iid > "2006"
(last-active = "2006-02-01T00:00:01") and iid >= "2006"
(last-active = "2006-02-01T00:00:01") and iid in ("2006")
(last-active = "2006-02-01T00:00:01") and iid in ("2006","20061231")
(last-active = "2006-02-01T00:00:01") and status = "active"
(last-active = "2006-02-01T00:00:01") and status = "suspended"
(last-active = "2006-02-01T00:00:01") and status = "error"
(last-active = "2006-02-01T00:00:01") and status = "completed"
(last-active = "2006-02-01T00:00:01") and status = "terminated"
(last-active = "2006-02-01T00:00:01") and status = "faulted"
(last-active = "2006-02-01T00:00:01") and status in ("active","suspended")
(last-active = "2006-02-01T00:00:01") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active = "2006-02-01T00:00:01") and started = "2006-01-01T00:00:01"
(last-active = "2006-02-01T00:00:01") and started = "2006-01-31"
(last-active = "2006-02-01T00:00:01") and started = "2006-01"
(last-active = "2006-02-01T00:00:01") and started = "2006"
(last-active = "2006-02-01T00:00:01") and started < "2006-01-01T00:00:01"
(last-active = "2006-02-01T00:00:01") and started < "2006-01-31"
(last-active = "2006-02-01T00:00:01") and started < "2006-01"
(last-active = "2006-02-01T00:00:01") and started < "2006"
(last-active = "2006-02-01T00:00:01") and started <= "2006-01-01T00:00:01"
(last-active = "2006-02-01T00:00:01") and started <= "2006-01-31"
(last-active = "2006-02-01T00:00:01") and started <= "2006-01"
(last-active = "2006-02-01T00:00:01") and started <= "2006"
(last-active = "2006-02-01T00:00:01") and started > "2006-01-01T00:00:01"
(last-active = "2006-02-01T00:00:01") and started > "2006-01-31"
(last-active = "2006-02-01T00:00:01") and started > "2006-01"
(last-active = "2006-02-01T00:00:01") and started > "2006"
(last-active = "2006-02-01T00:00:01") and started >= "2006-01-01T00:00:01"
(last-active = "2006-02-01T00:00:01") and started >= "2006-01-31"
(last-active = "2006-02-01T00:00:01") and started >= "2006-01"
(last-active = "2006-02-01T00:00:01") and started >= "2006"
(last-active = "2006-02-01T00:00:01") and started like "2006-01-01T00:00:01"
(last-active = "2006-02-01T00:00:01") and started like "2006-01-31"
(last-active = "2006-02-01T00:00:01") and started like "2006-01"
(last-active = "2006-02-01T00:00:01") and started like "2006"
(last-active = "2006-02-01T00:00:01") and started in ("2006-01-01T00:00:01")
(last-active = "2006-02-01T00:00:01") and started in ("2006-01-31","2006-01")
(last-active = "2006-02-01T00:00:01") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active = "2006-02-21") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active = "2006-02-21") and $author = "yuriy"
(last-active = "2006-02-21") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active = "2006-02-21") and $author < "yuriy"
(last-active = "2006-02-21") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active = "2006-02-21") and $author <= "yuriy"
(last-active = "2006-02-21") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active = "2006-02-21") and $author > "yuriy"
(last-active = "2006-02-21") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active = "2006-02-21") and $author >= "yuriy"
(last-active = "2006-02-21") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active = "2006-02-21") and $author like "yuriy"
(last-active = "2006-02-21") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active = "2006-02-21") and $author in ("yuriy")
(last-active = "2006-02-21") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active = "2006-02-21") and $author in ("yuriy","kostya","nazar","orest")
(last-active = "2006-02-21") and pid = "HelloWorld"
(last-active = "2006-02-21") and pid < "HelloWorld"
(last-active = "2006-02-21") and pid <= "HelloWorld"
(last-active = "2006-02-21") and pid > "HelloWorld"
(last-active = "2006-02-21") and pid >= "HelloWorld"
(last-active = "2006-02-21") and pid like "HelloWorld"
(last-active = "2006-02-21") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active = "2006-02-21") and pid in ("Hello*","Hello*World")
(last-active = "2006-02-21") and pid in ("Hello*World")
(last-active = "2006-02-21") and iid = "2006"
(last-active = "2006-02-21") and iid < "2006"
(last-active = "2006-02-21") and iid <= "2006"
(last-active = "2006-02-21") and iid > "2006"
(last-active = "2006-02-21") and iid >= "2006"
(last-active = "2006-02-21") and iid in ("2006")
(last-active = "2006-02-21") and iid in ("2006","20061231")
(last-active = "2006-02-21") and status = "active"
(last-active = "2006-02-21") and status = "suspended"
(last-active = "2006-02-21") and status = "error"
(last-active = "2006-02-21") and status = "completed"
(last-active = "2006-02-21") and status = "terminated"
(last-active = "2006-02-21") and status = "faulted"
(last-active = "2006-02-21") and status in ("active","suspended")
(last-active = "2006-02-21") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active = "2006-02-21") and started = "2006-01-01T00:00:01"
(last-active = "2006-02-21") and started = "2006-01-31"
(last-active = "2006-02-21") and started = "2006-01"
(last-active = "2006-02-21") and started = "2006"
(last-active = "2006-02-21") and started < "2006-01-01T00:00:01"
(last-active = "2006-02-21") and started < "2006-01-31"
(last-active = "2006-02-21") and started < "2006-01"
(last-active = "2006-02-21") and started < "2006"
(last-active = "2006-02-21") and started <= "2006-01-01T00:00:01"
(last-active = "2006-02-21") and started <= "2006-01-31"
(last-active = "2006-02-21") and started <= "2006-01"
(last-active = "2006-02-21") and started <= "2006"
(last-active = "2006-02-21") and started > "2006-01-01T00:00:01"
(last-active = "2006-02-21") and started > "2006-01-31"
(last-active = "2006-02-21") and started > "2006-01"
(last-active = "2006-02-21") and started > "2006"
(last-active = "2006-02-21") and started >= "2006-01-01T00:00:01"
(last-active = "2006-02-21") and started >= "2006-01-31"
(last-active = "2006-02-21") and started >= "2006-01"
(last-active = "2006-02-21") and started >= "2006"
(last-active = "2006-02-21") and started like "2006-01-01T00:00:01"
(last-active = "2006-02-21") and started like "2006-01-31"
(last-active = "2006-02-21") and started like "2006-01"
(last-active = "2006-02-21") and started like "2006"
(last-active = "2006-02-21") and started in ("2006-01-01T00:00:01")
(last-active = "2006-02-21") and started in ("2006-01-31","2006-01")
(last-active = "2006-02-21") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active = "2006-02") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active = "2006-02") and $author = "yuriy"
(last-active = "2006-02") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active = "2006-02") and $author < "yuriy"
(last-active = "2006-02") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active = "2006-02") and $author <= "yuriy"
(last-active = "2006-02") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active = "2006-02") and $author > "yuriy"
(last-active = "2006-02") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active = "2006-02") and $author >= "yuriy"
(last-active = "2006-02") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active = "2006-02") and $author like "yuriy"
(last-active = "2006-02") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active = "2006-02") and $author in ("yuriy")
(last-active = "2006-02") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active = "2006-02") and $author in ("yuriy","kostya","nazar","orest")
(last-active = "2006-02") and pid = "HelloWorld"
(last-active = "2006-02") and pid < "HelloWorld"
(last-active = "2006-02") and pid <= "HelloWorld"
(last-active = "2006-02") and pid > "HelloWorld"
(last-active = "2006-02") and pid >= "HelloWorld"
(last-active = "2006-02") and pid like "HelloWorld"
(last-active = "2006-02") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active = "2006-02") and pid in ("Hello*","Hello*World")
(last-active = "2006-02") and pid in ("Hello*World")
(last-active = "2006-02") and iid = "2006"
(last-active = "2006-02") and iid < "2006"
(last-active = "2006-02") and iid <= "2006"
(last-active = "2006-02") and iid > "2006"
(last-active = "2006-02") and iid >= "2006"
(last-active = "2006-02") and iid in ("2006")
(last-active = "2006-02") and iid in ("2006","20061231")
(last-active = "2006-02") and status = "active"
(last-active = "2006-02") and status = "suspended"
(last-active = "2006-02") and status = "error"
(last-active = "2006-02") and status = "completed"
(last-active = "2006-02") and status = "terminated"
(last-active = "2006-02") and status = "faulted"
(last-active = "2006-02") and status in ("active","suspended")
(last-active = "2006-02") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active = "2006-02") and started = "2006-01-01T00:00:01"
(last-active = "2006-02") and started = "2006-01-31"
(last-active = "2006-02") and started = "2006-01"
(last-active = "2006-02") and started = "2006"
(last-active = "2006-02") and started < "2006-01-01T00:00:01"
(last-active = "2006-02") and started < "2006-01-31"
(last-active = "2006-02") and started < "2006-01"
(last-active = "2006-02") and started < "2006"
(last-active = "2006-02") and started <= "2006-01-01T00:00:01"
(last-active = "2006-02") and started <= "2006-01-31"
(last-active = "2006-02") and started <= "2006-01"
(last-active = "2006-02") and started <= "2006"
(last-active = "2006-02") and started > "2006-01-01T00:00:01"
(last-active = "2006-02") and started > "2006-01-31"
(last-active = "2006-02") and started > "2006-01"
(last-active = "2006-02") and started > "2006"
(last-active = "2006-02") and started >= "2006-01-01T00:00:01"
(last-active = "2006-02") and started >= "2006-01-31"
(last-active = "2006-02") and started >= "2006-01"
(last-active = "2006-02") and started >= "2006"
(last-active = "2006-02") and started like "2006-01-01T00:00:01"
(last-active = "2006-02") and started like "2006-01-31"
(last-active = "2006-02") and started like "2006-01"
(last-active = "2006-02") and started like "2006"
(last-active = "2006-02") and started in ("2006-01-01T00:00:01")
(last-active = "2006-02") and started in ("2006-01-31","2006-01")
(last-active = "2006-02") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active = "2006") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active = "2006") and $author = "yuriy"
(last-active = "2006") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active = "2006") and $author < "yuriy"
(last-active = "2006") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active = "2006") and $author <= "yuriy"
(last-active = "2006") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active = "2006") and $author > "yuriy"
(last-active = "2006") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active = "2006") and $author >= "yuriy"
(last-active = "2006") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active = "2006") and $author like "yuriy"
(last-active = "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active = "2006") and $author in ("yuriy")
(last-active = "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active = "2006") and $author in ("yuriy","kostya","nazar","orest")
(last-active = "2006") and pid = "HelloWorld"
(last-active = "2006") and pid < "HelloWorld"
(last-active = "2006") and pid <= "HelloWorld"
(last-active = "2006") and pid > "HelloWorld"
(last-active = "2006") and pid >= "HelloWorld"
(last-active = "2006") and pid like "HelloWorld"
(last-active = "2006") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active = "2006") and pid in ("Hello*","Hello*World")
(last-active = "2006") and pid in ("Hello*World")
(last-active = "2006") and iid = "2006"
(last-active = "2006") and iid < "2006"
(last-active = "2006") and iid <= "2006"
(last-active = "2006") and iid > "2006"
(last-active = "2006") and iid >= "2006"
(last-active = "2006") and iid in ("2006")
(last-active = "2006") and iid in ("2006","20061231")
(last-active = "2006") and status = "active"
(last-active = "2006") and status = "suspended"
(last-active = "2006") and status = "error"
(last-active = "2006") and status = "completed"
(last-active = "2006") and status = "terminated"
(last-active = "2006") and status = "faulted"
(last-active = "2006") and status in ("active","suspended")
(last-active = "2006") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active = "2006") and started = "2006-01-01T00:00:01"
(last-active = "2006") and started = "2006-01-31"
(last-active = "2006") and started = "2006-01"
(last-active = "2006") and started = "2006"
(last-active = "2006") and started < "2006-01-01T00:00:01"
(last-active = "2006") and started < "2006-01-31"
(last-active = "2006") and started < "2006-01"
(last-active = "2006") and started < "2006"
(last-active = "2006") and started <= "2006-01-01T00:00:01"
(last-active = "2006") and started <= "2006-01-31"
(last-active = "2006") and started <= "2006-01"
(last-active = "2006") and started <= "2006"
(last-active = "2006") and started > "2006-01-01T00:00:01"
(last-active = "2006") and started > "2006-01-31"
(last-active = "2006") and started > "2006-01"
(last-active = "2006") and started > "2006"
(last-active = "2006") and started >= "2006-01-01T00:00:01"
(last-active = "2006") and started >= "2006-01-31"
(last-active = "2006") and started >= "2006-01"
(last-active = "2006") and started >= "2006"
(last-active = "2006") and started like "2006-01-01T00:00:01"
(last-active = "2006") and started like "2006-01-31"
(last-active = "2006") and started like "2006-01"
(last-active = "2006") and started like "2006"
(last-active = "2006") and started in ("2006-01-01T00:00:01")
(last-active = "2006") and started in ("2006-01-31","2006-01")
(last-active = "2006") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active < "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active < "2006-02-01T00:00:01") and $author = "yuriy"
(last-active < "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active < "2006-02-01T00:00:01") and $author < "yuriy"
(last-active < "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active < "2006-02-01T00:00:01") and $author <= "yuriy"
(last-active < "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active < "2006-02-01T00:00:01") and $author > "yuriy"
(last-active < "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active < "2006-02-01T00:00:01") and $author >= "yuriy"
(last-active < "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active < "2006-02-01T00:00:01") and $author like "yuriy"
(last-active < "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active < "2006-02-01T00:00:01") and $author in ("yuriy")
(last-active < "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active < "2006-02-01T00:00:01") and $author in ("yuriy","kostya","nazar","orest")
(last-active < "2006-02-01T00:00:01") and pid = "HelloWorld"
(last-active < "2006-02-01T00:00:01") and pid < "HelloWorld"
(last-active < "2006-02-01T00:00:01") and pid <= "HelloWorld"
(last-active < "2006-02-01T00:00:01") and pid > "HelloWorld"
(last-active < "2006-02-01T00:00:01") and pid >= "HelloWorld"
(last-active < "2006-02-01T00:00:01") and pid like "HelloWorld"
(last-active < "2006-02-01T00:00:01") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active < "2006-02-01T00:00:01") and pid in ("Hello*","Hello*World")
(last-active < "2006-02-01T00:00:01") and pid in ("Hello*World")
(last-active < "2006-02-01T00:00:01") and iid = "2006"
(last-active < "2006-02-01T00:00:01") and iid < "2006"
(last-active < "2006-02-01T00:00:01") and iid <= "2006"
(last-active < "2006-02-01T00:00:01") and iid > "2006"
(last-active < "2006-02-01T00:00:01") and iid >= "2006"
(last-active < "2006-02-01T00:00:01") and iid in ("2006")
(last-active < "2006-02-01T00:00:01") and iid in ("2006","20061231")
(last-active < "2006-02-01T00:00:01") and status = "active"
(last-active < "2006-02-01T00:00:01") and status = "suspended"
(last-active < "2006-02-01T00:00:01") and status = "error"
(last-active < "2006-02-01T00:00:01") and status = "completed"
(last-active < "2006-02-01T00:00:01") and status = "terminated"
(last-active < "2006-02-01T00:00:01") and status = "faulted"
(last-active < "2006-02-01T00:00:01") and status in ("active","suspended")
(last-active < "2006-02-01T00:00:01") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active < "2006-02-01T00:00:01") and started = "2006-01-01T00:00:01"
(last-active < "2006-02-01T00:00:01") and started = "2006-01-31"
(last-active < "2006-02-01T00:00:01") and started = "2006-01"
(last-active < "2006-02-01T00:00:01") and started = "2006"
(last-active < "2006-02-01T00:00:01") and started < "2006-01-01T00:00:01"
(last-active < "2006-02-01T00:00:01") and started < "2006-01-31"
(last-active < "2006-02-01T00:00:01") and started < "2006-01"
(last-active < "2006-02-01T00:00:01") and started < "2006"
(last-active < "2006-02-01T00:00:01") and started <= "2006-01-01T00:00:01"
(last-active < "2006-02-01T00:00:01") and started <= "2006-01-31"
(last-active < "2006-02-01T00:00:01") and started <= "2006-01"
(last-active < "2006-02-01T00:00:01") and started <= "2006"
(last-active < "2006-02-01T00:00:01") and started > "2006-01-01T00:00:01"
(last-active < "2006-02-01T00:00:01") and started > "2006-01-31"
(last-active < "2006-02-01T00:00:01") and started > "2006-01"
(last-active < "2006-02-01T00:00:01") and started > "2006"
(last-active < "2006-02-01T00:00:01") and started >= "2006-01-01T00:00:01"
(last-active < "2006-02-01T00:00:01") and started >= "2006-01-31"
(last-active < "2006-02-01T00:00:01") and started >= "2006-01"
(last-active < "2006-02-01T00:00:01") and started >= "2006"
(last-active < "2006-02-01T00:00:01") and started like "2006-01-01T00:00:01"
(last-active < "2006-02-01T00:00:01") and started like "2006-01-31"
(last-active < "2006-02-01T00:00:01") and started like "2006-01"
(last-active < "2006-02-01T00:00:01") and started like "2006"
(last-active < "2006-02-01T00:00:01") and started in ("2006-01-01T00:00:01")
(last-active < "2006-02-01T00:00:01") and started in ("2006-01-31","2006-01")
(last-active < "2006-02-01T00:00:01") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active < "2006-02-21") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active < "2006-02-21") and $author = "yuriy"
(last-active < "2006-02-21") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active < "2006-02-21") and $author < "yuriy"
(last-active < "2006-02-21") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active < "2006-02-21") and $author <= "yuriy"
(last-active < "2006-02-21") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active < "2006-02-21") and $author > "yuriy"
(last-active < "2006-02-21") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active < "2006-02-21") and $author >= "yuriy"
(last-active < "2006-02-21") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active < "2006-02-21") and $author like "yuriy"
(last-active < "2006-02-21") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active < "2006-02-21") and $author in ("yuriy")
(last-active < "2006-02-21") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active < "2006-02-21") and $author in ("yuriy","kostya","nazar","orest")
(last-active < "2006-02-21") and pid = "HelloWorld"
(last-active < "2006-02-21") and pid < "HelloWorld"
(last-active < "2006-02-21") and pid <= "HelloWorld"
(last-active < "2006-02-21") and pid > "HelloWorld"
(last-active < "2006-02-21") and pid >= "HelloWorld"
(last-active < "2006-02-21") and pid like "HelloWorld"
(last-active < "2006-02-21") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active < "2006-02-21") and pid in ("Hello*","Hello*World")
(last-active < "2006-02-21") and pid in ("Hello*World")
(last-active < "2006-02-21") and iid = "2006"
(last-active < "2006-02-21") and iid < "2006"
(last-active < "2006-02-21") and iid <= "2006"
(last-active < "2006-02-21") and iid > "2006"
(last-active < "2006-02-21") and iid >= "2006"
(last-active < "2006-02-21") and iid in ("2006")
(last-active < "2006-02-21") and iid in ("2006","20061231")
(last-active < "2006-02-21") and status = "active"
(last-active < "2006-02-21") and status = "suspended"
(last-active < "2006-02-21") and status = "error"
(last-active < "2006-02-21") and status = "completed"
(last-active < "2006-02-21") and status = "terminated"
(last-active < "2006-02-21") and status = "faulted"
(last-active < "2006-02-21") and status in ("active","suspended")
(last-active < "2006-02-21") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active < "2006-02-21") and started = "2006-01-01T00:00:01"
(last-active < "2006-02-21") and started = "2006-01-31"
(last-active < "2006-02-21") and started = "2006-01"
(last-active < "2006-02-21") and started = "2006"
(last-active < "2006-02-21") and started < "2006-01-01T00:00:01"
(last-active < "2006-02-21") and started < "2006-01-31"
(last-active < "2006-02-21") and started < "2006-01"
(last-active < "2006-02-21") and started < "2006"
(last-active < "2006-02-21") and started <= "2006-01-01T00:00:01"
(last-active < "2006-02-21") and started <= "2006-01-31"
(last-active < "2006-02-21") and started <= "2006-01"
(last-active < "2006-02-21") and started <= "2006"
(last-active < "2006-02-21") and started > "2006-01-01T00:00:01"
(last-active < "2006-02-21") and started > "2006-01-31"
(last-active < "2006-02-21") and started > "2006-01"
(last-active < "2006-02-21") and started > "2006"
(last-active < "2006-02-21") and started >= "2006-01-01T00:00:01"
(last-active < "2006-02-21") and started >= "2006-01-31"
(last-active < "2006-02-21") and started >= "2006-01"
(last-active < "2006-02-21") and started >= "2006"
(last-active < "2006-02-21") and started like "2006-01-01T00:00:01"
(last-active < "2006-02-21") and started like "2006-01-31"
(last-active < "2006-02-21") and started like "2006-01"
(last-active < "2006-02-21") and started like "2006"
(last-active < "2006-02-21") and started in ("2006-01-01T00:00:01")
(last-active < "2006-02-21") and started in ("2006-01-31","2006-01")
(last-active < "2006-02-21") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active < "2006-02") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active < "2006-02") and $author = "yuriy"
(last-active < "2006-02") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active < "2006-02") and $author < "yuriy"
(last-active < "2006-02") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active < "2006-02") and $author <= "yuriy"
(last-active < "2006-02") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active < "2006-02") and $author > "yuriy"
(last-active < "2006-02") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active < "2006-02") and $author >= "yuriy"
(last-active < "2006-02") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active < "2006-02") and $author like "yuriy"
(last-active < "2006-02") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active < "2006-02") and $author in ("yuriy")
(last-active < "2006-02") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active < "2006-02") and $author in ("yuriy","kostya","nazar","orest")
(last-active < "2006-02") and pid = "HelloWorld"
(last-active < "2006-02") and pid < "HelloWorld"
(last-active < "2006-02") and pid <= "HelloWorld"
(last-active < "2006-02") and pid > "HelloWorld"
(last-active < "2006-02") and pid >= "HelloWorld"
(last-active < "2006-02") and pid like "HelloWorld"
(last-active < "2006-02") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active < "2006-02") and pid in ("Hello*","Hello*World")
(last-active < "2006-02") and pid in ("Hello*World")
(last-active < "2006-02") and iid = "2006"
(last-active < "2006-02") and iid < "2006"
(last-active < "2006-02") and iid <= "2006"
(last-active < "2006-02") and iid > "2006"
(last-active < "2006-02") and iid >= "2006"
(last-active < "2006-02") and iid in ("2006")
(last-active < "2006-02") and iid in ("2006","20061231")
(last-active < "2006-02") and status = "active"
(last-active < "2006-02") and status = "suspended"
(last-active < "2006-02") and status = "error"
(last-active < "2006-02") and status = "completed"
(last-active < "2006-02") and status = "terminated"
(last-active < "2006-02") and status = "faulted"
(last-active < "2006-02") and status in ("active","suspended")
(last-active < "2006-02") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active < "2006-02") and started = "2006-01-01T00:00:01"
(last-active < "2006-02") and started = "2006-01-31"
(last-active < "2006-02") and started = "2006-01"
(last-active < "2006-02") and started = "2006"
(last-active < "2006-02") and started < "2006-01-01T00:00:01"
(last-active < "2006-02") and started < "2006-01-31"
(last-active < "2006-02") and started < "2006-01"
(last-active < "2006-02") and started < "2006"
(last-active < "2006-02") and started <= "2006-01-01T00:00:01"
(last-active < "2006-02") and started <= "2006-01-31"
(last-active < "2006-02") and started <= "2006-01"
(last-active < "2006-02") and started <= "2006"
(last-active < "2006-02") and started > "2006-01-01T00:00:01"
(last-active < "2006-02") and started > "2006-01-31"
(last-active < "2006-02") and started > "2006-01"
(last-active < "2006-02") and started > "2006"
(last-active < "2006-02") and started >= "2006-01-01T00:00:01"
(last-active < "2006-02") and started >= "2006-01-31"
(last-active < "2006-02") and started >= "2006-01"
(last-active < "2006-02") and started >= "2006"
(last-active < "2006-02") and started like "2006-01-01T00:00:01"
(last-active < "2006-02") and started like "2006-01-31"
(last-active < "2006-02") and started like "2006-01"
(last-active < "2006-02") and started like "2006"
(last-active < "2006-02") and started in ("2006-01-01T00:00:01")
(last-active < "2006-02") and started in ("2006-01-31","2006-01")
(last-active < "2006-02") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active < "2006") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active < "2006") and $author = "yuriy"
(last-active < "2006") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active < "2006") and $author < "yuriy"
(last-active < "2006") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active < "2006") and $author <= "yuriy"
(last-active < "2006") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active < "2006") and $author > "yuriy"
(last-active < "2006") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active < "2006") and $author >= "yuriy"
(last-active < "2006") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active < "2006") and $author like "yuriy"
(last-active < "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active < "2006") and $author in ("yuriy")
(last-active < "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active < "2006") and $author in ("yuriy","kostya","nazar","orest")
(last-active < "2006") and pid = "HelloWorld"
(last-active < "2006") and pid < "HelloWorld"
(last-active < "2006") and pid <= "HelloWorld"
(last-active < "2006") and pid > "HelloWorld"
(last-active < "2006") and pid >= "HelloWorld"
(last-active < "2006") and pid like "HelloWorld"
(last-active < "2006") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active < "2006") and pid in ("Hello*","Hello*World")
(last-active < "2006") and pid in ("Hello*World")
(last-active < "2006") and iid = "2006"
(last-active < "2006") and iid < "2006"
(last-active < "2006") and iid <= "2006"
(last-active < "2006") and iid > "2006"
(last-active < "2006") and iid >= "2006"
(last-active < "2006") and iid in ("2006")
(last-active < "2006") and iid in ("2006","20061231")
(last-active < "2006") and status = "active"
(last-active < "2006") and status = "suspended"
(last-active < "2006") and status = "error"
(last-active < "2006") and status = "completed"
(last-active < "2006") and status = "terminated"
(last-active < "2006") and status = "faulted"
(last-active < "2006") and status in ("active","suspended")
(last-active < "2006") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active < "2006") and started = "2006-01-01T00:00:01"
(last-active < "2006") and started = "2006-01-31"
(last-active < "2006") and started = "2006-01"
(last-active < "2006") and started = "2006"
(last-active < "2006") and started < "2006-01-01T00:00:01"
(last-active < "2006") and started < "2006-01-31"
(last-active < "2006") and started < "2006-01"
(last-active < "2006") and started < "2006"
(last-active < "2006") and started <= "2006-01-01T00:00:01"
(last-active < "2006") and started <= "2006-01-31"
(last-active < "2006") and started <= "2006-01"
(last-active < "2006") and started <= "2006"
(last-active < "2006") and started > "2006-01-01T00:00:01"
(last-active < "2006") and started > "2006-01-31"
(last-active < "2006") and started > "2006-01"
(last-active < "2006") and started > "2006"
(last-active < "2006") and started >= "2006-01-01T00:00:01"
(last-active < "2006") and started >= "2006-01-31"
(last-active < "2006") and started >= "2006-01"
(last-active < "2006") and started >= "2006"
(last-active < "2006") and started like "2006-01-01T00:00:01"
(last-active < "2006") and started like "2006-01-31"
(last-active < "2006") and started like "2006-01"
(last-active < "2006") and started like "2006"
(last-active < "2006") and started in ("2006-01-01T00:00:01")
(last-active < "2006") and started in ("2006-01-31","2006-01")
(last-active < "2006") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active <= "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active <= "2006-02-01T00:00:01") and $author = "yuriy"
(last-active <= "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active <= "2006-02-01T00:00:01") and $author < "yuriy"
(last-active <= "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active <= "2006-02-01T00:00:01") and $author <= "yuriy"
(last-active <= "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active <= "2006-02-01T00:00:01") and $author > "yuriy"
(last-active <= "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active <= "2006-02-01T00:00:01") and $author >= "yuriy"
(last-active <= "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active <= "2006-02-01T00:00:01") and $author like "yuriy"
(last-active <= "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active <= "2006-02-01T00:00:01") and $author in ("yuriy")
(last-active <= "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active <= "2006-02-01T00:00:01") and $author in ("yuriy","kostya","nazar","orest")
(last-active <= "2006-02-01T00:00:01") and pid = "HelloWorld"
(last-active <= "2006-02-01T00:00:01") and pid < "HelloWorld"
(last-active <= "2006-02-01T00:00:01") and pid <= "HelloWorld"
(last-active <= "2006-02-01T00:00:01") and pid > "HelloWorld"
(last-active <= "2006-02-01T00:00:01") and pid >= "HelloWorld"
(last-active <= "2006-02-01T00:00:01") and pid like "HelloWorld"
(last-active <= "2006-02-01T00:00:01") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active <= "2006-02-01T00:00:01") and pid in ("Hello*","Hello*World")
(last-active <= "2006-02-01T00:00:01") and pid in ("Hello*World")
(last-active <= "2006-02-01T00:00:01") and iid = "2006"
(last-active <= "2006-02-01T00:00:01") and iid < "2006"
(last-active <= "2006-02-01T00:00:01") and iid <= "2006"
(last-active <= "2006-02-01T00:00:01") and iid > "2006"
(last-active <= "2006-02-01T00:00:01") and iid >= "2006"
(last-active <= "2006-02-01T00:00:01") and iid in ("2006")
(last-active <= "2006-02-01T00:00:01") and iid in ("2006","20061231")
(last-active <= "2006-02-01T00:00:01") and status = "active"
(last-active <= "2006-02-01T00:00:01") and status = "suspended"
(last-active <= "2006-02-01T00:00:01") and status = "error"
(last-active <= "2006-02-01T00:00:01") and status = "completed"
(last-active <= "2006-02-01T00:00:01") and status = "terminated"
(last-active <= "2006-02-01T00:00:01") and status = "faulted"
(last-active <= "2006-02-01T00:00:01") and status in ("active","suspended")
(last-active <= "2006-02-01T00:00:01") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active <= "2006-02-01T00:00:01") and started = "2006-01-01T00:00:01"
(last-active <= "2006-02-01T00:00:01") and started = "2006-01-31"
(last-active <= "2006-02-01T00:00:01") and started = "2006-01"
(last-active <= "2006-02-01T00:00:01") and started = "2006"
(last-active <= "2006-02-01T00:00:01") and started < "2006-01-01T00:00:01"
(last-active <= "2006-02-01T00:00:01") and started < "2006-01-31"
(last-active <= "2006-02-01T00:00:01") and started < "2006-01"
(last-active <= "2006-02-01T00:00:01") and started < "2006"
(last-active <= "2006-02-01T00:00:01") and started <= "2006-01-01T00:00:01"
(last-active <= "2006-02-01T00:00:01") and started <= "2006-01-31"
(last-active <= "2006-02-01T00:00:01") and started <= "2006-01"
(last-active <= "2006-02-01T00:00:01") and started <= "2006"
(last-active <= "2006-02-01T00:00:01") and started > "2006-01-01T00:00:01"
(last-active <= "2006-02-01T00:00:01") and started > "2006-01-31"
(last-active <= "2006-02-01T00:00:01") and started > "2006-01"
(last-active <= "2006-02-01T00:00:01") and started > "2006"
(last-active <= "2006-02-01T00:00:01") and started >= "2006-01-01T00:00:01"
(last-active <= "2006-02-01T00:00:01") and started >= "2006-01-31"
(last-active <= "2006-02-01T00:00:01") and started >= "2006-01"
(last-active <= "2006-02-01T00:00:01") and started >= "2006"
(last-active <= "2006-02-01T00:00:01") and started like "2006-01-01T00:00:01"
(last-active <= "2006-02-01T00:00:01") and started like "2006-01-31"
(last-active <= "2006-02-01T00:00:01") and started like "2006-01"
(last-active <= "2006-02-01T00:00:01") and started like "2006"
(last-active <= "2006-02-01T00:00:01") and started in ("2006-01-01T00:00:01")
(last-active <= "2006-02-01T00:00:01") and started in ("2006-01-31","2006-01")
(last-active <= "2006-02-01T00:00:01") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active <= "2006-02-21") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active <= "2006-02-21") and $author = "yuriy"
(last-active <= "2006-02-21") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active <= "2006-02-21") and $author < "yuriy"
(last-active <= "2006-02-21") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active <= "2006-02-21") and $author <= "yuriy"
(last-active <= "2006-02-21") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active <= "2006-02-21") and $author > "yuriy"
(last-active <= "2006-02-21") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active <= "2006-02-21") and $author >= "yuriy"
(last-active <= "2006-02-21") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active <= "2006-02-21") and $author like "yuriy"
(last-active <= "2006-02-21") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active <= "2006-02-21") and $author in ("yuriy")
(last-active <= "2006-02-21") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active <= "2006-02-21") and $author in ("yuriy","kostya","nazar","orest")
(last-active <= "2006-02-21") and pid = "HelloWorld"
(last-active <= "2006-02-21") and pid < "HelloWorld"
(last-active <= "2006-02-21") and pid <= "HelloWorld"
(last-active <= "2006-02-21") and pid > "HelloWorld"
(last-active <= "2006-02-21") and pid >= "HelloWorld"
(last-active <= "2006-02-21") and pid like "HelloWorld"
(last-active <= "2006-02-21") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active <= "2006-02-21") and pid in ("Hello*","Hello*World")
(last-active <= "2006-02-21") and pid in ("Hello*World")
(last-active <= "2006-02-21") and iid = "2006"
(last-active <= "2006-02-21") and iid < "2006"
(last-active <= "2006-02-21") and iid <= "2006"
(last-active <= "2006-02-21") and iid > "2006"
(last-active <= "2006-02-21") and iid >= "2006"
(last-active <= "2006-02-21") and iid in ("2006")
(last-active <= "2006-02-21") and iid in ("2006","20061231")
(last-active <= "2006-02-21") and status = "active"
(last-active <= "2006-02-21") and status = "suspended"
(last-active <= "2006-02-21") and status = "error"
(last-active <= "2006-02-21") and status = "completed"
(last-active <= "2006-02-21") and status = "terminated"
(last-active <= "2006-02-21") and status = "faulted"
(last-active <= "2006-02-21") and status in ("active","suspended")
(last-active <= "2006-02-21") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active <= "2006-02-21") and started = "2006-01-01T00:00:01"
(last-active <= "2006-02-21") and started = "2006-01-31"
(last-active <= "2006-02-21") and started = "2006-01"
(last-active <= "2006-02-21") and started = "2006"
(last-active <= "2006-02-21") and started < "2006-01-01T00:00:01"
(last-active <= "2006-02-21") and started < "2006-01-31"
(last-active <= "2006-02-21") and started < "2006-01"
(last-active <= "2006-02-21") and started < "2006"
(last-active <= "2006-02-21") and started <= "2006-01-01T00:00:01"
(last-active <= "2006-02-21") and started <= "2006-01-31"
(last-active <= "2006-02-21") and started <= "2006-01"
(last-active <= "2006-02-21") and started <= "2006"
(last-active <= "2006-02-21") and started > "2006-01-01T00:00:01"
(last-active <= "2006-02-21") and started > "2006-01-31"
(last-active <= "2006-02-21") and started > "2006-01"
(last-active <= "2006-02-21") and started > "2006"
(last-active <= "2006-02-21") and started >= "2006-01-01T00:00:01"
(last-active <= "2006-02-21") and started >= "2006-01-31"
(last-active <= "2006-02-21") and started >= "2006-01"
(last-active <= "2006-02-21") and started >= "2006"
(last-active <= "2006-02-21") and started like "2006-01-01T00:00:01"
(last-active <= "2006-02-21") and started like "2006-01-31"
(last-active <= "2006-02-21") and started like "2006-01"
(last-active <= "2006-02-21") and started like "2006"
(last-active <= "2006-02-21") and started in ("2006-01-01T00:00:01")
(last-active <= "2006-02-21") and started in ("2006-01-31","2006-01")
(last-active <= "2006-02-21") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active <= "2006-02") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active <= "2006-02") and $author = "yuriy"
(last-active <= "2006-02") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active <= "2006-02") and $author < "yuriy"
(last-active <= "2006-02") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active <= "2006-02") and $author <= "yuriy"
(last-active <= "2006-02") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active <= "2006-02") and $author > "yuriy"
(last-active <= "2006-02") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active <= "2006-02") and $author >= "yuriy"
(last-active <= "2006-02") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active <= "2006-02") and $author like "yuriy"
(last-active <= "2006-02") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active <= "2006-02") and $author in ("yuriy")
(last-active <= "2006-02") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active <= "2006-02") and $author in ("yuriy","kostya","nazar","orest")
(last-active <= "2006-02") and pid = "HelloWorld"
(last-active <= "2006-02") and pid < "HelloWorld"
(last-active <= "2006-02") and pid <= "HelloWorld"
(last-active <= "2006-02") and pid > "HelloWorld"
(last-active <= "2006-02") and pid >= "HelloWorld"
(last-active <= "2006-02") and pid like "HelloWorld"
(last-active <= "2006-02") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active <= "2006-02") and pid in ("Hello*","Hello*World")
(last-active <= "2006-02") and pid in ("Hello*World")
(last-active <= "2006-02") and iid = "2006"
(last-active <= "2006-02") and iid < "2006"
(last-active <= "2006-02") and iid <= "2006"
(last-active <= "2006-02") and iid > "2006"
(last-active <= "2006-02") and iid >= "2006"
(last-active <= "2006-02") and iid in ("2006")
(last-active <= "2006-02") and iid in ("2006","20061231")
(last-active <= "2006-02") and status = "active"
(last-active <= "2006-02") and status = "suspended"
(last-active <= "2006-02") and status = "error"
(last-active <= "2006-02") and status = "completed"
(last-active <= "2006-02") and status = "terminated"
(last-active <= "2006-02") and status = "faulted"
(last-active <= "2006-02") and status in ("active","suspended")
(last-active <= "2006-02") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active <= "2006-02") and started = "2006-01-01T00:00:01"
(last-active <= "2006-02") and started = "2006-01-31"
(last-active <= "2006-02") and started = "2006-01"
(last-active <= "2006-02") and started = "2006"
(last-active <= "2006-02") and started < "2006-01-01T00:00:01"
(last-active <= "2006-02") and started < "2006-01-31"
(last-active <= "2006-02") and started < "2006-01"
(last-active <= "2006-02") and started < "2006"
(last-active <= "2006-02") and started <= "2006-01-01T00:00:01"
(last-active <= "2006-02") and started <= "2006-01-31"
(last-active <= "2006-02") and started <= "2006-01"
(last-active <= "2006-02") and started <= "2006"
(last-active <= "2006-02") and started > "2006-01-01T00:00:01"
(last-active <= "2006-02") and started > "2006-01-31"
(last-active <= "2006-02") and started > "2006-01"
(last-active <= "2006-02") and started > "2006"
(last-active <= "2006-02") and started >= "2006-01-01T00:00:01"
(last-active <= "2006-02") and started >= "2006-01-31"
(last-active <= "2006-02") and started >= "2006-01"
(last-active <= "2006-02") and started >= "2006"
(last-active <= "2006-02") and started like "2006-01-01T00:00:01"
(last-active <= "2006-02") and started like "2006-01-31"
(last-active <= "2006-02") and started like "2006-01"
(last-active <= "2006-02") and started like "2006"
(last-active <= "2006-02") and started in ("2006-01-01T00:00:01")
(last-active <= "2006-02") and started in ("2006-01-31","2006-01")
(last-active <= "2006-02") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active <= "2006") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active <= "2006") and $author = "yuriy"
(last-active <= "2006") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active <= "2006") and $author < "yuriy"
(last-active <= "2006") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active <= "2006") and $author <= "yuriy"
(last-active <= "2006") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active <= "2006") and $author > "yuriy"
(last-active <= "2006") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active <= "2006") and $author >= "yuriy"
(last-active <= "2006") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active <= "2006") and $author like "yuriy"
(last-active <= "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active <= "2006") and $author in ("yuriy")
(last-active <= "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active <= "2006") and $author in ("yuriy","kostya","nazar","orest")
(last-active <= "2006") and pid = "HelloWorld"
(last-active <= "2006") and pid < "HelloWorld"
(last-active <= "2006") and pid <= "HelloWorld"
(last-active <= "2006") and pid > "HelloWorld"
(last-active <= "2006") and pid >= "HelloWorld"
(last-active <= "2006") and pid like "HelloWorld"
(last-active <= "2006") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active <= "2006") and pid in ("Hello*","Hello*World")
(last-active <= "2006") and pid in ("Hello*World")
(last-active <= "2006") and iid = "2006"
(last-active <= "2006") and iid < "2006"
(last-active <= "2006") and iid <= "2006"
(last-active <= "2006") and iid > "2006"
(last-active <= "2006") and iid >= "2006"
(last-active <= "2006") and iid in ("2006")
(last-active <= "2006") and iid in ("2006","20061231")
(last-active <= "2006") and status = "active"
(last-active <= "2006") and status = "suspended"
(last-active <= "2006") and status = "error"
(last-active <= "2006") and status = "completed"
(last-active <= "2006") and status = "terminated"
(last-active <= "2006") and status = "faulted"
(last-active <= "2006") and status in ("active","suspended")
(last-active <= "2006") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active <= "2006") and started = "2006-01-01T00:00:01"
(last-active <= "2006") and started = "2006-01-31"
(last-active <= "2006") and started = "2006-01"
(last-active <= "2006") and started = "2006"
(last-active <= "2006") and started < "2006-01-01T00:00:01"
(last-active <= "2006") and started < "2006-01-31"
(last-active <= "2006") and started < "2006-01"
(last-active <= "2006") and started < "2006"
(last-active <= "2006") and started <= "2006-01-01T00:00:01"
(last-active <= "2006") and started <= "2006-01-31"
(last-active <= "2006") and started <= "2006-01"
(last-active <= "2006") and started <= "2006"
(last-active <= "2006") and started > "2006-01-01T00:00:01"
(last-active <= "2006") and started > "2006-01-31"
(last-active <= "2006") and started > "2006-01"
(last-active <= "2006") and started > "2006"
(last-active <= "2006") and started >= "2006-01-01T00:00:01"
(last-active <= "2006") and started >= "2006-01-31"
(last-active <= "2006") and started >= "2006-01"
(last-active <= "2006") and started >= "2006"
(last-active <= "2006") and started like "2006-01-01T00:00:01"
(last-active <= "2006") and started like "2006-01-31"
(last-active <= "2006") and started like "2006-01"
(last-active <= "2006") and started like "2006"
(last-active <= "2006") and started in ("2006-01-01T00:00:01")
(last-active <= "2006") and started in ("2006-01-31","2006-01")
(last-active <= "2006") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active > "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active > "2006-02-01T00:00:01") and $author = "yuriy"
(last-active > "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active > "2006-02-01T00:00:01") and $author < "yuriy"
(last-active > "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active > "2006-02-01T00:00:01") and $author <= "yuriy"
(last-active > "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active > "2006-02-01T00:00:01") and $author > "yuriy"
(last-active > "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active > "2006-02-01T00:00:01") and $author >= "yuriy"
(last-active > "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active > "2006-02-01T00:00:01") and $author like "yuriy"
(last-active > "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active > "2006-02-01T00:00:01") and $author in ("yuriy")
(last-active > "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active > "2006-02-01T00:00:01") and $author in ("yuriy","kostya","nazar","orest")
(last-active > "2006-02-01T00:00:01") and pid = "HelloWorld"
(last-active > "2006-02-01T00:00:01") and pid < "HelloWorld"
(last-active > "2006-02-01T00:00:01") and pid <= "HelloWorld"
(last-active > "2006-02-01T00:00:01") and pid > "HelloWorld"
(last-active > "2006-02-01T00:00:01") and pid >= "HelloWorld"
(last-active > "2006-02-01T00:00:01") and pid like "HelloWorld"
(last-active > "2006-02-01T00:00:01") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active > "2006-02-01T00:00:01") and pid in ("Hello*","Hello*World")
(last-active > "2006-02-01T00:00:01") and pid in ("Hello*World")
(last-active > "2006-02-01T00:00:01") and iid = "2006"
(last-active > "2006-02-01T00:00:01") and iid < "2006"
(last-active > "2006-02-01T00:00:01") and iid <= "2006"
(last-active > "2006-02-01T00:00:01") and iid > "2006"
(last-active > "2006-02-01T00:00:01") and iid >= "2006"
(last-active > "2006-02-01T00:00:01") and iid in ("2006")
(last-active > "2006-02-01T00:00:01") and iid in ("2006","20061231")
(last-active > "2006-02-01T00:00:01") and status = "active"
(last-active > "2006-02-01T00:00:01") and status = "suspended"
(last-active > "2006-02-01T00:00:01") and status = "error"
(last-active > "2006-02-01T00:00:01") and status = "completed"
(last-active > "2006-02-01T00:00:01") and status = "terminated"
(last-active > "2006-02-01T00:00:01") and status = "faulted"
(last-active > "2006-02-01T00:00:01") and status in ("active","suspended")
(last-active > "2006-02-01T00:00:01") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active > "2006-02-01T00:00:01") and started = "2006-01-01T00:00:01"
(last-active > "2006-02-01T00:00:01") and started = "2006-01-31"
(last-active > "2006-02-01T00:00:01") and started = "2006-01"
(last-active > "2006-02-01T00:00:01") and started = "2006"
(last-active > "2006-02-01T00:00:01") and started < "2006-01-01T00:00:01"
(last-active > "2006-02-01T00:00:01") and started < "2006-01-31"
(last-active > "2006-02-01T00:00:01") and started < "2006-01"
(last-active > "2006-02-01T00:00:01") and started < "2006"
(last-active > "2006-02-01T00:00:01") and started <= "2006-01-01T00:00:01"
(last-active > "2006-02-01T00:00:01") and started <= "2006-01-31"
(last-active > "2006-02-01T00:00:01") and started <= "2006-01"
(last-active > "2006-02-01T00:00:01") and started <= "2006"
(last-active > "2006-02-01T00:00:01") and started > "2006-01-01T00:00:01"
(last-active > "2006-02-01T00:00:01") and started > "2006-01-31"
(last-active > "2006-02-01T00:00:01") and started > "2006-01"
(last-active > "2006-02-01T00:00:01") and started > "2006"
(last-active > "2006-02-01T00:00:01") and started >= "2006-01-01T00:00:01"
(last-active > "2006-02-01T00:00:01") and started >= "2006-01-31"
(last-active > "2006-02-01T00:00:01") and started >= "2006-01"
(last-active > "2006-02-01T00:00:01") and started >= "2006"
(last-active > "2006-02-01T00:00:01") and started like "2006-01-01T00:00:01"
(last-active > "2006-02-01T00:00:01") and started like "2006-01-31"
(last-active > "2006-02-01T00:00:01") and started like "2006-01"
(last-active > "2006-02-01T00:00:01") and started like "2006"
(last-active > "2006-02-01T00:00:01") and started in ("2006-01-01T00:00:01")
(last-active > "2006-02-01T00:00:01") and started in ("2006-01-31","2006-01")
(last-active > "2006-02-01T00:00:01") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active > "2006-02-21") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active > "2006-02-21") and $author = "yuriy"
(last-active > "2006-02-21") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active > "2006-02-21") and $author < "yuriy"
(last-active > "2006-02-21") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active > "2006-02-21") and $author <= "yuriy"
(last-active > "2006-02-21") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active > "2006-02-21") and $author > "yuriy"
(last-active > "2006-02-21") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active > "2006-02-21") and $author >= "yuriy"
(last-active > "2006-02-21") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active > "2006-02-21") and $author like "yuriy"
(last-active > "2006-02-21") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active > "2006-02-21") and $author in ("yuriy")
(last-active > "2006-02-21") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active > "2006-02-21") and $author in ("yuriy","kostya","nazar","orest")
(last-active > "2006-02-21") and pid = "HelloWorld"
(last-active > "2006-02-21") and pid < "HelloWorld"
(last-active > "2006-02-21") and pid <= "HelloWorld"
(last-active > "2006-02-21") and pid > "HelloWorld"
(last-active > "2006-02-21") and pid >= "HelloWorld"
(last-active > "2006-02-21") and pid like "HelloWorld"
(last-active > "2006-02-21") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active > "2006-02-21") and pid in ("Hello*","Hello*World")
(last-active > "2006-02-21") and pid in ("Hello*World")
(last-active > "2006-02-21") and iid = "2006"
(last-active > "2006-02-21") and iid < "2006"
(last-active > "2006-02-21") and iid <= "2006"
(last-active > "2006-02-21") and iid > "2006"
(last-active > "2006-02-21") and iid >= "2006"
(last-active > "2006-02-21") and iid in ("2006")
(last-active > "2006-02-21") and iid in ("2006","20061231")
(last-active > "2006-02-21") and status = "active"
(last-active > "2006-02-21") and status = "suspended"
(last-active > "2006-02-21") and status = "error"
(last-active > "2006-02-21") and status = "completed"
(last-active > "2006-02-21") and status = "terminated"
(last-active > "2006-02-21") and status = "faulted"
(last-active > "2006-02-21") and status in ("active","suspended")
(last-active > "2006-02-21") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active > "2006-02-21") and started = "2006-01-01T00:00:01"
(last-active > "2006-02-21") and started = "2006-01-31"
(last-active > "2006-02-21") and started = "2006-01"
(last-active > "2006-02-21") and started = "2006"
(last-active > "2006-02-21") and started < "2006-01-01T00:00:01"
(last-active > "2006-02-21") and started < "2006-01-31"
(last-active > "2006-02-21") and started < "2006-01"
(last-active > "2006-02-21") and started < "2006"
(last-active > "2006-02-21") and started <= "2006-01-01T00:00:01"
(last-active > "2006-02-21") and started <= "2006-01-31"
(last-active > "2006-02-21") and started <= "2006-01"
(last-active > "2006-02-21") and started <= "2006"
(last-active > "2006-02-21") and started > "2006-01-01T00:00:01"
(last-active > "2006-02-21") and started > "2006-01-31"
(last-active > "2006-02-21") and started > "2006-01"
(last-active > "2006-02-21") and started > "2006"
(last-active > "2006-02-21") and started >= "2006-01-01T00:00:01"
(last-active > "2006-02-21") and started >= "2006-01-31"
(last-active > "2006-02-21") and started >= "2006-01"
(last-active > "2006-02-21") and started >= "2006"
(last-active > "2006-02-21") and started like "2006-01-01T00:00:01"
(last-active > "2006-02-21") and started like "2006-01-31"
(last-active > "2006-02-21") and started like "2006-01"
(last-active > "2006-02-21") and started like "2006"
(last-active > "2006-02-21") and started in ("2006-01-01T00:00:01")
(last-active > "2006-02-21") and started in ("2006-01-31","2006-01")
(last-active > "2006-02-21") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active > "2006-02") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active > "2006-02") and $author = "yuriy"
(last-active > "2006-02") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active > "2006-02") and $author < "yuriy"
(last-active > "2006-02") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active > "2006-02") and $author <= "yuriy"
(last-active > "2006-02") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active > "2006-02") and $author > "yuriy"
(last-active > "2006-02") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active > "2006-02") and $author >= "yuriy"
(last-active > "2006-02") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active > "2006-02") and $author like "yuriy"
(last-active > "2006-02") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active > "2006-02") and $author in ("yuriy")
(last-active > "2006-02") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active > "2006-02") and $author in ("yuriy","kostya","nazar","orest")
(last-active > "2006-02") and pid = "HelloWorld"
(last-active > "2006-02") and pid < "HelloWorld"
(last-active > "2006-02") and pid <= "HelloWorld"
(last-active > "2006-02") and pid > "HelloWorld"
(last-active > "2006-02") and pid >= "HelloWorld"
(last-active > "2006-02") and pid like "HelloWorld"
(last-active > "2006-02") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active > "2006-02") and pid in ("Hello*","Hello*World")
(last-active > "2006-02") and pid in ("Hello*World")
(last-active > "2006-02") and iid = "2006"
(last-active > "2006-02") and iid < "2006"
(last-active > "2006-02") and iid <= "2006"
(last-active > "2006-02") and iid > "2006"
(last-active > "2006-02") and iid >= "2006"
(last-active > "2006-02") and iid in ("2006")
(last-active > "2006-02") and iid in ("2006","20061231")
(last-active > "2006-02") and status = "active"
(last-active > "2006-02") and status = "suspended"
(last-active > "2006-02") and status = "error"
(last-active > "2006-02") and status = "completed"
(last-active > "2006-02") and status = "terminated"
(last-active > "2006-02") and status = "faulted"
(last-active > "2006-02") and status in ("active","suspended")
(last-active > "2006-02") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active > "2006-02") and started = "2006-01-01T00:00:01"
(last-active > "2006-02") and started = "2006-01-31"
(last-active > "2006-02") and started = "2006-01"
(last-active > "2006-02") and started = "2006"
(last-active > "2006-02") and started < "2006-01-01T00:00:01"
(last-active > "2006-02") and started < "2006-01-31"
(last-active > "2006-02") and started < "2006-01"
(last-active > "2006-02") and started < "2006"
(last-active > "2006-02") and started <= "2006-01-01T00:00:01"
(last-active > "2006-02") and started <= "2006-01-31"
(last-active > "2006-02") and started <= "2006-01"
(last-active > "2006-02") and started <= "2006"
(last-active > "2006-02") and started > "2006-01-01T00:00:01"
(last-active > "2006-02") and started > "2006-01-31"
(last-active > "2006-02") and started > "2006-01"
(last-active > "2006-02") and started > "2006"
(last-active > "2006-02") and started >= "2006-01-01T00:00:01"
(last-active > "2006-02") and started >= "2006-01-31"
(last-active > "2006-02") and started >= "2006-01"
(last-active > "2006-02") and started >= "2006"
(last-active > "2006-02") and started like "2006-01-01T00:00:01"
(last-active > "2006-02") and started like "2006-01-31"
(last-active > "2006-02") and started like "2006-01"
(last-active > "2006-02") and started like "2006"
(last-active > "2006-02") and started in ("2006-01-01T00:00:01")
(last-active > "2006-02") and started in ("2006-01-31","2006-01")
(last-active > "2006-02") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active > "2006") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active > "2006") and $author = "yuriy"
(last-active > "2006") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active > "2006") and $author < "yuriy"
(last-active > "2006") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active > "2006") and $author <= "yuriy"
(last-active > "2006") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active > "2006") and $author > "yuriy"
(last-active > "2006") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active > "2006") and $author >= "yuriy"
(last-active > "2006") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active > "2006") and $author like "yuriy"
(last-active > "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active > "2006") and $author in ("yuriy")
(last-active > "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active > "2006") and $author in ("yuriy","kostya","nazar","orest")
(last-active > "2006") and pid = "HelloWorld"
(last-active > "2006") and pid < "HelloWorld"
(last-active > "2006") and pid <= "HelloWorld"
(last-active > "2006") and pid > "HelloWorld"
(last-active > "2006") and pid >= "HelloWorld"
(last-active > "2006") and pid like "HelloWorld"
(last-active > "2006") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active > "2006") and pid in ("Hello*","Hello*World")
(last-active > "2006") and pid in ("Hello*World")
(last-active > "2006") and iid = "2006"
(last-active > "2006") and iid < "2006"
(last-active > "2006") and iid <= "2006"
(last-active > "2006") and iid > "2006"
(last-active > "2006") and iid >= "2006"
(last-active > "2006") and iid in ("2006")
(last-active > "2006") and iid in ("2006","20061231")
(last-active > "2006") and status = "active"
(last-active > "2006") and status = "suspended"
(last-active > "2006") and status = "error"
(last-active > "2006") and status = "completed"
(last-active > "2006") and status = "terminated"
(last-active > "2006") and status = "faulted"
(last-active > "2006") and status in ("active","suspended")
(last-active > "2006") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active > "2006") and started = "2006-01-01T00:00:01"
(last-active > "2006") and started = "2006-01-31"
(last-active > "2006") and started = "2006-01"
(last-active > "2006") and started = "2006"
(last-active > "2006") and started < "2006-01-01T00:00:01"
(last-active > "2006") and started < "2006-01-31"
(last-active > "2006") and started < "2006-01"
(last-active > "2006") and started < "2006"
(last-active > "2006") and started <= "2006-01-01T00:00:01"
(last-active > "2006") and started <= "2006-01-31"
(last-active > "2006") and started <= "2006-01"
(last-active > "2006") and started <= "2006"
(last-active > "2006") and started > "2006-01-01T00:00:01"
(last-active > "2006") and started > "2006-01-31"
(last-active > "2006") and started > "2006-01"
(last-active > "2006") and started > "2006"
(last-active > "2006") and started >= "2006-01-01T00:00:01"
(last-active > "2006") and started >= "2006-01-31"
(last-active > "2006") and started >= "2006-01"
(last-active > "2006") and started >= "2006"
(last-active > "2006") and started like "2006-01-01T00:00:01"
(last-active > "2006") and started like "2006-01-31"
(last-active > "2006") and started like "2006-01"
(last-active > "2006") and started like "2006"
(last-active > "2006") and started in ("2006-01-01T00:00:01")
(last-active > "2006") and started in ("2006-01-31","2006-01")
(last-active > "2006") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active >= "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active >= "2006-02-01T00:00:01") and $author = "yuriy"
(last-active >= "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active >= "2006-02-01T00:00:01") and $author < "yuriy"
(last-active >= "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active >= "2006-02-01T00:00:01") and $author <= "yuriy"
(last-active >= "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active >= "2006-02-01T00:00:01") and $author > "yuriy"
(last-active >= "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active >= "2006-02-01T00:00:01") and $author >= "yuriy"
(last-active >= "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active >= "2006-02-01T00:00:01") and $author like "yuriy"
(last-active >= "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active >= "2006-02-01T00:00:01") and $author in ("yuriy")
(last-active >= "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active >= "2006-02-01T00:00:01") and $author in ("yuriy","kostya","nazar","orest")
(last-active >= "2006-02-01T00:00:01") and pid = "HelloWorld"
(last-active >= "2006-02-01T00:00:01") and pid < "HelloWorld"
(last-active >= "2006-02-01T00:00:01") and pid <= "HelloWorld"
(last-active >= "2006-02-01T00:00:01") and pid > "HelloWorld"
(last-active >= "2006-02-01T00:00:01") and pid >= "HelloWorld"
(last-active >= "2006-02-01T00:00:01") and pid like "HelloWorld"
(last-active >= "2006-02-01T00:00:01") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active >= "2006-02-01T00:00:01") and pid in ("Hello*","Hello*World")
(last-active >= "2006-02-01T00:00:01") and pid in ("Hello*World")
(last-active >= "2006-02-01T00:00:01") and iid = "2006"
(last-active >= "2006-02-01T00:00:01") and iid < "2006"
(last-active >= "2006-02-01T00:00:01") and iid <= "2006"
(last-active >= "2006-02-01T00:00:01") and iid > "2006"
(last-active >= "2006-02-01T00:00:01") and iid >= "2006"
(last-active >= "2006-02-01T00:00:01") and iid in ("2006")
(last-active >= "2006-02-01T00:00:01") and iid in ("2006","20061231")
(last-active >= "2006-02-01T00:00:01") and status = "active"
(last-active >= "2006-02-01T00:00:01") and status = "suspended"
(last-active >= "2006-02-01T00:00:01") and status = "error"
(last-active >= "2006-02-01T00:00:01") and status = "completed"
(last-active >= "2006-02-01T00:00:01") and status = "terminated"
(last-active >= "2006-02-01T00:00:01") and status = "faulted"
(last-active >= "2006-02-01T00:00:01") and status in ("active","suspended")
(last-active >= "2006-02-01T00:00:01") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active >= "2006-02-01T00:00:01") and started = "2006-01-01T00:00:01"
(last-active >= "2006-02-01T00:00:01") and started = "2006-01-31"
(last-active >= "2006-02-01T00:00:01") and started = "2006-01"
(last-active >= "2006-02-01T00:00:01") and started = "2006"
(last-active >= "2006-02-01T00:00:01") and started < "2006-01-01T00:00:01"
(last-active >= "2006-02-01T00:00:01") and started < "2006-01-31"
(last-active >= "2006-02-01T00:00:01") and started < "2006-01"
(last-active >= "2006-02-01T00:00:01") and started < "2006"
(last-active >= "2006-02-01T00:00:01") and started <= "2006-01-01T00:00:01"
(last-active >= "2006-02-01T00:00:01") and started <= "2006-01-31"
(last-active >= "2006-02-01T00:00:01") and started <= "2006-01"
(last-active >= "2006-02-01T00:00:01") and started <= "2006"
(last-active >= "2006-02-01T00:00:01") and started > "2006-01-01T00:00:01"
(last-active >= "2006-02-01T00:00:01") and started > "2006-01-31"
(last-active >= "2006-02-01T00:00:01") and started > "2006-01"
(last-active >= "2006-02-01T00:00:01") and started > "2006"
(last-active >= "2006-02-01T00:00:01") and started >= "2006-01-01T00:00:01"
(last-active >= "2006-02-01T00:00:01") and started >= "2006-01-31"
(last-active >= "2006-02-01T00:00:01") and started >= "2006-01"
(last-active >= "2006-02-01T00:00:01") and started >= "2006"
(last-active >= "2006-02-01T00:00:01") and started like "2006-01-01T00:00:01"
(last-active >= "2006-02-01T00:00:01") and started like "2006-01-31"
(last-active >= "2006-02-01T00:00:01") and started like "2006-01"
(last-active >= "2006-02-01T00:00:01") and started like "2006"
(last-active >= "2006-02-01T00:00:01") and started in ("2006-01-01T00:00:01")
(last-active >= "2006-02-01T00:00:01") and started in ("2006-01-31","2006-01")
(last-active >= "2006-02-01T00:00:01") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active >= "2006-02-21") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active >= "2006-02-21") and $author = "yuriy"
(last-active >= "2006-02-21") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active >= "2006-02-21") and $author < "yuriy"
(last-active >= "2006-02-21") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active >= "2006-02-21") and $author <= "yuriy"
(last-active >= "2006-02-21") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active >= "2006-02-21") and $author > "yuriy"
(last-active >= "2006-02-21") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active >= "2006-02-21") and $author >= "yuriy"
(last-active >= "2006-02-21") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active >= "2006-02-21") and $author like "yuriy"
(last-active >= "2006-02-21") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active >= "2006-02-21") and $author in ("yuriy")
(last-active >= "2006-02-21") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active >= "2006-02-21") and $author in ("yuriy","kostya","nazar","orest")
(last-active >= "2006-02-21") and pid = "HelloWorld"
(last-active >= "2006-02-21") and pid < "HelloWorld"
(last-active >= "2006-02-21") and pid <= "HelloWorld"
(last-active >= "2006-02-21") and pid > "HelloWorld"
(last-active >= "2006-02-21") and pid >= "HelloWorld"
(last-active >= "2006-02-21") and pid like "HelloWorld"
(last-active >= "2006-02-21") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active >= "2006-02-21") and pid in ("Hello*","Hello*World")
(last-active >= "2006-02-21") and pid in ("Hello*World")
(last-active >= "2006-02-21") and iid = "2006"
(last-active >= "2006-02-21") and iid < "2006"
(last-active >= "2006-02-21") and iid <= "2006"
(last-active >= "2006-02-21") and iid > "2006"
(last-active >= "2006-02-21") and iid >= "2006"
(last-active >= "2006-02-21") and iid in ("2006")
(last-active >= "2006-02-21") and iid in ("2006","20061231")
(last-active >= "2006-02-21") and status = "active"
(last-active >= "2006-02-21") and status = "suspended"
(last-active >= "2006-02-21") and status = "error"
(last-active >= "2006-02-21") and status = "completed"
(last-active >= "2006-02-21") and status = "terminated"
(last-active >= "2006-02-21") and status = "faulted"
(last-active >= "2006-02-21") and status in ("active","suspended")
(last-active >= "2006-02-21") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active >= "2006-02-21") and started = "2006-01-01T00:00:01"
(last-active >= "2006-02-21") and started = "2006-01-31"
(last-active >= "2006-02-21") and started = "2006-01"
(last-active >= "2006-02-21") and started = "2006"
(last-active >= "2006-02-21") and started < "2006-01-01T00:00:01"
(last-active >= "2006-02-21") and started < "2006-01-31"
(last-active >= "2006-02-21") and started < "2006-01"
(last-active >= "2006-02-21") and started < "2006"
(last-active >= "2006-02-21") and started <= "2006-01-01T00:00:01"
(last-active >= "2006-02-21") and started <= "2006-01-31"
(last-active >= "2006-02-21") and started <= "2006-01"
(last-active >= "2006-02-21") and started <= "2006"
(last-active >= "2006-02-21") and started > "2006-01-01T00:00:01"
(last-active >= "2006-02-21") and started > "2006-01-31"
(last-active >= "2006-02-21") and started > "2006-01"
(last-active >= "2006-02-21") and started > "2006"
(last-active >= "2006-02-21") and started >= "2006-01-01T00:00:01"
(last-active >= "2006-02-21") and started >= "2006-01-31"
(last-active >= "2006-02-21") and started >= "2006-01"
(last-active >= "2006-02-21") and started >= "2006"
(last-active >= "2006-02-21") and started like "2006-01-01T00:00:01"
(last-active >= "2006-02-21") and started like "2006-01-31"
(last-active >= "2006-02-21") and started like "2006-01"
(last-active >= "2006-02-21") and started like "2006"
(last-active >= "2006-02-21") and started in ("2006-01-01T00:00:01")
(last-active >= "2006-02-21") and started in ("2006-01-31","2006-01")
(last-active >= "2006-02-21") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active >= "2006-02") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active >= "2006-02") and $author = "yuriy"
(last-active >= "2006-02") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active >= "2006-02") and $author < "yuriy"
(last-active >= "2006-02") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active >= "2006-02") and $author <= "yuriy"
(last-active >= "2006-02") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active >= "2006-02") and $author > "yuriy"
(last-active >= "2006-02") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active >= "2006-02") and $author >= "yuriy"
(last-active >= "2006-02") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active >= "2006-02") and $author like "yuriy"
(last-active >= "2006-02") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active >= "2006-02") and $author in ("yuriy")
(last-active >= "2006-02") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active >= "2006-02") and $author in ("yuriy","kostya","nazar","orest")
(last-active >= "2006-02") and pid = "HelloWorld"
(last-active >= "2006-02") and pid < "HelloWorld"
(last-active >= "2006-02") and pid <= "HelloWorld"
(last-active >= "2006-02") and pid > "HelloWorld"
(last-active >= "2006-02") and pid >= "HelloWorld"
(last-active >= "2006-02") and pid like "HelloWorld"
(last-active >= "2006-02") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active >= "2006-02") and pid in ("Hello*","Hello*World")
(last-active >= "2006-02") and pid in ("Hello*World")
(last-active >= "2006-02") and iid = "2006"
(last-active >= "2006-02") and iid < "2006"
(last-active >= "2006-02") and iid <= "2006"
(last-active >= "2006-02") and iid > "2006"
(last-active >= "2006-02") and iid >= "2006"
(last-active >= "2006-02") and iid in ("2006")
(last-active >= "2006-02") and iid in ("2006","20061231")
(last-active >= "2006-02") and status = "active"
(last-active >= "2006-02") and status = "suspended"
(last-active >= "2006-02") and status = "error"
(last-active >= "2006-02") and status = "completed"
(last-active >= "2006-02") and status = "terminated"
(last-active >= "2006-02") and status = "faulted"
(last-active >= "2006-02") and status in ("active","suspended")
(last-active >= "2006-02") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active >= "2006-02") and started = "2006-01-01T00:00:01"
(last-active >= "2006-02") and started = "2006-01-31"
(last-active >= "2006-02") and started = "2006-01"
(last-active >= "2006-02") and started = "2006"
(last-active >= "2006-02") and started < "2006-01-01T00:00:01"
(last-active >= "2006-02") and started < "2006-01-31"
(last-active >= "2006-02") and started < "2006-01"
(last-active >= "2006-02") and started < "2006"
(last-active >= "2006-02") and started <= "2006-01-01T00:00:01"
(last-active >= "2006-02") and started <= "2006-01-31"
(last-active >= "2006-02") and started <= "2006-01"
(last-active >= "2006-02") and started <= "2006"
(last-active >= "2006-02") and started > "2006-01-01T00:00:01"
(last-active >= "2006-02") and started > "2006-01-31"
(last-active >= "2006-02") and started > "2006-01"
(last-active >= "2006-02") and started > "2006"
(last-active >= "2006-02") and started >= "2006-01-01T00:00:01"
(last-active >= "2006-02") and started >= "2006-01-31"
(last-active >= "2006-02") and started >= "2006-01"
(last-active >= "2006-02") and started >= "2006"
(last-active >= "2006-02") and started like "2006-01-01T00:00:01"
(last-active >= "2006-02") and started like "2006-01-31"
(last-active >= "2006-02") and started like "2006-01"
(last-active >= "2006-02") and started like "2006"
(last-active >= "2006-02") and started in ("2006-01-01T00:00:01")
(last-active >= "2006-02") and started in ("2006-01-31","2006-01")
(last-active >= "2006-02") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active >= "2006") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active >= "2006") and $author = "yuriy"
(last-active >= "2006") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active >= "2006") and $author < "yuriy"
(last-active >= "2006") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active >= "2006") and $author <= "yuriy"
(last-active >= "2006") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active >= "2006") and $author > "yuriy"
(last-active >= "2006") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active >= "2006") and $author >= "yuriy"
(last-active >= "2006") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active >= "2006") and $author like "yuriy"
(last-active >= "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active >= "2006") and $author in ("yuriy")
(last-active >= "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active >= "2006") and $author in ("yuriy","kostya","nazar","orest")
(last-active >= "2006") and pid = "HelloWorld"
(last-active >= "2006") and pid < "HelloWorld"
(last-active >= "2006") and pid <= "HelloWorld"
(last-active >= "2006") and pid > "HelloWorld"
(last-active >= "2006") and pid >= "HelloWorld"
(last-active >= "2006") and pid like "HelloWorld"
(last-active >= "2006") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active >= "2006") and pid in ("Hello*","Hello*World")
(last-active >= "2006") and pid in ("Hello*World")
(last-active >= "2006") and iid = "2006"
(last-active >= "2006") and iid < "2006"
(last-active >= "2006") and iid <= "2006"
(last-active >= "2006") and iid > "2006"
(last-active >= "2006") and iid >= "2006"
(last-active >= "2006") and iid in ("2006")
(last-active >= "2006") and iid in ("2006","20061231")
(last-active >= "2006") and status = "active"
(last-active >= "2006") and status = "suspended"
(last-active >= "2006") and status = "error"
(last-active >= "2006") and status = "completed"
(last-active >= "2006") and status = "terminated"
(last-active >= "2006") and status = "faulted"
(last-active >= "2006") and status in ("active","suspended")
(last-active >= "2006") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active >= "2006") and started = "2006-01-01T00:00:01"
(last-active >= "2006") and started = "2006-01-31"
(last-active >= "2006") and started = "2006-01"
(last-active >= "2006") and started = "2006"
(last-active >= "2006") and started < "2006-01-01T00:00:01"
(last-active >= "2006") and started < "2006-01-31"
(last-active >= "2006") and started < "2006-01"
(last-active >= "2006") and started < "2006"
(last-active >= "2006") and started <= "2006-01-01T00:00:01"
(last-active >= "2006") and started <= "2006-01-31"
(last-active >= "2006") and started <= "2006-01"
(last-active >= "2006") and started <= "2006"
(last-active >= "2006") and started > "2006-01-01T00:00:01"
(last-active >= "2006") and started > "2006-01-31"
(last-active >= "2006") and started > "2006-01"
(last-active >= "2006") and started > "2006"
(last-active >= "2006") and started >= "2006-01-01T00:00:01"
(last-active >= "2006") and started >= "2006-01-31"
(last-active >= "2006") and started >= "2006-01"
(last-active >= "2006") and started >= "2006"
(last-active >= "2006") and started like "2006-01-01T00:00:01"
(last-active >= "2006") and started like "2006-01-31"
(last-active >= "2006") and started like "2006-01"
(last-active >= "2006") and started like "2006"
(last-active >= "2006") and started in ("2006-01-01T00:00:01")
(last-active >= "2006") and started in ("2006-01-31","2006-01")
(last-active >= "2006") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active like "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active like "2006-02-01T00:00:01") and $author = "yuriy"
(last-active like "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active like "2006-02-01T00:00:01") and $author < "yuriy"
(last-active like "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active like "2006-02-01T00:00:01") and $author <= "yuriy"
(last-active like "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active like "2006-02-01T00:00:01") and $author > "yuriy"
(last-active like "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active like "2006-02-01T00:00:01") and $author >= "yuriy"
(last-active like "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active like "2006-02-01T00:00:01") and $author like "yuriy"
(last-active like "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active like "2006-02-01T00:00:01") and $author in ("yuriy")
(last-active like "2006-02-01T00:00:01") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active like "2006-02-01T00:00:01") and $author in ("yuriy","kostya","nazar","orest")
(last-active like "2006-02-01T00:00:01") and pid = "HelloWorld"
(last-active like "2006-02-01T00:00:01") and pid < "HelloWorld"
(last-active like "2006-02-01T00:00:01") and pid <= "HelloWorld"
(last-active like "2006-02-01T00:00:01") and pid > "HelloWorld"
(last-active like "2006-02-01T00:00:01") and pid >= "HelloWorld"
(last-active like "2006-02-01T00:00:01") and pid like "HelloWorld"
(last-active like "2006-02-01T00:00:01") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active like "2006-02-01T00:00:01") and pid in ("Hello*","Hello*World")
(last-active like "2006-02-01T00:00:01") and pid in ("Hello*World")
(last-active like "2006-02-01T00:00:01") and iid = "2006"
(last-active like "2006-02-01T00:00:01") and iid < "2006"
(last-active like "2006-02-01T00:00:01") and iid <= "2006"
(last-active like "2006-02-01T00:00:01") and iid > "2006"
(last-active like "2006-02-01T00:00:01") and iid >= "2006"
(last-active like "2006-02-01T00:00:01") and iid in ("2006")
(last-active like "2006-02-01T00:00:01") and iid in ("2006","20061231")
(last-active like "2006-02-01T00:00:01") and status = "active"
(last-active like "2006-02-01T00:00:01") and status = "suspended"
(last-active like "2006-02-01T00:00:01") and status = "error"
(last-active like "2006-02-01T00:00:01") and status = "completed"
(last-active like "2006-02-01T00:00:01") and status = "terminated"
(last-active like "2006-02-01T00:00:01") and status = "faulted"
(last-active like "2006-02-01T00:00:01") and status in ("active","suspended")
(last-active like "2006-02-01T00:00:01") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active like "2006-02-01T00:00:01") and started = "2006-01-01T00:00:01"
(last-active like "2006-02-01T00:00:01") and started = "2006-01-31"
(last-active like "2006-02-01T00:00:01") and started = "2006-01"
(last-active like "2006-02-01T00:00:01") and started = "2006"
(last-active like "2006-02-01T00:00:01") and started < "2006-01-01T00:00:01"
(last-active like "2006-02-01T00:00:01") and started < "2006-01-31"
(last-active like "2006-02-01T00:00:01") and started < "2006-01"
(last-active like "2006-02-01T00:00:01") and started < "2006"
(last-active like "2006-02-01T00:00:01") and started <= "2006-01-01T00:00:01"
(last-active like "2006-02-01T00:00:01") and started <= "2006-01-31"
(last-active like "2006-02-01T00:00:01") and started <= "2006-01"
(last-active like "2006-02-01T00:00:01") and started <= "2006"
(last-active like "2006-02-01T00:00:01") and started > "2006-01-01T00:00:01"
(last-active like "2006-02-01T00:00:01") and started > "2006-01-31"
(last-active like "2006-02-01T00:00:01") and started > "2006-01"
(last-active like "2006-02-01T00:00:01") and started > "2006"
(last-active like "2006-02-01T00:00:01") and started >= "2006-01-01T00:00:01"
(last-active like "2006-02-01T00:00:01") and started >= "2006-01-31"
(last-active like "2006-02-01T00:00:01") and started >= "2006-01"
(last-active like "2006-02-01T00:00:01") and started >= "2006"
(last-active like "2006-02-01T00:00:01") and started like "2006-01-01T00:00:01"
(last-active like "2006-02-01T00:00:01") and started like "2006-01-31"
(last-active like "2006-02-01T00:00:01") and started like "2006-01"
(last-active like "2006-02-01T00:00:01") and started like "2006"
(last-active like "2006-02-01T00:00:01") and started in ("2006-01-01T00:00:01")
(last-active like "2006-02-01T00:00:01") and started in ("2006-01-31","2006-01")
(last-active like "2006-02-01T00:00:01") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active like "2006-02-21") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active like "2006-02-21") and $author = "yuriy"
(last-active like "2006-02-21") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active like "2006-02-21") and $author < "yuriy"
(last-active like "2006-02-21") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active like "2006-02-21") and $author <= "yuriy"
(last-active like "2006-02-21") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active like "2006-02-21") and $author > "yuriy"
(last-active like "2006-02-21") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active like "2006-02-21") and $author >= "yuriy"
(last-active like "2006-02-21") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active like "2006-02-21") and $author like "yuriy"
(last-active like "2006-02-21") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active like "2006-02-21") and $author in ("yuriy")
(last-active like "2006-02-21") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active like "2006-02-21") and $author in ("yuriy","kostya","nazar","orest")
(last-active like "2006-02-21") and pid = "HelloWorld"
(last-active like "2006-02-21") and pid < "HelloWorld"
(last-active like "2006-02-21") and pid <= "HelloWorld"
(last-active like "2006-02-21") and pid > "HelloWorld"
(last-active like "2006-02-21") and pid >= "HelloWorld"
(last-active like "2006-02-21") and pid like "HelloWorld"
(last-active like "2006-02-21") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active like "2006-02-21") and pid in ("Hello*","Hello*World")
(last-active like "2006-02-21") and pid in ("Hello*World")
(last-active like "2006-02-21") and iid = "2006"
(last-active like "2006-02-21") and iid < "2006"
(last-active like "2006-02-21") and iid <= "2006"
(last-active like "2006-02-21") and iid > "2006"
(last-active like "2006-02-21") and iid >= "2006"
(last-active like "2006-02-21") and iid in ("2006")
(last-active like "2006-02-21") and iid in ("2006","20061231")
(last-active like "2006-02-21") and status = "active"
(last-active like "2006-02-21") and status = "suspended"
(last-active like "2006-02-21") and status = "error"
(last-active like "2006-02-21") and status = "completed"
(last-active like "2006-02-21") and status = "terminated"
(last-active like "2006-02-21") and status = "faulted"
(last-active like "2006-02-21") and status in ("active","suspended")
(last-active like "2006-02-21") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active like "2006-02-21") and started = "2006-01-01T00:00:01"
(last-active like "2006-02-21") and started = "2006-01-31"
(last-active like "2006-02-21") and started = "2006-01"
(last-active like "2006-02-21") and started = "2006"
(last-active like "2006-02-21") and started < "2006-01-01T00:00:01"
(last-active like "2006-02-21") and started < "2006-01-31"
(last-active like "2006-02-21") and started < "2006-01"
(last-active like "2006-02-21") and started < "2006"
(last-active like "2006-02-21") and started <= "2006-01-01T00:00:01"
(last-active like "2006-02-21") and started <= "2006-01-31"
(last-active like "2006-02-21") and started <= "2006-01"
(last-active like "2006-02-21") and started <= "2006"
(last-active like "2006-02-21") and started > "2006-01-01T00:00:01"
(last-active like "2006-02-21") and started > "2006-01-31"
(last-active like "2006-02-21") and started > "2006-01"
(last-active like "2006-02-21") and started > "2006"
(last-active like "2006-02-21") and started >= "2006-01-01T00:00:01"
(last-active like "2006-02-21") and started >= "2006-01-31"
(last-active like "2006-02-21") and started >= "2006-01"
(last-active like "2006-02-21") and started >= "2006"
(last-active like "2006-02-21") and started like "2006-01-01T00:00:01"
(last-active like "2006-02-21") and started like "2006-01-31"
(last-active like "2006-02-21") and started like "2006-01"
(last-active like "2006-02-21") and started like "2006"
(last-active like "2006-02-21") and started in ("2006-01-01T00:00:01")
(last-active like "2006-02-21") and started in ("2006-01-31","2006-01")
(last-active like "2006-02-21") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active like "2006-02") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active like "2006-02") and $author = "yuriy"
(last-active like "2006-02") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active like "2006-02") and $author < "yuriy"
(last-active like "2006-02") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active like "2006-02") and $author <= "yuriy"
(last-active like "2006-02") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active like "2006-02") and $author > "yuriy"
(last-active like "2006-02") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active like "2006-02") and $author >= "yuriy"
(last-active like "2006-02") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active like "2006-02") and $author like "yuriy"
(last-active like "2006-02") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active like "2006-02") and $author in ("yuriy")
(last-active like "2006-02") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active like "2006-02") and $author in ("yuriy","kostya","nazar","orest")
(last-active like "2006-02") and pid = "HelloWorld"
(last-active like "2006-02") and pid < "HelloWorld"
(last-active like "2006-02") and pid <= "HelloWorld"
(last-active like "2006-02") and pid > "HelloWorld"
(last-active like "2006-02") and pid >= "HelloWorld"
(last-active like "2006-02") and pid like "HelloWorld"
(last-active like "2006-02") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active like "2006-02") and pid in ("Hello*","Hello*World")
(last-active like "2006-02") and pid in ("Hello*World")
(last-active like "2006-02") and iid = "2006"
(last-active like "2006-02") and iid < "2006"
(last-active like "2006-02") and iid <= "2006"
(last-active like "2006-02") and iid > "2006"
(last-active like "2006-02") and iid >= "2006"
(last-active like "2006-02") and iid in ("2006")
(last-active like "2006-02") and iid in ("2006","20061231")
(last-active like "2006-02") and status = "active"
(last-active like "2006-02") and status = "suspended"
(last-active like "2006-02") and status = "error"
(last-active like "2006-02") and status = "completed"
(last-active like "2006-02") and status = "terminated"
(last-active like "2006-02") and status = "faulted"
(last-active like "2006-02") and status in ("active","suspended")
(last-active like "2006-02") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active like "2006-02") and started = "2006-01-01T00:00:01"
(last-active like "2006-02") and started = "2006-01-31"
(last-active like "2006-02") and started = "2006-01"
(last-active like "2006-02") and started = "2006"
(last-active like "2006-02") and started < "2006-01-01T00:00:01"
(last-active like "2006-02") and started < "2006-01-31"
(last-active like "2006-02") and started < "2006-01"
(last-active like "2006-02") and started < "2006"
(last-active like "2006-02") and started <= "2006-01-01T00:00:01"
(last-active like "2006-02") and started <= "2006-01-31"
(last-active like "2006-02") and started <= "2006-01"
(last-active like "2006-02") and started <= "2006"
(last-active like "2006-02") and started > "2006-01-01T00:00:01"
(last-active like "2006-02") and started > "2006-01-31"
(last-active like "2006-02") and started > "2006-01"
(last-active like "2006-02") and started > "2006"
(last-active like "2006-02") and started >= "2006-01-01T00:00:01"
(last-active like "2006-02") and started >= "2006-01-31"
(last-active like "2006-02") and started >= "2006-01"
(last-active like "2006-02") and started >= "2006"
(last-active like "2006-02") and started like "2006-01-01T00:00:01"
(last-active like "2006-02") and started like "2006-01-31"
(last-active like "2006-02") and started like "2006-01"
(last-active like "2006-02") and started like "2006"
(last-active like "2006-02") and started in ("2006-01-01T00:00:01")
(last-active like "2006-02") and started in ("2006-01-31","2006-01")
(last-active like "2006-02") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active like "2006") and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active like "2006") and $author = "yuriy"
(last-active like "2006") and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active like "2006") and $author < "yuriy"
(last-active like "2006") and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active like "2006") and $author <= "yuriy"
(last-active like "2006") and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active like "2006") and $author > "yuriy"
(last-active like "2006") and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active like "2006") and $author >= "yuriy"
(last-active like "2006") and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active like "2006") and $author like "yuriy"
(last-active like "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active like "2006") and $author in ("yuriy")
(last-active like "2006") and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active like "2006") and $author in ("yuriy","kostya","nazar","orest")
(last-active like "2006") and pid = "HelloWorld"
(last-active like "2006") and pid < "HelloWorld"
(last-active like "2006") and pid <= "HelloWorld"
(last-active like "2006") and pid > "HelloWorld"
(last-active like "2006") and pid >= "HelloWorld"
(last-active like "2006") and pid like "HelloWorld"
(last-active like "2006") and pid in ("HelloWorld","Hello*","Hello*World")
(last-active like "2006") and pid in ("Hello*","Hello*World")
(last-active like "2006") and pid in ("Hello*World")
(last-active like "2006") and iid = "2006"
(last-active like "2006") and iid < "2006"
(last-active like "2006") and iid <= "2006"
(last-active like "2006") and iid > "2006"
(last-active like "2006") and iid >= "2006"
(last-active like "2006") and iid in ("2006")
(last-active like "2006") and iid in ("2006","20061231")
(last-active like "2006") and status = "active"
(last-active like "2006") and status = "suspended"
(last-active like "2006") and status = "error"
(last-active like "2006") and status = "completed"
(last-active like "2006") and status = "terminated"
(last-active like "2006") and status = "faulted"
(last-active like "2006") and status in ("active","suspended")
(last-active like "2006") and status in ("active","suspended","error","completed","terminated","faulted")
(last-active like "2006") and started = "2006-01-01T00:00:01"
(last-active like "2006") and started = "2006-01-31"
(last-active like "2006") and started = "2006-01"
(last-active like "2006") and started = "2006"
(last-active like "2006") and started < "2006-01-01T00:00:01"
(last-active like "2006") and started < "2006-01-31"
(last-active like "2006") and started < "2006-01"
(last-active like "2006") and started < "2006"
(last-active like "2006") and started <= "2006-01-01T00:00:01"
(last-active like "2006") and started <= "2006-01-31"
(last-active like "2006") and started <= "2006-01"
(last-active like "2006") and started <= "2006"
(last-active like "2006") and started > "2006-01-01T00:00:01"
(last-active like "2006") and started > "2006-01-31"
(last-active like "2006") and started > "2006-01"
(last-active like "2006") and started > "2006"
(last-active like "2006") and started >= "2006-01-01T00:00:01"
(last-active like "2006") and started >= "2006-01-31"
(last-active like "2006") and started >= "2006-01"
(last-active like "2006") and started >= "2006"
(last-active like "2006") and started like "2006-01-01T00:00:01"
(last-active like "2006") and started like "2006-01-31"
(last-active like "2006") and started like "2006-01"
(last-active like "2006") and started like "2006"
(last-active like "2006") and started in ("2006-01-01T00:00:01")
(last-active like "2006") and started in ("2006-01-31","2006-01")
(last-active like "2006") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active in ("2006-02-01T00:00:01")) and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active in ("2006-02-01T00:00:01")) and $author = "yuriy"
(last-active in ("2006-02-01T00:00:01")) and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active in ("2006-02-01T00:00:01")) and $author < "yuriy"
(last-active in ("2006-02-01T00:00:01")) and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active in ("2006-02-01T00:00:01")) and $author <= "yuriy"
(last-active in ("2006-02-01T00:00:01")) and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active in ("2006-02-01T00:00:01")) and $author > "yuriy"
(last-active in ("2006-02-01T00:00:01")) and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active in ("2006-02-01T00:00:01")) and $author >= "yuriy"
(last-active in ("2006-02-01T00:00:01")) and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active in ("2006-02-01T00:00:01")) and $author like "yuriy"
(last-active in ("2006-02-01T00:00:01")) and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active in ("2006-02-01T00:00:01")) and $author in ("yuriy")
(last-active in ("2006-02-01T00:00:01")) and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active in ("2006-02-01T00:00:01")) and $author in ("yuriy","kostya","nazar","orest")
(last-active in ("2006-02-01T00:00:01")) and pid = "HelloWorld"
(last-active in ("2006-02-01T00:00:01")) and pid < "HelloWorld"
(last-active in ("2006-02-01T00:00:01")) and pid <= "HelloWorld"
(last-active in ("2006-02-01T00:00:01")) and pid > "HelloWorld"
(last-active in ("2006-02-01T00:00:01")) and pid >= "HelloWorld"
(last-active in ("2006-02-01T00:00:01")) and pid like "HelloWorld"
(last-active in ("2006-02-01T00:00:01")) and pid in ("HelloWorld","Hello*","Hello*World")
(last-active in ("2006-02-01T00:00:01")) and pid in ("Hello*","Hello*World")
(last-active in ("2006-02-01T00:00:01")) and pid in ("Hello*World")
(last-active in ("2006-02-01T00:00:01")) and iid = "2006"
(last-active in ("2006-02-01T00:00:01")) and iid < "2006"
(last-active in ("2006-02-01T00:00:01")) and iid <= "2006"
(last-active in ("2006-02-01T00:00:01")) and iid > "2006"
(last-active in ("2006-02-01T00:00:01")) and iid >= "2006"
(last-active in ("2006-02-01T00:00:01")) and iid in ("2006")
(last-active in ("2006-02-01T00:00:01")) and iid in ("2006","20061231")
(last-active in ("2006-02-01T00:00:01")) and status = "active"
(last-active in ("2006-02-01T00:00:01")) and status = "suspended"
(last-active in ("2006-02-01T00:00:01")) and status = "error"
(last-active in ("2006-02-01T00:00:01")) and status = "completed"
(last-active in ("2006-02-01T00:00:01")) and status = "terminated"
(last-active in ("2006-02-01T00:00:01")) and status = "faulted"
(last-active in ("2006-02-01T00:00:01")) and status in ("active","suspended")
(last-active in ("2006-02-01T00:00:01")) and status in ("active","suspended","error","completed","terminated","faulted")
(last-active in ("2006-02-01T00:00:01")) and started = "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01")) and started = "2006-01-31"
(last-active in ("2006-02-01T00:00:01")) and started = "2006-01"
(last-active in ("2006-02-01T00:00:01")) and started = "2006"
(last-active in ("2006-02-01T00:00:01")) and started < "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01")) and started < "2006-01-31"
(last-active in ("2006-02-01T00:00:01")) and started < "2006-01"
(last-active in ("2006-02-01T00:00:01")) and started < "2006"
(last-active in ("2006-02-01T00:00:01")) and started <= "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01")) and started <= "2006-01-31"
(last-active in ("2006-02-01T00:00:01")) and started <= "2006-01"
(last-active in ("2006-02-01T00:00:01")) and started <= "2006"
(last-active in ("2006-02-01T00:00:01")) and started > "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01")) and started > "2006-01-31"
(last-active in ("2006-02-01T00:00:01")) and started > "2006-01"
(last-active in ("2006-02-01T00:00:01")) and started > "2006"
(last-active in ("2006-02-01T00:00:01")) and started >= "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01")) and started >= "2006-01-31"
(last-active in ("2006-02-01T00:00:01")) and started >= "2006-01"
(last-active in ("2006-02-01T00:00:01")) and started >= "2006"
(last-active in ("2006-02-01T00:00:01")) and started like "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01")) and started like "2006-01-31"
(last-active in ("2006-02-01T00:00:01")) and started like "2006-01"
(last-active in ("2006-02-01T00:00:01")) and started like "2006"
(last-active in ("2006-02-01T00:00:01")) and started in ("2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01")) and started in ("2006-01-31","2006-01")
(last-active in ("2006-02-01T00:00:01")) and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and $author = "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and $author < "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and $author <= "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and $author > "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and $author >= "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and $author like "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and $author in ("yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and $author in ("yuriy","kostya","nazar","orest")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and pid = "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and pid < "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and pid <= "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and pid > "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and pid >= "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and pid like "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and pid in ("HelloWorld","Hello*","Hello*World")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and pid in ("Hello*","Hello*World")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and pid in ("Hello*World")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and iid = "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and iid < "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and iid <= "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and iid > "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and iid >= "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and iid in ("2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and iid in ("2006","20061231")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and status = "active"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and status = "suspended"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and status = "error"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and status = "completed"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and status = "terminated"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and status = "faulted"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and status in ("active","suspended")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and status in ("active","suspended","error","completed","terminated","faulted")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started = "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started = "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started = "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started = "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started < "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started < "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started < "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started < "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started <= "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started <= "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started <= "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started <= "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started > "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started > "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started > "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started > "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started >= "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started >= "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started >= "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started >= "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started like "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started like "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started like "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started like "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started in ("2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started in ("2006-01-31","2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and $author = "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and $author < "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and $author <= "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and $author > "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and $author >= "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and $author like "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and $author in ("yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and $author in ("yuriy","kostya","nazar","orest")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and pid = "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and pid < "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and pid <= "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and pid > "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and pid >= "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and pid like "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and pid in ("HelloWorld","Hello*","Hello*World")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and pid in ("Hello*","Hello*World")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and pid in ("Hello*World")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and iid = "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and iid < "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and iid <= "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and iid > "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and iid >= "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and iid in ("2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and iid in ("2006","20061231")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and status = "active"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and status = "suspended"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and status = "error"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and status = "completed"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and status = "terminated"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and status = "faulted"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and status in ("active","suspended")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and status in ("active","suspended","error","completed","terminated","faulted")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started = "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started = "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started = "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started = "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started < "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started < "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started < "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started < "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started <= "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started <= "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started <= "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started <= "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started > "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started > "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started > "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started > "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started >= "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started >= "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started >= "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started >= "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started like "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started like "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started like "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started like "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started in ("2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started in ("2006-01-31","2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active = "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active = "2006-02-01T00:00:01" and ($author = "yuriy")
last-active = "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active = "2006-02-01T00:00:01" and ($author < "yuriy")
last-active = "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active = "2006-02-01T00:00:01" and ($author <= "yuriy")
last-active = "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active = "2006-02-01T00:00:01" and ($author > "yuriy")
last-active = "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active = "2006-02-01T00:00:01" and ($author >= "yuriy")
last-active = "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active = "2006-02-01T00:00:01" and ($author like "yuriy")
last-active = "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active = "2006-02-01T00:00:01" and ($author in ("yuriy"))
last-active = "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active = "2006-02-01T00:00:01" and ($author in ("yuriy","kostya","nazar","orest"))
last-active = "2006-02-01T00:00:01" and (pid = "HelloWorld")
last-active = "2006-02-01T00:00:01" and (pid < "HelloWorld")
last-active = "2006-02-01T00:00:01" and (pid <= "HelloWorld")
last-active = "2006-02-01T00:00:01" and (pid > "HelloWorld")
last-active = "2006-02-01T00:00:01" and (pid >= "HelloWorld")
last-active = "2006-02-01T00:00:01" and (pid like "HelloWorld")
last-active = "2006-02-01T00:00:01" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active = "2006-02-01T00:00:01" and (pid in ("Hello*","Hello*World"))
last-active = "2006-02-01T00:00:01" and (pid in ("Hello*World"))
last-active = "2006-02-01T00:00:01" and (iid = "2006")
last-active = "2006-02-01T00:00:01" and (iid < "2006")
last-active = "2006-02-01T00:00:01" and (iid <= "2006")
last-active = "2006-02-01T00:00:01" and (iid > "2006")
last-active = "2006-02-01T00:00:01" and (iid >= "2006")
last-active = "2006-02-01T00:00:01" and (iid in ("2006"))
last-active = "2006-02-01T00:00:01" and (iid in ("2006","20061231"))
last-active = "2006-02-01T00:00:01" and (status = "active")
last-active = "2006-02-01T00:00:01" and (status = "suspended")
last-active = "2006-02-01T00:00:01" and (status = "error")
last-active = "2006-02-01T00:00:01" and (status = "completed")
last-active = "2006-02-01T00:00:01" and (status = "terminated")
last-active = "2006-02-01T00:00:01" and (status = "faulted")
last-active = "2006-02-01T00:00:01" and (status in ("active","suspended"))
last-active = "2006-02-01T00:00:01" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active = "2006-02-01T00:00:01" and (started = "2006-01-01T00:00:01")
last-active = "2006-02-01T00:00:01" and (started = "2006-01-31")
last-active = "2006-02-01T00:00:01" and (started = "2006-01")
last-active = "2006-02-01T00:00:01" and (started = "2006")
last-active = "2006-02-01T00:00:01" and (started < "2006-01-01T00:00:01")
last-active = "2006-02-01T00:00:01" and (started < "2006-01-31")
last-active = "2006-02-01T00:00:01" and (started < "2006-01")
last-active = "2006-02-01T00:00:01" and (started < "2006")
last-active = "2006-02-01T00:00:01" and (started <= "2006-01-01T00:00:01")
last-active = "2006-02-01T00:00:01" and (started <= "2006-01-31")
last-active = "2006-02-01T00:00:01" and (started <= "2006-01")
last-active = "2006-02-01T00:00:01" and (started <= "2006")
last-active = "2006-02-01T00:00:01" and (started > "2006-01-01T00:00:01")
last-active = "2006-02-01T00:00:01" and (started > "2006-01-31")
last-active = "2006-02-01T00:00:01" and (started > "2006-01")
last-active = "2006-02-01T00:00:01" and (started > "2006")
last-active = "2006-02-01T00:00:01" and (started >= "2006-01-01T00:00:01")
last-active = "2006-02-01T00:00:01" and (started >= "2006-01-31")
last-active = "2006-02-01T00:00:01" and (started >= "2006-01")
last-active = "2006-02-01T00:00:01" and (started >= "2006")
last-active = "2006-02-01T00:00:01" and (started like "2006-01-01T00:00:01")
last-active = "2006-02-01T00:00:01" and (started like "2006-01-31")
last-active = "2006-02-01T00:00:01" and (started like "2006-01")
last-active = "2006-02-01T00:00:01" and (started like "2006")
last-active = "2006-02-01T00:00:01" and (started in ("2006-01-01T00:00:01"))
last-active = "2006-02-01T00:00:01" and (started in ("2006-01-31","2006-01"))
last-active = "2006-02-01T00:00:01" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active = "2006-02-21" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active = "2006-02-21" and ($author = "yuriy")
last-active = "2006-02-21" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active = "2006-02-21" and ($author < "yuriy")
last-active = "2006-02-21" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active = "2006-02-21" and ($author <= "yuriy")
last-active = "2006-02-21" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active = "2006-02-21" and ($author > "yuriy")
last-active = "2006-02-21" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active = "2006-02-21" and ($author >= "yuriy")
last-active = "2006-02-21" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active = "2006-02-21" and ($author like "yuriy")
last-active = "2006-02-21" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active = "2006-02-21" and ($author in ("yuriy"))
last-active = "2006-02-21" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active = "2006-02-21" and ($author in ("yuriy","kostya","nazar","orest"))
last-active = "2006-02-21" and (pid = "HelloWorld")
last-active = "2006-02-21" and (pid < "HelloWorld")
last-active = "2006-02-21" and (pid <= "HelloWorld")
last-active = "2006-02-21" and (pid > "HelloWorld")
last-active = "2006-02-21" and (pid >= "HelloWorld")
last-active = "2006-02-21" and (pid like "HelloWorld")
last-active = "2006-02-21" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active = "2006-02-21" and (pid in ("Hello*","Hello*World"))
last-active = "2006-02-21" and (pid in ("Hello*World"))
last-active = "2006-02-21" and (iid = "2006")
last-active = "2006-02-21" and (iid < "2006")
last-active = "2006-02-21" and (iid <= "2006")
last-active = "2006-02-21" and (iid > "2006")
last-active = "2006-02-21" and (iid >= "2006")
last-active = "2006-02-21" and (iid in ("2006"))
last-active = "2006-02-21" and (iid in ("2006","20061231"))
last-active = "2006-02-21" and (status = "active")
last-active = "2006-02-21" and (status = "suspended")
last-active = "2006-02-21" and (status = "error")
last-active = "2006-02-21" and (status = "completed")
last-active = "2006-02-21" and (status = "terminated")
last-active = "2006-02-21" and (status = "faulted")
last-active = "2006-02-21" and (status in ("active","suspended"))
last-active = "2006-02-21" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active = "2006-02-21" and (started = "2006-01-01T00:00:01")
last-active = "2006-02-21" and (started = "2006-01-31")
last-active = "2006-02-21" and (started = "2006-01")
last-active = "2006-02-21" and (started = "2006")
last-active = "2006-02-21" and (started < "2006-01-01T00:00:01")
last-active = "2006-02-21" and (started < "2006-01-31")
last-active = "2006-02-21" and (started < "2006-01")
last-active = "2006-02-21" and (started < "2006")
last-active = "2006-02-21" and (started <= "2006-01-01T00:00:01")
last-active = "2006-02-21" and (started <= "2006-01-31")
last-active = "2006-02-21" and (started <= "2006-01")
last-active = "2006-02-21" and (started <= "2006")
last-active = "2006-02-21" and (started > "2006-01-01T00:00:01")
last-active = "2006-02-21" and (started > "2006-01-31")
last-active = "2006-02-21" and (started > "2006-01")
last-active = "2006-02-21" and (started > "2006")
last-active = "2006-02-21" and (started >= "2006-01-01T00:00:01")
last-active = "2006-02-21" and (started >= "2006-01-31")
last-active = "2006-02-21" and (started >= "2006-01")
last-active = "2006-02-21" and (started >= "2006")
last-active = "2006-02-21" and (started like "2006-01-01T00:00:01")
last-active = "2006-02-21" and (started like "2006-01-31")
last-active = "2006-02-21" and (started like "2006-01")
last-active = "2006-02-21" and (started like "2006")
last-active = "2006-02-21" and (started in ("2006-01-01T00:00:01"))
last-active = "2006-02-21" and (started in ("2006-01-31","2006-01"))
last-active = "2006-02-21" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active = "2006-02" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active = "2006-02" and ($author = "yuriy")
last-active = "2006-02" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active = "2006-02" and ($author < "yuriy")
last-active = "2006-02" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active = "2006-02" and ($author <= "yuriy")
last-active = "2006-02" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active = "2006-02" and ($author > "yuriy")
last-active = "2006-02" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active = "2006-02" and ($author >= "yuriy")
last-active = "2006-02" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active = "2006-02" and ($author like "yuriy")
last-active = "2006-02" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active = "2006-02" and ($author in ("yuriy"))
last-active = "2006-02" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active = "2006-02" and ($author in ("yuriy","kostya","nazar","orest"))
last-active = "2006-02" and (pid = "HelloWorld")
last-active = "2006-02" and (pid < "HelloWorld")
last-active = "2006-02" and (pid <= "HelloWorld")
last-active = "2006-02" and (pid > "HelloWorld")
last-active = "2006-02" and (pid >= "HelloWorld")
last-active = "2006-02" and (pid like "HelloWorld")
last-active = "2006-02" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active = "2006-02" and (pid in ("Hello*","Hello*World"))
last-active = "2006-02" and (pid in ("Hello*World"))
last-active = "2006-02" and (iid = "2006")
last-active = "2006-02" and (iid < "2006")
last-active = "2006-02" and (iid <= "2006")
last-active = "2006-02" and (iid > "2006")
last-active = "2006-02" and (iid >= "2006")
last-active = "2006-02" and (iid in ("2006"))
last-active = "2006-02" and (iid in ("2006","20061231"))
last-active = "2006-02" and (status = "active")
last-active = "2006-02" and (status = "suspended")
last-active = "2006-02" and (status = "error")
last-active = "2006-02" and (status = "completed")
last-active = "2006-02" and (status = "terminated")
last-active = "2006-02" and (status = "faulted")
last-active = "2006-02" and (status in ("active","suspended"))
last-active = "2006-02" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active = "2006-02" and (started = "2006-01-01T00:00:01")
last-active = "2006-02" and (started = "2006-01-31")
last-active = "2006-02" and (started = "2006-01")
last-active = "2006-02" and (started = "2006")
last-active = "2006-02" and (started < "2006-01-01T00:00:01")
last-active = "2006-02" and (started < "2006-01-31")
last-active = "2006-02" and (started < "2006-01")
last-active = "2006-02" and (started < "2006")
last-active = "2006-02" and (started <= "2006-01-01T00:00:01")
last-active = "2006-02" and (started <= "2006-01-31")
last-active = "2006-02" and (started <= "2006-01")
last-active = "2006-02" and (started <= "2006")
last-active = "2006-02" and (started > "2006-01-01T00:00:01")
last-active = "2006-02" and (started > "2006-01-31")
last-active = "2006-02" and (started > "2006-01")
last-active = "2006-02" and (started > "2006")
last-active = "2006-02" and (started >= "2006-01-01T00:00:01")
last-active = "2006-02" and (started >= "2006-01-31")
last-active = "2006-02" and (started >= "2006-01")
last-active = "2006-02" and (started >= "2006")
last-active = "2006-02" and (started like "2006-01-01T00:00:01")
last-active = "2006-02" and (started like "2006-01-31")
last-active = "2006-02" and (started like "2006-01")
last-active = "2006-02" and (started like "2006")
last-active = "2006-02" and (started in ("2006-01-01T00:00:01"))
last-active = "2006-02" and (started in ("2006-01-31","2006-01"))
last-active = "2006-02" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active = "2006" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active = "2006" and ($author = "yuriy")
last-active = "2006" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active = "2006" and ($author < "yuriy")
last-active = "2006" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active = "2006" and ($author <= "yuriy")
last-active = "2006" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active = "2006" and ($author > "yuriy")
last-active = "2006" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active = "2006" and ($author >= "yuriy")
last-active = "2006" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active = "2006" and ($author like "yuriy")
last-active = "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active = "2006" and ($author in ("yuriy"))
last-active = "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active = "2006" and ($author in ("yuriy","kostya","nazar","orest"))
last-active = "2006" and (pid = "HelloWorld")
last-active = "2006" and (pid < "HelloWorld")
last-active = "2006" and (pid <= "HelloWorld")
last-active = "2006" and (pid > "HelloWorld")
last-active = "2006" and (pid >= "HelloWorld")
last-active = "2006" and (pid like "HelloWorld")
last-active = "2006" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active = "2006" and (pid in ("Hello*","Hello*World"))
last-active = "2006" and (pid in ("Hello*World"))
last-active = "2006" and (iid = "2006")
last-active = "2006" and (iid < "2006")
last-active = "2006" and (iid <= "2006")
last-active = "2006" and (iid > "2006")
last-active = "2006" and (iid >= "2006")
last-active = "2006" and (iid in ("2006"))
last-active = "2006" and (iid in ("2006","20061231"))
last-active = "2006" and (status = "active")
last-active = "2006" and (status = "suspended")
last-active = "2006" and (status = "error")
last-active = "2006" and (status = "completed")
last-active = "2006" and (status = "terminated")
last-active = "2006" and (status = "faulted")
last-active = "2006" and (status in ("active","suspended"))
last-active = "2006" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active = "2006" and (started = "2006-01-01T00:00:01")
last-active = "2006" and (started = "2006-01-31")
last-active = "2006" and (started = "2006-01")
last-active = "2006" and (started = "2006")
last-active = "2006" and (started < "2006-01-01T00:00:01")
last-active = "2006" and (started < "2006-01-31")
last-active = "2006" and (started < "2006-01")
last-active = "2006" and (started < "2006")
last-active = "2006" and (started <= "2006-01-01T00:00:01")
last-active = "2006" and (started <= "2006-01-31")
last-active = "2006" and (started <= "2006-01")
last-active = "2006" and (started <= "2006")
last-active = "2006" and (started > "2006-01-01T00:00:01")
last-active = "2006" and (started > "2006-01-31")
last-active = "2006" and (started > "2006-01")
last-active = "2006" and (started > "2006")
last-active = "2006" and (started >= "2006-01-01T00:00:01")
last-active = "2006" and (started >= "2006-01-31")
last-active = "2006" and (started >= "2006-01")
last-active = "2006" and (started >= "2006")
last-active = "2006" and (started like "2006-01-01T00:00:01")
last-active = "2006" and (started like "2006-01-31")
last-active = "2006" and (started like "2006-01")
last-active = "2006" and (started like "2006")
last-active = "2006" and (started in ("2006-01-01T00:00:01"))
last-active = "2006" and (started in ("2006-01-31","2006-01"))
last-active = "2006" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active < "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active < "2006-02-01T00:00:01" and ($author = "yuriy")
last-active < "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active < "2006-02-01T00:00:01" and ($author < "yuriy")
last-active < "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active < "2006-02-01T00:00:01" and ($author <= "yuriy")
last-active < "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active < "2006-02-01T00:00:01" and ($author > "yuriy")
last-active < "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active < "2006-02-01T00:00:01" and ($author >= "yuriy")
last-active < "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active < "2006-02-01T00:00:01" and ($author like "yuriy")
last-active < "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active < "2006-02-01T00:00:01" and ($author in ("yuriy"))
last-active < "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active < "2006-02-01T00:00:01" and ($author in ("yuriy","kostya","nazar","orest"))
last-active < "2006-02-01T00:00:01" and (pid = "HelloWorld")
last-active < "2006-02-01T00:00:01" and (pid < "HelloWorld")
last-active < "2006-02-01T00:00:01" and (pid <= "HelloWorld")
last-active < "2006-02-01T00:00:01" and (pid > "HelloWorld")
last-active < "2006-02-01T00:00:01" and (pid >= "HelloWorld")
last-active < "2006-02-01T00:00:01" and (pid like "HelloWorld")
last-active < "2006-02-01T00:00:01" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active < "2006-02-01T00:00:01" and (pid in ("Hello*","Hello*World"))
last-active < "2006-02-01T00:00:01" and (pid in ("Hello*World"))
last-active < "2006-02-01T00:00:01" and (iid = "2006")
last-active < "2006-02-01T00:00:01" and (iid < "2006")
last-active < "2006-02-01T00:00:01" and (iid <= "2006")
last-active < "2006-02-01T00:00:01" and (iid > "2006")
last-active < "2006-02-01T00:00:01" and (iid >= "2006")
last-active < "2006-02-01T00:00:01" and (iid in ("2006"))
last-active < "2006-02-01T00:00:01" and (iid in ("2006","20061231"))
last-active < "2006-02-01T00:00:01" and (status = "active")
last-active < "2006-02-01T00:00:01" and (status = "suspended")
last-active < "2006-02-01T00:00:01" and (status = "error")
last-active < "2006-02-01T00:00:01" and (status = "completed")
last-active < "2006-02-01T00:00:01" and (status = "terminated")
last-active < "2006-02-01T00:00:01" and (status = "faulted")
last-active < "2006-02-01T00:00:01" and (status in ("active","suspended"))
last-active < "2006-02-01T00:00:01" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active < "2006-02-01T00:00:01" and (started = "2006-01-01T00:00:01")
last-active < "2006-02-01T00:00:01" and (started = "2006-01-31")
last-active < "2006-02-01T00:00:01" and (started = "2006-01")
last-active < "2006-02-01T00:00:01" and (started = "2006")
last-active < "2006-02-01T00:00:01" and (started < "2006-01-01T00:00:01")
last-active < "2006-02-01T00:00:01" and (started < "2006-01-31")
last-active < "2006-02-01T00:00:01" and (started < "2006-01")
last-active < "2006-02-01T00:00:01" and (started < "2006")
last-active < "2006-02-01T00:00:01" and (started <= "2006-01-01T00:00:01")
last-active < "2006-02-01T00:00:01" and (started <= "2006-01-31")
last-active < "2006-02-01T00:00:01" and (started <= "2006-01")
last-active < "2006-02-01T00:00:01" and (started <= "2006")
last-active < "2006-02-01T00:00:01" and (started > "2006-01-01T00:00:01")
last-active < "2006-02-01T00:00:01" and (started > "2006-01-31")
last-active < "2006-02-01T00:00:01" and (started > "2006-01")
last-active < "2006-02-01T00:00:01" and (started > "2006")
last-active < "2006-02-01T00:00:01" and (started >= "2006-01-01T00:00:01")
last-active < "2006-02-01T00:00:01" and (started >= "2006-01-31")
last-active < "2006-02-01T00:00:01" and (started >= "2006-01")
last-active < "2006-02-01T00:00:01" and (started >= "2006")
last-active < "2006-02-01T00:00:01" and (started like "2006-01-01T00:00:01")
last-active < "2006-02-01T00:00:01" and (started like "2006-01-31")
last-active < "2006-02-01T00:00:01" and (started like "2006-01")
last-active < "2006-02-01T00:00:01" and (started like "2006")
last-active < "2006-02-01T00:00:01" and (started in ("2006-01-01T00:00:01"))
last-active < "2006-02-01T00:00:01" and (started in ("2006-01-31","2006-01"))
last-active < "2006-02-01T00:00:01" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active < "2006-02-21" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active < "2006-02-21" and ($author = "yuriy")
last-active < "2006-02-21" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active < "2006-02-21" and ($author < "yuriy")
last-active < "2006-02-21" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active < "2006-02-21" and ($author <= "yuriy")
last-active < "2006-02-21" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active < "2006-02-21" and ($author > "yuriy")
last-active < "2006-02-21" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active < "2006-02-21" and ($author >= "yuriy")
last-active < "2006-02-21" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active < "2006-02-21" and ($author like "yuriy")
last-active < "2006-02-21" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active < "2006-02-21" and ($author in ("yuriy"))
last-active < "2006-02-21" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active < "2006-02-21" and ($author in ("yuriy","kostya","nazar","orest"))
last-active < "2006-02-21" and (pid = "HelloWorld")
last-active < "2006-02-21" and (pid < "HelloWorld")
last-active < "2006-02-21" and (pid <= "HelloWorld")
last-active < "2006-02-21" and (pid > "HelloWorld")
last-active < "2006-02-21" and (pid >= "HelloWorld")
last-active < "2006-02-21" and (pid like "HelloWorld")
last-active < "2006-02-21" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active < "2006-02-21" and (pid in ("Hello*","Hello*World"))
last-active < "2006-02-21" and (pid in ("Hello*World"))
last-active < "2006-02-21" and (iid = "2006")
last-active < "2006-02-21" and (iid < "2006")
last-active < "2006-02-21" and (iid <= "2006")
last-active < "2006-02-21" and (iid > "2006")
last-active < "2006-02-21" and (iid >= "2006")
last-active < "2006-02-21" and (iid in ("2006"))
last-active < "2006-02-21" and (iid in ("2006","20061231"))
last-active < "2006-02-21" and (status = "active")
last-active < "2006-02-21" and (status = "suspended")
last-active < "2006-02-21" and (status = "error")
last-active < "2006-02-21" and (status = "completed")
last-active < "2006-02-21" and (status = "terminated")
last-active < "2006-02-21" and (status = "faulted")
last-active < "2006-02-21" and (status in ("active","suspended"))
last-active < "2006-02-21" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active < "2006-02-21" and (started = "2006-01-01T00:00:01")
last-active < "2006-02-21" and (started = "2006-01-31")
last-active < "2006-02-21" and (started = "2006-01")
last-active < "2006-02-21" and (started = "2006")
last-active < "2006-02-21" and (started < "2006-01-01T00:00:01")
last-active < "2006-02-21" and (started < "2006-01-31")
last-active < "2006-02-21" and (started < "2006-01")
last-active < "2006-02-21" and (started < "2006")
last-active < "2006-02-21" and (started <= "2006-01-01T00:00:01")
last-active < "2006-02-21" and (started <= "2006-01-31")
last-active < "2006-02-21" and (started <= "2006-01")
last-active < "2006-02-21" and (started <= "2006")
last-active < "2006-02-21" and (started > "2006-01-01T00:00:01")
last-active < "2006-02-21" and (started > "2006-01-31")
last-active < "2006-02-21" and (started > "2006-01")
last-active < "2006-02-21" and (started > "2006")
last-active < "2006-02-21" and (started >= "2006-01-01T00:00:01")
last-active < "2006-02-21" and (started >= "2006-01-31")
last-active < "2006-02-21" and (started >= "2006-01")
last-active < "2006-02-21" and (started >= "2006")
last-active < "2006-02-21" and (started like "2006-01-01T00:00:01")
last-active < "2006-02-21" and (started like "2006-01-31")
last-active < "2006-02-21" and (started like "2006-01")
last-active < "2006-02-21" and (started like "2006")
last-active < "2006-02-21" and (started in ("2006-01-01T00:00:01"))
last-active < "2006-02-21" and (started in ("2006-01-31","2006-01"))
last-active < "2006-02-21" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active < "2006-02" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active < "2006-02" and ($author = "yuriy")
last-active < "2006-02" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active < "2006-02" and ($author < "yuriy")
last-active < "2006-02" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active < "2006-02" and ($author <= "yuriy")
last-active < "2006-02" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active < "2006-02" and ($author > "yuriy")
last-active < "2006-02" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active < "2006-02" and ($author >= "yuriy")
last-active < "2006-02" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active < "2006-02" and ($author like "yuriy")
last-active < "2006-02" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active < "2006-02" and ($author in ("yuriy"))
last-active < "2006-02" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active < "2006-02" and ($author in ("yuriy","kostya","nazar","orest"))
last-active < "2006-02" and (pid = "HelloWorld")
last-active < "2006-02" and (pid < "HelloWorld")
last-active < "2006-02" and (pid <= "HelloWorld")
last-active < "2006-02" and (pid > "HelloWorld")
last-active < "2006-02" and (pid >= "HelloWorld")
last-active < "2006-02" and (pid like "HelloWorld")
last-active < "2006-02" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active < "2006-02" and (pid in ("Hello*","Hello*World"))
last-active < "2006-02" and (pid in ("Hello*World"))
last-active < "2006-02" and (iid = "2006")
last-active < "2006-02" and (iid < "2006")
last-active < "2006-02" and (iid <= "2006")
last-active < "2006-02" and (iid > "2006")
last-active < "2006-02" and (iid >= "2006")
last-active < "2006-02" and (iid in ("2006"))
last-active < "2006-02" and (iid in ("2006","20061231"))
last-active < "2006-02" and (status = "active")
last-active < "2006-02" and (status = "suspended")
last-active < "2006-02" and (status = "error")
last-active < "2006-02" and (status = "completed")
last-active < "2006-02" and (status = "terminated")
last-active < "2006-02" and (status = "faulted")
last-active < "2006-02" and (status in ("active","suspended"))
last-active < "2006-02" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active < "2006-02" and (started = "2006-01-01T00:00:01")
last-active < "2006-02" and (started = "2006-01-31")
last-active < "2006-02" and (started = "2006-01")
last-active < "2006-02" and (started = "2006")
last-active < "2006-02" and (started < "2006-01-01T00:00:01")
last-active < "2006-02" and (started < "2006-01-31")
last-active < "2006-02" and (started < "2006-01")
last-active < "2006-02" and (started < "2006")
last-active < "2006-02" and (started <= "2006-01-01T00:00:01")
last-active < "2006-02" and (started <= "2006-01-31")
last-active < "2006-02" and (started <= "2006-01")
last-active < "2006-02" and (started <= "2006")
last-active < "2006-02" and (started > "2006-01-01T00:00:01")
last-active < "2006-02" and (started > "2006-01-31")
last-active < "2006-02" and (started > "2006-01")
last-active < "2006-02" and (started > "2006")
last-active < "2006-02" and (started >= "2006-01-01T00:00:01")
last-active < "2006-02" and (started >= "2006-01-31")
last-active < "2006-02" and (started >= "2006-01")
last-active < "2006-02" and (started >= "2006")
last-active < "2006-02" and (started like "2006-01-01T00:00:01")
last-active < "2006-02" and (started like "2006-01-31")
last-active < "2006-02" and (started like "2006-01")
last-active < "2006-02" and (started like "2006")
last-active < "2006-02" and (started in ("2006-01-01T00:00:01"))
last-active < "2006-02" and (started in ("2006-01-31","2006-01"))
last-active < "2006-02" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active < "2006" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active < "2006" and ($author = "yuriy")
last-active < "2006" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active < "2006" and ($author < "yuriy")
last-active < "2006" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active < "2006" and ($author <= "yuriy")
last-active < "2006" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active < "2006" and ($author > "yuriy")
last-active < "2006" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active < "2006" and ($author >= "yuriy")
last-active < "2006" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active < "2006" and ($author like "yuriy")
last-active < "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active < "2006" and ($author in ("yuriy"))
last-active < "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active < "2006" and ($author in ("yuriy","kostya","nazar","orest"))
last-active < "2006" and (pid = "HelloWorld")
last-active < "2006" and (pid < "HelloWorld")
last-active < "2006" and (pid <= "HelloWorld")
last-active < "2006" and (pid > "HelloWorld")
last-active < "2006" and (pid >= "HelloWorld")
last-active < "2006" and (pid like "HelloWorld")
last-active < "2006" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active < "2006" and (pid in ("Hello*","Hello*World"))
last-active < "2006" and (pid in ("Hello*World"))
last-active < "2006" and (iid = "2006")
last-active < "2006" and (iid < "2006")
last-active < "2006" and (iid <= "2006")
last-active < "2006" and (iid > "2006")
last-active < "2006" and (iid >= "2006")
last-active < "2006" and (iid in ("2006"))
last-active < "2006" and (iid in ("2006","20061231"))
last-active < "2006" and (status = "active")
last-active < "2006" and (status = "suspended")
last-active < "2006" and (status = "error")
last-active < "2006" and (status = "completed")
last-active < "2006" and (status = "terminated")
last-active < "2006" and (status = "faulted")
last-active < "2006" and (status in ("active","suspended"))
last-active < "2006" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active < "2006" and (started = "2006-01-01T00:00:01")
last-active < "2006" and (started = "2006-01-31")
last-active < "2006" and (started = "2006-01")
last-active < "2006" and (started = "2006")
last-active < "2006" and (started < "2006-01-01T00:00:01")
last-active < "2006" and (started < "2006-01-31")
last-active < "2006" and (started < "2006-01")
last-active < "2006" and (started < "2006")
last-active < "2006" and (started <= "2006-01-01T00:00:01")
last-active < "2006" and (started <= "2006-01-31")
last-active < "2006" and (started <= "2006-01")
last-active < "2006" and (started <= "2006")
last-active < "2006" and (started > "2006-01-01T00:00:01")
last-active < "2006" and (started > "2006-01-31")
last-active < "2006" and (started > "2006-01")
last-active < "2006" and (started > "2006")
last-active < "2006" and (started >= "2006-01-01T00:00:01")
last-active < "2006" and (started >= "2006-01-31")
last-active < "2006" and (started >= "2006-01")
last-active < "2006" and (started >= "2006")
last-active < "2006" and (started like "2006-01-01T00:00:01")
last-active < "2006" and (started like "2006-01-31")
last-active < "2006" and (started like "2006-01")
last-active < "2006" and (started like "2006")
last-active < "2006" and (started in ("2006-01-01T00:00:01"))
last-active < "2006" and (started in ("2006-01-31","2006-01"))
last-active < "2006" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active <= "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active <= "2006-02-01T00:00:01" and ($author = "yuriy")
last-active <= "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active <= "2006-02-01T00:00:01" and ($author < "yuriy")
last-active <= "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active <= "2006-02-01T00:00:01" and ($author <= "yuriy")
last-active <= "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active <= "2006-02-01T00:00:01" and ($author > "yuriy")
last-active <= "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active <= "2006-02-01T00:00:01" and ($author >= "yuriy")
last-active <= "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active <= "2006-02-01T00:00:01" and ($author like "yuriy")
last-active <= "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active <= "2006-02-01T00:00:01" and ($author in ("yuriy"))
last-active <= "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active <= "2006-02-01T00:00:01" and ($author in ("yuriy","kostya","nazar","orest"))
last-active <= "2006-02-01T00:00:01" and (pid = "HelloWorld")
last-active <= "2006-02-01T00:00:01" and (pid < "HelloWorld")
last-active <= "2006-02-01T00:00:01" and (pid <= "HelloWorld")
last-active <= "2006-02-01T00:00:01" and (pid > "HelloWorld")
last-active <= "2006-02-01T00:00:01" and (pid >= "HelloWorld")
last-active <= "2006-02-01T00:00:01" and (pid like "HelloWorld")
last-active <= "2006-02-01T00:00:01" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active <= "2006-02-01T00:00:01" and (pid in ("Hello*","Hello*World"))
last-active <= "2006-02-01T00:00:01" and (pid in ("Hello*World"))
last-active <= "2006-02-01T00:00:01" and (iid = "2006")
last-active <= "2006-02-01T00:00:01" and (iid < "2006")
last-active <= "2006-02-01T00:00:01" and (iid <= "2006")
last-active <= "2006-02-01T00:00:01" and (iid > "2006")
last-active <= "2006-02-01T00:00:01" and (iid >= "2006")
last-active <= "2006-02-01T00:00:01" and (iid in ("2006"))
last-active <= "2006-02-01T00:00:01" and (iid in ("2006","20061231"))
last-active <= "2006-02-01T00:00:01" and (status = "active")
last-active <= "2006-02-01T00:00:01" and (status = "suspended")
last-active <= "2006-02-01T00:00:01" and (status = "error")
last-active <= "2006-02-01T00:00:01" and (status = "completed")
last-active <= "2006-02-01T00:00:01" and (status = "terminated")
last-active <= "2006-02-01T00:00:01" and (status = "faulted")
last-active <= "2006-02-01T00:00:01" and (status in ("active","suspended"))
last-active <= "2006-02-01T00:00:01" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active <= "2006-02-01T00:00:01" and (started = "2006-01-01T00:00:01")
last-active <= "2006-02-01T00:00:01" and (started = "2006-01-31")
last-active <= "2006-02-01T00:00:01" and (started = "2006-01")
last-active <= "2006-02-01T00:00:01" and (started = "2006")
last-active <= "2006-02-01T00:00:01" and (started < "2006-01-01T00:00:01")
last-active <= "2006-02-01T00:00:01" and (started < "2006-01-31")
last-active <= "2006-02-01T00:00:01" and (started < "2006-01")
last-active <= "2006-02-01T00:00:01" and (started < "2006")
last-active <= "2006-02-01T00:00:01" and (started <= "2006-01-01T00:00:01")
last-active <= "2006-02-01T00:00:01" and (started <= "2006-01-31")
last-active <= "2006-02-01T00:00:01" and (started <= "2006-01")
last-active <= "2006-02-01T00:00:01" and (started <= "2006")
last-active <= "2006-02-01T00:00:01" and (started > "2006-01-01T00:00:01")
last-active <= "2006-02-01T00:00:01" and (started > "2006-01-31")
last-active <= "2006-02-01T00:00:01" and (started > "2006-01")
last-active <= "2006-02-01T00:00:01" and (started > "2006")
last-active <= "2006-02-01T00:00:01" and (started >= "2006-01-01T00:00:01")
last-active <= "2006-02-01T00:00:01" and (started >= "2006-01-31")
last-active <= "2006-02-01T00:00:01" and (started >= "2006-01")
last-active <= "2006-02-01T00:00:01" and (started >= "2006")
last-active <= "2006-02-01T00:00:01" and (started like "2006-01-01T00:00:01")
last-active <= "2006-02-01T00:00:01" and (started like "2006-01-31")
last-active <= "2006-02-01T00:00:01" and (started like "2006-01")
last-active <= "2006-02-01T00:00:01" and (started like "2006")
last-active <= "2006-02-01T00:00:01" and (started in ("2006-01-01T00:00:01"))
last-active <= "2006-02-01T00:00:01" and (started in ("2006-01-31","2006-01"))
last-active <= "2006-02-01T00:00:01" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active <= "2006-02-21" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active <= "2006-02-21" and ($author = "yuriy")
last-active <= "2006-02-21" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active <= "2006-02-21" and ($author < "yuriy")
last-active <= "2006-02-21" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active <= "2006-02-21" and ($author <= "yuriy")
last-active <= "2006-02-21" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active <= "2006-02-21" and ($author > "yuriy")
last-active <= "2006-02-21" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active <= "2006-02-21" and ($author >= "yuriy")
last-active <= "2006-02-21" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active <= "2006-02-21" and ($author like "yuriy")
last-active <= "2006-02-21" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active <= "2006-02-21" and ($author in ("yuriy"))
last-active <= "2006-02-21" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active <= "2006-02-21" and ($author in ("yuriy","kostya","nazar","orest"))
last-active <= "2006-02-21" and (pid = "HelloWorld")
last-active <= "2006-02-21" and (pid < "HelloWorld")
last-active <= "2006-02-21" and (pid <= "HelloWorld")
last-active <= "2006-02-21" and (pid > "HelloWorld")
last-active <= "2006-02-21" and (pid >= "HelloWorld")
last-active <= "2006-02-21" and (pid like "HelloWorld")
last-active <= "2006-02-21" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active <= "2006-02-21" and (pid in ("Hello*","Hello*World"))
last-active <= "2006-02-21" and (pid in ("Hello*World"))
last-active <= "2006-02-21" and (iid = "2006")
last-active <= "2006-02-21" and (iid < "2006")
last-active <= "2006-02-21" and (iid <= "2006")
last-active <= "2006-02-21" and (iid > "2006")
last-active <= "2006-02-21" and (iid >= "2006")
last-active <= "2006-02-21" and (iid in ("2006"))
last-active <= "2006-02-21" and (iid in ("2006","20061231"))
last-active <= "2006-02-21" and (status = "active")
last-active <= "2006-02-21" and (status = "suspended")
last-active <= "2006-02-21" and (status = "error")
last-active <= "2006-02-21" and (status = "completed")
last-active <= "2006-02-21" and (status = "terminated")
last-active <= "2006-02-21" and (status = "faulted")
last-active <= "2006-02-21" and (status in ("active","suspended"))
last-active <= "2006-02-21" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active <= "2006-02-21" and (started = "2006-01-01T00:00:01")
last-active <= "2006-02-21" and (started = "2006-01-31")
last-active <= "2006-02-21" and (started = "2006-01")
last-active <= "2006-02-21" and (started = "2006")
last-active <= "2006-02-21" and (started < "2006-01-01T00:00:01")
last-active <= "2006-02-21" and (started < "2006-01-31")
last-active <= "2006-02-21" and (started < "2006-01")
last-active <= "2006-02-21" and (started < "2006")
last-active <= "2006-02-21" and (started <= "2006-01-01T00:00:01")
last-active <= "2006-02-21" and (started <= "2006-01-31")
last-active <= "2006-02-21" and (started <= "2006-01")
last-active <= "2006-02-21" and (started <= "2006")
last-active <= "2006-02-21" and (started > "2006-01-01T00:00:01")
last-active <= "2006-02-21" and (started > "2006-01-31")
last-active <= "2006-02-21" and (started > "2006-01")
last-active <= "2006-02-21" and (started > "2006")
last-active <= "2006-02-21" and (started >= "2006-01-01T00:00:01")
last-active <= "2006-02-21" and (started >= "2006-01-31")
last-active <= "2006-02-21" and (started >= "2006-01")
last-active <= "2006-02-21" and (started >= "2006")
last-active <= "2006-02-21" and (started like "2006-01-01T00:00:01")
last-active <= "2006-02-21" and (started like "2006-01-31")
last-active <= "2006-02-21" and (started like "2006-01")
last-active <= "2006-02-21" and (started like "2006")
last-active <= "2006-02-21" and (started in ("2006-01-01T00:00:01"))
last-active <= "2006-02-21" and (started in ("2006-01-31","2006-01"))
last-active <= "2006-02-21" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active <= "2006-02" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active <= "2006-02" and ($author = "yuriy")
last-active <= "2006-02" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active <= "2006-02" and ($author < "yuriy")
last-active <= "2006-02" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active <= "2006-02" and ($author <= "yuriy")
last-active <= "2006-02" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active <= "2006-02" and ($author > "yuriy")
last-active <= "2006-02" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active <= "2006-02" and ($author >= "yuriy")
last-active <= "2006-02" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active <= "2006-02" and ($author like "yuriy")
last-active <= "2006-02" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active <= "2006-02" and ($author in ("yuriy"))
last-active <= "2006-02" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active <= "2006-02" and ($author in ("yuriy","kostya","nazar","orest"))
last-active <= "2006-02" and (pid = "HelloWorld")
last-active <= "2006-02" and (pid < "HelloWorld")
last-active <= "2006-02" and (pid <= "HelloWorld")
last-active <= "2006-02" and (pid > "HelloWorld")
last-active <= "2006-02" and (pid >= "HelloWorld")
last-active <= "2006-02" and (pid like "HelloWorld")
last-active <= "2006-02" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active <= "2006-02" and (pid in ("Hello*","Hello*World"))
last-active <= "2006-02" and (pid in ("Hello*World"))
last-active <= "2006-02" and (iid = "2006")
last-active <= "2006-02" and (iid < "2006")
last-active <= "2006-02" and (iid <= "2006")
last-active <= "2006-02" and (iid > "2006")
last-active <= "2006-02" and (iid >= "2006")
last-active <= "2006-02" and (iid in ("2006"))
last-active <= "2006-02" and (iid in ("2006","20061231"))
last-active <= "2006-02" and (status = "active")
last-active <= "2006-02" and (status = "suspended")
last-active <= "2006-02" and (status = "error")
last-active <= "2006-02" and (status = "completed")
last-active <= "2006-02" and (status = "terminated")
last-active <= "2006-02" and (status = "faulted")
last-active <= "2006-02" and (status in ("active","suspended"))
last-active <= "2006-02" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active <= "2006-02" and (started = "2006-01-01T00:00:01")
last-active <= "2006-02" and (started = "2006-01-31")
last-active <= "2006-02" and (started = "2006-01")
last-active <= "2006-02" and (started = "2006")
last-active <= "2006-02" and (started < "2006-01-01T00:00:01")
last-active <= "2006-02" and (started < "2006-01-31")
last-active <= "2006-02" and (started < "2006-01")
last-active <= "2006-02" and (started < "2006")
last-active <= "2006-02" and (started <= "2006-01-01T00:00:01")
last-active <= "2006-02" and (started <= "2006-01-31")
last-active <= "2006-02" and (started <= "2006-01")
last-active <= "2006-02" and (started <= "2006")
last-active <= "2006-02" and (started > "2006-01-01T00:00:01")
last-active <= "2006-02" and (started > "2006-01-31")
last-active <= "2006-02" and (started > "2006-01")
last-active <= "2006-02" and (started > "2006")
last-active <= "2006-02" and (started >= "2006-01-01T00:00:01")
last-active <= "2006-02" and (started >= "2006-01-31")
last-active <= "2006-02" and (started >= "2006-01")
last-active <= "2006-02" and (started >= "2006")
last-active <= "2006-02" and (started like "2006-01-01T00:00:01")
last-active <= "2006-02" and (started like "2006-01-31")
last-active <= "2006-02" and (started like "2006-01")
last-active <= "2006-02" and (started like "2006")
last-active <= "2006-02" and (started in ("2006-01-01T00:00:01"))
last-active <= "2006-02" and (started in ("2006-01-31","2006-01"))
last-active <= "2006-02" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active <= "2006" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active <= "2006" and ($author = "yuriy")
last-active <= "2006" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active <= "2006" and ($author < "yuriy")
last-active <= "2006" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active <= "2006" and ($author <= "yuriy")
last-active <= "2006" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active <= "2006" and ($author > "yuriy")
last-active <= "2006" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active <= "2006" and ($author >= "yuriy")
last-active <= "2006" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active <= "2006" and ($author like "yuriy")
last-active <= "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active <= "2006" and ($author in ("yuriy"))
last-active <= "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active <= "2006" and ($author in ("yuriy","kostya","nazar","orest"))
last-active <= "2006" and (pid = "HelloWorld")
last-active <= "2006" and (pid < "HelloWorld")
last-active <= "2006" and (pid <= "HelloWorld")
last-active <= "2006" and (pid > "HelloWorld")
last-active <= "2006" and (pid >= "HelloWorld")
last-active <= "2006" and (pid like "HelloWorld")
last-active <= "2006" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active <= "2006" and (pid in ("Hello*","Hello*World"))
last-active <= "2006" and (pid in ("Hello*World"))
last-active <= "2006" and (iid = "2006")
last-active <= "2006" and (iid < "2006")
last-active <= "2006" and (iid <= "2006")
last-active <= "2006" and (iid > "2006")
last-active <= "2006" and (iid >= "2006")
last-active <= "2006" and (iid in ("2006"))
last-active <= "2006" and (iid in ("2006","20061231"))
last-active <= "2006" and (status = "active")
last-active <= "2006" and (status = "suspended")
last-active <= "2006" and (status = "error")
last-active <= "2006" and (status = "completed")
last-active <= "2006" and (status = "terminated")
last-active <= "2006" and (status = "faulted")
last-active <= "2006" and (status in ("active","suspended"))
last-active <= "2006" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active <= "2006" and (started = "2006-01-01T00:00:01")
last-active <= "2006" and (started = "2006-01-31")
last-active <= "2006" and (started = "2006-01")
last-active <= "2006" and (started = "2006")
last-active <= "2006" and (started < "2006-01-01T00:00:01")
last-active <= "2006" and (started < "2006-01-31")
last-active <= "2006" and (started < "2006-01")
last-active <= "2006" and (started < "2006")
last-active <= "2006" and (started <= "2006-01-01T00:00:01")
last-active <= "2006" and (started <= "2006-01-31")
last-active <= "2006" and (started <= "2006-01")
last-active <= "2006" and (started <= "2006")
last-active <= "2006" and (started > "2006-01-01T00:00:01")
last-active <= "2006" and (started > "2006-01-31")
last-active <= "2006" and (started > "2006-01")
last-active <= "2006" and (started > "2006")
last-active <= "2006" and (started >= "2006-01-01T00:00:01")
last-active <= "2006" and (started >= "2006-01-31")
last-active <= "2006" and (started >= "2006-01")
last-active <= "2006" and (started >= "2006")
last-active <= "2006" and (started like "2006-01-01T00:00:01")
last-active <= "2006" and (started like "2006-01-31")
last-active <= "2006" and (started like "2006-01")
last-active <= "2006" and (started like "2006")
last-active <= "2006" and (started in ("2006-01-01T00:00:01"))
last-active <= "2006" and (started in ("2006-01-31","2006-01"))
last-active <= "2006" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active > "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active > "2006-02-01T00:00:01" and ($author = "yuriy")
last-active > "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active > "2006-02-01T00:00:01" and ($author < "yuriy")
last-active > "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active > "2006-02-01T00:00:01" and ($author <= "yuriy")
last-active > "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active > "2006-02-01T00:00:01" and ($author > "yuriy")
last-active > "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active > "2006-02-01T00:00:01" and ($author >= "yuriy")
last-active > "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active > "2006-02-01T00:00:01" and ($author like "yuriy")
last-active > "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active > "2006-02-01T00:00:01" and ($author in ("yuriy"))
last-active > "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active > "2006-02-01T00:00:01" and ($author in ("yuriy","kostya","nazar","orest"))
last-active > "2006-02-01T00:00:01" and (pid = "HelloWorld")
last-active > "2006-02-01T00:00:01" and (pid < "HelloWorld")
last-active > "2006-02-01T00:00:01" and (pid <= "HelloWorld")
last-active > "2006-02-01T00:00:01" and (pid > "HelloWorld")
last-active > "2006-02-01T00:00:01" and (pid >= "HelloWorld")
last-active > "2006-02-01T00:00:01" and (pid like "HelloWorld")
last-active > "2006-02-01T00:00:01" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active > "2006-02-01T00:00:01" and (pid in ("Hello*","Hello*World"))
last-active > "2006-02-01T00:00:01" and (pid in ("Hello*World"))
last-active > "2006-02-01T00:00:01" and (iid = "2006")
last-active > "2006-02-01T00:00:01" and (iid < "2006")
last-active > "2006-02-01T00:00:01" and (iid <= "2006")
last-active > "2006-02-01T00:00:01" and (iid > "2006")
last-active > "2006-02-01T00:00:01" and (iid >= "2006")
last-active > "2006-02-01T00:00:01" and (iid in ("2006"))
last-active > "2006-02-01T00:00:01" and (iid in ("2006","20061231"))
last-active > "2006-02-01T00:00:01" and (status = "active")
last-active > "2006-02-01T00:00:01" and (status = "suspended")
last-active > "2006-02-01T00:00:01" and (status = "error")
last-active > "2006-02-01T00:00:01" and (status = "completed")
last-active > "2006-02-01T00:00:01" and (status = "terminated")
last-active > "2006-02-01T00:00:01" and (status = "faulted")
last-active > "2006-02-01T00:00:01" and (status in ("active","suspended"))
last-active > "2006-02-01T00:00:01" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active > "2006-02-01T00:00:01" and (started = "2006-01-01T00:00:01")
last-active > "2006-02-01T00:00:01" and (started = "2006-01-31")
last-active > "2006-02-01T00:00:01" and (started = "2006-01")
last-active > "2006-02-01T00:00:01" and (started = "2006")
last-active > "2006-02-01T00:00:01" and (started < "2006-01-01T00:00:01")
last-active > "2006-02-01T00:00:01" and (started < "2006-01-31")
last-active > "2006-02-01T00:00:01" and (started < "2006-01")
last-active > "2006-02-01T00:00:01" and (started < "2006")
last-active > "2006-02-01T00:00:01" and (started <= "2006-01-01T00:00:01")
last-active > "2006-02-01T00:00:01" and (started <= "2006-01-31")
last-active > "2006-02-01T00:00:01" and (started <= "2006-01")
last-active > "2006-02-01T00:00:01" and (started <= "2006")
last-active > "2006-02-01T00:00:01" and (started > "2006-01-01T00:00:01")
last-active > "2006-02-01T00:00:01" and (started > "2006-01-31")
last-active > "2006-02-01T00:00:01" and (started > "2006-01")
last-active > "2006-02-01T00:00:01" and (started > "2006")
last-active > "2006-02-01T00:00:01" and (started >= "2006-01-01T00:00:01")
last-active > "2006-02-01T00:00:01" and (started >= "2006-01-31")
last-active > "2006-02-01T00:00:01" and (started >= "2006-01")
last-active > "2006-02-01T00:00:01" and (started >= "2006")
last-active > "2006-02-01T00:00:01" and (started like "2006-01-01T00:00:01")
last-active > "2006-02-01T00:00:01" and (started like "2006-01-31")
last-active > "2006-02-01T00:00:01" and (started like "2006-01")
last-active > "2006-02-01T00:00:01" and (started like "2006")
last-active > "2006-02-01T00:00:01" and (started in ("2006-01-01T00:00:01"))
last-active > "2006-02-01T00:00:01" and (started in ("2006-01-31","2006-01"))
last-active > "2006-02-01T00:00:01" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active > "2006-02-21" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active > "2006-02-21" and ($author = "yuriy")
last-active > "2006-02-21" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active > "2006-02-21" and ($author < "yuriy")
last-active > "2006-02-21" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active > "2006-02-21" and ($author <= "yuriy")
last-active > "2006-02-21" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active > "2006-02-21" and ($author > "yuriy")
last-active > "2006-02-21" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active > "2006-02-21" and ($author >= "yuriy")
last-active > "2006-02-21" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active > "2006-02-21" and ($author like "yuriy")
last-active > "2006-02-21" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active > "2006-02-21" and ($author in ("yuriy"))
last-active > "2006-02-21" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active > "2006-02-21" and ($author in ("yuriy","kostya","nazar","orest"))
last-active > "2006-02-21" and (pid = "HelloWorld")
last-active > "2006-02-21" and (pid < "HelloWorld")
last-active > "2006-02-21" and (pid <= "HelloWorld")
last-active > "2006-02-21" and (pid > "HelloWorld")
last-active > "2006-02-21" and (pid >= "HelloWorld")
last-active > "2006-02-21" and (pid like "HelloWorld")
last-active > "2006-02-21" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active > "2006-02-21" and (pid in ("Hello*","Hello*World"))
last-active > "2006-02-21" and (pid in ("Hello*World"))
last-active > "2006-02-21" and (iid = "2006")
last-active > "2006-02-21" and (iid < "2006")
last-active > "2006-02-21" and (iid <= "2006")
last-active > "2006-02-21" and (iid > "2006")
last-active > "2006-02-21" and (iid >= "2006")
last-active > "2006-02-21" and (iid in ("2006"))
last-active > "2006-02-21" and (iid in ("2006","20061231"))
last-active > "2006-02-21" and (status = "active")
last-active > "2006-02-21" and (status = "suspended")
last-active > "2006-02-21" and (status = "error")
last-active > "2006-02-21" and (status = "completed")
last-active > "2006-02-21" and (status = "terminated")
last-active > "2006-02-21" and (status = "faulted")
last-active > "2006-02-21" and (status in ("active","suspended"))
last-active > "2006-02-21" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active > "2006-02-21" and (started = "2006-01-01T00:00:01")
last-active > "2006-02-21" and (started = "2006-01-31")
last-active > "2006-02-21" and (started = "2006-01")
last-active > "2006-02-21" and (started = "2006")
last-active > "2006-02-21" and (started < "2006-01-01T00:00:01")
last-active > "2006-02-21" and (started < "2006-01-31")
last-active > "2006-02-21" and (started < "2006-01")
last-active > "2006-02-21" and (started < "2006")
last-active > "2006-02-21" and (started <= "2006-01-01T00:00:01")
last-active > "2006-02-21" and (started <= "2006-01-31")
last-active > "2006-02-21" and (started <= "2006-01")
last-active > "2006-02-21" and (started <= "2006")
last-active > "2006-02-21" and (started > "2006-01-01T00:00:01")
last-active > "2006-02-21" and (started > "2006-01-31")
last-active > "2006-02-21" and (started > "2006-01")
last-active > "2006-02-21" and (started > "2006")
last-active > "2006-02-21" and (started >= "2006-01-01T00:00:01")
last-active > "2006-02-21" and (started >= "2006-01-31")
last-active > "2006-02-21" and (started >= "2006-01")
last-active > "2006-02-21" and (started >= "2006")
last-active > "2006-02-21" and (started like "2006-01-01T00:00:01")
last-active > "2006-02-21" and (started like "2006-01-31")
last-active > "2006-02-21" and (started like "2006-01")
last-active > "2006-02-21" and (started like "2006")
last-active > "2006-02-21" and (started in ("2006-01-01T00:00:01"))
last-active > "2006-02-21" and (started in ("2006-01-31","2006-01"))
last-active > "2006-02-21" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active > "2006-02" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active > "2006-02" and ($author = "yuriy")
last-active > "2006-02" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active > "2006-02" and ($author < "yuriy")
last-active > "2006-02" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active > "2006-02" and ($author <= "yuriy")
last-active > "2006-02" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active > "2006-02" and ($author > "yuriy")
last-active > "2006-02" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active > "2006-02" and ($author >= "yuriy")
last-active > "2006-02" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active > "2006-02" and ($author like "yuriy")
last-active > "2006-02" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active > "2006-02" and ($author in ("yuriy"))
last-active > "2006-02" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active > "2006-02" and ($author in ("yuriy","kostya","nazar","orest"))
last-active > "2006-02" and (pid = "HelloWorld")
last-active > "2006-02" and (pid < "HelloWorld")
last-active > "2006-02" and (pid <= "HelloWorld")
last-active > "2006-02" and (pid > "HelloWorld")
last-active > "2006-02" and (pid >= "HelloWorld")
last-active > "2006-02" and (pid like "HelloWorld")
last-active > "2006-02" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active > "2006-02" and (pid in ("Hello*","Hello*World"))
last-active > "2006-02" and (pid in ("Hello*World"))
last-active > "2006-02" and (iid = "2006")
last-active > "2006-02" and (iid < "2006")
last-active > "2006-02" and (iid <= "2006")
last-active > "2006-02" and (iid > "2006")
last-active > "2006-02" and (iid >= "2006")
last-active > "2006-02" and (iid in ("2006"))
last-active > "2006-02" and (iid in ("2006","20061231"))
last-active > "2006-02" and (status = "active")
last-active > "2006-02" and (status = "suspended")
last-active > "2006-02" and (status = "error")
last-active > "2006-02" and (status = "completed")
last-active > "2006-02" and (status = "terminated")
last-active > "2006-02" and (status = "faulted")
last-active > "2006-02" and (status in ("active","suspended"))
last-active > "2006-02" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active > "2006-02" and (started = "2006-01-01T00:00:01")
last-active > "2006-02" and (started = "2006-01-31")
last-active > "2006-02" and (started = "2006-01")
last-active > "2006-02" and (started = "2006")
last-active > "2006-02" and (started < "2006-01-01T00:00:01")
last-active > "2006-02" and (started < "2006-01-31")
last-active > "2006-02" and (started < "2006-01")
last-active > "2006-02" and (started < "2006")
last-active > "2006-02" and (started <= "2006-01-01T00:00:01")
last-active > "2006-02" and (started <= "2006-01-31")
last-active > "2006-02" and (started <= "2006-01")
last-active > "2006-02" and (started <= "2006")
last-active > "2006-02" and (started > "2006-01-01T00:00:01")
last-active > "2006-02" and (started > "2006-01-31")
last-active > "2006-02" and (started > "2006-01")
last-active > "2006-02" and (started > "2006")
last-active > "2006-02" and (started >= "2006-01-01T00:00:01")
last-active > "2006-02" and (started >= "2006-01-31")
last-active > "2006-02" and (started >= "2006-01")
last-active > "2006-02" and (started >= "2006")
last-active > "2006-02" and (started like "2006-01-01T00:00:01")
last-active > "2006-02" and (started like "2006-01-31")
last-active > "2006-02" and (started like "2006-01")
last-active > "2006-02" and (started like "2006")
last-active > "2006-02" and (started in ("2006-01-01T00:00:01"))
last-active > "2006-02" and (started in ("2006-01-31","2006-01"))
last-active > "2006-02" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active > "2006" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active > "2006" and ($author = "yuriy")
last-active > "2006" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active > "2006" and ($author < "yuriy")
last-active > "2006" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active > "2006" and ($author <= "yuriy")
last-active > "2006" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active > "2006" and ($author > "yuriy")
last-active > "2006" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active > "2006" and ($author >= "yuriy")
last-active > "2006" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active > "2006" and ($author like "yuriy")
last-active > "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active > "2006" and ($author in ("yuriy"))
last-active > "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active > "2006" and ($author in ("yuriy","kostya","nazar","orest"))
last-active > "2006" and (pid = "HelloWorld")
last-active > "2006" and (pid < "HelloWorld")
last-active > "2006" and (pid <= "HelloWorld")
last-active > "2006" and (pid > "HelloWorld")
last-active > "2006" and (pid >= "HelloWorld")
last-active > "2006" and (pid like "HelloWorld")
last-active > "2006" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active > "2006" and (pid in ("Hello*","Hello*World"))
last-active > "2006" and (pid in ("Hello*World"))
last-active > "2006" and (iid = "2006")
last-active > "2006" and (iid < "2006")
last-active > "2006" and (iid <= "2006")
last-active > "2006" and (iid > "2006")
last-active > "2006" and (iid >= "2006")
last-active > "2006" and (iid in ("2006"))
last-active > "2006" and (iid in ("2006","20061231"))
last-active > "2006" and (status = "active")
last-active > "2006" and (status = "suspended")
last-active > "2006" and (status = "error")
last-active > "2006" and (status = "completed")
last-active > "2006" and (status = "terminated")
last-active > "2006" and (status = "faulted")
last-active > "2006" and (status in ("active","suspended"))
last-active > "2006" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active > "2006" and (started = "2006-01-01T00:00:01")
last-active > "2006" and (started = "2006-01-31")
last-active > "2006" and (started = "2006-01")
last-active > "2006" and (started = "2006")
last-active > "2006" and (started < "2006-01-01T00:00:01")
last-active > "2006" and (started < "2006-01-31")
last-active > "2006" and (started < "2006-01")
last-active > "2006" and (started < "2006")
last-active > "2006" and (started <= "2006-01-01T00:00:01")
last-active > "2006" and (started <= "2006-01-31")
last-active > "2006" and (started <= "2006-01")
last-active > "2006" and (started <= "2006")
last-active > "2006" and (started > "2006-01-01T00:00:01")
last-active > "2006" and (started > "2006-01-31")
last-active > "2006" and (started > "2006-01")
last-active > "2006" and (started > "2006")
last-active > "2006" and (started >= "2006-01-01T00:00:01")
last-active > "2006" and (started >= "2006-01-31")
last-active > "2006" and (started >= "2006-01")
last-active > "2006" and (started >= "2006")
last-active > "2006" and (started like "2006-01-01T00:00:01")
last-active > "2006" and (started like "2006-01-31")
last-active > "2006" and (started like "2006-01")
last-active > "2006" and (started like "2006")
last-active > "2006" and (started in ("2006-01-01T00:00:01"))
last-active > "2006" and (started in ("2006-01-31","2006-01"))
last-active > "2006" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active >= "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active >= "2006-02-01T00:00:01" and ($author = "yuriy")
last-active >= "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active >= "2006-02-01T00:00:01" and ($author < "yuriy")
last-active >= "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active >= "2006-02-01T00:00:01" and ($author <= "yuriy")
last-active >= "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active >= "2006-02-01T00:00:01" and ($author > "yuriy")
last-active >= "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active >= "2006-02-01T00:00:01" and ($author >= "yuriy")
last-active >= "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active >= "2006-02-01T00:00:01" and ($author like "yuriy")
last-active >= "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active >= "2006-02-01T00:00:01" and ($author in ("yuriy"))
last-active >= "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active >= "2006-02-01T00:00:01" and ($author in ("yuriy","kostya","nazar","orest"))
last-active >= "2006-02-01T00:00:01" and (pid = "HelloWorld")
last-active >= "2006-02-01T00:00:01" and (pid < "HelloWorld")
last-active >= "2006-02-01T00:00:01" and (pid <= "HelloWorld")
last-active >= "2006-02-01T00:00:01" and (pid > "HelloWorld")
last-active >= "2006-02-01T00:00:01" and (pid >= "HelloWorld")
last-active >= "2006-02-01T00:00:01" and (pid like "HelloWorld")
last-active >= "2006-02-01T00:00:01" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active >= "2006-02-01T00:00:01" and (pid in ("Hello*","Hello*World"))
last-active >= "2006-02-01T00:00:01" and (pid in ("Hello*World"))
last-active >= "2006-02-01T00:00:01" and (iid = "2006")
last-active >= "2006-02-01T00:00:01" and (iid < "2006")
last-active >= "2006-02-01T00:00:01" and (iid <= "2006")
last-active >= "2006-02-01T00:00:01" and (iid > "2006")
last-active >= "2006-02-01T00:00:01" and (iid >= "2006")
last-active >= "2006-02-01T00:00:01" and (iid in ("2006"))
last-active >= "2006-02-01T00:00:01" and (iid in ("2006","20061231"))
last-active >= "2006-02-01T00:00:01" and (status = "active")
last-active >= "2006-02-01T00:00:01" and (status = "suspended")
last-active >= "2006-02-01T00:00:01" and (status = "error")
last-active >= "2006-02-01T00:00:01" and (status = "completed")
last-active >= "2006-02-01T00:00:01" and (status = "terminated")
last-active >= "2006-02-01T00:00:01" and (status = "faulted")
last-active >= "2006-02-01T00:00:01" and (status in ("active","suspended"))
last-active >= "2006-02-01T00:00:01" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active >= "2006-02-01T00:00:01" and (started = "2006-01-01T00:00:01")
last-active >= "2006-02-01T00:00:01" and (started = "2006-01-31")
last-active >= "2006-02-01T00:00:01" and (started = "2006-01")
last-active >= "2006-02-01T00:00:01" and (started = "2006")
last-active >= "2006-02-01T00:00:01" and (started < "2006-01-01T00:00:01")
last-active >= "2006-02-01T00:00:01" and (started < "2006-01-31")
last-active >= "2006-02-01T00:00:01" and (started < "2006-01")
last-active >= "2006-02-01T00:00:01" and (started < "2006")
last-active >= "2006-02-01T00:00:01" and (started <= "2006-01-01T00:00:01")
last-active >= "2006-02-01T00:00:01" and (started <= "2006-01-31")
last-active >= "2006-02-01T00:00:01" and (started <= "2006-01")
last-active >= "2006-02-01T00:00:01" and (started <= "2006")
last-active >= "2006-02-01T00:00:01" and (started > "2006-01-01T00:00:01")
last-active >= "2006-02-01T00:00:01" and (started > "2006-01-31")
last-active >= "2006-02-01T00:00:01" and (started > "2006-01")
last-active >= "2006-02-01T00:00:01" and (started > "2006")
last-active >= "2006-02-01T00:00:01" and (started >= "2006-01-01T00:00:01")
last-active >= "2006-02-01T00:00:01" and (started >= "2006-01-31")
last-active >= "2006-02-01T00:00:01" and (started >= "2006-01")
last-active >= "2006-02-01T00:00:01" and (started >= "2006")
last-active >= "2006-02-01T00:00:01" and (started like "2006-01-01T00:00:01")
last-active >= "2006-02-01T00:00:01" and (started like "2006-01-31")
last-active >= "2006-02-01T00:00:01" and (started like "2006-01")
last-active >= "2006-02-01T00:00:01" and (started like "2006")
last-active >= "2006-02-01T00:00:01" and (started in ("2006-01-01T00:00:01"))
last-active >= "2006-02-01T00:00:01" and (started in ("2006-01-31","2006-01"))
last-active >= "2006-02-01T00:00:01" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active >= "2006-02-21" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active >= "2006-02-21" and ($author = "yuriy")
last-active >= "2006-02-21" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active >= "2006-02-21" and ($author < "yuriy")
last-active >= "2006-02-21" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active >= "2006-02-21" and ($author <= "yuriy")
last-active >= "2006-02-21" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active >= "2006-02-21" and ($author > "yuriy")
last-active >= "2006-02-21" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active >= "2006-02-21" and ($author >= "yuriy")
last-active >= "2006-02-21" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active >= "2006-02-21" and ($author like "yuriy")
last-active >= "2006-02-21" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active >= "2006-02-21" and ($author in ("yuriy"))
last-active >= "2006-02-21" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active >= "2006-02-21" and ($author in ("yuriy","kostya","nazar","orest"))
last-active >= "2006-02-21" and (pid = "HelloWorld")
last-active >= "2006-02-21" and (pid < "HelloWorld")
last-active >= "2006-02-21" and (pid <= "HelloWorld")
last-active >= "2006-02-21" and (pid > "HelloWorld")
last-active >= "2006-02-21" and (pid >= "HelloWorld")
last-active >= "2006-02-21" and (pid like "HelloWorld")
last-active >= "2006-02-21" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active >= "2006-02-21" and (pid in ("Hello*","Hello*World"))
last-active >= "2006-02-21" and (pid in ("Hello*World"))
last-active >= "2006-02-21" and (iid = "2006")
last-active >= "2006-02-21" and (iid < "2006")
last-active >= "2006-02-21" and (iid <= "2006")
last-active >= "2006-02-21" and (iid > "2006")
last-active >= "2006-02-21" and (iid >= "2006")
last-active >= "2006-02-21" and (iid in ("2006"))
last-active >= "2006-02-21" and (iid in ("2006","20061231"))
last-active >= "2006-02-21" and (status = "active")
last-active >= "2006-02-21" and (status = "suspended")
last-active >= "2006-02-21" and (status = "error")
last-active >= "2006-02-21" and (status = "completed")
last-active >= "2006-02-21" and (status = "terminated")
last-active >= "2006-02-21" and (status = "faulted")
last-active >= "2006-02-21" and (status in ("active","suspended"))
last-active >= "2006-02-21" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active >= "2006-02-21" and (started = "2006-01-01T00:00:01")
last-active >= "2006-02-21" and (started = "2006-01-31")
last-active >= "2006-02-21" and (started = "2006-01")
last-active >= "2006-02-21" and (started = "2006")
last-active >= "2006-02-21" and (started < "2006-01-01T00:00:01")
last-active >= "2006-02-21" and (started < "2006-01-31")
last-active >= "2006-02-21" and (started < "2006-01")
last-active >= "2006-02-21" and (started < "2006")
last-active >= "2006-02-21" and (started <= "2006-01-01T00:00:01")
last-active >= "2006-02-21" and (started <= "2006-01-31")
last-active >= "2006-02-21" and (started <= "2006-01")
last-active >= "2006-02-21" and (started <= "2006")
last-active >= "2006-02-21" and (started > "2006-01-01T00:00:01")
last-active >= "2006-02-21" and (started > "2006-01-31")
last-active >= "2006-02-21" and (started > "2006-01")
last-active >= "2006-02-21" and (started > "2006")
last-active >= "2006-02-21" and (started >= "2006-01-01T00:00:01")
last-active >= "2006-02-21" and (started >= "2006-01-31")
last-active >= "2006-02-21" and (started >= "2006-01")
last-active >= "2006-02-21" and (started >= "2006")
last-active >= "2006-02-21" and (started like "2006-01-01T00:00:01")
last-active >= "2006-02-21" and (started like "2006-01-31")
last-active >= "2006-02-21" and (started like "2006-01")
last-active >= "2006-02-21" and (started like "2006")
last-active >= "2006-02-21" and (started in ("2006-01-01T00:00:01"))
last-active >= "2006-02-21" and (started in ("2006-01-31","2006-01"))
last-active >= "2006-02-21" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active >= "2006-02" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active >= "2006-02" and ($author = "yuriy")
last-active >= "2006-02" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active >= "2006-02" and ($author < "yuriy")
last-active >= "2006-02" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active >= "2006-02" and ($author <= "yuriy")
last-active >= "2006-02" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active >= "2006-02" and ($author > "yuriy")
last-active >= "2006-02" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active >= "2006-02" and ($author >= "yuriy")
last-active >= "2006-02" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active >= "2006-02" and ($author like "yuriy")
last-active >= "2006-02" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active >= "2006-02" and ($author in ("yuriy"))
last-active >= "2006-02" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active >= "2006-02" and ($author in ("yuriy","kostya","nazar","orest"))
last-active >= "2006-02" and (pid = "HelloWorld")
last-active >= "2006-02" and (pid < "HelloWorld")
last-active >= "2006-02" and (pid <= "HelloWorld")
last-active >= "2006-02" and (pid > "HelloWorld")
last-active >= "2006-02" and (pid >= "HelloWorld")
last-active >= "2006-02" and (pid like "HelloWorld")
last-active >= "2006-02" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active >= "2006-02" and (pid in ("Hello*","Hello*World"))
last-active >= "2006-02" and (pid in ("Hello*World"))
last-active >= "2006-02" and (iid = "2006")
last-active >= "2006-02" and (iid < "2006")
last-active >= "2006-02" and (iid <= "2006")
last-active >= "2006-02" and (iid > "2006")
last-active >= "2006-02" and (iid >= "2006")
last-active >= "2006-02" and (iid in ("2006"))
last-active >= "2006-02" and (iid in ("2006","20061231"))
last-active >= "2006-02" and (status = "active")
last-active >= "2006-02" and (status = "suspended")
last-active >= "2006-02" and (status = "error")
last-active >= "2006-02" and (status = "completed")
last-active >= "2006-02" and (status = "terminated")
last-active >= "2006-02" and (status = "faulted")
last-active >= "2006-02" and (status in ("active","suspended"))
last-active >= "2006-02" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active >= "2006-02" and (started = "2006-01-01T00:00:01")
last-active >= "2006-02" and (started = "2006-01-31")
last-active >= "2006-02" and (started = "2006-01")
last-active >= "2006-02" and (started = "2006")
last-active >= "2006-02" and (started < "2006-01-01T00:00:01")
last-active >= "2006-02" and (started < "2006-01-31")
last-active >= "2006-02" and (started < "2006-01")
last-active >= "2006-02" and (started < "2006")
last-active >= "2006-02" and (started <= "2006-01-01T00:00:01")
last-active >= "2006-02" and (started <= "2006-01-31")
last-active >= "2006-02" and (started <= "2006-01")
last-active >= "2006-02" and (started <= "2006")
last-active >= "2006-02" and (started > "2006-01-01T00:00:01")
last-active >= "2006-02" and (started > "2006-01-31")
last-active >= "2006-02" and (started > "2006-01")
last-active >= "2006-02" and (started > "2006")
last-active >= "2006-02" and (started >= "2006-01-01T00:00:01")
last-active >= "2006-02" and (started >= "2006-01-31")
last-active >= "2006-02" and (started >= "2006-01")
last-active >= "2006-02" and (started >= "2006")
last-active >= "2006-02" and (started like "2006-01-01T00:00:01")
last-active >= "2006-02" and (started like "2006-01-31")
last-active >= "2006-02" and (started like "2006-01")
last-active >= "2006-02" and (started like "2006")
last-active >= "2006-02" and (started in ("2006-01-01T00:00:01"))
last-active >= "2006-02" and (started in ("2006-01-31","2006-01"))
last-active >= "2006-02" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active >= "2006" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active >= "2006" and ($author = "yuriy")
last-active >= "2006" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active >= "2006" and ($author < "yuriy")
last-active >= "2006" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active >= "2006" and ($author <= "yuriy")
last-active >= "2006" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active >= "2006" and ($author > "yuriy")
last-active >= "2006" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active >= "2006" and ($author >= "yuriy")
last-active >= "2006" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active >= "2006" and ($author like "yuriy")
last-active >= "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active >= "2006" and ($author in ("yuriy"))
last-active >= "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active >= "2006" and ($author in ("yuriy","kostya","nazar","orest"))
last-active >= "2006" and (pid = "HelloWorld")
last-active >= "2006" and (pid < "HelloWorld")
last-active >= "2006" and (pid <= "HelloWorld")
last-active >= "2006" and (pid > "HelloWorld")
last-active >= "2006" and (pid >= "HelloWorld")
last-active >= "2006" and (pid like "HelloWorld")
last-active >= "2006" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active >= "2006" and (pid in ("Hello*","Hello*World"))
last-active >= "2006" and (pid in ("Hello*World"))
last-active >= "2006" and (iid = "2006")
last-active >= "2006" and (iid < "2006")
last-active >= "2006" and (iid <= "2006")
last-active >= "2006" and (iid > "2006")
last-active >= "2006" and (iid >= "2006")
last-active >= "2006" and (iid in ("2006"))
last-active >= "2006" and (iid in ("2006","20061231"))
last-active >= "2006" and (status = "active")
last-active >= "2006" and (status = "suspended")
last-active >= "2006" and (status = "error")
last-active >= "2006" and (status = "completed")
last-active >= "2006" and (status = "terminated")
last-active >= "2006" and (status = "faulted")
last-active >= "2006" and (status in ("active","suspended"))
last-active >= "2006" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active >= "2006" and (started = "2006-01-01T00:00:01")
last-active >= "2006" and (started = "2006-01-31")
last-active >= "2006" and (started = "2006-01")
last-active >= "2006" and (started = "2006")
last-active >= "2006" and (started < "2006-01-01T00:00:01")
last-active >= "2006" and (started < "2006-01-31")
last-active >= "2006" and (started < "2006-01")
last-active >= "2006" and (started < "2006")
last-active >= "2006" and (started <= "2006-01-01T00:00:01")
last-active >= "2006" and (started <= "2006-01-31")
last-active >= "2006" and (started <= "2006-01")
last-active >= "2006" and (started <= "2006")
last-active >= "2006" and (started > "2006-01-01T00:00:01")
last-active >= "2006" and (started > "2006-01-31")
last-active >= "2006" and (started > "2006-01")
last-active >= "2006" and (started > "2006")
last-active >= "2006" and (started >= "2006-01-01T00:00:01")
last-active >= "2006" and (started >= "2006-01-31")
last-active >= "2006" and (started >= "2006-01")
last-active >= "2006" and (started >= "2006")
last-active >= "2006" and (started like "2006-01-01T00:00:01")
last-active >= "2006" and (started like "2006-01-31")
last-active >= "2006" and (started like "2006-01")
last-active >= "2006" and (started like "2006")
last-active >= "2006" and (started in ("2006-01-01T00:00:01"))
last-active >= "2006" and (started in ("2006-01-31","2006-01"))
last-active >= "2006" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active like "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active like "2006-02-01T00:00:01" and ($author = "yuriy")
last-active like "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active like "2006-02-01T00:00:01" and ($author < "yuriy")
last-active like "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active like "2006-02-01T00:00:01" and ($author <= "yuriy")
last-active like "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active like "2006-02-01T00:00:01" and ($author > "yuriy")
last-active like "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active like "2006-02-01T00:00:01" and ($author >= "yuriy")
last-active like "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active like "2006-02-01T00:00:01" and ($author like "yuriy")
last-active like "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active like "2006-02-01T00:00:01" and ($author in ("yuriy"))
last-active like "2006-02-01T00:00:01" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active like "2006-02-01T00:00:01" and ($author in ("yuriy","kostya","nazar","orest"))
last-active like "2006-02-01T00:00:01" and (pid = "HelloWorld")
last-active like "2006-02-01T00:00:01" and (pid < "HelloWorld")
last-active like "2006-02-01T00:00:01" and (pid <= "HelloWorld")
last-active like "2006-02-01T00:00:01" and (pid > "HelloWorld")
last-active like "2006-02-01T00:00:01" and (pid >= "HelloWorld")
last-active like "2006-02-01T00:00:01" and (pid like "HelloWorld")
last-active like "2006-02-01T00:00:01" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active like "2006-02-01T00:00:01" and (pid in ("Hello*","Hello*World"))
last-active like "2006-02-01T00:00:01" and (pid in ("Hello*World"))
last-active like "2006-02-01T00:00:01" and (iid = "2006")
last-active like "2006-02-01T00:00:01" and (iid < "2006")
last-active like "2006-02-01T00:00:01" and (iid <= "2006")
last-active like "2006-02-01T00:00:01" and (iid > "2006")
last-active like "2006-02-01T00:00:01" and (iid >= "2006")
last-active like "2006-02-01T00:00:01" and (iid in ("2006"))
last-active like "2006-02-01T00:00:01" and (iid in ("2006","20061231"))
last-active like "2006-02-01T00:00:01" and (status = "active")
last-active like "2006-02-01T00:00:01" and (status = "suspended")
last-active like "2006-02-01T00:00:01" and (status = "error")
last-active like "2006-02-01T00:00:01" and (status = "completed")
last-active like "2006-02-01T00:00:01" and (status = "terminated")
last-active like "2006-02-01T00:00:01" and (status = "faulted")
last-active like "2006-02-01T00:00:01" and (status in ("active","suspended"))
last-active like "2006-02-01T00:00:01" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active like "2006-02-01T00:00:01" and (started = "2006-01-01T00:00:01")
last-active like "2006-02-01T00:00:01" and (started = "2006-01-31")
last-active like "2006-02-01T00:00:01" and (started = "2006-01")
last-active like "2006-02-01T00:00:01" and (started = "2006")
last-active like "2006-02-01T00:00:01" and (started < "2006-01-01T00:00:01")
last-active like "2006-02-01T00:00:01" and (started < "2006-01-31")
last-active like "2006-02-01T00:00:01" and (started < "2006-01")
last-active like "2006-02-01T00:00:01" and (started < "2006")
last-active like "2006-02-01T00:00:01" and (started <= "2006-01-01T00:00:01")
last-active like "2006-02-01T00:00:01" and (started <= "2006-01-31")
last-active like "2006-02-01T00:00:01" and (started <= "2006-01")
last-active like "2006-02-01T00:00:01" and (started <= "2006")
last-active like "2006-02-01T00:00:01" and (started > "2006-01-01T00:00:01")
last-active like "2006-02-01T00:00:01" and (started > "2006-01-31")
last-active like "2006-02-01T00:00:01" and (started > "2006-01")
last-active like "2006-02-01T00:00:01" and (started > "2006")
last-active like "2006-02-01T00:00:01" and (started >= "2006-01-01T00:00:01")
last-active like "2006-02-01T00:00:01" and (started >= "2006-01-31")
last-active like "2006-02-01T00:00:01" and (started >= "2006-01")
last-active like "2006-02-01T00:00:01" and (started >= "2006")
last-active like "2006-02-01T00:00:01" and (started like "2006-01-01T00:00:01")
last-active like "2006-02-01T00:00:01" and (started like "2006-01-31")
last-active like "2006-02-01T00:00:01" and (started like "2006-01")
last-active like "2006-02-01T00:00:01" and (started like "2006")
last-active like "2006-02-01T00:00:01" and (started in ("2006-01-01T00:00:01"))
last-active like "2006-02-01T00:00:01" and (started in ("2006-01-31","2006-01"))
last-active like "2006-02-01T00:00:01" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active like "2006-02-21" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active like "2006-02-21" and ($author = "yuriy")
last-active like "2006-02-21" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active like "2006-02-21" and ($author < "yuriy")
last-active like "2006-02-21" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active like "2006-02-21" and ($author <= "yuriy")
last-active like "2006-02-21" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active like "2006-02-21" and ($author > "yuriy")
last-active like "2006-02-21" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active like "2006-02-21" and ($author >= "yuriy")
last-active like "2006-02-21" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active like "2006-02-21" and ($author like "yuriy")
last-active like "2006-02-21" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active like "2006-02-21" and ($author in ("yuriy"))
last-active like "2006-02-21" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active like "2006-02-21" and ($author in ("yuriy","kostya","nazar","orest"))
last-active like "2006-02-21" and (pid = "HelloWorld")
last-active like "2006-02-21" and (pid < "HelloWorld")
last-active like "2006-02-21" and (pid <= "HelloWorld")
last-active like "2006-02-21" and (pid > "HelloWorld")
last-active like "2006-02-21" and (pid >= "HelloWorld")
last-active like "2006-02-21" and (pid like "HelloWorld")
last-active like "2006-02-21" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active like "2006-02-21" and (pid in ("Hello*","Hello*World"))
last-active like "2006-02-21" and (pid in ("Hello*World"))
last-active like "2006-02-21" and (iid = "2006")
last-active like "2006-02-21" and (iid < "2006")
last-active like "2006-02-21" and (iid <= "2006")
last-active like "2006-02-21" and (iid > "2006")
last-active like "2006-02-21" and (iid >= "2006")
last-active like "2006-02-21" and (iid in ("2006"))
last-active like "2006-02-21" and (iid in ("2006","20061231"))
last-active like "2006-02-21" and (status = "active")
last-active like "2006-02-21" and (status = "suspended")
last-active like "2006-02-21" and (status = "error")
last-active like "2006-02-21" and (status = "completed")
last-active like "2006-02-21" and (status = "terminated")
last-active like "2006-02-21" and (status = "faulted")
last-active like "2006-02-21" and (status in ("active","suspended"))
last-active like "2006-02-21" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active like "2006-02-21" and (started = "2006-01-01T00:00:01")
last-active like "2006-02-21" and (started = "2006-01-31")
last-active like "2006-02-21" and (started = "2006-01")
last-active like "2006-02-21" and (started = "2006")
last-active like "2006-02-21" and (started < "2006-01-01T00:00:01")
last-active like "2006-02-21" and (started < "2006-01-31")
last-active like "2006-02-21" and (started < "2006-01")
last-active like "2006-02-21" and (started < "2006")
last-active like "2006-02-21" and (started <= "2006-01-01T00:00:01")
last-active like "2006-02-21" and (started <= "2006-01-31")
last-active like "2006-02-21" and (started <= "2006-01")
last-active like "2006-02-21" and (started <= "2006")
last-active like "2006-02-21" and (started > "2006-01-01T00:00:01")
last-active like "2006-02-21" and (started > "2006-01-31")
last-active like "2006-02-21" and (started > "2006-01")
last-active like "2006-02-21" and (started > "2006")
last-active like "2006-02-21" and (started >= "2006-01-01T00:00:01")
last-active like "2006-02-21" and (started >= "2006-01-31")
last-active like "2006-02-21" and (started >= "2006-01")
last-active like "2006-02-21" and (started >= "2006")
last-active like "2006-02-21" and (started like "2006-01-01T00:00:01")
last-active like "2006-02-21" and (started like "2006-01-31")
last-active like "2006-02-21" and (started like "2006-01")
last-active like "2006-02-21" and (started like "2006")
last-active like "2006-02-21" and (started in ("2006-01-01T00:00:01"))
last-active like "2006-02-21" and (started in ("2006-01-31","2006-01"))
last-active like "2006-02-21" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active like "2006-02" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active like "2006-02" and ($author = "yuriy")
last-active like "2006-02" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active like "2006-02" and ($author < "yuriy")
last-active like "2006-02" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active like "2006-02" and ($author <= "yuriy")
last-active like "2006-02" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active like "2006-02" and ($author > "yuriy")
last-active like "2006-02" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active like "2006-02" and ($author >= "yuriy")
last-active like "2006-02" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active like "2006-02" and ($author like "yuriy")
last-active like "2006-02" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active like "2006-02" and ($author in ("yuriy"))
last-active like "2006-02" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active like "2006-02" and ($author in ("yuriy","kostya","nazar","orest"))
last-active like "2006-02" and (pid = "HelloWorld")
last-active like "2006-02" and (pid < "HelloWorld")
last-active like "2006-02" and (pid <= "HelloWorld")
last-active like "2006-02" and (pid > "HelloWorld")
last-active like "2006-02" and (pid >= "HelloWorld")
last-active like "2006-02" and (pid like "HelloWorld")
last-active like "2006-02" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active like "2006-02" and (pid in ("Hello*","Hello*World"))
last-active like "2006-02" and (pid in ("Hello*World"))
last-active like "2006-02" and (iid = "2006")
last-active like "2006-02" and (iid < "2006")
last-active like "2006-02" and (iid <= "2006")
last-active like "2006-02" and (iid > "2006")
last-active like "2006-02" and (iid >= "2006")
last-active like "2006-02" and (iid in ("2006"))
last-active like "2006-02" and (iid in ("2006","20061231"))
last-active like "2006-02" and (status = "active")
last-active like "2006-02" and (status = "suspended")
last-active like "2006-02" and (status = "error")
last-active like "2006-02" and (status = "completed")
last-active like "2006-02" and (status = "terminated")
last-active like "2006-02" and (status = "faulted")
last-active like "2006-02" and (status in ("active","suspended"))
last-active like "2006-02" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active like "2006-02" and (started = "2006-01-01T00:00:01")
last-active like "2006-02" and (started = "2006-01-31")
last-active like "2006-02" and (started = "2006-01")
last-active like "2006-02" and (started = "2006")
last-active like "2006-02" and (started < "2006-01-01T00:00:01")
last-active like "2006-02" and (started < "2006-01-31")
last-active like "2006-02" and (started < "2006-01")
last-active like "2006-02" and (started < "2006")
last-active like "2006-02" and (started <= "2006-01-01T00:00:01")
last-active like "2006-02" and (started <= "2006-01-31")
last-active like "2006-02" and (started <= "2006-01")
last-active like "2006-02" and (started <= "2006")
last-active like "2006-02" and (started > "2006-01-01T00:00:01")
last-active like "2006-02" and (started > "2006-01-31")
last-active like "2006-02" and (started > "2006-01")
last-active like "2006-02" and (started > "2006")
last-active like "2006-02" and (started >= "2006-01-01T00:00:01")
last-active like "2006-02" and (started >= "2006-01-31")
last-active like "2006-02" and (started >= "2006-01")
last-active like "2006-02" and (started >= "2006")
last-active like "2006-02" and (started like "2006-01-01T00:00:01")
last-active like "2006-02" and (started like "2006-01-31")
last-active like "2006-02" and (started like "2006-01")
last-active like "2006-02" and (started like "2006")
last-active like "2006-02" and (started in ("2006-01-01T00:00:01"))
last-active like "2006-02" and (started in ("2006-01-31","2006-01"))
last-active like "2006-02" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active like "2006" and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active like "2006" and ($author = "yuriy")
last-active like "2006" and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active like "2006" and ($author < "yuriy")
last-active like "2006" and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active like "2006" and ($author <= "yuriy")
last-active like "2006" and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active like "2006" and ($author > "yuriy")
last-active like "2006" and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active like "2006" and ($author >= "yuriy")
last-active like "2006" and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active like "2006" and ($author like "yuriy")
last-active like "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active like "2006" and ($author in ("yuriy"))
last-active like "2006" and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active like "2006" and ($author in ("yuriy","kostya","nazar","orest"))
last-active like "2006" and (pid = "HelloWorld")
last-active like "2006" and (pid < "HelloWorld")
last-active like "2006" and (pid <= "HelloWorld")
last-active like "2006" and (pid > "HelloWorld")
last-active like "2006" and (pid >= "HelloWorld")
last-active like "2006" and (pid like "HelloWorld")
last-active like "2006" and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active like "2006" and (pid in ("Hello*","Hello*World"))
last-active like "2006" and (pid in ("Hello*World"))
last-active like "2006" and (iid = "2006")
last-active like "2006" and (iid < "2006")
last-active like "2006" and (iid <= "2006")
last-active like "2006" and (iid > "2006")
last-active like "2006" and (iid >= "2006")
last-active like "2006" and (iid in ("2006"))
last-active like "2006" and (iid in ("2006","20061231"))
last-active like "2006" and (status = "active")
last-active like "2006" and (status = "suspended")
last-active like "2006" and (status = "error")
last-active like "2006" and (status = "completed")
last-active like "2006" and (status = "terminated")
last-active like "2006" and (status = "faulted")
last-active like "2006" and (status in ("active","suspended"))
last-active like "2006" and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active like "2006" and (started = "2006-01-01T00:00:01")
last-active like "2006" and (started = "2006-01-31")
last-active like "2006" and (started = "2006-01")
last-active like "2006" and (started = "2006")
last-active like "2006" and (started < "2006-01-01T00:00:01")
last-active like "2006" and (started < "2006-01-31")
last-active like "2006" and (started < "2006-01")
last-active like "2006" and (started < "2006")
last-active like "2006" and (started <= "2006-01-01T00:00:01")
last-active like "2006" and (started <= "2006-01-31")
last-active like "2006" and (started <= "2006-01")
last-active like "2006" and (started <= "2006")
last-active like "2006" and (started > "2006-01-01T00:00:01")
last-active like "2006" and (started > "2006-01-31")
last-active like "2006" and (started > "2006-01")
last-active like "2006" and (started > "2006")
last-active like "2006" and (started >= "2006-01-01T00:00:01")
last-active like "2006" and (started >= "2006-01-31")
last-active like "2006" and (started >= "2006-01")
last-active like "2006" and (started >= "2006")
last-active like "2006" and (started like "2006-01-01T00:00:01")
last-active like "2006" and (started like "2006-01-31")
last-active like "2006" and (started like "2006-01")
last-active like "2006" and (started like "2006")
last-active like "2006" and (started in ("2006-01-01T00:00:01"))
last-active like "2006" and (started in ("2006-01-31","2006-01"))
last-active like "2006" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active in ("2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active in ("2006-02-01T00:00:01") and ($author = "yuriy")
last-active in ("2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active in ("2006-02-01T00:00:01") and ($author < "yuriy")
last-active in ("2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active in ("2006-02-01T00:00:01") and ($author <= "yuriy")
last-active in ("2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active in ("2006-02-01T00:00:01") and ($author > "yuriy")
last-active in ("2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active in ("2006-02-01T00:00:01") and ($author >= "yuriy")
last-active in ("2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active in ("2006-02-01T00:00:01") and ($author like "yuriy")
last-active in ("2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active in ("2006-02-01T00:00:01") and ($author in ("yuriy"))
last-active in ("2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active in ("2006-02-01T00:00:01") and ($author in ("yuriy","kostya","nazar","orest"))
last-active in ("2006-02-01T00:00:01") and (pid = "HelloWorld")
last-active in ("2006-02-01T00:00:01") and (pid < "HelloWorld")
last-active in ("2006-02-01T00:00:01") and (pid <= "HelloWorld")
last-active in ("2006-02-01T00:00:01") and (pid > "HelloWorld")
last-active in ("2006-02-01T00:00:01") and (pid >= "HelloWorld")
last-active in ("2006-02-01T00:00:01") and (pid like "HelloWorld")
last-active in ("2006-02-01T00:00:01") and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active in ("2006-02-01T00:00:01") and (pid in ("Hello*","Hello*World"))
last-active in ("2006-02-01T00:00:01") and (pid in ("Hello*World"))
last-active in ("2006-02-01T00:00:01") and (iid = "2006")
last-active in ("2006-02-01T00:00:01") and (iid < "2006")
last-active in ("2006-02-01T00:00:01") and (iid <= "2006")
last-active in ("2006-02-01T00:00:01") and (iid > "2006")
last-active in ("2006-02-01T00:00:01") and (iid >= "2006")
last-active in ("2006-02-01T00:00:01") and (iid in ("2006"))
last-active in ("2006-02-01T00:00:01") and (iid in ("2006","20061231"))
last-active in ("2006-02-01T00:00:01") and (status = "active")
last-active in ("2006-02-01T00:00:01") and (status = "suspended")
last-active in ("2006-02-01T00:00:01") and (status = "error")
last-active in ("2006-02-01T00:00:01") and (status = "completed")
last-active in ("2006-02-01T00:00:01") and (status = "terminated")
last-active in ("2006-02-01T00:00:01") and (status = "faulted")
last-active in ("2006-02-01T00:00:01") and (status in ("active","suspended"))
last-active in ("2006-02-01T00:00:01") and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active in ("2006-02-01T00:00:01") and (started = "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01") and (started = "2006-01-31")
last-active in ("2006-02-01T00:00:01") and (started = "2006-01")
last-active in ("2006-02-01T00:00:01") and (started = "2006")
last-active in ("2006-02-01T00:00:01") and (started < "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01") and (started < "2006-01-31")
last-active in ("2006-02-01T00:00:01") and (started < "2006-01")
last-active in ("2006-02-01T00:00:01") and (started < "2006")
last-active in ("2006-02-01T00:00:01") and (started <= "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01") and (started <= "2006-01-31")
last-active in ("2006-02-01T00:00:01") and (started <= "2006-01")
last-active in ("2006-02-01T00:00:01") and (started <= "2006")
last-active in ("2006-02-01T00:00:01") and (started > "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01") and (started > "2006-01-31")
last-active in ("2006-02-01T00:00:01") and (started > "2006-01")
last-active in ("2006-02-01T00:00:01") and (started > "2006")
last-active in ("2006-02-01T00:00:01") and (started >= "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01") and (started >= "2006-01-31")
last-active in ("2006-02-01T00:00:01") and (started >= "2006-01")
last-active in ("2006-02-01T00:00:01") and (started >= "2006")
last-active in ("2006-02-01T00:00:01") and (started like "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01") and (started like "2006-01-31")
last-active in ("2006-02-01T00:00:01") and (started like "2006-01")
last-active in ("2006-02-01T00:00:01") and (started like "2006")
last-active in ("2006-02-01T00:00:01") and (started in ("2006-01-01T00:00:01"))
last-active in ("2006-02-01T00:00:01") and (started in ("2006-01-31","2006-01"))
last-active in ("2006-02-01T00:00:01") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active in ("2006-02-01T00:00:01","2006-02-21") and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") and ($author = "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") and ($author < "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") and ($author <= "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") and ($author > "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") and ($author >= "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") and ($author like "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active in ("2006-02-01T00:00:01","2006-02-21") and ($author in ("yuriy"))
last-active in ("2006-02-01T00:00:01","2006-02-21") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active in ("2006-02-01T00:00:01","2006-02-21") and ($author in ("yuriy","kostya","nazar","orest"))
last-active in ("2006-02-01T00:00:01","2006-02-21") and (pid = "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (pid < "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (pid <= "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (pid > "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (pid >= "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (pid like "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active in ("2006-02-01T00:00:01","2006-02-21") and (pid in ("Hello*","Hello*World"))
last-active in ("2006-02-01T00:00:01","2006-02-21") and (pid in ("Hello*World"))
last-active in ("2006-02-01T00:00:01","2006-02-21") and (iid = "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (iid < "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (iid <= "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (iid > "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (iid >= "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (iid in ("2006"))
last-active in ("2006-02-01T00:00:01","2006-02-21") and (iid in ("2006","20061231"))
last-active in ("2006-02-01T00:00:01","2006-02-21") and (status = "active")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (status = "suspended")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (status = "error")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (status = "completed")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (status = "terminated")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (status = "faulted")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (status in ("active","suspended"))
last-active in ("2006-02-01T00:00:01","2006-02-21") and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started = "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started = "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started = "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started = "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started < "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started < "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started < "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started < "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started <= "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started <= "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started <= "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started <= "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started > "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started > "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started > "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started > "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started >= "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started >= "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started >= "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started >= "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started like "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started like "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started like "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started like "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started in ("2006-01-01T00:00:01"))
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started in ("2006-01-31","2006-01"))
last-active in ("2006-02-01T00:00:01","2006-02-21") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (${org.apache.ode.BPELProcess}author = "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and ($author = "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (${org.apache.ode.BPELProcess}author < "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and ($author < "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and ($author <= "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (${org.apache.ode.BPELProcess}author > "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and ($author > "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and ($author >= "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (${org.apache.ode.BPELProcess}author like "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and ($author like "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and ($author in ("yuriy"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and ($author in ("yuriy","kostya","nazar","orest"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (pid = "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (pid < "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (pid <= "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (pid > "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (pid >= "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (pid like "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (pid in ("HelloWorld","Hello*","Hello*World"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (pid in ("Hello*","Hello*World"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (pid in ("Hello*World"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (iid = "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (iid < "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (iid <= "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (iid > "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (iid >= "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (iid in ("2006"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (iid in ("2006","20061231"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (status = "active")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (status = "suspended")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (status = "error")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (status = "completed")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (status = "terminated")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (status = "faulted")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (status in ("active","suspended"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (status in ("active","suspended","error","completed","terminated","faulted"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started = "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started = "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started = "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started = "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started < "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started < "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started < "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started < "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started <= "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started <= "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started <= "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started <= "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started > "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started > "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started > "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started > "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started >= "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started >= "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started >= "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started >= "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started like "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started like "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started like "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started like "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started in ("2006-01-01T00:00:01"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started in ("2006-01-31","2006-01"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active = "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active = "2006-02-01T00:00:01") and ($author = "yuriy")
(last-active = "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active = "2006-02-01T00:00:01") and ($author < "yuriy")
(last-active = "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active = "2006-02-01T00:00:01") and ($author <= "yuriy")
(last-active = "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active = "2006-02-01T00:00:01") and ($author > "yuriy")
(last-active = "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active = "2006-02-01T00:00:01") and ($author >= "yuriy")
(last-active = "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active = "2006-02-01T00:00:01") and ($author like "yuriy")
(last-active = "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active = "2006-02-01T00:00:01") and ($author in ("yuriy"))
(last-active = "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active = "2006-02-01T00:00:01") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active = "2006-02-01T00:00:01") and (pid = "HelloWorld")
(last-active = "2006-02-01T00:00:01") and (pid < "HelloWorld")
(last-active = "2006-02-01T00:00:01") and (pid <= "HelloWorld")
(last-active = "2006-02-01T00:00:01") and (pid > "HelloWorld")
(last-active = "2006-02-01T00:00:01") and (pid >= "HelloWorld")
(last-active = "2006-02-01T00:00:01") and (pid like "HelloWorld")
(last-active = "2006-02-01T00:00:01") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active = "2006-02-01T00:00:01") and (pid in ("Hello*","Hello*World"))
(last-active = "2006-02-01T00:00:01") and (pid in ("Hello*World"))
(last-active = "2006-02-01T00:00:01") and (iid = "2006")
(last-active = "2006-02-01T00:00:01") and (iid < "2006")
(last-active = "2006-02-01T00:00:01") and (iid <= "2006")
(last-active = "2006-02-01T00:00:01") and (iid > "2006")
(last-active = "2006-02-01T00:00:01") and (iid >= "2006")
(last-active = "2006-02-01T00:00:01") and (iid in ("2006"))
(last-active = "2006-02-01T00:00:01") and (iid in ("2006","20061231"))
(last-active = "2006-02-01T00:00:01") and (status = "active")
(last-active = "2006-02-01T00:00:01") and (status = "suspended")
(last-active = "2006-02-01T00:00:01") and (status = "error")
(last-active = "2006-02-01T00:00:01") and (status = "completed")
(last-active = "2006-02-01T00:00:01") and (status = "terminated")
(last-active = "2006-02-01T00:00:01") and (status = "faulted")
(last-active = "2006-02-01T00:00:01") and (status in ("active","suspended"))
(last-active = "2006-02-01T00:00:01") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active = "2006-02-01T00:00:01") and (started = "2006-01-01T00:00:01")
(last-active = "2006-02-01T00:00:01") and (started = "2006-01-31")
(last-active = "2006-02-01T00:00:01") and (started = "2006-01")
(last-active = "2006-02-01T00:00:01") and (started = "2006")
(last-active = "2006-02-01T00:00:01") and (started < "2006-01-01T00:00:01")
(last-active = "2006-02-01T00:00:01") and (started < "2006-01-31")
(last-active = "2006-02-01T00:00:01") and (started < "2006-01")
(last-active = "2006-02-01T00:00:01") and (started < "2006")
(last-active = "2006-02-01T00:00:01") and (started <= "2006-01-01T00:00:01")
(last-active = "2006-02-01T00:00:01") and (started <= "2006-01-31")
(last-active = "2006-02-01T00:00:01") and (started <= "2006-01")
(last-active = "2006-02-01T00:00:01") and (started <= "2006")
(last-active = "2006-02-01T00:00:01") and (started > "2006-01-01T00:00:01")
(last-active = "2006-02-01T00:00:01") and (started > "2006-01-31")
(last-active = "2006-02-01T00:00:01") and (started > "2006-01")
(last-active = "2006-02-01T00:00:01") and (started > "2006")
(last-active = "2006-02-01T00:00:01") and (started >= "2006-01-01T00:00:01")
(last-active = "2006-02-01T00:00:01") and (started >= "2006-01-31")
(last-active = "2006-02-01T00:00:01") and (started >= "2006-01")
(last-active = "2006-02-01T00:00:01") and (started >= "2006")
(last-active = "2006-02-01T00:00:01") and (started like "2006-01-01T00:00:01")
(last-active = "2006-02-01T00:00:01") and (started like "2006-01-31")
(last-active = "2006-02-01T00:00:01") and (started like "2006-01")
(last-active = "2006-02-01T00:00:01") and (started like "2006")
(last-active = "2006-02-01T00:00:01") and (started in ("2006-01-01T00:00:01"))
(last-active = "2006-02-01T00:00:01") and (started in ("2006-01-31","2006-01"))
(last-active = "2006-02-01T00:00:01") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active = "2006-02-21") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active = "2006-02-21") and ($author = "yuriy")
(last-active = "2006-02-21") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active = "2006-02-21") and ($author < "yuriy")
(last-active = "2006-02-21") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active = "2006-02-21") and ($author <= "yuriy")
(last-active = "2006-02-21") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active = "2006-02-21") and ($author > "yuriy")
(last-active = "2006-02-21") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active = "2006-02-21") and ($author >= "yuriy")
(last-active = "2006-02-21") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active = "2006-02-21") and ($author like "yuriy")
(last-active = "2006-02-21") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active = "2006-02-21") and ($author in ("yuriy"))
(last-active = "2006-02-21") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active = "2006-02-21") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active = "2006-02-21") and (pid = "HelloWorld")
(last-active = "2006-02-21") and (pid < "HelloWorld")
(last-active = "2006-02-21") and (pid <= "HelloWorld")
(last-active = "2006-02-21") and (pid > "HelloWorld")
(last-active = "2006-02-21") and (pid >= "HelloWorld")
(last-active = "2006-02-21") and (pid like "HelloWorld")
(last-active = "2006-02-21") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active = "2006-02-21") and (pid in ("Hello*","Hello*World"))
(last-active = "2006-02-21") and (pid in ("Hello*World"))
(last-active = "2006-02-21") and (iid = "2006")
(last-active = "2006-02-21") and (iid < "2006")
(last-active = "2006-02-21") and (iid <= "2006")
(last-active = "2006-02-21") and (iid > "2006")
(last-active = "2006-02-21") and (iid >= "2006")
(last-active = "2006-02-21") and (iid in ("2006"))
(last-active = "2006-02-21") and (iid in ("2006","20061231"))
(last-active = "2006-02-21") and (status = "active")
(last-active = "2006-02-21") and (status = "suspended")
(last-active = "2006-02-21") and (status = "error")
(last-active = "2006-02-21") and (status = "completed")
(last-active = "2006-02-21") and (status = "terminated")
(last-active = "2006-02-21") and (status = "faulted")
(last-active = "2006-02-21") and (status in ("active","suspended"))
(last-active = "2006-02-21") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active = "2006-02-21") and (started = "2006-01-01T00:00:01")
(last-active = "2006-02-21") and (started = "2006-01-31")
(last-active = "2006-02-21") and (started = "2006-01")
(last-active = "2006-02-21") and (started = "2006")
(last-active = "2006-02-21") and (started < "2006-01-01T00:00:01")
(last-active = "2006-02-21") and (started < "2006-01-31")
(last-active = "2006-02-21") and (started < "2006-01")
(last-active = "2006-02-21") and (started < "2006")
(last-active = "2006-02-21") and (started <= "2006-01-01T00:00:01")
(last-active = "2006-02-21") and (started <= "2006-01-31")
(last-active = "2006-02-21") and (started <= "2006-01")
(last-active = "2006-02-21") and (started <= "2006")
(last-active = "2006-02-21") and (started > "2006-01-01T00:00:01")
(last-active = "2006-02-21") and (started > "2006-01-31")
(last-active = "2006-02-21") and (started > "2006-01")
(last-active = "2006-02-21") and (started > "2006")
(last-active = "2006-02-21") and (started >= "2006-01-01T00:00:01")
(last-active = "2006-02-21") and (started >= "2006-01-31")
(last-active = "2006-02-21") and (started >= "2006-01")
(last-active = "2006-02-21") and (started >= "2006")
(last-active = "2006-02-21") and (started like "2006-01-01T00:00:01")
(last-active = "2006-02-21") and (started like "2006-01-31")
(last-active = "2006-02-21") and (started like "2006-01")
(last-active = "2006-02-21") and (started like "2006")
(last-active = "2006-02-21") and (started in ("2006-01-01T00:00:01"))
(last-active = "2006-02-21") and (started in ("2006-01-31","2006-01"))
(last-active = "2006-02-21") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active = "2006-02") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active = "2006-02") and ($author = "yuriy")
(last-active = "2006-02") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active = "2006-02") and ($author < "yuriy")
(last-active = "2006-02") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active = "2006-02") and ($author <= "yuriy")
(last-active = "2006-02") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active = "2006-02") and ($author > "yuriy")
(last-active = "2006-02") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active = "2006-02") and ($author >= "yuriy")
(last-active = "2006-02") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active = "2006-02") and ($author like "yuriy")
(last-active = "2006-02") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active = "2006-02") and ($author in ("yuriy"))
(last-active = "2006-02") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active = "2006-02") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active = "2006-02") and (pid = "HelloWorld")
(last-active = "2006-02") and (pid < "HelloWorld")
(last-active = "2006-02") and (pid <= "HelloWorld")
(last-active = "2006-02") and (pid > "HelloWorld")
(last-active = "2006-02") and (pid >= "HelloWorld")
(last-active = "2006-02") and (pid like "HelloWorld")
(last-active = "2006-02") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active = "2006-02") and (pid in ("Hello*","Hello*World"))
(last-active = "2006-02") and (pid in ("Hello*World"))
(last-active = "2006-02") and (iid = "2006")
(last-active = "2006-02") and (iid < "2006")
(last-active = "2006-02") and (iid <= "2006")
(last-active = "2006-02") and (iid > "2006")
(last-active = "2006-02") and (iid >= "2006")
(last-active = "2006-02") and (iid in ("2006"))
(last-active = "2006-02") and (iid in ("2006","20061231"))
(last-active = "2006-02") and (status = "active")
(last-active = "2006-02") and (status = "suspended")
(last-active = "2006-02") and (status = "error")
(last-active = "2006-02") and (status = "completed")
(last-active = "2006-02") and (status = "terminated")
(last-active = "2006-02") and (status = "faulted")
(last-active = "2006-02") and (status in ("active","suspended"))
(last-active = "2006-02") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active = "2006-02") and (started = "2006-01-01T00:00:01")
(last-active = "2006-02") and (started = "2006-01-31")
(last-active = "2006-02") and (started = "2006-01")
(last-active = "2006-02") and (started = "2006")
(last-active = "2006-02") and (started < "2006-01-01T00:00:01")
(last-active = "2006-02") and (started < "2006-01-31")
(last-active = "2006-02") and (started < "2006-01")
(last-active = "2006-02") and (started < "2006")
(last-active = "2006-02") and (started <= "2006-01-01T00:00:01")
(last-active = "2006-02") and (started <= "2006-01-31")
(last-active = "2006-02") and (started <= "2006-01")
(last-active = "2006-02") and (started <= "2006")
(last-active = "2006-02") and (started > "2006-01-01T00:00:01")
(last-active = "2006-02") and (started > "2006-01-31")
(last-active = "2006-02") and (started > "2006-01")
(last-active = "2006-02") and (started > "2006")
(last-active = "2006-02") and (started >= "2006-01-01T00:00:01")
(last-active = "2006-02") and (started >= "2006-01-31")
(last-active = "2006-02") and (started >= "2006-01")
(last-active = "2006-02") and (started >= "2006")
(last-active = "2006-02") and (started like "2006-01-01T00:00:01")
(last-active = "2006-02") and (started like "2006-01-31")
(last-active = "2006-02") and (started like "2006-01")
(last-active = "2006-02") and (started like "2006")
(last-active = "2006-02") and (started in ("2006-01-01T00:00:01"))
(last-active = "2006-02") and (started in ("2006-01-31","2006-01"))
(last-active = "2006-02") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active = "2006") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active = "2006") and ($author = "yuriy")
(last-active = "2006") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active = "2006") and ($author < "yuriy")
(last-active = "2006") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active = "2006") and ($author <= "yuriy")
(last-active = "2006") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active = "2006") and ($author > "yuriy")
(last-active = "2006") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active = "2006") and ($author >= "yuriy")
(last-active = "2006") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active = "2006") and ($author like "yuriy")
(last-active = "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active = "2006") and ($author in ("yuriy"))
(last-active = "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active = "2006") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active = "2006") and (pid = "HelloWorld")
(last-active = "2006") and (pid < "HelloWorld")
(last-active = "2006") and (pid <= "HelloWorld")
(last-active = "2006") and (pid > "HelloWorld")
(last-active = "2006") and (pid >= "HelloWorld")
(last-active = "2006") and (pid like "HelloWorld")
(last-active = "2006") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active = "2006") and (pid in ("Hello*","Hello*World"))
(last-active = "2006") and (pid in ("Hello*World"))
(last-active = "2006") and (iid = "2006")
(last-active = "2006") and (iid < "2006")
(last-active = "2006") and (iid <= "2006")
(last-active = "2006") and (iid > "2006")
(last-active = "2006") and (iid >= "2006")
(last-active = "2006") and (iid in ("2006"))
(last-active = "2006") and (iid in ("2006","20061231"))
(last-active = "2006") and (status = "active")
(last-active = "2006") and (status = "suspended")
(last-active = "2006") and (status = "error")
(last-active = "2006") and (status = "completed")
(last-active = "2006") and (status = "terminated")
(last-active = "2006") and (status = "faulted")
(last-active = "2006") and (status in ("active","suspended"))
(last-active = "2006") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active = "2006") and (started = "2006-01-01T00:00:01")
(last-active = "2006") and (started = "2006-01-31")
(last-active = "2006") and (started = "2006-01")
(last-active = "2006") and (started = "2006")
(last-active = "2006") and (started < "2006-01-01T00:00:01")
(last-active = "2006") and (started < "2006-01-31")
(last-active = "2006") and (started < "2006-01")
(last-active = "2006") and (started < "2006")
(last-active = "2006") and (started <= "2006-01-01T00:00:01")
(last-active = "2006") and (started <= "2006-01-31")
(last-active = "2006") and (started <= "2006-01")
(last-active = "2006") and (started <= "2006")
(last-active = "2006") and (started > "2006-01-01T00:00:01")
(last-active = "2006") and (started > "2006-01-31")
(last-active = "2006") and (started > "2006-01")
(last-active = "2006") and (started > "2006")
(last-active = "2006") and (started >= "2006-01-01T00:00:01")
(last-active = "2006") and (started >= "2006-01-31")
(last-active = "2006") and (started >= "2006-01")
(last-active = "2006") and (started >= "2006")
(last-active = "2006") and (started like "2006-01-01T00:00:01")
(last-active = "2006") and (started like "2006-01-31")
(last-active = "2006") and (started like "2006-01")
(last-active = "2006") and (started like "2006")
(last-active = "2006") and (started in ("2006-01-01T00:00:01"))
(last-active = "2006") and (started in ("2006-01-31","2006-01"))
(last-active = "2006") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active < "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active < "2006-02-01T00:00:01") and ($author = "yuriy")
(last-active < "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active < "2006-02-01T00:00:01") and ($author < "yuriy")
(last-active < "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active < "2006-02-01T00:00:01") and ($author <= "yuriy")
(last-active < "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active < "2006-02-01T00:00:01") and ($author > "yuriy")
(last-active < "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active < "2006-02-01T00:00:01") and ($author >= "yuriy")
(last-active < "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active < "2006-02-01T00:00:01") and ($author like "yuriy")
(last-active < "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active < "2006-02-01T00:00:01") and ($author in ("yuriy"))
(last-active < "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active < "2006-02-01T00:00:01") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active < "2006-02-01T00:00:01") and (pid = "HelloWorld")
(last-active < "2006-02-01T00:00:01") and (pid < "HelloWorld")
(last-active < "2006-02-01T00:00:01") and (pid <= "HelloWorld")
(last-active < "2006-02-01T00:00:01") and (pid > "HelloWorld")
(last-active < "2006-02-01T00:00:01") and (pid >= "HelloWorld")
(last-active < "2006-02-01T00:00:01") and (pid like "HelloWorld")
(last-active < "2006-02-01T00:00:01") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active < "2006-02-01T00:00:01") and (pid in ("Hello*","Hello*World"))
(last-active < "2006-02-01T00:00:01") and (pid in ("Hello*World"))
(last-active < "2006-02-01T00:00:01") and (iid = "2006")
(last-active < "2006-02-01T00:00:01") and (iid < "2006")
(last-active < "2006-02-01T00:00:01") and (iid <= "2006")
(last-active < "2006-02-01T00:00:01") and (iid > "2006")
(last-active < "2006-02-01T00:00:01") and (iid >= "2006")
(last-active < "2006-02-01T00:00:01") and (iid in ("2006"))
(last-active < "2006-02-01T00:00:01") and (iid in ("2006","20061231"))
(last-active < "2006-02-01T00:00:01") and (status = "active")
(last-active < "2006-02-01T00:00:01") and (status = "suspended")
(last-active < "2006-02-01T00:00:01") and (status = "error")
(last-active < "2006-02-01T00:00:01") and (status = "completed")
(last-active < "2006-02-01T00:00:01") and (status = "terminated")
(last-active < "2006-02-01T00:00:01") and (status = "faulted")
(last-active < "2006-02-01T00:00:01") and (status in ("active","suspended"))
(last-active < "2006-02-01T00:00:01") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active < "2006-02-01T00:00:01") and (started = "2006-01-01T00:00:01")
(last-active < "2006-02-01T00:00:01") and (started = "2006-01-31")
(last-active < "2006-02-01T00:00:01") and (started = "2006-01")
(last-active < "2006-02-01T00:00:01") and (started = "2006")
(last-active < "2006-02-01T00:00:01") and (started < "2006-01-01T00:00:01")
(last-active < "2006-02-01T00:00:01") and (started < "2006-01-31")
(last-active < "2006-02-01T00:00:01") and (started < "2006-01")
(last-active < "2006-02-01T00:00:01") and (started < "2006")
(last-active < "2006-02-01T00:00:01") and (started <= "2006-01-01T00:00:01")
(last-active < "2006-02-01T00:00:01") and (started <= "2006-01-31")
(last-active < "2006-02-01T00:00:01") and (started <= "2006-01")
(last-active < "2006-02-01T00:00:01") and (started <= "2006")
(last-active < "2006-02-01T00:00:01") and (started > "2006-01-01T00:00:01")
(last-active < "2006-02-01T00:00:01") and (started > "2006-01-31")
(last-active < "2006-02-01T00:00:01") and (started > "2006-01")
(last-active < "2006-02-01T00:00:01") and (started > "2006")
(last-active < "2006-02-01T00:00:01") and (started >= "2006-01-01T00:00:01")
(last-active < "2006-02-01T00:00:01") and (started >= "2006-01-31")
(last-active < "2006-02-01T00:00:01") and (started >= "2006-01")
(last-active < "2006-02-01T00:00:01") and (started >= "2006")
(last-active < "2006-02-01T00:00:01") and (started like "2006-01-01T00:00:01")
(last-active < "2006-02-01T00:00:01") and (started like "2006-01-31")
(last-active < "2006-02-01T00:00:01") and (started like "2006-01")
(last-active < "2006-02-01T00:00:01") and (started like "2006")
(last-active < "2006-02-01T00:00:01") and (started in ("2006-01-01T00:00:01"))
(last-active < "2006-02-01T00:00:01") and (started in ("2006-01-31","2006-01"))
(last-active < "2006-02-01T00:00:01") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active < "2006-02-21") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active < "2006-02-21") and ($author = "yuriy")
(last-active < "2006-02-21") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active < "2006-02-21") and ($author < "yuriy")
(last-active < "2006-02-21") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active < "2006-02-21") and ($author <= "yuriy")
(last-active < "2006-02-21") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active < "2006-02-21") and ($author > "yuriy")
(last-active < "2006-02-21") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active < "2006-02-21") and ($author >= "yuriy")
(last-active < "2006-02-21") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active < "2006-02-21") and ($author like "yuriy")
(last-active < "2006-02-21") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active < "2006-02-21") and ($author in ("yuriy"))
(last-active < "2006-02-21") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active < "2006-02-21") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active < "2006-02-21") and (pid = "HelloWorld")
(last-active < "2006-02-21") and (pid < "HelloWorld")
(last-active < "2006-02-21") and (pid <= "HelloWorld")
(last-active < "2006-02-21") and (pid > "HelloWorld")
(last-active < "2006-02-21") and (pid >= "HelloWorld")
(last-active < "2006-02-21") and (pid like "HelloWorld")
(last-active < "2006-02-21") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active < "2006-02-21") and (pid in ("Hello*","Hello*World"))
(last-active < "2006-02-21") and (pid in ("Hello*World"))
(last-active < "2006-02-21") and (iid = "2006")
(last-active < "2006-02-21") and (iid < "2006")
(last-active < "2006-02-21") and (iid <= "2006")
(last-active < "2006-02-21") and (iid > "2006")
(last-active < "2006-02-21") and (iid >= "2006")
(last-active < "2006-02-21") and (iid in ("2006"))
(last-active < "2006-02-21") and (iid in ("2006","20061231"))
(last-active < "2006-02-21") and (status = "active")
(last-active < "2006-02-21") and (status = "suspended")
(last-active < "2006-02-21") and (status = "error")
(last-active < "2006-02-21") and (status = "completed")
(last-active < "2006-02-21") and (status = "terminated")
(last-active < "2006-02-21") and (status = "faulted")
(last-active < "2006-02-21") and (status in ("active","suspended"))
(last-active < "2006-02-21") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active < "2006-02-21") and (started = "2006-01-01T00:00:01")
(last-active < "2006-02-21") and (started = "2006-01-31")
(last-active < "2006-02-21") and (started = "2006-01")
(last-active < "2006-02-21") and (started = "2006")
(last-active < "2006-02-21") and (started < "2006-01-01T00:00:01")
(last-active < "2006-02-21") and (started < "2006-01-31")
(last-active < "2006-02-21") and (started < "2006-01")
(last-active < "2006-02-21") and (started < "2006")
(last-active < "2006-02-21") and (started <= "2006-01-01T00:00:01")
(last-active < "2006-02-21") and (started <= "2006-01-31")
(last-active < "2006-02-21") and (started <= "2006-01")
(last-active < "2006-02-21") and (started <= "2006")
(last-active < "2006-02-21") and (started > "2006-01-01T00:00:01")
(last-active < "2006-02-21") and (started > "2006-01-31")
(last-active < "2006-02-21") and (started > "2006-01")
(last-active < "2006-02-21") and (started > "2006")
(last-active < "2006-02-21") and (started >= "2006-01-01T00:00:01")
(last-active < "2006-02-21") and (started >= "2006-01-31")
(last-active < "2006-02-21") and (started >= "2006-01")
(last-active < "2006-02-21") and (started >= "2006")
(last-active < "2006-02-21") and (started like "2006-01-01T00:00:01")
(last-active < "2006-02-21") and (started like "2006-01-31")
(last-active < "2006-02-21") and (started like "2006-01")
(last-active < "2006-02-21") and (started like "2006")
(last-active < "2006-02-21") and (started in ("2006-01-01T00:00:01"))
(last-active < "2006-02-21") and (started in ("2006-01-31","2006-01"))
(last-active < "2006-02-21") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active < "2006-02") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active < "2006-02") and ($author = "yuriy")
(last-active < "2006-02") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active < "2006-02") and ($author < "yuriy")
(last-active < "2006-02") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active < "2006-02") and ($author <= "yuriy")
(last-active < "2006-02") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active < "2006-02") and ($author > "yuriy")
(last-active < "2006-02") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active < "2006-02") and ($author >= "yuriy")
(last-active < "2006-02") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active < "2006-02") and ($author like "yuriy")
(last-active < "2006-02") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active < "2006-02") and ($author in ("yuriy"))
(last-active < "2006-02") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active < "2006-02") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active < "2006-02") and (pid = "HelloWorld")
(last-active < "2006-02") and (pid < "HelloWorld")
(last-active < "2006-02") and (pid <= "HelloWorld")
(last-active < "2006-02") and (pid > "HelloWorld")
(last-active < "2006-02") and (pid >= "HelloWorld")
(last-active < "2006-02") and (pid like "HelloWorld")
(last-active < "2006-02") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active < "2006-02") and (pid in ("Hello*","Hello*World"))
(last-active < "2006-02") and (pid in ("Hello*World"))
(last-active < "2006-02") and (iid = "2006")
(last-active < "2006-02") and (iid < "2006")
(last-active < "2006-02") and (iid <= "2006")
(last-active < "2006-02") and (iid > "2006")
(last-active < "2006-02") and (iid >= "2006")
(last-active < "2006-02") and (iid in ("2006"))
(last-active < "2006-02") and (iid in ("2006","20061231"))
(last-active < "2006-02") and (status = "active")
(last-active < "2006-02") and (status = "suspended")
(last-active < "2006-02") and (status = "error")
(last-active < "2006-02") and (status = "completed")
(last-active < "2006-02") and (status = "terminated")
(last-active < "2006-02") and (status = "faulted")
(last-active < "2006-02") and (status in ("active","suspended"))
(last-active < "2006-02") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active < "2006-02") and (started = "2006-01-01T00:00:01")
(last-active < "2006-02") and (started = "2006-01-31")
(last-active < "2006-02") and (started = "2006-01")
(last-active < "2006-02") and (started = "2006")
(last-active < "2006-02") and (started < "2006-01-01T00:00:01")
(last-active < "2006-02") and (started < "2006-01-31")
(last-active < "2006-02") and (started < "2006-01")
(last-active < "2006-02") and (started < "2006")
(last-active < "2006-02") and (started <= "2006-01-01T00:00:01")
(last-active < "2006-02") and (started <= "2006-01-31")
(last-active < "2006-02") and (started <= "2006-01")
(last-active < "2006-02") and (started <= "2006")
(last-active < "2006-02") and (started > "2006-01-01T00:00:01")
(last-active < "2006-02") and (started > "2006-01-31")
(last-active < "2006-02") and (started > "2006-01")
(last-active < "2006-02") and (started > "2006")
(last-active < "2006-02") and (started >= "2006-01-01T00:00:01")
(last-active < "2006-02") and (started >= "2006-01-31")
(last-active < "2006-02") and (started >= "2006-01")
(last-active < "2006-02") and (started >= "2006")
(last-active < "2006-02") and (started like "2006-01-01T00:00:01")
(last-active < "2006-02") and (started like "2006-01-31")
(last-active < "2006-02") and (started like "2006-01")
(last-active < "2006-02") and (started like "2006")
(last-active < "2006-02") and (started in ("2006-01-01T00:00:01"))
(last-active < "2006-02") and (started in ("2006-01-31","2006-01"))
(last-active < "2006-02") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active < "2006") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active < "2006") and ($author = "yuriy")
(last-active < "2006") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active < "2006") and ($author < "yuriy")
(last-active < "2006") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active < "2006") and ($author <= "yuriy")
(last-active < "2006") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active < "2006") and ($author > "yuriy")
(last-active < "2006") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active < "2006") and ($author >= "yuriy")
(last-active < "2006") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active < "2006") and ($author like "yuriy")
(last-active < "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active < "2006") and ($author in ("yuriy"))
(last-active < "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active < "2006") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active < "2006") and (pid = "HelloWorld")
(last-active < "2006") and (pid < "HelloWorld")
(last-active < "2006") and (pid <= "HelloWorld")
(last-active < "2006") and (pid > "HelloWorld")
(last-active < "2006") and (pid >= "HelloWorld")
(last-active < "2006") and (pid like "HelloWorld")
(last-active < "2006") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active < "2006") and (pid in ("Hello*","Hello*World"))
(last-active < "2006") and (pid in ("Hello*World"))
(last-active < "2006") and (iid = "2006")
(last-active < "2006") and (iid < "2006")
(last-active < "2006") and (iid <= "2006")
(last-active < "2006") and (iid > "2006")
(last-active < "2006") and (iid >= "2006")
(last-active < "2006") and (iid in ("2006"))
(last-active < "2006") and (iid in ("2006","20061231"))
(last-active < "2006") and (status = "active")
(last-active < "2006") and (status = "suspended")
(last-active < "2006") and (status = "error")
(last-active < "2006") and (status = "completed")
(last-active < "2006") and (status = "terminated")
(last-active < "2006") and (status = "faulted")
(last-active < "2006") and (status in ("active","suspended"))
(last-active < "2006") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active < "2006") and (started = "2006-01-01T00:00:01")
(last-active < "2006") and (started = "2006-01-31")
(last-active < "2006") and (started = "2006-01")
(last-active < "2006") and (started = "2006")
(last-active < "2006") and (started < "2006-01-01T00:00:01")
(last-active < "2006") and (started < "2006-01-31")
(last-active < "2006") and (started < "2006-01")
(last-active < "2006") and (started < "2006")
(last-active < "2006") and (started <= "2006-01-01T00:00:01")
(last-active < "2006") and (started <= "2006-01-31")
(last-active < "2006") and (started <= "2006-01")
(last-active < "2006") and (started <= "2006")
(last-active < "2006") and (started > "2006-01-01T00:00:01")
(last-active < "2006") and (started > "2006-01-31")
(last-active < "2006") and (started > "2006-01")
(last-active < "2006") and (started > "2006")
(last-active < "2006") and (started >= "2006-01-01T00:00:01")
(last-active < "2006") and (started >= "2006-01-31")
(last-active < "2006") and (started >= "2006-01")
(last-active < "2006") and (started >= "2006")
(last-active < "2006") and (started like "2006-01-01T00:00:01")
(last-active < "2006") and (started like "2006-01-31")
(last-active < "2006") and (started like "2006-01")
(last-active < "2006") and (started like "2006")
(last-active < "2006") and (started in ("2006-01-01T00:00:01"))
(last-active < "2006") and (started in ("2006-01-31","2006-01"))
(last-active < "2006") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active <= "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active <= "2006-02-01T00:00:01") and ($author = "yuriy")
(last-active <= "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active <= "2006-02-01T00:00:01") and ($author < "yuriy")
(last-active <= "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active <= "2006-02-01T00:00:01") and ($author <= "yuriy")
(last-active <= "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active <= "2006-02-01T00:00:01") and ($author > "yuriy")
(last-active <= "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active <= "2006-02-01T00:00:01") and ($author >= "yuriy")
(last-active <= "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active <= "2006-02-01T00:00:01") and ($author like "yuriy")
(last-active <= "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active <= "2006-02-01T00:00:01") and ($author in ("yuriy"))
(last-active <= "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active <= "2006-02-01T00:00:01") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active <= "2006-02-01T00:00:01") and (pid = "HelloWorld")
(last-active <= "2006-02-01T00:00:01") and (pid < "HelloWorld")
(last-active <= "2006-02-01T00:00:01") and (pid <= "HelloWorld")
(last-active <= "2006-02-01T00:00:01") and (pid > "HelloWorld")
(last-active <= "2006-02-01T00:00:01") and (pid >= "HelloWorld")
(last-active <= "2006-02-01T00:00:01") and (pid like "HelloWorld")
(last-active <= "2006-02-01T00:00:01") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active <= "2006-02-01T00:00:01") and (pid in ("Hello*","Hello*World"))
(last-active <= "2006-02-01T00:00:01") and (pid in ("Hello*World"))
(last-active <= "2006-02-01T00:00:01") and (iid = "2006")
(last-active <= "2006-02-01T00:00:01") and (iid < "2006")
(last-active <= "2006-02-01T00:00:01") and (iid <= "2006")
(last-active <= "2006-02-01T00:00:01") and (iid > "2006")
(last-active <= "2006-02-01T00:00:01") and (iid >= "2006")
(last-active <= "2006-02-01T00:00:01") and (iid in ("2006"))
(last-active <= "2006-02-01T00:00:01") and (iid in ("2006","20061231"))
(last-active <= "2006-02-01T00:00:01") and (status = "active")
(last-active <= "2006-02-01T00:00:01") and (status = "suspended")
(last-active <= "2006-02-01T00:00:01") and (status = "error")
(last-active <= "2006-02-01T00:00:01") and (status = "completed")
(last-active <= "2006-02-01T00:00:01") and (status = "terminated")
(last-active <= "2006-02-01T00:00:01") and (status = "faulted")
(last-active <= "2006-02-01T00:00:01") and (status in ("active","suspended"))
(last-active <= "2006-02-01T00:00:01") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active <= "2006-02-01T00:00:01") and (started = "2006-01-01T00:00:01")
(last-active <= "2006-02-01T00:00:01") and (started = "2006-01-31")
(last-active <= "2006-02-01T00:00:01") and (started = "2006-01")
(last-active <= "2006-02-01T00:00:01") and (started = "2006")
(last-active <= "2006-02-01T00:00:01") and (started < "2006-01-01T00:00:01")
(last-active <= "2006-02-01T00:00:01") and (started < "2006-01-31")
(last-active <= "2006-02-01T00:00:01") and (started < "2006-01")
(last-active <= "2006-02-01T00:00:01") and (started < "2006")
(last-active <= "2006-02-01T00:00:01") and (started <= "2006-01-01T00:00:01")
(last-active <= "2006-02-01T00:00:01") and (started <= "2006-01-31")
(last-active <= "2006-02-01T00:00:01") and (started <= "2006-01")
(last-active <= "2006-02-01T00:00:01") and (started <= "2006")
(last-active <= "2006-02-01T00:00:01") and (started > "2006-01-01T00:00:01")
(last-active <= "2006-02-01T00:00:01") and (started > "2006-01-31")
(last-active <= "2006-02-01T00:00:01") and (started > "2006-01")
(last-active <= "2006-02-01T00:00:01") and (started > "2006")
(last-active <= "2006-02-01T00:00:01") and (started >= "2006-01-01T00:00:01")
(last-active <= "2006-02-01T00:00:01") and (started >= "2006-01-31")
(last-active <= "2006-02-01T00:00:01") and (started >= "2006-01")
(last-active <= "2006-02-01T00:00:01") and (started >= "2006")
(last-active <= "2006-02-01T00:00:01") and (started like "2006-01-01T00:00:01")
(last-active <= "2006-02-01T00:00:01") and (started like "2006-01-31")
(last-active <= "2006-02-01T00:00:01") and (started like "2006-01")
(last-active <= "2006-02-01T00:00:01") and (started like "2006")
(last-active <= "2006-02-01T00:00:01") and (started in ("2006-01-01T00:00:01"))
(last-active <= "2006-02-01T00:00:01") and (started in ("2006-01-31","2006-01"))
(last-active <= "2006-02-01T00:00:01") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active <= "2006-02-21") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active <= "2006-02-21") and ($author = "yuriy")
(last-active <= "2006-02-21") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active <= "2006-02-21") and ($author < "yuriy")
(last-active <= "2006-02-21") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active <= "2006-02-21") and ($author <= "yuriy")
(last-active <= "2006-02-21") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active <= "2006-02-21") and ($author > "yuriy")
(last-active <= "2006-02-21") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active <= "2006-02-21") and ($author >= "yuriy")
(last-active <= "2006-02-21") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active <= "2006-02-21") and ($author like "yuriy")
(last-active <= "2006-02-21") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active <= "2006-02-21") and ($author in ("yuriy"))
(last-active <= "2006-02-21") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active <= "2006-02-21") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active <= "2006-02-21") and (pid = "HelloWorld")
(last-active <= "2006-02-21") and (pid < "HelloWorld")
(last-active <= "2006-02-21") and (pid <= "HelloWorld")
(last-active <= "2006-02-21") and (pid > "HelloWorld")
(last-active <= "2006-02-21") and (pid >= "HelloWorld")
(last-active <= "2006-02-21") and (pid like "HelloWorld")
(last-active <= "2006-02-21") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active <= "2006-02-21") and (pid in ("Hello*","Hello*World"))
(last-active <= "2006-02-21") and (pid in ("Hello*World"))
(last-active <= "2006-02-21") and (iid = "2006")
(last-active <= "2006-02-21") and (iid < "2006")
(last-active <= "2006-02-21") and (iid <= "2006")
(last-active <= "2006-02-21") and (iid > "2006")
(last-active <= "2006-02-21") and (iid >= "2006")
(last-active <= "2006-02-21") and (iid in ("2006"))
(last-active <= "2006-02-21") and (iid in ("2006","20061231"))
(last-active <= "2006-02-21") and (status = "active")
(last-active <= "2006-02-21") and (status = "suspended")
(last-active <= "2006-02-21") and (status = "error")
(last-active <= "2006-02-21") and (status = "completed")
(last-active <= "2006-02-21") and (status = "terminated")
(last-active <= "2006-02-21") and (status = "faulted")
(last-active <= "2006-02-21") and (status in ("active","suspended"))
(last-active <= "2006-02-21") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active <= "2006-02-21") and (started = "2006-01-01T00:00:01")
(last-active <= "2006-02-21") and (started = "2006-01-31")
(last-active <= "2006-02-21") and (started = "2006-01")
(last-active <= "2006-02-21") and (started = "2006")
(last-active <= "2006-02-21") and (started < "2006-01-01T00:00:01")
(last-active <= "2006-02-21") and (started < "2006-01-31")
(last-active <= "2006-02-21") and (started < "2006-01")
(last-active <= "2006-02-21") and (started < "2006")
(last-active <= "2006-02-21") and (started <= "2006-01-01T00:00:01")
(last-active <= "2006-02-21") and (started <= "2006-01-31")
(last-active <= "2006-02-21") and (started <= "2006-01")
(last-active <= "2006-02-21") and (started <= "2006")
(last-active <= "2006-02-21") and (started > "2006-01-01T00:00:01")
(last-active <= "2006-02-21") and (started > "2006-01-31")
(last-active <= "2006-02-21") and (started > "2006-01")
(last-active <= "2006-02-21") and (started > "2006")
(last-active <= "2006-02-21") and (started >= "2006-01-01T00:00:01")
(last-active <= "2006-02-21") and (started >= "2006-01-31")
(last-active <= "2006-02-21") and (started >= "2006-01")
(last-active <= "2006-02-21") and (started >= "2006")
(last-active <= "2006-02-21") and (started like "2006-01-01T00:00:01")
(last-active <= "2006-02-21") and (started like "2006-01-31")
(last-active <= "2006-02-21") and (started like "2006-01")
(last-active <= "2006-02-21") and (started like "2006")
(last-active <= "2006-02-21") and (started in ("2006-01-01T00:00:01"))
(last-active <= "2006-02-21") and (started in ("2006-01-31","2006-01"))
(last-active <= "2006-02-21") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active <= "2006-02") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active <= "2006-02") and ($author = "yuriy")
(last-active <= "2006-02") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active <= "2006-02") and ($author < "yuriy")
(last-active <= "2006-02") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active <= "2006-02") and ($author <= "yuriy")
(last-active <= "2006-02") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active <= "2006-02") and ($author > "yuriy")
(last-active <= "2006-02") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active <= "2006-02") and ($author >= "yuriy")
(last-active <= "2006-02") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active <= "2006-02") and ($author like "yuriy")
(last-active <= "2006-02") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active <= "2006-02") and ($author in ("yuriy"))
(last-active <= "2006-02") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active <= "2006-02") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active <= "2006-02") and (pid = "HelloWorld")
(last-active <= "2006-02") and (pid < "HelloWorld")
(last-active <= "2006-02") and (pid <= "HelloWorld")
(last-active <= "2006-02") and (pid > "HelloWorld")
(last-active <= "2006-02") and (pid >= "HelloWorld")
(last-active <= "2006-02") and (pid like "HelloWorld")
(last-active <= "2006-02") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active <= "2006-02") and (pid in ("Hello*","Hello*World"))
(last-active <= "2006-02") and (pid in ("Hello*World"))
(last-active <= "2006-02") and (iid = "2006")
(last-active <= "2006-02") and (iid < "2006")
(last-active <= "2006-02") and (iid <= "2006")
(last-active <= "2006-02") and (iid > "2006")
(last-active <= "2006-02") and (iid >= "2006")
(last-active <= "2006-02") and (iid in ("2006"))
(last-active <= "2006-02") and (iid in ("2006","20061231"))
(last-active <= "2006-02") and (status = "active")
(last-active <= "2006-02") and (status = "suspended")
(last-active <= "2006-02") and (status = "error")
(last-active <= "2006-02") and (status = "completed")
(last-active <= "2006-02") and (status = "terminated")
(last-active <= "2006-02") and (status = "faulted")
(last-active <= "2006-02") and (status in ("active","suspended"))
(last-active <= "2006-02") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active <= "2006-02") and (started = "2006-01-01T00:00:01")
(last-active <= "2006-02") and (started = "2006-01-31")
(last-active <= "2006-02") and (started = "2006-01")
(last-active <= "2006-02") and (started = "2006")
(last-active <= "2006-02") and (started < "2006-01-01T00:00:01")
(last-active <= "2006-02") and (started < "2006-01-31")
(last-active <= "2006-02") and (started < "2006-01")
(last-active <= "2006-02") and (started < "2006")
(last-active <= "2006-02") and (started <= "2006-01-01T00:00:01")
(last-active <= "2006-02") and (started <= "2006-01-31")
(last-active <= "2006-02") and (started <= "2006-01")
(last-active <= "2006-02") and (started <= "2006")
(last-active <= "2006-02") and (started > "2006-01-01T00:00:01")
(last-active <= "2006-02") and (started > "2006-01-31")
(last-active <= "2006-02") and (started > "2006-01")
(last-active <= "2006-02") and (started > "2006")
(last-active <= "2006-02") and (started >= "2006-01-01T00:00:01")
(last-active <= "2006-02") and (started >= "2006-01-31")
(last-active <= "2006-02") and (started >= "2006-01")
(last-active <= "2006-02") and (started >= "2006")
(last-active <= "2006-02") and (started like "2006-01-01T00:00:01")
(last-active <= "2006-02") and (started like "2006-01-31")
(last-active <= "2006-02") and (started like "2006-01")
(last-active <= "2006-02") and (started like "2006")
(last-active <= "2006-02") and (started in ("2006-01-01T00:00:01"))
(last-active <= "2006-02") and (started in ("2006-01-31","2006-01"))
(last-active <= "2006-02") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active <= "2006") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active <= "2006") and ($author = "yuriy")
(last-active <= "2006") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active <= "2006") and ($author < "yuriy")
(last-active <= "2006") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active <= "2006") and ($author <= "yuriy")
(last-active <= "2006") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active <= "2006") and ($author > "yuriy")
(last-active <= "2006") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active <= "2006") and ($author >= "yuriy")
(last-active <= "2006") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active <= "2006") and ($author like "yuriy")
(last-active <= "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active <= "2006") and ($author in ("yuriy"))
(last-active <= "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active <= "2006") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active <= "2006") and (pid = "HelloWorld")
(last-active <= "2006") and (pid < "HelloWorld")
(last-active <= "2006") and (pid <= "HelloWorld")
(last-active <= "2006") and (pid > "HelloWorld")
(last-active <= "2006") and (pid >= "HelloWorld")
(last-active <= "2006") and (pid like "HelloWorld")
(last-active <= "2006") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active <= "2006") and (pid in ("Hello*","Hello*World"))
(last-active <= "2006") and (pid in ("Hello*World"))
(last-active <= "2006") and (iid = "2006")
(last-active <= "2006") and (iid < "2006")
(last-active <= "2006") and (iid <= "2006")
(last-active <= "2006") and (iid > "2006")
(last-active <= "2006") and (iid >= "2006")
(last-active <= "2006") and (iid in ("2006"))
(last-active <= "2006") and (iid in ("2006","20061231"))
(last-active <= "2006") and (status = "active")
(last-active <= "2006") and (status = "suspended")
(last-active <= "2006") and (status = "error")
(last-active <= "2006") and (status = "completed")
(last-active <= "2006") and (status = "terminated")
(last-active <= "2006") and (status = "faulted")
(last-active <= "2006") and (status in ("active","suspended"))
(last-active <= "2006") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active <= "2006") and (started = "2006-01-01T00:00:01")
(last-active <= "2006") and (started = "2006-01-31")
(last-active <= "2006") and (started = "2006-01")
(last-active <= "2006") and (started = "2006")
(last-active <= "2006") and (started < "2006-01-01T00:00:01")
(last-active <= "2006") and (started < "2006-01-31")
(last-active <= "2006") and (started < "2006-01")
(last-active <= "2006") and (started < "2006")
(last-active <= "2006") and (started <= "2006-01-01T00:00:01")
(last-active <= "2006") and (started <= "2006-01-31")
(last-active <= "2006") and (started <= "2006-01")
(last-active <= "2006") and (started <= "2006")
(last-active <= "2006") and (started > "2006-01-01T00:00:01")
(last-active <= "2006") and (started > "2006-01-31")
(last-active <= "2006") and (started > "2006-01")
(last-active <= "2006") and (started > "2006")
(last-active <= "2006") and (started >= "2006-01-01T00:00:01")
(last-active <= "2006") and (started >= "2006-01-31")
(last-active <= "2006") and (started >= "2006-01")
(last-active <= "2006") and (started >= "2006")
(last-active <= "2006") and (started like "2006-01-01T00:00:01")
(last-active <= "2006") and (started like "2006-01-31")
(last-active <= "2006") and (started like "2006-01")
(last-active <= "2006") and (started like "2006")
(last-active <= "2006") and (started in ("2006-01-01T00:00:01"))
(last-active <= "2006") and (started in ("2006-01-31","2006-01"))
(last-active <= "2006") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active > "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active > "2006-02-01T00:00:01") and ($author = "yuriy")
(last-active > "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active > "2006-02-01T00:00:01") and ($author < "yuriy")
(last-active > "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active > "2006-02-01T00:00:01") and ($author <= "yuriy")
(last-active > "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active > "2006-02-01T00:00:01") and ($author > "yuriy")
(last-active > "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active > "2006-02-01T00:00:01") and ($author >= "yuriy")
(last-active > "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active > "2006-02-01T00:00:01") and ($author like "yuriy")
(last-active > "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active > "2006-02-01T00:00:01") and ($author in ("yuriy"))
(last-active > "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active > "2006-02-01T00:00:01") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active > "2006-02-01T00:00:01") and (pid = "HelloWorld")
(last-active > "2006-02-01T00:00:01") and (pid < "HelloWorld")
(last-active > "2006-02-01T00:00:01") and (pid <= "HelloWorld")
(last-active > "2006-02-01T00:00:01") and (pid > "HelloWorld")
(last-active > "2006-02-01T00:00:01") and (pid >= "HelloWorld")
(last-active > "2006-02-01T00:00:01") and (pid like "HelloWorld")
(last-active > "2006-02-01T00:00:01") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active > "2006-02-01T00:00:01") and (pid in ("Hello*","Hello*World"))
(last-active > "2006-02-01T00:00:01") and (pid in ("Hello*World"))
(last-active > "2006-02-01T00:00:01") and (iid = "2006")
(last-active > "2006-02-01T00:00:01") and (iid < "2006")
(last-active > "2006-02-01T00:00:01") and (iid <= "2006")
(last-active > "2006-02-01T00:00:01") and (iid > "2006")
(last-active > "2006-02-01T00:00:01") and (iid >= "2006")
(last-active > "2006-02-01T00:00:01") and (iid in ("2006"))
(last-active > "2006-02-01T00:00:01") and (iid in ("2006","20061231"))
(last-active > "2006-02-01T00:00:01") and (status = "active")
(last-active > "2006-02-01T00:00:01") and (status = "suspended")
(last-active > "2006-02-01T00:00:01") and (status = "error")
(last-active > "2006-02-01T00:00:01") and (status = "completed")
(last-active > "2006-02-01T00:00:01") and (status = "terminated")
(last-active > "2006-02-01T00:00:01") and (status = "faulted")
(last-active > "2006-02-01T00:00:01") and (status in ("active","suspended"))
(last-active > "2006-02-01T00:00:01") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active > "2006-02-01T00:00:01") and (started = "2006-01-01T00:00:01")
(last-active > "2006-02-01T00:00:01") and (started = "2006-01-31")
(last-active > "2006-02-01T00:00:01") and (started = "2006-01")
(last-active > "2006-02-01T00:00:01") and (started = "2006")
(last-active > "2006-02-01T00:00:01") and (started < "2006-01-01T00:00:01")
(last-active > "2006-02-01T00:00:01") and (started < "2006-01-31")
(last-active > "2006-02-01T00:00:01") and (started < "2006-01")
(last-active > "2006-02-01T00:00:01") and (started < "2006")
(last-active > "2006-02-01T00:00:01") and (started <= "2006-01-01T00:00:01")
(last-active > "2006-02-01T00:00:01") and (started <= "2006-01-31")
(last-active > "2006-02-01T00:00:01") and (started <= "2006-01")
(last-active > "2006-02-01T00:00:01") and (started <= "2006")
(last-active > "2006-02-01T00:00:01") and (started > "2006-01-01T00:00:01")
(last-active > "2006-02-01T00:00:01") and (started > "2006-01-31")
(last-active > "2006-02-01T00:00:01") and (started > "2006-01")
(last-active > "2006-02-01T00:00:01") and (started > "2006")
(last-active > "2006-02-01T00:00:01") and (started >= "2006-01-01T00:00:01")
(last-active > "2006-02-01T00:00:01") and (started >= "2006-01-31")
(last-active > "2006-02-01T00:00:01") and (started >= "2006-01")
(last-active > "2006-02-01T00:00:01") and (started >= "2006")
(last-active > "2006-02-01T00:00:01") and (started like "2006-01-01T00:00:01")
(last-active > "2006-02-01T00:00:01") and (started like "2006-01-31")
(last-active > "2006-02-01T00:00:01") and (started like "2006-01")
(last-active > "2006-02-01T00:00:01") and (started like "2006")
(last-active > "2006-02-01T00:00:01") and (started in ("2006-01-01T00:00:01"))
(last-active > "2006-02-01T00:00:01") and (started in ("2006-01-31","2006-01"))
(last-active > "2006-02-01T00:00:01") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active > "2006-02-21") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active > "2006-02-21") and ($author = "yuriy")
(last-active > "2006-02-21") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active > "2006-02-21") and ($author < "yuriy")
(last-active > "2006-02-21") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active > "2006-02-21") and ($author <= "yuriy")
(last-active > "2006-02-21") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active > "2006-02-21") and ($author > "yuriy")
(last-active > "2006-02-21") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active > "2006-02-21") and ($author >= "yuriy")
(last-active > "2006-02-21") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active > "2006-02-21") and ($author like "yuriy")
(last-active > "2006-02-21") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active > "2006-02-21") and ($author in ("yuriy"))
(last-active > "2006-02-21") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active > "2006-02-21") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active > "2006-02-21") and (pid = "HelloWorld")
(last-active > "2006-02-21") and (pid < "HelloWorld")
(last-active > "2006-02-21") and (pid <= "HelloWorld")
(last-active > "2006-02-21") and (pid > "HelloWorld")
(last-active > "2006-02-21") and (pid >= "HelloWorld")
(last-active > "2006-02-21") and (pid like "HelloWorld")
(last-active > "2006-02-21") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active > "2006-02-21") and (pid in ("Hello*","Hello*World"))
(last-active > "2006-02-21") and (pid in ("Hello*World"))
(last-active > "2006-02-21") and (iid = "2006")
(last-active > "2006-02-21") and (iid < "2006")
(last-active > "2006-02-21") and (iid <= "2006")
(last-active > "2006-02-21") and (iid > "2006")
(last-active > "2006-02-21") and (iid >= "2006")
(last-active > "2006-02-21") and (iid in ("2006"))
(last-active > "2006-02-21") and (iid in ("2006","20061231"))
(last-active > "2006-02-21") and (status = "active")
(last-active > "2006-02-21") and (status = "suspended")
(last-active > "2006-02-21") and (status = "error")
(last-active > "2006-02-21") and (status = "completed")
(last-active > "2006-02-21") and (status = "terminated")
(last-active > "2006-02-21") and (status = "faulted")
(last-active > "2006-02-21") and (status in ("active","suspended"))
(last-active > "2006-02-21") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active > "2006-02-21") and (started = "2006-01-01T00:00:01")
(last-active > "2006-02-21") and (started = "2006-01-31")
(last-active > "2006-02-21") and (started = "2006-01")
(last-active > "2006-02-21") and (started = "2006")
(last-active > "2006-02-21") and (started < "2006-01-01T00:00:01")
(last-active > "2006-02-21") and (started < "2006-01-31")
(last-active > "2006-02-21") and (started < "2006-01")
(last-active > "2006-02-21") and (started < "2006")
(last-active > "2006-02-21") and (started <= "2006-01-01T00:00:01")
(last-active > "2006-02-21") and (started <= "2006-01-31")
(last-active > "2006-02-21") and (started <= "2006-01")
(last-active > "2006-02-21") and (started <= "2006")
(last-active > "2006-02-21") and (started > "2006-01-01T00:00:01")
(last-active > "2006-02-21") and (started > "2006-01-31")
(last-active > "2006-02-21") and (started > "2006-01")
(last-active > "2006-02-21") and (started > "2006")
(last-active > "2006-02-21") and (started >= "2006-01-01T00:00:01")
(last-active > "2006-02-21") and (started >= "2006-01-31")
(last-active > "2006-02-21") and (started >= "2006-01")
(last-active > "2006-02-21") and (started >= "2006")
(last-active > "2006-02-21") and (started like "2006-01-01T00:00:01")
(last-active > "2006-02-21") and (started like "2006-01-31")
(last-active > "2006-02-21") and (started like "2006-01")
(last-active > "2006-02-21") and (started like "2006")
(last-active > "2006-02-21") and (started in ("2006-01-01T00:00:01"))
(last-active > "2006-02-21") and (started in ("2006-01-31","2006-01"))
(last-active > "2006-02-21") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active > "2006-02") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active > "2006-02") and ($author = "yuriy")
(last-active > "2006-02") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active > "2006-02") and ($author < "yuriy")
(last-active > "2006-02") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active > "2006-02") and ($author <= "yuriy")
(last-active > "2006-02") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active > "2006-02") and ($author > "yuriy")
(last-active > "2006-02") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active > "2006-02") and ($author >= "yuriy")
(last-active > "2006-02") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active > "2006-02") and ($author like "yuriy")
(last-active > "2006-02") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active > "2006-02") and ($author in ("yuriy"))
(last-active > "2006-02") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active > "2006-02") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active > "2006-02") and (pid = "HelloWorld")
(last-active > "2006-02") and (pid < "HelloWorld")
(last-active > "2006-02") and (pid <= "HelloWorld")
(last-active > "2006-02") and (pid > "HelloWorld")
(last-active > "2006-02") and (pid >= "HelloWorld")
(last-active > "2006-02") and (pid like "HelloWorld")
(last-active > "2006-02") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active > "2006-02") and (pid in ("Hello*","Hello*World"))
(last-active > "2006-02") and (pid in ("Hello*World"))
(last-active > "2006-02") and (iid = "2006")
(last-active > "2006-02") and (iid < "2006")
(last-active > "2006-02") and (iid <= "2006")
(last-active > "2006-02") and (iid > "2006")
(last-active > "2006-02") and (iid >= "2006")
(last-active > "2006-02") and (iid in ("2006"))
(last-active > "2006-02") and (iid in ("2006","20061231"))
(last-active > "2006-02") and (status = "active")
(last-active > "2006-02") and (status = "suspended")
(last-active > "2006-02") and (status = "error")
(last-active > "2006-02") and (status = "completed")
(last-active > "2006-02") and (status = "terminated")
(last-active > "2006-02") and (status = "faulted")
(last-active > "2006-02") and (status in ("active","suspended"))
(last-active > "2006-02") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active > "2006-02") and (started = "2006-01-01T00:00:01")
(last-active > "2006-02") and (started = "2006-01-31")
(last-active > "2006-02") and (started = "2006-01")
(last-active > "2006-02") and (started = "2006")
(last-active > "2006-02") and (started < "2006-01-01T00:00:01")
(last-active > "2006-02") and (started < "2006-01-31")
(last-active > "2006-02") and (started < "2006-01")
(last-active > "2006-02") and (started < "2006")
(last-active > "2006-02") and (started <= "2006-01-01T00:00:01")
(last-active > "2006-02") and (started <= "2006-01-31")
(last-active > "2006-02") and (started <= "2006-01")
(last-active > "2006-02") and (started <= "2006")
(last-active > "2006-02") and (started > "2006-01-01T00:00:01")
(last-active > "2006-02") and (started > "2006-01-31")
(last-active > "2006-02") and (started > "2006-01")
(last-active > "2006-02") and (started > "2006")
(last-active > "2006-02") and (started >= "2006-01-01T00:00:01")
(last-active > "2006-02") and (started >= "2006-01-31")
(last-active > "2006-02") and (started >= "2006-01")
(last-active > "2006-02") and (started >= "2006")
(last-active > "2006-02") and (started like "2006-01-01T00:00:01")
(last-active > "2006-02") and (started like "2006-01-31")
(last-active > "2006-02") and (started like "2006-01")
(last-active > "2006-02") and (started like "2006")
(last-active > "2006-02") and (started in ("2006-01-01T00:00:01"))
(last-active > "2006-02") and (started in ("2006-01-31","2006-01"))
(last-active > "2006-02") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active > "2006") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active > "2006") and ($author = "yuriy")
(last-active > "2006") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active > "2006") and ($author < "yuriy")
(last-active > "2006") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active > "2006") and ($author <= "yuriy")
(last-active > "2006") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active > "2006") and ($author > "yuriy")
(last-active > "2006") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active > "2006") and ($author >= "yuriy")
(last-active > "2006") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active > "2006") and ($author like "yuriy")
(last-active > "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active > "2006") and ($author in ("yuriy"))
(last-active > "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active > "2006") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active > "2006") and (pid = "HelloWorld")
(last-active > "2006") and (pid < "HelloWorld")
(last-active > "2006") and (pid <= "HelloWorld")
(last-active > "2006") and (pid > "HelloWorld")
(last-active > "2006") and (pid >= "HelloWorld")
(last-active > "2006") and (pid like "HelloWorld")
(last-active > "2006") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active > "2006") and (pid in ("Hello*","Hello*World"))
(last-active > "2006") and (pid in ("Hello*World"))
(last-active > "2006") and (iid = "2006")
(last-active > "2006") and (iid < "2006")
(last-active > "2006") and (iid <= "2006")
(last-active > "2006") and (iid > "2006")
(last-active > "2006") and (iid >= "2006")
(last-active > "2006") and (iid in ("2006"))
(last-active > "2006") and (iid in ("2006","20061231"))
(last-active > "2006") and (status = "active")
(last-active > "2006") and (status = "suspended")
(last-active > "2006") and (status = "error")
(last-active > "2006") and (status = "completed")
(last-active > "2006") and (status = "terminated")
(last-active > "2006") and (status = "faulted")
(last-active > "2006") and (status in ("active","suspended"))
(last-active > "2006") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active > "2006") and (started = "2006-01-01T00:00:01")
(last-active > "2006") and (started = "2006-01-31")
(last-active > "2006") and (started = "2006-01")
(last-active > "2006") and (started = "2006")
(last-active > "2006") and (started < "2006-01-01T00:00:01")
(last-active > "2006") and (started < "2006-01-31")
(last-active > "2006") and (started < "2006-01")
(last-active > "2006") and (started < "2006")
(last-active > "2006") and (started <= "2006-01-01T00:00:01")
(last-active > "2006") and (started <= "2006-01-31")
(last-active > "2006") and (started <= "2006-01")
(last-active > "2006") and (started <= "2006")
(last-active > "2006") and (started > "2006-01-01T00:00:01")
(last-active > "2006") and (started > "2006-01-31")
(last-active > "2006") and (started > "2006-01")
(last-active > "2006") and (started > "2006")
(last-active > "2006") and (started >= "2006-01-01T00:00:01")
(last-active > "2006") and (started >= "2006-01-31")
(last-active > "2006") and (started >= "2006-01")
(last-active > "2006") and (started >= "2006")
(last-active > "2006") and (started like "2006-01-01T00:00:01")
(last-active > "2006") and (started like "2006-01-31")
(last-active > "2006") and (started like "2006-01")
(last-active > "2006") and (started like "2006")
(last-active > "2006") and (started in ("2006-01-01T00:00:01"))
(last-active > "2006") and (started in ("2006-01-31","2006-01"))
(last-active > "2006") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active >= "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active >= "2006-02-01T00:00:01") and ($author = "yuriy")
(last-active >= "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active >= "2006-02-01T00:00:01") and ($author < "yuriy")
(last-active >= "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active >= "2006-02-01T00:00:01") and ($author <= "yuriy")
(last-active >= "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active >= "2006-02-01T00:00:01") and ($author > "yuriy")
(last-active >= "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active >= "2006-02-01T00:00:01") and ($author >= "yuriy")
(last-active >= "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active >= "2006-02-01T00:00:01") and ($author like "yuriy")
(last-active >= "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active >= "2006-02-01T00:00:01") and ($author in ("yuriy"))
(last-active >= "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active >= "2006-02-01T00:00:01") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active >= "2006-02-01T00:00:01") and (pid = "HelloWorld")
(last-active >= "2006-02-01T00:00:01") and (pid < "HelloWorld")
(last-active >= "2006-02-01T00:00:01") and (pid <= "HelloWorld")
(last-active >= "2006-02-01T00:00:01") and (pid > "HelloWorld")
(last-active >= "2006-02-01T00:00:01") and (pid >= "HelloWorld")
(last-active >= "2006-02-01T00:00:01") and (pid like "HelloWorld")
(last-active >= "2006-02-01T00:00:01") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active >= "2006-02-01T00:00:01") and (pid in ("Hello*","Hello*World"))
(last-active >= "2006-02-01T00:00:01") and (pid in ("Hello*World"))
(last-active >= "2006-02-01T00:00:01") and (iid = "2006")
(last-active >= "2006-02-01T00:00:01") and (iid < "2006")
(last-active >= "2006-02-01T00:00:01") and (iid <= "2006")
(last-active >= "2006-02-01T00:00:01") and (iid > "2006")
(last-active >= "2006-02-01T00:00:01") and (iid >= "2006")
(last-active >= "2006-02-01T00:00:01") and (iid in ("2006"))
(last-active >= "2006-02-01T00:00:01") and (iid in ("2006","20061231"))
(last-active >= "2006-02-01T00:00:01") and (status = "active")
(last-active >= "2006-02-01T00:00:01") and (status = "suspended")
(last-active >= "2006-02-01T00:00:01") and (status = "error")
(last-active >= "2006-02-01T00:00:01") and (status = "completed")
(last-active >= "2006-02-01T00:00:01") and (status = "terminated")
(last-active >= "2006-02-01T00:00:01") and (status = "faulted")
(last-active >= "2006-02-01T00:00:01") and (status in ("active","suspended"))
(last-active >= "2006-02-01T00:00:01") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active >= "2006-02-01T00:00:01") and (started = "2006-01-01T00:00:01")
(last-active >= "2006-02-01T00:00:01") and (started = "2006-01-31")
(last-active >= "2006-02-01T00:00:01") and (started = "2006-01")
(last-active >= "2006-02-01T00:00:01") and (started = "2006")
(last-active >= "2006-02-01T00:00:01") and (started < "2006-01-01T00:00:01")
(last-active >= "2006-02-01T00:00:01") and (started < "2006-01-31")
(last-active >= "2006-02-01T00:00:01") and (started < "2006-01")
(last-active >= "2006-02-01T00:00:01") and (started < "2006")
(last-active >= "2006-02-01T00:00:01") and (started <= "2006-01-01T00:00:01")
(last-active >= "2006-02-01T00:00:01") and (started <= "2006-01-31")
(last-active >= "2006-02-01T00:00:01") and (started <= "2006-01")
(last-active >= "2006-02-01T00:00:01") and (started <= "2006")
(last-active >= "2006-02-01T00:00:01") and (started > "2006-01-01T00:00:01")
(last-active >= "2006-02-01T00:00:01") and (started > "2006-01-31")
(last-active >= "2006-02-01T00:00:01") and (started > "2006-01")
(last-active >= "2006-02-01T00:00:01") and (started > "2006")
(last-active >= "2006-02-01T00:00:01") and (started >= "2006-01-01T00:00:01")
(last-active >= "2006-02-01T00:00:01") and (started >= "2006-01-31")
(last-active >= "2006-02-01T00:00:01") and (started >= "2006-01")
(last-active >= "2006-02-01T00:00:01") and (started >= "2006")
(last-active >= "2006-02-01T00:00:01") and (started like "2006-01-01T00:00:01")
(last-active >= "2006-02-01T00:00:01") and (started like "2006-01-31")
(last-active >= "2006-02-01T00:00:01") and (started like "2006-01")
(last-active >= "2006-02-01T00:00:01") and (started like "2006")
(last-active >= "2006-02-01T00:00:01") and (started in ("2006-01-01T00:00:01"))
(last-active >= "2006-02-01T00:00:01") and (started in ("2006-01-31","2006-01"))
(last-active >= "2006-02-01T00:00:01") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active >= "2006-02-21") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active >= "2006-02-21") and ($author = "yuriy")
(last-active >= "2006-02-21") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active >= "2006-02-21") and ($author < "yuriy")
(last-active >= "2006-02-21") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active >= "2006-02-21") and ($author <= "yuriy")
(last-active >= "2006-02-21") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active >= "2006-02-21") and ($author > "yuriy")
(last-active >= "2006-02-21") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active >= "2006-02-21") and ($author >= "yuriy")
(last-active >= "2006-02-21") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active >= "2006-02-21") and ($author like "yuriy")
(last-active >= "2006-02-21") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active >= "2006-02-21") and ($author in ("yuriy"))
(last-active >= "2006-02-21") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active >= "2006-02-21") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active >= "2006-02-21") and (pid = "HelloWorld")
(last-active >= "2006-02-21") and (pid < "HelloWorld")
(last-active >= "2006-02-21") and (pid <= "HelloWorld")
(last-active >= "2006-02-21") and (pid > "HelloWorld")
(last-active >= "2006-02-21") and (pid >= "HelloWorld")
(last-active >= "2006-02-21") and (pid like "HelloWorld")
(last-active >= "2006-02-21") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active >= "2006-02-21") and (pid in ("Hello*","Hello*World"))
(last-active >= "2006-02-21") and (pid in ("Hello*World"))
(last-active >= "2006-02-21") and (iid = "2006")
(last-active >= "2006-02-21") and (iid < "2006")
(last-active >= "2006-02-21") and (iid <= "2006")
(last-active >= "2006-02-21") and (iid > "2006")
(last-active >= "2006-02-21") and (iid >= "2006")
(last-active >= "2006-02-21") and (iid in ("2006"))
(last-active >= "2006-02-21") and (iid in ("2006","20061231"))
(last-active >= "2006-02-21") and (status = "active")
(last-active >= "2006-02-21") and (status = "suspended")
(last-active >= "2006-02-21") and (status = "error")
(last-active >= "2006-02-21") and (status = "completed")
(last-active >= "2006-02-21") and (status = "terminated")
(last-active >= "2006-02-21") and (status = "faulted")
(last-active >= "2006-02-21") and (status in ("active","suspended"))
(last-active >= "2006-02-21") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active >= "2006-02-21") and (started = "2006-01-01T00:00:01")
(last-active >= "2006-02-21") and (started = "2006-01-31")
(last-active >= "2006-02-21") and (started = "2006-01")
(last-active >= "2006-02-21") and (started = "2006")
(last-active >= "2006-02-21") and (started < "2006-01-01T00:00:01")
(last-active >= "2006-02-21") and (started < "2006-01-31")
(last-active >= "2006-02-21") and (started < "2006-01")
(last-active >= "2006-02-21") and (started < "2006")
(last-active >= "2006-02-21") and (started <= "2006-01-01T00:00:01")
(last-active >= "2006-02-21") and (started <= "2006-01-31")
(last-active >= "2006-02-21") and (started <= "2006-01")
(last-active >= "2006-02-21") and (started <= "2006")
(last-active >= "2006-02-21") and (started > "2006-01-01T00:00:01")
(last-active >= "2006-02-21") and (started > "2006-01-31")
(last-active >= "2006-02-21") and (started > "2006-01")
(last-active >= "2006-02-21") and (started > "2006")
(last-active >= "2006-02-21") and (started >= "2006-01-01T00:00:01")
(last-active >= "2006-02-21") and (started >= "2006-01-31")
(last-active >= "2006-02-21") and (started >= "2006-01")
(last-active >= "2006-02-21") and (started >= "2006")
(last-active >= "2006-02-21") and (started like "2006-01-01T00:00:01")
(last-active >= "2006-02-21") and (started like "2006-01-31")
(last-active >= "2006-02-21") and (started like "2006-01")
(last-active >= "2006-02-21") and (started like "2006")
(last-active >= "2006-02-21") and (started in ("2006-01-01T00:00:01"))
(last-active >= "2006-02-21") and (started in ("2006-01-31","2006-01"))
(last-active >= "2006-02-21") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active >= "2006-02") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active >= "2006-02") and ($author = "yuriy")
(last-active >= "2006-02") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active >= "2006-02") and ($author < "yuriy")
(last-active >= "2006-02") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active >= "2006-02") and ($author <= "yuriy")
(last-active >= "2006-02") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active >= "2006-02") and ($author > "yuriy")
(last-active >= "2006-02") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active >= "2006-02") and ($author >= "yuriy")
(last-active >= "2006-02") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active >= "2006-02") and ($author like "yuriy")
(last-active >= "2006-02") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active >= "2006-02") and ($author in ("yuriy"))
(last-active >= "2006-02") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active >= "2006-02") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active >= "2006-02") and (pid = "HelloWorld")
(last-active >= "2006-02") and (pid < "HelloWorld")
(last-active >= "2006-02") and (pid <= "HelloWorld")
(last-active >= "2006-02") and (pid > "HelloWorld")
(last-active >= "2006-02") and (pid >= "HelloWorld")
(last-active >= "2006-02") and (pid like "HelloWorld")
(last-active >= "2006-02") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active >= "2006-02") and (pid in ("Hello*","Hello*World"))
(last-active >= "2006-02") and (pid in ("Hello*World"))
(last-active >= "2006-02") and (iid = "2006")
(last-active >= "2006-02") and (iid < "2006")
(last-active >= "2006-02") and (iid <= "2006")
(last-active >= "2006-02") and (iid > "2006")
(last-active >= "2006-02") and (iid >= "2006")
(last-active >= "2006-02") and (iid in ("2006"))
(last-active >= "2006-02") and (iid in ("2006","20061231"))
(last-active >= "2006-02") and (status = "active")
(last-active >= "2006-02") and (status = "suspended")
(last-active >= "2006-02") and (status = "error")
(last-active >= "2006-02") and (status = "completed")
(last-active >= "2006-02") and (status = "terminated")
(last-active >= "2006-02") and (status = "faulted")
(last-active >= "2006-02") and (status in ("active","suspended"))
(last-active >= "2006-02") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active >= "2006-02") and (started = "2006-01-01T00:00:01")
(last-active >= "2006-02") and (started = "2006-01-31")
(last-active >= "2006-02") and (started = "2006-01")
(last-active >= "2006-02") and (started = "2006")
(last-active >= "2006-02") and (started < "2006-01-01T00:00:01")
(last-active >= "2006-02") and (started < "2006-01-31")
(last-active >= "2006-02") and (started < "2006-01")
(last-active >= "2006-02") and (started < "2006")
(last-active >= "2006-02") and (started <= "2006-01-01T00:00:01")
(last-active >= "2006-02") and (started <= "2006-01-31")
(last-active >= "2006-02") and (started <= "2006-01")
(last-active >= "2006-02") and (started <= "2006")
(last-active >= "2006-02") and (started > "2006-01-01T00:00:01")
(last-active >= "2006-02") and (started > "2006-01-31")
(last-active >= "2006-02") and (started > "2006-01")
(last-active >= "2006-02") and (started > "2006")
(last-active >= "2006-02") and (started >= "2006-01-01T00:00:01")
(last-active >= "2006-02") and (started >= "2006-01-31")
(last-active >= "2006-02") and (started >= "2006-01")
(last-active >= "2006-02") and (started >= "2006")
(last-active >= "2006-02") and (started like "2006-01-01T00:00:01")
(last-active >= "2006-02") and (started like "2006-01-31")
(last-active >= "2006-02") and (started like "2006-01")
(last-active >= "2006-02") and (started like "2006")
(last-active >= "2006-02") and (started in ("2006-01-01T00:00:01"))
(last-active >= "2006-02") and (started in ("2006-01-31","2006-01"))
(last-active >= "2006-02") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active >= "2006") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active >= "2006") and ($author = "yuriy")
(last-active >= "2006") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active >= "2006") and ($author < "yuriy")
(last-active >= "2006") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active >= "2006") and ($author <= "yuriy")
(last-active >= "2006") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active >= "2006") and ($author > "yuriy")
(last-active >= "2006") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active >= "2006") and ($author >= "yuriy")
(last-active >= "2006") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active >= "2006") and ($author like "yuriy")
(last-active >= "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active >= "2006") and ($author in ("yuriy"))
(last-active >= "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active >= "2006") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active >= "2006") and (pid = "HelloWorld")
(last-active >= "2006") and (pid < "HelloWorld")
(last-active >= "2006") and (pid <= "HelloWorld")
(last-active >= "2006") and (pid > "HelloWorld")
(last-active >= "2006") and (pid >= "HelloWorld")
(last-active >= "2006") and (pid like "HelloWorld")
(last-active >= "2006") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active >= "2006") and (pid in ("Hello*","Hello*World"))
(last-active >= "2006") and (pid in ("Hello*World"))
(last-active >= "2006") and (iid = "2006")
(last-active >= "2006") and (iid < "2006")
(last-active >= "2006") and (iid <= "2006")
(last-active >= "2006") and (iid > "2006")
(last-active >= "2006") and (iid >= "2006")
(last-active >= "2006") and (iid in ("2006"))
(last-active >= "2006") and (iid in ("2006","20061231"))
(last-active >= "2006") and (status = "active")
(last-active >= "2006") and (status = "suspended")
(last-active >= "2006") and (status = "error")
(last-active >= "2006") and (status = "completed")
(last-active >= "2006") and (status = "terminated")
(last-active >= "2006") and (status = "faulted")
(last-active >= "2006") and (status in ("active","suspended"))
(last-active >= "2006") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active >= "2006") and (started = "2006-01-01T00:00:01")
(last-active >= "2006") and (started = "2006-01-31")
(last-active >= "2006") and (started = "2006-01")
(last-active >= "2006") and (started = "2006")
(last-active >= "2006") and (started < "2006-01-01T00:00:01")
(last-active >= "2006") and (started < "2006-01-31")
(last-active >= "2006") and (started < "2006-01")
(last-active >= "2006") and (started < "2006")
(last-active >= "2006") and (started <= "2006-01-01T00:00:01")
(last-active >= "2006") and (started <= "2006-01-31")
(last-active >= "2006") and (started <= "2006-01")
(last-active >= "2006") and (started <= "2006")
(last-active >= "2006") and (started > "2006-01-01T00:00:01")
(last-active >= "2006") and (started > "2006-01-31")
(last-active >= "2006") and (started > "2006-01")
(last-active >= "2006") and (started > "2006")
(last-active >= "2006") and (started >= "2006-01-01T00:00:01")
(last-active >= "2006") and (started >= "2006-01-31")
(last-active >= "2006") and (started >= "2006-01")
(last-active >= "2006") and (started >= "2006")
(last-active >= "2006") and (started like "2006-01-01T00:00:01")
(last-active >= "2006") and (started like "2006-01-31")
(last-active >= "2006") and (started like "2006-01")
(last-active >= "2006") and (started like "2006")
(last-active >= "2006") and (started in ("2006-01-01T00:00:01"))
(last-active >= "2006") and (started in ("2006-01-31","2006-01"))
(last-active >= "2006") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active like "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active like "2006-02-01T00:00:01") and ($author = "yuriy")
(last-active like "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active like "2006-02-01T00:00:01") and ($author < "yuriy")
(last-active like "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active like "2006-02-01T00:00:01") and ($author <= "yuriy")
(last-active like "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active like "2006-02-01T00:00:01") and ($author > "yuriy")
(last-active like "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active like "2006-02-01T00:00:01") and ($author >= "yuriy")
(last-active like "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active like "2006-02-01T00:00:01") and ($author like "yuriy")
(last-active like "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active like "2006-02-01T00:00:01") and ($author in ("yuriy"))
(last-active like "2006-02-01T00:00:01") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active like "2006-02-01T00:00:01") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active like "2006-02-01T00:00:01") and (pid = "HelloWorld")
(last-active like "2006-02-01T00:00:01") and (pid < "HelloWorld")
(last-active like "2006-02-01T00:00:01") and (pid <= "HelloWorld")
(last-active like "2006-02-01T00:00:01") and (pid > "HelloWorld")
(last-active like "2006-02-01T00:00:01") and (pid >= "HelloWorld")
(last-active like "2006-02-01T00:00:01") and (pid like "HelloWorld")
(last-active like "2006-02-01T00:00:01") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active like "2006-02-01T00:00:01") and (pid in ("Hello*","Hello*World"))
(last-active like "2006-02-01T00:00:01") and (pid in ("Hello*World"))
(last-active like "2006-02-01T00:00:01") and (iid = "2006")
(last-active like "2006-02-01T00:00:01") and (iid < "2006")
(last-active like "2006-02-01T00:00:01") and (iid <= "2006")
(last-active like "2006-02-01T00:00:01") and (iid > "2006")
(last-active like "2006-02-01T00:00:01") and (iid >= "2006")
(last-active like "2006-02-01T00:00:01") and (iid in ("2006"))
(last-active like "2006-02-01T00:00:01") and (iid in ("2006","20061231"))
(last-active like "2006-02-01T00:00:01") and (status = "active")
(last-active like "2006-02-01T00:00:01") and (status = "suspended")
(last-active like "2006-02-01T00:00:01") and (status = "error")
(last-active like "2006-02-01T00:00:01") and (status = "completed")
(last-active like "2006-02-01T00:00:01") and (status = "terminated")
(last-active like "2006-02-01T00:00:01") and (status = "faulted")
(last-active like "2006-02-01T00:00:01") and (status in ("active","suspended"))
(last-active like "2006-02-01T00:00:01") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active like "2006-02-01T00:00:01") and (started = "2006-01-01T00:00:01")
(last-active like "2006-02-01T00:00:01") and (started = "2006-01-31")
(last-active like "2006-02-01T00:00:01") and (started = "2006-01")
(last-active like "2006-02-01T00:00:01") and (started = "2006")
(last-active like "2006-02-01T00:00:01") and (started < "2006-01-01T00:00:01")
(last-active like "2006-02-01T00:00:01") and (started < "2006-01-31")
(last-active like "2006-02-01T00:00:01") and (started < "2006-01")
(last-active like "2006-02-01T00:00:01") and (started < "2006")
(last-active like "2006-02-01T00:00:01") and (started <= "2006-01-01T00:00:01")
(last-active like "2006-02-01T00:00:01") and (started <= "2006-01-31")
(last-active like "2006-02-01T00:00:01") and (started <= "2006-01")
(last-active like "2006-02-01T00:00:01") and (started <= "2006")
(last-active like "2006-02-01T00:00:01") and (started > "2006-01-01T00:00:01")
(last-active like "2006-02-01T00:00:01") and (started > "2006-01-31")
(last-active like "2006-02-01T00:00:01") and (started > "2006-01")
(last-active like "2006-02-01T00:00:01") and (started > "2006")
(last-active like "2006-02-01T00:00:01") and (started >= "2006-01-01T00:00:01")
(last-active like "2006-02-01T00:00:01") and (started >= "2006-01-31")
(last-active like "2006-02-01T00:00:01") and (started >= "2006-01")
(last-active like "2006-02-01T00:00:01") and (started >= "2006")
(last-active like "2006-02-01T00:00:01") and (started like "2006-01-01T00:00:01")
(last-active like "2006-02-01T00:00:01") and (started like "2006-01-31")
(last-active like "2006-02-01T00:00:01") and (started like "2006-01")
(last-active like "2006-02-01T00:00:01") and (started like "2006")
(last-active like "2006-02-01T00:00:01") and (started in ("2006-01-01T00:00:01"))
(last-active like "2006-02-01T00:00:01") and (started in ("2006-01-31","2006-01"))
(last-active like "2006-02-01T00:00:01") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active like "2006-02-21") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active like "2006-02-21") and ($author = "yuriy")
(last-active like "2006-02-21") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active like "2006-02-21") and ($author < "yuriy")
(last-active like "2006-02-21") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active like "2006-02-21") and ($author <= "yuriy")
(last-active like "2006-02-21") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active like "2006-02-21") and ($author > "yuriy")
(last-active like "2006-02-21") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active like "2006-02-21") and ($author >= "yuriy")
(last-active like "2006-02-21") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active like "2006-02-21") and ($author like "yuriy")
(last-active like "2006-02-21") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active like "2006-02-21") and ($author in ("yuriy"))
(last-active like "2006-02-21") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active like "2006-02-21") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active like "2006-02-21") and (pid = "HelloWorld")
(last-active like "2006-02-21") and (pid < "HelloWorld")
(last-active like "2006-02-21") and (pid <= "HelloWorld")
(last-active like "2006-02-21") and (pid > "HelloWorld")
(last-active like "2006-02-21") and (pid >= "HelloWorld")
(last-active like "2006-02-21") and (pid like "HelloWorld")
(last-active like "2006-02-21") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active like "2006-02-21") and (pid in ("Hello*","Hello*World"))
(last-active like "2006-02-21") and (pid in ("Hello*World"))
(last-active like "2006-02-21") and (iid = "2006")
(last-active like "2006-02-21") and (iid < "2006")
(last-active like "2006-02-21") and (iid <= "2006")
(last-active like "2006-02-21") and (iid > "2006")
(last-active like "2006-02-21") and (iid >= "2006")
(last-active like "2006-02-21") and (iid in ("2006"))
(last-active like "2006-02-21") and (iid in ("2006","20061231"))
(last-active like "2006-02-21") and (status = "active")
(last-active like "2006-02-21") and (status = "suspended")
(last-active like "2006-02-21") and (status = "error")
(last-active like "2006-02-21") and (status = "completed")
(last-active like "2006-02-21") and (status = "terminated")
(last-active like "2006-02-21") and (status = "faulted")
(last-active like "2006-02-21") and (status in ("active","suspended"))
(last-active like "2006-02-21") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active like "2006-02-21") and (started = "2006-01-01T00:00:01")
(last-active like "2006-02-21") and (started = "2006-01-31")
(last-active like "2006-02-21") and (started = "2006-01")
(last-active like "2006-02-21") and (started = "2006")
(last-active like "2006-02-21") and (started < "2006-01-01T00:00:01")
(last-active like "2006-02-21") and (started < "2006-01-31")
(last-active like "2006-02-21") and (started < "2006-01")
(last-active like "2006-02-21") and (started < "2006")
(last-active like "2006-02-21") and (started <= "2006-01-01T00:00:01")
(last-active like "2006-02-21") and (started <= "2006-01-31")
(last-active like "2006-02-21") and (started <= "2006-01")
(last-active like "2006-02-21") and (started <= "2006")
(last-active like "2006-02-21") and (started > "2006-01-01T00:00:01")
(last-active like "2006-02-21") and (started > "2006-01-31")
(last-active like "2006-02-21") and (started > "2006-01")
(last-active like "2006-02-21") and (started > "2006")
(last-active like "2006-02-21") and (started >= "2006-01-01T00:00:01")
(last-active like "2006-02-21") and (started >= "2006-01-31")
(last-active like "2006-02-21") and (started >= "2006-01")
(last-active like "2006-02-21") and (started >= "2006")
(last-active like "2006-02-21") and (started like "2006-01-01T00:00:01")
(last-active like "2006-02-21") and (started like "2006-01-31")
(last-active like "2006-02-21") and (started like "2006-01")
(last-active like "2006-02-21") and (started like "2006")
(last-active like "2006-02-21") and (started in ("2006-01-01T00:00:01"))
(last-active like "2006-02-21") and (started in ("2006-01-31","2006-01"))
(last-active like "2006-02-21") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active like "2006-02") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active like "2006-02") and ($author = "yuriy")
(last-active like "2006-02") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active like "2006-02") and ($author < "yuriy")
(last-active like "2006-02") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active like "2006-02") and ($author <= "yuriy")
(last-active like "2006-02") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active like "2006-02") and ($author > "yuriy")
(last-active like "2006-02") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active like "2006-02") and ($author >= "yuriy")
(last-active like "2006-02") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active like "2006-02") and ($author like "yuriy")
(last-active like "2006-02") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active like "2006-02") and ($author in ("yuriy"))
(last-active like "2006-02") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active like "2006-02") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active like "2006-02") and (pid = "HelloWorld")
(last-active like "2006-02") and (pid < "HelloWorld")
(last-active like "2006-02") and (pid <= "HelloWorld")
(last-active like "2006-02") and (pid > "HelloWorld")
(last-active like "2006-02") and (pid >= "HelloWorld")
(last-active like "2006-02") and (pid like "HelloWorld")
(last-active like "2006-02") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active like "2006-02") and (pid in ("Hello*","Hello*World"))
(last-active like "2006-02") and (pid in ("Hello*World"))
(last-active like "2006-02") and (iid = "2006")
(last-active like "2006-02") and (iid < "2006")
(last-active like "2006-02") and (iid <= "2006")
(last-active like "2006-02") and (iid > "2006")
(last-active like "2006-02") and (iid >= "2006")
(last-active like "2006-02") and (iid in ("2006"))
(last-active like "2006-02") and (iid in ("2006","20061231"))
(last-active like "2006-02") and (status = "active")
(last-active like "2006-02") and (status = "suspended")
(last-active like "2006-02") and (status = "error")
(last-active like "2006-02") and (status = "completed")
(last-active like "2006-02") and (status = "terminated")
(last-active like "2006-02") and (status = "faulted")
(last-active like "2006-02") and (status in ("active","suspended"))
(last-active like "2006-02") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active like "2006-02") and (started = "2006-01-01T00:00:01")
(last-active like "2006-02") and (started = "2006-01-31")
(last-active like "2006-02") and (started = "2006-01")
(last-active like "2006-02") and (started = "2006")
(last-active like "2006-02") and (started < "2006-01-01T00:00:01")
(last-active like "2006-02") and (started < "2006-01-31")
(last-active like "2006-02") and (started < "2006-01")
(last-active like "2006-02") and (started < "2006")
(last-active like "2006-02") and (started <= "2006-01-01T00:00:01")
(last-active like "2006-02") and (started <= "2006-01-31")
(last-active like "2006-02") and (started <= "2006-01")
(last-active like "2006-02") and (started <= "2006")
(last-active like "2006-02") and (started > "2006-01-01T00:00:01")
(last-active like "2006-02") and (started > "2006-01-31")
(last-active like "2006-02") and (started > "2006-01")
(last-active like "2006-02") and (started > "2006")
(last-active like "2006-02") and (started >= "2006-01-01T00:00:01")
(last-active like "2006-02") and (started >= "2006-01-31")
(last-active like "2006-02") and (started >= "2006-01")
(last-active like "2006-02") and (started >= "2006")
(last-active like "2006-02") and (started like "2006-01-01T00:00:01")
(last-active like "2006-02") and (started like "2006-01-31")
(last-active like "2006-02") and (started like "2006-01")
(last-active like "2006-02") and (started like "2006")
(last-active like "2006-02") and (started in ("2006-01-01T00:00:01"))
(last-active like "2006-02") and (started in ("2006-01-31","2006-01"))
(last-active like "2006-02") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active like "2006") and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active like "2006") and ($author = "yuriy")
(last-active like "2006") and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active like "2006") and ($author < "yuriy")
(last-active like "2006") and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active like "2006") and ($author <= "yuriy")
(last-active like "2006") and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active like "2006") and ($author > "yuriy")
(last-active like "2006") and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active like "2006") and ($author >= "yuriy")
(last-active like "2006") and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active like "2006") and ($author like "yuriy")
(last-active like "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active like "2006") and ($author in ("yuriy"))
(last-active like "2006") and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active like "2006") and ($author in ("yuriy","kostya","nazar","orest"))
(last-active like "2006") and (pid = "HelloWorld")
(last-active like "2006") and (pid < "HelloWorld")
(last-active like "2006") and (pid <= "HelloWorld")
(last-active like "2006") and (pid > "HelloWorld")
(last-active like "2006") and (pid >= "HelloWorld")
(last-active like "2006") and (pid like "HelloWorld")
(last-active like "2006") and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active like "2006") and (pid in ("Hello*","Hello*World"))
(last-active like "2006") and (pid in ("Hello*World"))
(last-active like "2006") and (iid = "2006")
(last-active like "2006") and (iid < "2006")
(last-active like "2006") and (iid <= "2006")
(last-active like "2006") and (iid > "2006")
(last-active like "2006") and (iid >= "2006")
(last-active like "2006") and (iid in ("2006"))
(last-active like "2006") and (iid in ("2006","20061231"))
(last-active like "2006") and (status = "active")
(last-active like "2006") and (status = "suspended")
(last-active like "2006") and (status = "error")
(last-active like "2006") and (status = "completed")
(last-active like "2006") and (status = "terminated")
(last-active like "2006") and (status = "faulted")
(last-active like "2006") and (status in ("active","suspended"))
(last-active like "2006") and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active like "2006") and (started = "2006-01-01T00:00:01")
(last-active like "2006") and (started = "2006-01-31")
(last-active like "2006") and (started = "2006-01")
(last-active like "2006") and (started = "2006")
(last-active like "2006") and (started < "2006-01-01T00:00:01")
(last-active like "2006") and (started < "2006-01-31")
(last-active like "2006") and (started < "2006-01")
(last-active like "2006") and (started < "2006")
(last-active like "2006") and (started <= "2006-01-01T00:00:01")
(last-active like "2006") and (started <= "2006-01-31")
(last-active like "2006") and (started <= "2006-01")
(last-active like "2006") and (started <= "2006")
(last-active like "2006") and (started > "2006-01-01T00:00:01")
(last-active like "2006") and (started > "2006-01-31")
(last-active like "2006") and (started > "2006-01")
(last-active like "2006") and (started > "2006")
(last-active like "2006") and (started >= "2006-01-01T00:00:01")
(last-active like "2006") and (started >= "2006-01-31")
(last-active like "2006") and (started >= "2006-01")
(last-active like "2006") and (started >= "2006")
(last-active like "2006") and (started like "2006-01-01T00:00:01")
(last-active like "2006") and (started like "2006-01-31")
(last-active like "2006") and (started like "2006-01")
(last-active like "2006") and (started like "2006")
(last-active like "2006") and (started in ("2006-01-01T00:00:01"))
(last-active like "2006") and (started in ("2006-01-31","2006-01"))
(last-active like "2006") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active in ("2006-02-01T00:00:01")) and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active in ("2006-02-01T00:00:01")) and ($author = "yuriy")
(last-active in ("2006-02-01T00:00:01")) and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active in ("2006-02-01T00:00:01")) and ($author < "yuriy")
(last-active in ("2006-02-01T00:00:01")) and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active in ("2006-02-01T00:00:01")) and ($author <= "yuriy")
(last-active in ("2006-02-01T00:00:01")) and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active in ("2006-02-01T00:00:01")) and ($author > "yuriy")
(last-active in ("2006-02-01T00:00:01")) and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active in ("2006-02-01T00:00:01")) and ($author >= "yuriy")
(last-active in ("2006-02-01T00:00:01")) and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active in ("2006-02-01T00:00:01")) and ($author like "yuriy")
(last-active in ("2006-02-01T00:00:01")) and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active in ("2006-02-01T00:00:01")) and ($author in ("yuriy"))
(last-active in ("2006-02-01T00:00:01")) and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active in ("2006-02-01T00:00:01")) and ($author in ("yuriy","kostya","nazar","orest"))
(last-active in ("2006-02-01T00:00:01")) and (pid = "HelloWorld")
(last-active in ("2006-02-01T00:00:01")) and (pid < "HelloWorld")
(last-active in ("2006-02-01T00:00:01")) and (pid <= "HelloWorld")
(last-active in ("2006-02-01T00:00:01")) and (pid > "HelloWorld")
(last-active in ("2006-02-01T00:00:01")) and (pid >= "HelloWorld")
(last-active in ("2006-02-01T00:00:01")) and (pid like "HelloWorld")
(last-active in ("2006-02-01T00:00:01")) and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active in ("2006-02-01T00:00:01")) and (pid in ("Hello*","Hello*World"))
(last-active in ("2006-02-01T00:00:01")) and (pid in ("Hello*World"))
(last-active in ("2006-02-01T00:00:01")) and (iid = "2006")
(last-active in ("2006-02-01T00:00:01")) and (iid < "2006")
(last-active in ("2006-02-01T00:00:01")) and (iid <= "2006")
(last-active in ("2006-02-01T00:00:01")) and (iid > "2006")
(last-active in ("2006-02-01T00:00:01")) and (iid >= "2006")
(last-active in ("2006-02-01T00:00:01")) and (iid in ("2006"))
(last-active in ("2006-02-01T00:00:01")) and (iid in ("2006","20061231"))
(last-active in ("2006-02-01T00:00:01")) and (status = "active")
(last-active in ("2006-02-01T00:00:01")) and (status = "suspended")
(last-active in ("2006-02-01T00:00:01")) and (status = "error")
(last-active in ("2006-02-01T00:00:01")) and (status = "completed")
(last-active in ("2006-02-01T00:00:01")) and (status = "terminated")
(last-active in ("2006-02-01T00:00:01")) and (status = "faulted")
(last-active in ("2006-02-01T00:00:01")) and (status in ("active","suspended"))
(last-active in ("2006-02-01T00:00:01")) and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active in ("2006-02-01T00:00:01")) and (started = "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01")) and (started = "2006-01-31")
(last-active in ("2006-02-01T00:00:01")) and (started = "2006-01")
(last-active in ("2006-02-01T00:00:01")) and (started = "2006")
(last-active in ("2006-02-01T00:00:01")) and (started < "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01")) and (started < "2006-01-31")
(last-active in ("2006-02-01T00:00:01")) and (started < "2006-01")
(last-active in ("2006-02-01T00:00:01")) and (started < "2006")
(last-active in ("2006-02-01T00:00:01")) and (started <= "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01")) and (started <= "2006-01-31")
(last-active in ("2006-02-01T00:00:01")) and (started <= "2006-01")
(last-active in ("2006-02-01T00:00:01")) and (started <= "2006")
(last-active in ("2006-02-01T00:00:01")) and (started > "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01")) and (started > "2006-01-31")
(last-active in ("2006-02-01T00:00:01")) and (started > "2006-01")
(last-active in ("2006-02-01T00:00:01")) and (started > "2006")
(last-active in ("2006-02-01T00:00:01")) and (started >= "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01")) and (started >= "2006-01-31")
(last-active in ("2006-02-01T00:00:01")) and (started >= "2006-01")
(last-active in ("2006-02-01T00:00:01")) and (started >= "2006")
(last-active in ("2006-02-01T00:00:01")) and (started like "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01")) and (started like "2006-01-31")
(last-active in ("2006-02-01T00:00:01")) and (started like "2006-01")
(last-active in ("2006-02-01T00:00:01")) and (started like "2006")
(last-active in ("2006-02-01T00:00:01")) and (started in ("2006-01-01T00:00:01"))
(last-active in ("2006-02-01T00:00:01")) and (started in ("2006-01-31","2006-01"))
(last-active in ("2006-02-01T00:00:01")) and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and ($author = "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and ($author < "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and ($author <= "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and ($author > "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and ($author >= "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and ($author like "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and ($author in ("yuriy"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and ($author in ("yuriy","kostya","nazar","orest"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (pid = "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (pid < "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (pid <= "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (pid > "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (pid >= "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (pid like "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (pid in ("Hello*","Hello*World"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (pid in ("Hello*World"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (iid = "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (iid < "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (iid <= "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (iid > "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (iid >= "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (iid in ("2006"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (iid in ("2006","20061231"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (status = "active")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (status = "suspended")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (status = "error")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (status = "completed")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (status = "terminated")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (status = "faulted")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (status in ("active","suspended"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started = "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started = "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started = "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started = "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started < "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started < "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started < "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started < "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started <= "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started <= "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started <= "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started <= "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started > "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started > "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started > "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started > "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started >= "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started >= "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started >= "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started >= "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started like "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started like "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started like "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started like "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started in ("2006-01-01T00:00:01"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started in ("2006-01-31","2006-01"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and ($author = "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and ($author < "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and ($author <= "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and ($author > "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and ($author >= "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and ($author like "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and ($author in ("yuriy"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and ($author in ("yuriy","kostya","nazar","orest"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (pid = "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (pid < "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (pid <= "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (pid > "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (pid >= "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (pid like "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (pid in ("Hello*","Hello*World"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (pid in ("Hello*World"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (iid = "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (iid < "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (iid <= "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (iid > "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (iid >= "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (iid in ("2006"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (iid in ("2006","20061231"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (status = "active")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (status = "suspended")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (status = "error")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (status = "completed")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (status = "terminated")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (status = "faulted")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (status in ("active","suspended"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started = "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started = "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started = "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started = "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started < "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started < "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started < "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started < "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started <= "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started <= "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started <= "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started <= "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started > "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started > "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started > "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started > "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started >= "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started >= "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started >= "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started >= "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started like "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started like "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started like "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started like "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started in ("2006-01-01T00:00:01"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started in ("2006-01-31","2006-01"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active = "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active = "2006-02-01T00:00:01" or $author = "yuriy"
last-active = "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active = "2006-02-01T00:00:01" or $author < "yuriy"
last-active = "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active = "2006-02-01T00:00:01" or $author <= "yuriy"
last-active = "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active = "2006-02-01T00:00:01" or $author > "yuriy"
last-active = "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active = "2006-02-01T00:00:01" or $author >= "yuriy"
last-active = "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active = "2006-02-01T00:00:01" or $author like "yuriy"
last-active = "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active = "2006-02-01T00:00:01" or $author in ("yuriy")
last-active = "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active = "2006-02-01T00:00:01" or $author in ("yuriy","kostya","nazar","orest")
last-active = "2006-02-01T00:00:01" or pid = "HelloWorld"
last-active = "2006-02-01T00:00:01" or pid < "HelloWorld"
last-active = "2006-02-01T00:00:01" or pid <= "HelloWorld"
last-active = "2006-02-01T00:00:01" or pid > "HelloWorld"
last-active = "2006-02-01T00:00:01" or pid >= "HelloWorld"
last-active = "2006-02-01T00:00:01" or pid like "HelloWorld"
last-active = "2006-02-01T00:00:01" or pid in ("HelloWorld","Hello*","Hello*World")
last-active = "2006-02-01T00:00:01" or pid in ("Hello*","Hello*World")
last-active = "2006-02-01T00:00:01" or pid in ("Hello*World")
last-active = "2006-02-01T00:00:01" or iid = "2006"
last-active = "2006-02-01T00:00:01" or iid < "2006"
last-active = "2006-02-01T00:00:01" or iid <= "2006"
last-active = "2006-02-01T00:00:01" or iid > "2006"
last-active = "2006-02-01T00:00:01" or iid >= "2006"
last-active = "2006-02-01T00:00:01" or iid in ("2006")
last-active = "2006-02-01T00:00:01" or iid in ("2006","20061231")
last-active = "2006-02-01T00:00:01" or status = "active"
last-active = "2006-02-01T00:00:01" or status = "suspended"
last-active = "2006-02-01T00:00:01" or status = "error"
last-active = "2006-02-01T00:00:01" or status = "completed"
last-active = "2006-02-01T00:00:01" or status = "terminated"
last-active = "2006-02-01T00:00:01" or status = "faulted"
last-active = "2006-02-01T00:00:01" or status in ("active","suspended")
last-active = "2006-02-01T00:00:01" or status in ("active","suspended","error","completed","terminated","faulted")
last-active = "2006-02-01T00:00:01" or started = "2006-01-01T00:00:01"
last-active = "2006-02-01T00:00:01" or started = "2006-01-31"
last-active = "2006-02-01T00:00:01" or started = "2006-01"
last-active = "2006-02-01T00:00:01" or started = "2006"
last-active = "2006-02-01T00:00:01" or started < "2006-01-01T00:00:01"
last-active = "2006-02-01T00:00:01" or started < "2006-01-31"
last-active = "2006-02-01T00:00:01" or started < "2006-01"
last-active = "2006-02-01T00:00:01" or started < "2006"
last-active = "2006-02-01T00:00:01" or started <= "2006-01-01T00:00:01"
last-active = "2006-02-01T00:00:01" or started <= "2006-01-31"
last-active = "2006-02-01T00:00:01" or started <= "2006-01"
last-active = "2006-02-01T00:00:01" or started <= "2006"
last-active = "2006-02-01T00:00:01" or started > "2006-01-01T00:00:01"
last-active = "2006-02-01T00:00:01" or started > "2006-01-31"
last-active = "2006-02-01T00:00:01" or started > "2006-01"
last-active = "2006-02-01T00:00:01" or started > "2006"
last-active = "2006-02-01T00:00:01" or started >= "2006-01-01T00:00:01"
last-active = "2006-02-01T00:00:01" or started >= "2006-01-31"
last-active = "2006-02-01T00:00:01" or started >= "2006-01"
last-active = "2006-02-01T00:00:01" or started >= "2006"
last-active = "2006-02-01T00:00:01" or started like "2006-01-01T00:00:01"
last-active = "2006-02-01T00:00:01" or started like "2006-01-31"
last-active = "2006-02-01T00:00:01" or started like "2006-01"
last-active = "2006-02-01T00:00:01" or started like "2006"
last-active = "2006-02-01T00:00:01" or started in ("2006-01-01T00:00:01")
last-active = "2006-02-01T00:00:01" or started in ("2006-01-31","2006-01")
last-active = "2006-02-01T00:00:01" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active = "2006-02-21" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active = "2006-02-21" or $author = "yuriy"
last-active = "2006-02-21" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active = "2006-02-21" or $author < "yuriy"
last-active = "2006-02-21" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active = "2006-02-21" or $author <= "yuriy"
last-active = "2006-02-21" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active = "2006-02-21" or $author > "yuriy"
last-active = "2006-02-21" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active = "2006-02-21" or $author >= "yuriy"
last-active = "2006-02-21" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active = "2006-02-21" or $author like "yuriy"
last-active = "2006-02-21" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active = "2006-02-21" or $author in ("yuriy")
last-active = "2006-02-21" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active = "2006-02-21" or $author in ("yuriy","kostya","nazar","orest")
last-active = "2006-02-21" or pid = "HelloWorld"
last-active = "2006-02-21" or pid < "HelloWorld"
last-active = "2006-02-21" or pid <= "HelloWorld"
last-active = "2006-02-21" or pid > "HelloWorld"
last-active = "2006-02-21" or pid >= "HelloWorld"
last-active = "2006-02-21" or pid like "HelloWorld"
last-active = "2006-02-21" or pid in ("HelloWorld","Hello*","Hello*World")
last-active = "2006-02-21" or pid in ("Hello*","Hello*World")
last-active = "2006-02-21" or pid in ("Hello*World")
last-active = "2006-02-21" or iid = "2006"
last-active = "2006-02-21" or iid < "2006"
last-active = "2006-02-21" or iid <= "2006"
last-active = "2006-02-21" or iid > "2006"
last-active = "2006-02-21" or iid >= "2006"
last-active = "2006-02-21" or iid in ("2006")
last-active = "2006-02-21" or iid in ("2006","20061231")
last-active = "2006-02-21" or status = "active"
last-active = "2006-02-21" or status = "suspended"
last-active = "2006-02-21" or status = "error"
last-active = "2006-02-21" or status = "completed"
last-active = "2006-02-21" or status = "terminated"
last-active = "2006-02-21" or status = "faulted"
last-active = "2006-02-21" or status in ("active","suspended")
last-active = "2006-02-21" or status in ("active","suspended","error","completed","terminated","faulted")
last-active = "2006-02-21" or started = "2006-01-01T00:00:01"
last-active = "2006-02-21" or started = "2006-01-31"
last-active = "2006-02-21" or started = "2006-01"
last-active = "2006-02-21" or started = "2006"
last-active = "2006-02-21" or started < "2006-01-01T00:00:01"
last-active = "2006-02-21" or started < "2006-01-31"
last-active = "2006-02-21" or started < "2006-01"
last-active = "2006-02-21" or started < "2006"
last-active = "2006-02-21" or started <= "2006-01-01T00:00:01"
last-active = "2006-02-21" or started <= "2006-01-31"
last-active = "2006-02-21" or started <= "2006-01"
last-active = "2006-02-21" or started <= "2006"
last-active = "2006-02-21" or started > "2006-01-01T00:00:01"
last-active = "2006-02-21" or started > "2006-01-31"
last-active = "2006-02-21" or started > "2006-01"
last-active = "2006-02-21" or started > "2006"
last-active = "2006-02-21" or started >= "2006-01-01T00:00:01"
last-active = "2006-02-21" or started >= "2006-01-31"
last-active = "2006-02-21" or started >= "2006-01"
last-active = "2006-02-21" or started >= "2006"
last-active = "2006-02-21" or started like "2006-01-01T00:00:01"
last-active = "2006-02-21" or started like "2006-01-31"
last-active = "2006-02-21" or started like "2006-01"
last-active = "2006-02-21" or started like "2006"
last-active = "2006-02-21" or started in ("2006-01-01T00:00:01")
last-active = "2006-02-21" or started in ("2006-01-31","2006-01")
last-active = "2006-02-21" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active = "2006-02" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active = "2006-02" or $author = "yuriy"
last-active = "2006-02" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active = "2006-02" or $author < "yuriy"
last-active = "2006-02" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active = "2006-02" or $author <= "yuriy"
last-active = "2006-02" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active = "2006-02" or $author > "yuriy"
last-active = "2006-02" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active = "2006-02" or $author >= "yuriy"
last-active = "2006-02" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active = "2006-02" or $author like "yuriy"
last-active = "2006-02" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active = "2006-02" or $author in ("yuriy")
last-active = "2006-02" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active = "2006-02" or $author in ("yuriy","kostya","nazar","orest")
last-active = "2006-02" or pid = "HelloWorld"
last-active = "2006-02" or pid < "HelloWorld"
last-active = "2006-02" or pid <= "HelloWorld"
last-active = "2006-02" or pid > "HelloWorld"
last-active = "2006-02" or pid >= "HelloWorld"
last-active = "2006-02" or pid like "HelloWorld"
last-active = "2006-02" or pid in ("HelloWorld","Hello*","Hello*World")
last-active = "2006-02" or pid in ("Hello*","Hello*World")
last-active = "2006-02" or pid in ("Hello*World")
last-active = "2006-02" or iid = "2006"
last-active = "2006-02" or iid < "2006"
last-active = "2006-02" or iid <= "2006"
last-active = "2006-02" or iid > "2006"
last-active = "2006-02" or iid >= "2006"
last-active = "2006-02" or iid in ("2006")
last-active = "2006-02" or iid in ("2006","20061231")
last-active = "2006-02" or status = "active"
last-active = "2006-02" or status = "suspended"
last-active = "2006-02" or status = "error"
last-active = "2006-02" or status = "completed"
last-active = "2006-02" or status = "terminated"
last-active = "2006-02" or status = "faulted"
last-active = "2006-02" or status in ("active","suspended")
last-active = "2006-02" or status in ("active","suspended","error","completed","terminated","faulted")
last-active = "2006-02" or started = "2006-01-01T00:00:01"
last-active = "2006-02" or started = "2006-01-31"
last-active = "2006-02" or started = "2006-01"
last-active = "2006-02" or started = "2006"
last-active = "2006-02" or started < "2006-01-01T00:00:01"
last-active = "2006-02" or started < "2006-01-31"
last-active = "2006-02" or started < "2006-01"
last-active = "2006-02" or started < "2006"
last-active = "2006-02" or started <= "2006-01-01T00:00:01"
last-active = "2006-02" or started <= "2006-01-31"
last-active = "2006-02" or started <= "2006-01"
last-active = "2006-02" or started <= "2006"
last-active = "2006-02" or started > "2006-01-01T00:00:01"
last-active = "2006-02" or started > "2006-01-31"
last-active = "2006-02" or started > "2006-01"
last-active = "2006-02" or started > "2006"
last-active = "2006-02" or started >= "2006-01-01T00:00:01"
last-active = "2006-02" or started >= "2006-01-31"
last-active = "2006-02" or started >= "2006-01"
last-active = "2006-02" or started >= "2006"
last-active = "2006-02" or started like "2006-01-01T00:00:01"
last-active = "2006-02" or started like "2006-01-31"
last-active = "2006-02" or started like "2006-01"
last-active = "2006-02" or started like "2006"
last-active = "2006-02" or started in ("2006-01-01T00:00:01")
last-active = "2006-02" or started in ("2006-01-31","2006-01")
last-active = "2006-02" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active = "2006" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active = "2006" or $author = "yuriy"
last-active = "2006" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active = "2006" or $author < "yuriy"
last-active = "2006" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active = "2006" or $author <= "yuriy"
last-active = "2006" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active = "2006" or $author > "yuriy"
last-active = "2006" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active = "2006" or $author >= "yuriy"
last-active = "2006" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active = "2006" or $author like "yuriy"
last-active = "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active = "2006" or $author in ("yuriy")
last-active = "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active = "2006" or $author in ("yuriy","kostya","nazar","orest")
last-active = "2006" or pid = "HelloWorld"
last-active = "2006" or pid < "HelloWorld"
last-active = "2006" or pid <= "HelloWorld"
last-active = "2006" or pid > "HelloWorld"
last-active = "2006" or pid >= "HelloWorld"
last-active = "2006" or pid like "HelloWorld"
last-active = "2006" or pid in ("HelloWorld","Hello*","Hello*World")
last-active = "2006" or pid in ("Hello*","Hello*World")
last-active = "2006" or pid in ("Hello*World")
last-active = "2006" or iid = "2006"
last-active = "2006" or iid < "2006"
last-active = "2006" or iid <= "2006"
last-active = "2006" or iid > "2006"
last-active = "2006" or iid >= "2006"
last-active = "2006" or iid in ("2006")
last-active = "2006" or iid in ("2006","20061231")
last-active = "2006" or status = "active"
last-active = "2006" or status = "suspended"
last-active = "2006" or status = "error"
last-active = "2006" or status = "completed"
last-active = "2006" or status = "terminated"
last-active = "2006" or status = "faulted"
last-active = "2006" or status in ("active","suspended")
last-active = "2006" or status in ("active","suspended","error","completed","terminated","faulted")
last-active = "2006" or started = "2006-01-01T00:00:01"
last-active = "2006" or started = "2006-01-31"
last-active = "2006" or started = "2006-01"
last-active = "2006" or started = "2006"
last-active = "2006" or started < "2006-01-01T00:00:01"
last-active = "2006" or started < "2006-01-31"
last-active = "2006" or started < "2006-01"
last-active = "2006" or started < "2006"
last-active = "2006" or started <= "2006-01-01T00:00:01"
last-active = "2006" or started <= "2006-01-31"
last-active = "2006" or started <= "2006-01"
last-active = "2006" or started <= "2006"
last-active = "2006" or started > "2006-01-01T00:00:01"
last-active = "2006" or started > "2006-01-31"
last-active = "2006" or started > "2006-01"
last-active = "2006" or started > "2006"
last-active = "2006" or started >= "2006-01-01T00:00:01"
last-active = "2006" or started >= "2006-01-31"
last-active = "2006" or started >= "2006-01"
last-active = "2006" or started >= "2006"
last-active = "2006" or started like "2006-01-01T00:00:01"
last-active = "2006" or started like "2006-01-31"
last-active = "2006" or started like "2006-01"
last-active = "2006" or started like "2006"
last-active = "2006" or started in ("2006-01-01T00:00:01")
last-active = "2006" or started in ("2006-01-31","2006-01")
last-active = "2006" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active < "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active < "2006-02-01T00:00:01" or $author = "yuriy"
last-active < "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active < "2006-02-01T00:00:01" or $author < "yuriy"
last-active < "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active < "2006-02-01T00:00:01" or $author <= "yuriy"
last-active < "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active < "2006-02-01T00:00:01" or $author > "yuriy"
last-active < "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active < "2006-02-01T00:00:01" or $author >= "yuriy"
last-active < "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active < "2006-02-01T00:00:01" or $author like "yuriy"
last-active < "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active < "2006-02-01T00:00:01" or $author in ("yuriy")
last-active < "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active < "2006-02-01T00:00:01" or $author in ("yuriy","kostya","nazar","orest")
last-active < "2006-02-01T00:00:01" or pid = "HelloWorld"
last-active < "2006-02-01T00:00:01" or pid < "HelloWorld"
last-active < "2006-02-01T00:00:01" or pid <= "HelloWorld"
last-active < "2006-02-01T00:00:01" or pid > "HelloWorld"
last-active < "2006-02-01T00:00:01" or pid >= "HelloWorld"
last-active < "2006-02-01T00:00:01" or pid like "HelloWorld"
last-active < "2006-02-01T00:00:01" or pid in ("HelloWorld","Hello*","Hello*World")
last-active < "2006-02-01T00:00:01" or pid in ("Hello*","Hello*World")
last-active < "2006-02-01T00:00:01" or pid in ("Hello*World")
last-active < "2006-02-01T00:00:01" or iid = "2006"
last-active < "2006-02-01T00:00:01" or iid < "2006"
last-active < "2006-02-01T00:00:01" or iid <= "2006"
last-active < "2006-02-01T00:00:01" or iid > "2006"
last-active < "2006-02-01T00:00:01" or iid >= "2006"
last-active < "2006-02-01T00:00:01" or iid in ("2006")
last-active < "2006-02-01T00:00:01" or iid in ("2006","20061231")
last-active < "2006-02-01T00:00:01" or status = "active"
last-active < "2006-02-01T00:00:01" or status = "suspended"
last-active < "2006-02-01T00:00:01" or status = "error"
last-active < "2006-02-01T00:00:01" or status = "completed"
last-active < "2006-02-01T00:00:01" or status = "terminated"
last-active < "2006-02-01T00:00:01" or status = "faulted"
last-active < "2006-02-01T00:00:01" or status in ("active","suspended")
last-active < "2006-02-01T00:00:01" or status in ("active","suspended","error","completed","terminated","faulted")
last-active < "2006-02-01T00:00:01" or started = "2006-01-01T00:00:01"
last-active < "2006-02-01T00:00:01" or started = "2006-01-31"
last-active < "2006-02-01T00:00:01" or started = "2006-01"
last-active < "2006-02-01T00:00:01" or started = "2006"
last-active < "2006-02-01T00:00:01" or started < "2006-01-01T00:00:01"
last-active < "2006-02-01T00:00:01" or started < "2006-01-31"
last-active < "2006-02-01T00:00:01" or started < "2006-01"
last-active < "2006-02-01T00:00:01" or started < "2006"
last-active < "2006-02-01T00:00:01" or started <= "2006-01-01T00:00:01"
last-active < "2006-02-01T00:00:01" or started <= "2006-01-31"
last-active < "2006-02-01T00:00:01" or started <= "2006-01"
last-active < "2006-02-01T00:00:01" or started <= "2006"
last-active < "2006-02-01T00:00:01" or started > "2006-01-01T00:00:01"
last-active < "2006-02-01T00:00:01" or started > "2006-01-31"
last-active < "2006-02-01T00:00:01" or started > "2006-01"
last-active < "2006-02-01T00:00:01" or started > "2006"
last-active < "2006-02-01T00:00:01" or started >= "2006-01-01T00:00:01"
last-active < "2006-02-01T00:00:01" or started >= "2006-01-31"
last-active < "2006-02-01T00:00:01" or started >= "2006-01"
last-active < "2006-02-01T00:00:01" or started >= "2006"
last-active < "2006-02-01T00:00:01" or started like "2006-01-01T00:00:01"
last-active < "2006-02-01T00:00:01" or started like "2006-01-31"
last-active < "2006-02-01T00:00:01" or started like "2006-01"
last-active < "2006-02-01T00:00:01" or started like "2006"
last-active < "2006-02-01T00:00:01" or started in ("2006-01-01T00:00:01")
last-active < "2006-02-01T00:00:01" or started in ("2006-01-31","2006-01")
last-active < "2006-02-01T00:00:01" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active < "2006-02-21" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active < "2006-02-21" or $author = "yuriy"
last-active < "2006-02-21" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active < "2006-02-21" or $author < "yuriy"
last-active < "2006-02-21" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active < "2006-02-21" or $author <= "yuriy"
last-active < "2006-02-21" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active < "2006-02-21" or $author > "yuriy"
last-active < "2006-02-21" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active < "2006-02-21" or $author >= "yuriy"
last-active < "2006-02-21" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active < "2006-02-21" or $author like "yuriy"
last-active < "2006-02-21" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active < "2006-02-21" or $author in ("yuriy")
last-active < "2006-02-21" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active < "2006-02-21" or $author in ("yuriy","kostya","nazar","orest")
last-active < "2006-02-21" or pid = "HelloWorld"
last-active < "2006-02-21" or pid < "HelloWorld"
last-active < "2006-02-21" or pid <= "HelloWorld"
last-active < "2006-02-21" or pid > "HelloWorld"
last-active < "2006-02-21" or pid >= "HelloWorld"
last-active < "2006-02-21" or pid like "HelloWorld"
last-active < "2006-02-21" or pid in ("HelloWorld","Hello*","Hello*World")
last-active < "2006-02-21" or pid in ("Hello*","Hello*World")
last-active < "2006-02-21" or pid in ("Hello*World")
last-active < "2006-02-21" or iid = "2006"
last-active < "2006-02-21" or iid < "2006"
last-active < "2006-02-21" or iid <= "2006"
last-active < "2006-02-21" or iid > "2006"
last-active < "2006-02-21" or iid >= "2006"
last-active < "2006-02-21" or iid in ("2006")
last-active < "2006-02-21" or iid in ("2006","20061231")
last-active < "2006-02-21" or status = "active"
last-active < "2006-02-21" or status = "suspended"
last-active < "2006-02-21" or status = "error"
last-active < "2006-02-21" or status = "completed"
last-active < "2006-02-21" or status = "terminated"
last-active < "2006-02-21" or status = "faulted"
last-active < "2006-02-21" or status in ("active","suspended")
last-active < "2006-02-21" or status in ("active","suspended","error","completed","terminated","faulted")
last-active < "2006-02-21" or started = "2006-01-01T00:00:01"
last-active < "2006-02-21" or started = "2006-01-31"
last-active < "2006-02-21" or started = "2006-01"
last-active < "2006-02-21" or started = "2006"
last-active < "2006-02-21" or started < "2006-01-01T00:00:01"
last-active < "2006-02-21" or started < "2006-01-31"
last-active < "2006-02-21" or started < "2006-01"
last-active < "2006-02-21" or started < "2006"
last-active < "2006-02-21" or started <= "2006-01-01T00:00:01"
last-active < "2006-02-21" or started <= "2006-01-31"
last-active < "2006-02-21" or started <= "2006-01"
last-active < "2006-02-21" or started <= "2006"
last-active < "2006-02-21" or started > "2006-01-01T00:00:01"
last-active < "2006-02-21" or started > "2006-01-31"
last-active < "2006-02-21" or started > "2006-01"
last-active < "2006-02-21" or started > "2006"
last-active < "2006-02-21" or started >= "2006-01-01T00:00:01"
last-active < "2006-02-21" or started >= "2006-01-31"
last-active < "2006-02-21" or started >= "2006-01"
last-active < "2006-02-21" or started >= "2006"
last-active < "2006-02-21" or started like "2006-01-01T00:00:01"
last-active < "2006-02-21" or started like "2006-01-31"
last-active < "2006-02-21" or started like "2006-01"
last-active < "2006-02-21" or started like "2006"
last-active < "2006-02-21" or started in ("2006-01-01T00:00:01")
last-active < "2006-02-21" or started in ("2006-01-31","2006-01")
last-active < "2006-02-21" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active < "2006-02" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active < "2006-02" or $author = "yuriy"
last-active < "2006-02" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active < "2006-02" or $author < "yuriy"
last-active < "2006-02" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active < "2006-02" or $author <= "yuriy"
last-active < "2006-02" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active < "2006-02" or $author > "yuriy"
last-active < "2006-02" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active < "2006-02" or $author >= "yuriy"
last-active < "2006-02" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active < "2006-02" or $author like "yuriy"
last-active < "2006-02" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active < "2006-02" or $author in ("yuriy")
last-active < "2006-02" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active < "2006-02" or $author in ("yuriy","kostya","nazar","orest")
last-active < "2006-02" or pid = "HelloWorld"
last-active < "2006-02" or pid < "HelloWorld"
last-active < "2006-02" or pid <= "HelloWorld"
last-active < "2006-02" or pid > "HelloWorld"
last-active < "2006-02" or pid >= "HelloWorld"
last-active < "2006-02" or pid like "HelloWorld"
last-active < "2006-02" or pid in ("HelloWorld","Hello*","Hello*World")
last-active < "2006-02" or pid in ("Hello*","Hello*World")
last-active < "2006-02" or pid in ("Hello*World")
last-active < "2006-02" or iid = "2006"
last-active < "2006-02" or iid < "2006"
last-active < "2006-02" or iid <= "2006"
last-active < "2006-02" or iid > "2006"
last-active < "2006-02" or iid >= "2006"
last-active < "2006-02" or iid in ("2006")
last-active < "2006-02" or iid in ("2006","20061231")
last-active < "2006-02" or status = "active"
last-active < "2006-02" or status = "suspended"
last-active < "2006-02" or status = "error"
last-active < "2006-02" or status = "completed"
last-active < "2006-02" or status = "terminated"
last-active < "2006-02" or status = "faulted"
last-active < "2006-02" or status in ("active","suspended")
last-active < "2006-02" or status in ("active","suspended","error","completed","terminated","faulted")
last-active < "2006-02" or started = "2006-01-01T00:00:01"
last-active < "2006-02" or started = "2006-01-31"
last-active < "2006-02" or started = "2006-01"
last-active < "2006-02" or started = "2006"
last-active < "2006-02" or started < "2006-01-01T00:00:01"
last-active < "2006-02" or started < "2006-01-31"
last-active < "2006-02" or started < "2006-01"
last-active < "2006-02" or started < "2006"
last-active < "2006-02" or started <= "2006-01-01T00:00:01"
last-active < "2006-02" or started <= "2006-01-31"
last-active < "2006-02" or started <= "2006-01"
last-active < "2006-02" or started <= "2006"
last-active < "2006-02" or started > "2006-01-01T00:00:01"
last-active < "2006-02" or started > "2006-01-31"
last-active < "2006-02" or started > "2006-01"
last-active < "2006-02" or started > "2006"
last-active < "2006-02" or started >= "2006-01-01T00:00:01"
last-active < "2006-02" or started >= "2006-01-31"
last-active < "2006-02" or started >= "2006-01"
last-active < "2006-02" or started >= "2006"
last-active < "2006-02" or started like "2006-01-01T00:00:01"
last-active < "2006-02" or started like "2006-01-31"
last-active < "2006-02" or started like "2006-01"
last-active < "2006-02" or started like "2006"
last-active < "2006-02" or started in ("2006-01-01T00:00:01")
last-active < "2006-02" or started in ("2006-01-31","2006-01")
last-active < "2006-02" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active < "2006" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active < "2006" or $author = "yuriy"
last-active < "2006" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active < "2006" or $author < "yuriy"
last-active < "2006" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active < "2006" or $author <= "yuriy"
last-active < "2006" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active < "2006" or $author > "yuriy"
last-active < "2006" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active < "2006" or $author >= "yuriy"
last-active < "2006" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active < "2006" or $author like "yuriy"
last-active < "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active < "2006" or $author in ("yuriy")
last-active < "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active < "2006" or $author in ("yuriy","kostya","nazar","orest")
last-active < "2006" or pid = "HelloWorld"
last-active < "2006" or pid < "HelloWorld"
last-active < "2006" or pid <= "HelloWorld"
last-active < "2006" or pid > "HelloWorld"
last-active < "2006" or pid >= "HelloWorld"
last-active < "2006" or pid like "HelloWorld"
last-active < "2006" or pid in ("HelloWorld","Hello*","Hello*World")
last-active < "2006" or pid in ("Hello*","Hello*World")
last-active < "2006" or pid in ("Hello*World")
last-active < "2006" or iid = "2006"
last-active < "2006" or iid < "2006"
last-active < "2006" or iid <= "2006"
last-active < "2006" or iid > "2006"
last-active < "2006" or iid >= "2006"
last-active < "2006" or iid in ("2006")
last-active < "2006" or iid in ("2006","20061231")
last-active < "2006" or status = "active"
last-active < "2006" or status = "suspended"
last-active < "2006" or status = "error"
last-active < "2006" or status = "completed"
last-active < "2006" or status = "terminated"
last-active < "2006" or status = "faulted"
last-active < "2006" or status in ("active","suspended")
last-active < "2006" or status in ("active","suspended","error","completed","terminated","faulted")
last-active < "2006" or started = "2006-01-01T00:00:01"
last-active < "2006" or started = "2006-01-31"
last-active < "2006" or started = "2006-01"
last-active < "2006" or started = "2006"
last-active < "2006" or started < "2006-01-01T00:00:01"
last-active < "2006" or started < "2006-01-31"
last-active < "2006" or started < "2006-01"
last-active < "2006" or started < "2006"
last-active < "2006" or started <= "2006-01-01T00:00:01"
last-active < "2006" or started <= "2006-01-31"
last-active < "2006" or started <= "2006-01"
last-active < "2006" or started <= "2006"
last-active < "2006" or started > "2006-01-01T00:00:01"
last-active < "2006" or started > "2006-01-31"
last-active < "2006" or started > "2006-01"
last-active < "2006" or started > "2006"
last-active < "2006" or started >= "2006-01-01T00:00:01"
last-active < "2006" or started >= "2006-01-31"
last-active < "2006" or started >= "2006-01"
last-active < "2006" or started >= "2006"
last-active < "2006" or started like "2006-01-01T00:00:01"
last-active < "2006" or started like "2006-01-31"
last-active < "2006" or started like "2006-01"
last-active < "2006" or started like "2006"
last-active < "2006" or started in ("2006-01-01T00:00:01")
last-active < "2006" or started in ("2006-01-31","2006-01")
last-active < "2006" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active <= "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active <= "2006-02-01T00:00:01" or $author = "yuriy"
last-active <= "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active <= "2006-02-01T00:00:01" or $author < "yuriy"
last-active <= "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active <= "2006-02-01T00:00:01" or $author <= "yuriy"
last-active <= "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active <= "2006-02-01T00:00:01" or $author > "yuriy"
last-active <= "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active <= "2006-02-01T00:00:01" or $author >= "yuriy"
last-active <= "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active <= "2006-02-01T00:00:01" or $author like "yuriy"
last-active <= "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active <= "2006-02-01T00:00:01" or $author in ("yuriy")
last-active <= "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active <= "2006-02-01T00:00:01" or $author in ("yuriy","kostya","nazar","orest")
last-active <= "2006-02-01T00:00:01" or pid = "HelloWorld"
last-active <= "2006-02-01T00:00:01" or pid < "HelloWorld"
last-active <= "2006-02-01T00:00:01" or pid <= "HelloWorld"
last-active <= "2006-02-01T00:00:01" or pid > "HelloWorld"
last-active <= "2006-02-01T00:00:01" or pid >= "HelloWorld"
last-active <= "2006-02-01T00:00:01" or pid like "HelloWorld"
last-active <= "2006-02-01T00:00:01" or pid in ("HelloWorld","Hello*","Hello*World")
last-active <= "2006-02-01T00:00:01" or pid in ("Hello*","Hello*World")
last-active <= "2006-02-01T00:00:01" or pid in ("Hello*World")
last-active <= "2006-02-01T00:00:01" or iid = "2006"
last-active <= "2006-02-01T00:00:01" or iid < "2006"
last-active <= "2006-02-01T00:00:01" or iid <= "2006"
last-active <= "2006-02-01T00:00:01" or iid > "2006"
last-active <= "2006-02-01T00:00:01" or iid >= "2006"
last-active <= "2006-02-01T00:00:01" or iid in ("2006")
last-active <= "2006-02-01T00:00:01" or iid in ("2006","20061231")
last-active <= "2006-02-01T00:00:01" or status = "active"
last-active <= "2006-02-01T00:00:01" or status = "suspended"
last-active <= "2006-02-01T00:00:01" or status = "error"
last-active <= "2006-02-01T00:00:01" or status = "completed"
last-active <= "2006-02-01T00:00:01" or status = "terminated"
last-active <= "2006-02-01T00:00:01" or status = "faulted"
last-active <= "2006-02-01T00:00:01" or status in ("active","suspended")
last-active <= "2006-02-01T00:00:01" or status in ("active","suspended","error","completed","terminated","faulted")
last-active <= "2006-02-01T00:00:01" or started = "2006-01-01T00:00:01"
last-active <= "2006-02-01T00:00:01" or started = "2006-01-31"
last-active <= "2006-02-01T00:00:01" or started = "2006-01"
last-active <= "2006-02-01T00:00:01" or started = "2006"
last-active <= "2006-02-01T00:00:01" or started < "2006-01-01T00:00:01"
last-active <= "2006-02-01T00:00:01" or started < "2006-01-31"
last-active <= "2006-02-01T00:00:01" or started < "2006-01"
last-active <= "2006-02-01T00:00:01" or started < "2006"
last-active <= "2006-02-01T00:00:01" or started <= "2006-01-01T00:00:01"
last-active <= "2006-02-01T00:00:01" or started <= "2006-01-31"
last-active <= "2006-02-01T00:00:01" or started <= "2006-01"
last-active <= "2006-02-01T00:00:01" or started <= "2006"
last-active <= "2006-02-01T00:00:01" or started > "2006-01-01T00:00:01"
last-active <= "2006-02-01T00:00:01" or started > "2006-01-31"
last-active <= "2006-02-01T00:00:01" or started > "2006-01"
last-active <= "2006-02-01T00:00:01" or started > "2006"
last-active <= "2006-02-01T00:00:01" or started >= "2006-01-01T00:00:01"
last-active <= "2006-02-01T00:00:01" or started >= "2006-01-31"
last-active <= "2006-02-01T00:00:01" or started >= "2006-01"
last-active <= "2006-02-01T00:00:01" or started >= "2006"
last-active <= "2006-02-01T00:00:01" or started like "2006-01-01T00:00:01"
last-active <= "2006-02-01T00:00:01" or started like "2006-01-31"
last-active <= "2006-02-01T00:00:01" or started like "2006-01"
last-active <= "2006-02-01T00:00:01" or started like "2006"
last-active <= "2006-02-01T00:00:01" or started in ("2006-01-01T00:00:01")
last-active <= "2006-02-01T00:00:01" or started in ("2006-01-31","2006-01")
last-active <= "2006-02-01T00:00:01" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active <= "2006-02-21" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active <= "2006-02-21" or $author = "yuriy"
last-active <= "2006-02-21" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active <= "2006-02-21" or $author < "yuriy"
last-active <= "2006-02-21" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active <= "2006-02-21" or $author <= "yuriy"
last-active <= "2006-02-21" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active <= "2006-02-21" or $author > "yuriy"
last-active <= "2006-02-21" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active <= "2006-02-21" or $author >= "yuriy"
last-active <= "2006-02-21" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active <= "2006-02-21" or $author like "yuriy"
last-active <= "2006-02-21" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active <= "2006-02-21" or $author in ("yuriy")
last-active <= "2006-02-21" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active <= "2006-02-21" or $author in ("yuriy","kostya","nazar","orest")
last-active <= "2006-02-21" or pid = "HelloWorld"
last-active <= "2006-02-21" or pid < "HelloWorld"
last-active <= "2006-02-21" or pid <= "HelloWorld"
last-active <= "2006-02-21" or pid > "HelloWorld"
last-active <= "2006-02-21" or pid >= "HelloWorld"
last-active <= "2006-02-21" or pid like "HelloWorld"
last-active <= "2006-02-21" or pid in ("HelloWorld","Hello*","Hello*World")
last-active <= "2006-02-21" or pid in ("Hello*","Hello*World")
last-active <= "2006-02-21" or pid in ("Hello*World")
last-active <= "2006-02-21" or iid = "2006"
last-active <= "2006-02-21" or iid < "2006"
last-active <= "2006-02-21" or iid <= "2006"
last-active <= "2006-02-21" or iid > "2006"
last-active <= "2006-02-21" or iid >= "2006"
last-active <= "2006-02-21" or iid in ("2006")
last-active <= "2006-02-21" or iid in ("2006","20061231")
last-active <= "2006-02-21" or status = "active"
last-active <= "2006-02-21" or status = "suspended"
last-active <= "2006-02-21" or status = "error"
last-active <= "2006-02-21" or status = "completed"
last-active <= "2006-02-21" or status = "terminated"
last-active <= "2006-02-21" or status = "faulted"
last-active <= "2006-02-21" or status in ("active","suspended")
last-active <= "2006-02-21" or status in ("active","suspended","error","completed","terminated","faulted")
last-active <= "2006-02-21" or started = "2006-01-01T00:00:01"
last-active <= "2006-02-21" or started = "2006-01-31"
last-active <= "2006-02-21" or started = "2006-01"
last-active <= "2006-02-21" or started = "2006"
last-active <= "2006-02-21" or started < "2006-01-01T00:00:01"
last-active <= "2006-02-21" or started < "2006-01-31"
last-active <= "2006-02-21" or started < "2006-01"
last-active <= "2006-02-21" or started < "2006"
last-active <= "2006-02-21" or started <= "2006-01-01T00:00:01"
last-active <= "2006-02-21" or started <= "2006-01-31"
last-active <= "2006-02-21" or started <= "2006-01"
last-active <= "2006-02-21" or started <= "2006"
last-active <= "2006-02-21" or started > "2006-01-01T00:00:01"
last-active <= "2006-02-21" or started > "2006-01-31"
last-active <= "2006-02-21" or started > "2006-01"
last-active <= "2006-02-21" or started > "2006"
last-active <= "2006-02-21" or started >= "2006-01-01T00:00:01"
last-active <= "2006-02-21" or started >= "2006-01-31"
last-active <= "2006-02-21" or started >= "2006-01"
last-active <= "2006-02-21" or started >= "2006"
last-active <= "2006-02-21" or started like "2006-01-01T00:00:01"
last-active <= "2006-02-21" or started like "2006-01-31"
last-active <= "2006-02-21" or started like "2006-01"
last-active <= "2006-02-21" or started like "2006"
last-active <= "2006-02-21" or started in ("2006-01-01T00:00:01")
last-active <= "2006-02-21" or started in ("2006-01-31","2006-01")
last-active <= "2006-02-21" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active <= "2006-02" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active <= "2006-02" or $author = "yuriy"
last-active <= "2006-02" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active <= "2006-02" or $author < "yuriy"
last-active <= "2006-02" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active <= "2006-02" or $author <= "yuriy"
last-active <= "2006-02" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active <= "2006-02" or $author > "yuriy"
last-active <= "2006-02" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active <= "2006-02" or $author >= "yuriy"
last-active <= "2006-02" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active <= "2006-02" or $author like "yuriy"
last-active <= "2006-02" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active <= "2006-02" or $author in ("yuriy")
last-active <= "2006-02" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active <= "2006-02" or $author in ("yuriy","kostya","nazar","orest")
last-active <= "2006-02" or pid = "HelloWorld"
last-active <= "2006-02" or pid < "HelloWorld"
last-active <= "2006-02" or pid <= "HelloWorld"
last-active <= "2006-02" or pid > "HelloWorld"
last-active <= "2006-02" or pid >= "HelloWorld"
last-active <= "2006-02" or pid like "HelloWorld"
last-active <= "2006-02" or pid in ("HelloWorld","Hello*","Hello*World")
last-active <= "2006-02" or pid in ("Hello*","Hello*World")
last-active <= "2006-02" or pid in ("Hello*World")
last-active <= "2006-02" or iid = "2006"
last-active <= "2006-02" or iid < "2006"
last-active <= "2006-02" or iid <= "2006"
last-active <= "2006-02" or iid > "2006"
last-active <= "2006-02" or iid >= "2006"
last-active <= "2006-02" or iid in ("2006")
last-active <= "2006-02" or iid in ("2006","20061231")
last-active <= "2006-02" or status = "active"
last-active <= "2006-02" or status = "suspended"
last-active <= "2006-02" or status = "error"
last-active <= "2006-02" or status = "completed"
last-active <= "2006-02" or status = "terminated"
last-active <= "2006-02" or status = "faulted"
last-active <= "2006-02" or status in ("active","suspended")
last-active <= "2006-02" or status in ("active","suspended","error","completed","terminated","faulted")
last-active <= "2006-02" or started = "2006-01-01T00:00:01"
last-active <= "2006-02" or started = "2006-01-31"
last-active <= "2006-02" or started = "2006-01"
last-active <= "2006-02" or started = "2006"
last-active <= "2006-02" or started < "2006-01-01T00:00:01"
last-active <= "2006-02" or started < "2006-01-31"
last-active <= "2006-02" or started < "2006-01"
last-active <= "2006-02" or started < "2006"
last-active <= "2006-02" or started <= "2006-01-01T00:00:01"
last-active <= "2006-02" or started <= "2006-01-31"
last-active <= "2006-02" or started <= "2006-01"
last-active <= "2006-02" or started <= "2006"
last-active <= "2006-02" or started > "2006-01-01T00:00:01"
last-active <= "2006-02" or started > "2006-01-31"
last-active <= "2006-02" or started > "2006-01"
last-active <= "2006-02" or started > "2006"
last-active <= "2006-02" or started >= "2006-01-01T00:00:01"
last-active <= "2006-02" or started >= "2006-01-31"
last-active <= "2006-02" or started >= "2006-01"
last-active <= "2006-02" or started >= "2006"
last-active <= "2006-02" or started like "2006-01-01T00:00:01"
last-active <= "2006-02" or started like "2006-01-31"
last-active <= "2006-02" or started like "2006-01"
last-active <= "2006-02" or started like "2006"
last-active <= "2006-02" or started in ("2006-01-01T00:00:01")
last-active <= "2006-02" or started in ("2006-01-31","2006-01")
last-active <= "2006-02" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active <= "2006" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active <= "2006" or $author = "yuriy"
last-active <= "2006" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active <= "2006" or $author < "yuriy"
last-active <= "2006" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active <= "2006" or $author <= "yuriy"
last-active <= "2006" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active <= "2006" or $author > "yuriy"
last-active <= "2006" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active <= "2006" or $author >= "yuriy"
last-active <= "2006" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active <= "2006" or $author like "yuriy"
last-active <= "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active <= "2006" or $author in ("yuriy")
last-active <= "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active <= "2006" or $author in ("yuriy","kostya","nazar","orest")
last-active <= "2006" or pid = "HelloWorld"
last-active <= "2006" or pid < "HelloWorld"
last-active <= "2006" or pid <= "HelloWorld"
last-active <= "2006" or pid > "HelloWorld"
last-active <= "2006" or pid >= "HelloWorld"
last-active <= "2006" or pid like "HelloWorld"
last-active <= "2006" or pid in ("HelloWorld","Hello*","Hello*World")
last-active <= "2006" or pid in ("Hello*","Hello*World")
last-active <= "2006" or pid in ("Hello*World")
last-active <= "2006" or iid = "2006"
last-active <= "2006" or iid < "2006"
last-active <= "2006" or iid <= "2006"
last-active <= "2006" or iid > "2006"
last-active <= "2006" or iid >= "2006"
last-active <= "2006" or iid in ("2006")
last-active <= "2006" or iid in ("2006","20061231")
last-active <= "2006" or status = "active"
last-active <= "2006" or status = "suspended"
last-active <= "2006" or status = "error"
last-active <= "2006" or status = "completed"
last-active <= "2006" or status = "terminated"
last-active <= "2006" or status = "faulted"
last-active <= "2006" or status in ("active","suspended")
last-active <= "2006" or status in ("active","suspended","error","completed","terminated","faulted")
last-active <= "2006" or started = "2006-01-01T00:00:01"
last-active <= "2006" or started = "2006-01-31"
last-active <= "2006" or started = "2006-01"
last-active <= "2006" or started = "2006"
last-active <= "2006" or started < "2006-01-01T00:00:01"
last-active <= "2006" or started < "2006-01-31"
last-active <= "2006" or started < "2006-01"
last-active <= "2006" or started < "2006"
last-active <= "2006" or started <= "2006-01-01T00:00:01"
last-active <= "2006" or started <= "2006-01-31"
last-active <= "2006" or started <= "2006-01"
last-active <= "2006" or started <= "2006"
last-active <= "2006" or started > "2006-01-01T00:00:01"
last-active <= "2006" or started > "2006-01-31"
last-active <= "2006" or started > "2006-01"
last-active <= "2006" or started > "2006"
last-active <= "2006" or started >= "2006-01-01T00:00:01"
last-active <= "2006" or started >= "2006-01-31"
last-active <= "2006" or started >= "2006-01"
last-active <= "2006" or started >= "2006"
last-active <= "2006" or started like "2006-01-01T00:00:01"
last-active <= "2006" or started like "2006-01-31"
last-active <= "2006" or started like "2006-01"
last-active <= "2006" or started like "2006"
last-active <= "2006" or started in ("2006-01-01T00:00:01")
last-active <= "2006" or started in ("2006-01-31","2006-01")
last-active <= "2006" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active > "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active > "2006-02-01T00:00:01" or $author = "yuriy"
last-active > "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active > "2006-02-01T00:00:01" or $author < "yuriy"
last-active > "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active > "2006-02-01T00:00:01" or $author <= "yuriy"
last-active > "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active > "2006-02-01T00:00:01" or $author > "yuriy"
last-active > "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active > "2006-02-01T00:00:01" or $author >= "yuriy"
last-active > "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active > "2006-02-01T00:00:01" or $author like "yuriy"
last-active > "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active > "2006-02-01T00:00:01" or $author in ("yuriy")
last-active > "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active > "2006-02-01T00:00:01" or $author in ("yuriy","kostya","nazar","orest")
last-active > "2006-02-01T00:00:01" or pid = "HelloWorld"
last-active > "2006-02-01T00:00:01" or pid < "HelloWorld"
last-active > "2006-02-01T00:00:01" or pid <= "HelloWorld"
last-active > "2006-02-01T00:00:01" or pid > "HelloWorld"
last-active > "2006-02-01T00:00:01" or pid >= "HelloWorld"
last-active > "2006-02-01T00:00:01" or pid like "HelloWorld"
last-active > "2006-02-01T00:00:01" or pid in ("HelloWorld","Hello*","Hello*World")
last-active > "2006-02-01T00:00:01" or pid in ("Hello*","Hello*World")
last-active > "2006-02-01T00:00:01" or pid in ("Hello*World")
last-active > "2006-02-01T00:00:01" or iid = "2006"
last-active > "2006-02-01T00:00:01" or iid < "2006"
last-active > "2006-02-01T00:00:01" or iid <= "2006"
last-active > "2006-02-01T00:00:01" or iid > "2006"
last-active > "2006-02-01T00:00:01" or iid >= "2006"
last-active > "2006-02-01T00:00:01" or iid in ("2006")
last-active > "2006-02-01T00:00:01" or iid in ("2006","20061231")
last-active > "2006-02-01T00:00:01" or status = "active"
last-active > "2006-02-01T00:00:01" or status = "suspended"
last-active > "2006-02-01T00:00:01" or status = "error"
last-active > "2006-02-01T00:00:01" or status = "completed"
last-active > "2006-02-01T00:00:01" or status = "terminated"
last-active > "2006-02-01T00:00:01" or status = "faulted"
last-active > "2006-02-01T00:00:01" or status in ("active","suspended")
last-active > "2006-02-01T00:00:01" or status in ("active","suspended","error","completed","terminated","faulted")
last-active > "2006-02-01T00:00:01" or started = "2006-01-01T00:00:01"
last-active > "2006-02-01T00:00:01" or started = "2006-01-31"
last-active > "2006-02-01T00:00:01" or started = "2006-01"
last-active > "2006-02-01T00:00:01" or started = "2006"
last-active > "2006-02-01T00:00:01" or started < "2006-01-01T00:00:01"
last-active > "2006-02-01T00:00:01" or started < "2006-01-31"
last-active > "2006-02-01T00:00:01" or started < "2006-01"
last-active > "2006-02-01T00:00:01" or started < "2006"
last-active > "2006-02-01T00:00:01" or started <= "2006-01-01T00:00:01"
last-active > "2006-02-01T00:00:01" or started <= "2006-01-31"
last-active > "2006-02-01T00:00:01" or started <= "2006-01"
last-active > "2006-02-01T00:00:01" or started <= "2006"
last-active > "2006-02-01T00:00:01" or started > "2006-01-01T00:00:01"
last-active > "2006-02-01T00:00:01" or started > "2006-01-31"
last-active > "2006-02-01T00:00:01" or started > "2006-01"
last-active > "2006-02-01T00:00:01" or started > "2006"
last-active > "2006-02-01T00:00:01" or started >= "2006-01-01T00:00:01"
last-active > "2006-02-01T00:00:01" or started >= "2006-01-31"
last-active > "2006-02-01T00:00:01" or started >= "2006-01"
last-active > "2006-02-01T00:00:01" or started >= "2006"
last-active > "2006-02-01T00:00:01" or started like "2006-01-01T00:00:01"
last-active > "2006-02-01T00:00:01" or started like "2006-01-31"
last-active > "2006-02-01T00:00:01" or started like "2006-01"
last-active > "2006-02-01T00:00:01" or started like "2006"
last-active > "2006-02-01T00:00:01" or started in ("2006-01-01T00:00:01")
last-active > "2006-02-01T00:00:01" or started in ("2006-01-31","2006-01")
last-active > "2006-02-01T00:00:01" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active > "2006-02-21" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active > "2006-02-21" or $author = "yuriy"
last-active > "2006-02-21" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active > "2006-02-21" or $author < "yuriy"
last-active > "2006-02-21" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active > "2006-02-21" or $author <= "yuriy"
last-active > "2006-02-21" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active > "2006-02-21" or $author > "yuriy"
last-active > "2006-02-21" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active > "2006-02-21" or $author >= "yuriy"
last-active > "2006-02-21" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active > "2006-02-21" or $author like "yuriy"
last-active > "2006-02-21" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active > "2006-02-21" or $author in ("yuriy")
last-active > "2006-02-21" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active > "2006-02-21" or $author in ("yuriy","kostya","nazar","orest")
last-active > "2006-02-21" or pid = "HelloWorld"
last-active > "2006-02-21" or pid < "HelloWorld"
last-active > "2006-02-21" or pid <= "HelloWorld"
last-active > "2006-02-21" or pid > "HelloWorld"
last-active > "2006-02-21" or pid >= "HelloWorld"
last-active > "2006-02-21" or pid like "HelloWorld"
last-active > "2006-02-21" or pid in ("HelloWorld","Hello*","Hello*World")
last-active > "2006-02-21" or pid in ("Hello*","Hello*World")
last-active > "2006-02-21" or pid in ("Hello*World")
last-active > "2006-02-21" or iid = "2006"
last-active > "2006-02-21" or iid < "2006"
last-active > "2006-02-21" or iid <= "2006"
last-active > "2006-02-21" or iid > "2006"
last-active > "2006-02-21" or iid >= "2006"
last-active > "2006-02-21" or iid in ("2006")
last-active > "2006-02-21" or iid in ("2006","20061231")
last-active > "2006-02-21" or status = "active"
last-active > "2006-02-21" or status = "suspended"
last-active > "2006-02-21" or status = "error"
last-active > "2006-02-21" or status = "completed"
last-active > "2006-02-21" or status = "terminated"
last-active > "2006-02-21" or status = "faulted"
last-active > "2006-02-21" or status in ("active","suspended")
last-active > "2006-02-21" or status in ("active","suspended","error","completed","terminated","faulted")
last-active > "2006-02-21" or started = "2006-01-01T00:00:01"
last-active > "2006-02-21" or started = "2006-01-31"
last-active > "2006-02-21" or started = "2006-01"
last-active > "2006-02-21" or started = "2006"
last-active > "2006-02-21" or started < "2006-01-01T00:00:01"
last-active > "2006-02-21" or started < "2006-01-31"
last-active > "2006-02-21" or started < "2006-01"
last-active > "2006-02-21" or started < "2006"
last-active > "2006-02-21" or started <= "2006-01-01T00:00:01"
last-active > "2006-02-21" or started <= "2006-01-31"
last-active > "2006-02-21" or started <= "2006-01"
last-active > "2006-02-21" or started <= "2006"
last-active > "2006-02-21" or started > "2006-01-01T00:00:01"
last-active > "2006-02-21" or started > "2006-01-31"
last-active > "2006-02-21" or started > "2006-01"
last-active > "2006-02-21" or started > "2006"
last-active > "2006-02-21" or started >= "2006-01-01T00:00:01"
last-active > "2006-02-21" or started >= "2006-01-31"
last-active > "2006-02-21" or started >= "2006-01"
last-active > "2006-02-21" or started >= "2006"
last-active > "2006-02-21" or started like "2006-01-01T00:00:01"
last-active > "2006-02-21" or started like "2006-01-31"
last-active > "2006-02-21" or started like "2006-01"
last-active > "2006-02-21" or started like "2006"
last-active > "2006-02-21" or started in ("2006-01-01T00:00:01")
last-active > "2006-02-21" or started in ("2006-01-31","2006-01")
last-active > "2006-02-21" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active > "2006-02" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active > "2006-02" or $author = "yuriy"
last-active > "2006-02" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active > "2006-02" or $author < "yuriy"
last-active > "2006-02" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active > "2006-02" or $author <= "yuriy"
last-active > "2006-02" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active > "2006-02" or $author > "yuriy"
last-active > "2006-02" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active > "2006-02" or $author >= "yuriy"
last-active > "2006-02" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active > "2006-02" or $author like "yuriy"
last-active > "2006-02" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active > "2006-02" or $author in ("yuriy")
last-active > "2006-02" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active > "2006-02" or $author in ("yuriy","kostya","nazar","orest")
last-active > "2006-02" or pid = "HelloWorld"
last-active > "2006-02" or pid < "HelloWorld"
last-active > "2006-02" or pid <= "HelloWorld"
last-active > "2006-02" or pid > "HelloWorld"
last-active > "2006-02" or pid >= "HelloWorld"
last-active > "2006-02" or pid like "HelloWorld"
last-active > "2006-02" or pid in ("HelloWorld","Hello*","Hello*World")
last-active > "2006-02" or pid in ("Hello*","Hello*World")
last-active > "2006-02" or pid in ("Hello*World")
last-active > "2006-02" or iid = "2006"
last-active > "2006-02" or iid < "2006"
last-active > "2006-02" or iid <= "2006"
last-active > "2006-02" or iid > "2006"
last-active > "2006-02" or iid >= "2006"
last-active > "2006-02" or iid in ("2006")
last-active > "2006-02" or iid in ("2006","20061231")
last-active > "2006-02" or status = "active"
last-active > "2006-02" or status = "suspended"
last-active > "2006-02" or status = "error"
last-active > "2006-02" or status = "completed"
last-active > "2006-02" or status = "terminated"
last-active > "2006-02" or status = "faulted"
last-active > "2006-02" or status in ("active","suspended")
last-active > "2006-02" or status in ("active","suspended","error","completed","terminated","faulted")
last-active > "2006-02" or started = "2006-01-01T00:00:01"
last-active > "2006-02" or started = "2006-01-31"
last-active > "2006-02" or started = "2006-01"
last-active > "2006-02" or started = "2006"
last-active > "2006-02" or started < "2006-01-01T00:00:01"
last-active > "2006-02" or started < "2006-01-31"
last-active > "2006-02" or started < "2006-01"
last-active > "2006-02" or started < "2006"
last-active > "2006-02" or started <= "2006-01-01T00:00:01"
last-active > "2006-02" or started <= "2006-01-31"
last-active > "2006-02" or started <= "2006-01"
last-active > "2006-02" or started <= "2006"
last-active > "2006-02" or started > "2006-01-01T00:00:01"
last-active > "2006-02" or started > "2006-01-31"
last-active > "2006-02" or started > "2006-01"
last-active > "2006-02" or started > "2006"
last-active > "2006-02" or started >= "2006-01-01T00:00:01"
last-active > "2006-02" or started >= "2006-01-31"
last-active > "2006-02" or started >= "2006-01"
last-active > "2006-02" or started >= "2006"
last-active > "2006-02" or started like "2006-01-01T00:00:01"
last-active > "2006-02" or started like "2006-01-31"
last-active > "2006-02" or started like "2006-01"
last-active > "2006-02" or started like "2006"
last-active > "2006-02" or started in ("2006-01-01T00:00:01")
last-active > "2006-02" or started in ("2006-01-31","2006-01")
last-active > "2006-02" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active > "2006" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active > "2006" or $author = "yuriy"
last-active > "2006" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active > "2006" or $author < "yuriy"
last-active > "2006" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active > "2006" or $author <= "yuriy"
last-active > "2006" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active > "2006" or $author > "yuriy"
last-active > "2006" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active > "2006" or $author >= "yuriy"
last-active > "2006" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active > "2006" or $author like "yuriy"
last-active > "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active > "2006" or $author in ("yuriy")
last-active > "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active > "2006" or $author in ("yuriy","kostya","nazar","orest")
last-active > "2006" or pid = "HelloWorld"
last-active > "2006" or pid < "HelloWorld"
last-active > "2006" or pid <= "HelloWorld"
last-active > "2006" or pid > "HelloWorld"
last-active > "2006" or pid >= "HelloWorld"
last-active > "2006" or pid like "HelloWorld"
last-active > "2006" or pid in ("HelloWorld","Hello*","Hello*World")
last-active > "2006" or pid in ("Hello*","Hello*World")
last-active > "2006" or pid in ("Hello*World")
last-active > "2006" or iid = "2006"
last-active > "2006" or iid < "2006"
last-active > "2006" or iid <= "2006"
last-active > "2006" or iid > "2006"
last-active > "2006" or iid >= "2006"
last-active > "2006" or iid in ("2006")
last-active > "2006" or iid in ("2006","20061231")
last-active > "2006" or status = "active"
last-active > "2006" or status = "suspended"
last-active > "2006" or status = "error"
last-active > "2006" or status = "completed"
last-active > "2006" or status = "terminated"
last-active > "2006" or status = "faulted"
last-active > "2006" or status in ("active","suspended")
last-active > "2006" or status in ("active","suspended","error","completed","terminated","faulted")
last-active > "2006" or started = "2006-01-01T00:00:01"
last-active > "2006" or started = "2006-01-31"
last-active > "2006" or started = "2006-01"
last-active > "2006" or started = "2006"
last-active > "2006" or started < "2006-01-01T00:00:01"
last-active > "2006" or started < "2006-01-31"
last-active > "2006" or started < "2006-01"
last-active > "2006" or started < "2006"
last-active > "2006" or started <= "2006-01-01T00:00:01"
last-active > "2006" or started <= "2006-01-31"
last-active > "2006" or started <= "2006-01"
last-active > "2006" or started <= "2006"
last-active > "2006" or started > "2006-01-01T00:00:01"
last-active > "2006" or started > "2006-01-31"
last-active > "2006" or started > "2006-01"
last-active > "2006" or started > "2006"
last-active > "2006" or started >= "2006-01-01T00:00:01"
last-active > "2006" or started >= "2006-01-31"
last-active > "2006" or started >= "2006-01"
last-active > "2006" or started >= "2006"
last-active > "2006" or started like "2006-01-01T00:00:01"
last-active > "2006" or started like "2006-01-31"
last-active > "2006" or started like "2006-01"
last-active > "2006" or started like "2006"
last-active > "2006" or started in ("2006-01-01T00:00:01")
last-active > "2006" or started in ("2006-01-31","2006-01")
last-active > "2006" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active >= "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active >= "2006-02-01T00:00:01" or $author = "yuriy"
last-active >= "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active >= "2006-02-01T00:00:01" or $author < "yuriy"
last-active >= "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active >= "2006-02-01T00:00:01" or $author <= "yuriy"
last-active >= "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active >= "2006-02-01T00:00:01" or $author > "yuriy"
last-active >= "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active >= "2006-02-01T00:00:01" or $author >= "yuriy"
last-active >= "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active >= "2006-02-01T00:00:01" or $author like "yuriy"
last-active >= "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active >= "2006-02-01T00:00:01" or $author in ("yuriy")
last-active >= "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active >= "2006-02-01T00:00:01" or $author in ("yuriy","kostya","nazar","orest")
last-active >= "2006-02-01T00:00:01" or pid = "HelloWorld"
last-active >= "2006-02-01T00:00:01" or pid < "HelloWorld"
last-active >= "2006-02-01T00:00:01" or pid <= "HelloWorld"
last-active >= "2006-02-01T00:00:01" or pid > "HelloWorld"
last-active >= "2006-02-01T00:00:01" or pid >= "HelloWorld"
last-active >= "2006-02-01T00:00:01" or pid like "HelloWorld"
last-active >= "2006-02-01T00:00:01" or pid in ("HelloWorld","Hello*","Hello*World")
last-active >= "2006-02-01T00:00:01" or pid in ("Hello*","Hello*World")
last-active >= "2006-02-01T00:00:01" or pid in ("Hello*World")
last-active >= "2006-02-01T00:00:01" or iid = "2006"
last-active >= "2006-02-01T00:00:01" or iid < "2006"
last-active >= "2006-02-01T00:00:01" or iid <= "2006"
last-active >= "2006-02-01T00:00:01" or iid > "2006"
last-active >= "2006-02-01T00:00:01" or iid >= "2006"
last-active >= "2006-02-01T00:00:01" or iid in ("2006")
last-active >= "2006-02-01T00:00:01" or iid in ("2006","20061231")
last-active >= "2006-02-01T00:00:01" or status = "active"
last-active >= "2006-02-01T00:00:01" or status = "suspended"
last-active >= "2006-02-01T00:00:01" or status = "error"
last-active >= "2006-02-01T00:00:01" or status = "completed"
last-active >= "2006-02-01T00:00:01" or status = "terminated"
last-active >= "2006-02-01T00:00:01" or status = "faulted"
last-active >= "2006-02-01T00:00:01" or status in ("active","suspended")
last-active >= "2006-02-01T00:00:01" or status in ("active","suspended","error","completed","terminated","faulted")
last-active >= "2006-02-01T00:00:01" or started = "2006-01-01T00:00:01"
last-active >= "2006-02-01T00:00:01" or started = "2006-01-31"
last-active >= "2006-02-01T00:00:01" or started = "2006-01"
last-active >= "2006-02-01T00:00:01" or started = "2006"
last-active >= "2006-02-01T00:00:01" or started < "2006-01-01T00:00:01"
last-active >= "2006-02-01T00:00:01" or started < "2006-01-31"
last-active >= "2006-02-01T00:00:01" or started < "2006-01"
last-active >= "2006-02-01T00:00:01" or started < "2006"
last-active >= "2006-02-01T00:00:01" or started <= "2006-01-01T00:00:01"
last-active >= "2006-02-01T00:00:01" or started <= "2006-01-31"
last-active >= "2006-02-01T00:00:01" or started <= "2006-01"
last-active >= "2006-02-01T00:00:01" or started <= "2006"
last-active >= "2006-02-01T00:00:01" or started > "2006-01-01T00:00:01"
last-active >= "2006-02-01T00:00:01" or started > "2006-01-31"
last-active >= "2006-02-01T00:00:01" or started > "2006-01"
last-active >= "2006-02-01T00:00:01" or started > "2006"
last-active >= "2006-02-01T00:00:01" or started >= "2006-01-01T00:00:01"
last-active >= "2006-02-01T00:00:01" or started >= "2006-01-31"
last-active >= "2006-02-01T00:00:01" or started >= "2006-01"
last-active >= "2006-02-01T00:00:01" or started >= "2006"
last-active >= "2006-02-01T00:00:01" or started like "2006-01-01T00:00:01"
last-active >= "2006-02-01T00:00:01" or started like "2006-01-31"
last-active >= "2006-02-01T00:00:01" or started like "2006-01"
last-active >= "2006-02-01T00:00:01" or started like "2006"
last-active >= "2006-02-01T00:00:01" or started in ("2006-01-01T00:00:01")
last-active >= "2006-02-01T00:00:01" or started in ("2006-01-31","2006-01")
last-active >= "2006-02-01T00:00:01" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active >= "2006-02-21" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active >= "2006-02-21" or $author = "yuriy"
last-active >= "2006-02-21" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active >= "2006-02-21" or $author < "yuriy"
last-active >= "2006-02-21" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active >= "2006-02-21" or $author <= "yuriy"
last-active >= "2006-02-21" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active >= "2006-02-21" or $author > "yuriy"
last-active >= "2006-02-21" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active >= "2006-02-21" or $author >= "yuriy"
last-active >= "2006-02-21" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active >= "2006-02-21" or $author like "yuriy"
last-active >= "2006-02-21" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active >= "2006-02-21" or $author in ("yuriy")
last-active >= "2006-02-21" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active >= "2006-02-21" or $author in ("yuriy","kostya","nazar","orest")
last-active >= "2006-02-21" or pid = "HelloWorld"
last-active >= "2006-02-21" or pid < "HelloWorld"
last-active >= "2006-02-21" or pid <= "HelloWorld"
last-active >= "2006-02-21" or pid > "HelloWorld"
last-active >= "2006-02-21" or pid >= "HelloWorld"
last-active >= "2006-02-21" or pid like "HelloWorld"
last-active >= "2006-02-21" or pid in ("HelloWorld","Hello*","Hello*World")
last-active >= "2006-02-21" or pid in ("Hello*","Hello*World")
last-active >= "2006-02-21" or pid in ("Hello*World")
last-active >= "2006-02-21" or iid = "2006"
last-active >= "2006-02-21" or iid < "2006"
last-active >= "2006-02-21" or iid <= "2006"
last-active >= "2006-02-21" or iid > "2006"
last-active >= "2006-02-21" or iid >= "2006"
last-active >= "2006-02-21" or iid in ("2006")
last-active >= "2006-02-21" or iid in ("2006","20061231")
last-active >= "2006-02-21" or status = "active"
last-active >= "2006-02-21" or status = "suspended"
last-active >= "2006-02-21" or status = "error"
last-active >= "2006-02-21" or status = "completed"
last-active >= "2006-02-21" or status = "terminated"
last-active >= "2006-02-21" or status = "faulted"
last-active >= "2006-02-21" or status in ("active","suspended")
last-active >= "2006-02-21" or status in ("active","suspended","error","completed","terminated","faulted")
last-active >= "2006-02-21" or started = "2006-01-01T00:00:01"
last-active >= "2006-02-21" or started = "2006-01-31"
last-active >= "2006-02-21" or started = "2006-01"
last-active >= "2006-02-21" or started = "2006"
last-active >= "2006-02-21" or started < "2006-01-01T00:00:01"
last-active >= "2006-02-21" or started < "2006-01-31"
last-active >= "2006-02-21" or started < "2006-01"
last-active >= "2006-02-21" or started < "2006"
last-active >= "2006-02-21" or started <= "2006-01-01T00:00:01"
last-active >= "2006-02-21" or started <= "2006-01-31"
last-active >= "2006-02-21" or started <= "2006-01"
last-active >= "2006-02-21" or started <= "2006"
last-active >= "2006-02-21" or started > "2006-01-01T00:00:01"
last-active >= "2006-02-21" or started > "2006-01-31"
last-active >= "2006-02-21" or started > "2006-01"
last-active >= "2006-02-21" or started > "2006"
last-active >= "2006-02-21" or started >= "2006-01-01T00:00:01"
last-active >= "2006-02-21" or started >= "2006-01-31"
last-active >= "2006-02-21" or started >= "2006-01"
last-active >= "2006-02-21" or started >= "2006"
last-active >= "2006-02-21" or started like "2006-01-01T00:00:01"
last-active >= "2006-02-21" or started like "2006-01-31"
last-active >= "2006-02-21" or started like "2006-01"
last-active >= "2006-02-21" or started like "2006"
last-active >= "2006-02-21" or started in ("2006-01-01T00:00:01")
last-active >= "2006-02-21" or started in ("2006-01-31","2006-01")
last-active >= "2006-02-21" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active >= "2006-02" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active >= "2006-02" or $author = "yuriy"
last-active >= "2006-02" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active >= "2006-02" or $author < "yuriy"
last-active >= "2006-02" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active >= "2006-02" or $author <= "yuriy"
last-active >= "2006-02" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active >= "2006-02" or $author > "yuriy"
last-active >= "2006-02" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active >= "2006-02" or $author >= "yuriy"
last-active >= "2006-02" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active >= "2006-02" or $author like "yuriy"
last-active >= "2006-02" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active >= "2006-02" or $author in ("yuriy")
last-active >= "2006-02" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active >= "2006-02" or $author in ("yuriy","kostya","nazar","orest")
last-active >= "2006-02" or pid = "HelloWorld"
last-active >= "2006-02" or pid < "HelloWorld"
last-active >= "2006-02" or pid <= "HelloWorld"
last-active >= "2006-02" or pid > "HelloWorld"
last-active >= "2006-02" or pid >= "HelloWorld"
last-active >= "2006-02" or pid like "HelloWorld"
last-active >= "2006-02" or pid in ("HelloWorld","Hello*","Hello*World")
last-active >= "2006-02" or pid in ("Hello*","Hello*World")
last-active >= "2006-02" or pid in ("Hello*World")
last-active >= "2006-02" or iid = "2006"
last-active >= "2006-02" or iid < "2006"
last-active >= "2006-02" or iid <= "2006"
last-active >= "2006-02" or iid > "2006"
last-active >= "2006-02" or iid >= "2006"
last-active >= "2006-02" or iid in ("2006")
last-active >= "2006-02" or iid in ("2006","20061231")
last-active >= "2006-02" or status = "active"
last-active >= "2006-02" or status = "suspended"
last-active >= "2006-02" or status = "error"
last-active >= "2006-02" or status = "completed"
last-active >= "2006-02" or status = "terminated"
last-active >= "2006-02" or status = "faulted"
last-active >= "2006-02" or status in ("active","suspended")
last-active >= "2006-02" or status in ("active","suspended","error","completed","terminated","faulted")
last-active >= "2006-02" or started = "2006-01-01T00:00:01"
last-active >= "2006-02" or started = "2006-01-31"
last-active >= "2006-02" or started = "2006-01"
last-active >= "2006-02" or started = "2006"
last-active >= "2006-02" or started < "2006-01-01T00:00:01"
last-active >= "2006-02" or started < "2006-01-31"
last-active >= "2006-02" or started < "2006-01"
last-active >= "2006-02" or started < "2006"
last-active >= "2006-02" or started <= "2006-01-01T00:00:01"
last-active >= "2006-02" or started <= "2006-01-31"
last-active >= "2006-02" or started <= "2006-01"
last-active >= "2006-02" or started <= "2006"
last-active >= "2006-02" or started > "2006-01-01T00:00:01"
last-active >= "2006-02" or started > "2006-01-31"
last-active >= "2006-02" or started > "2006-01"
last-active >= "2006-02" or started > "2006"
last-active >= "2006-02" or started >= "2006-01-01T00:00:01"
last-active >= "2006-02" or started >= "2006-01-31"
last-active >= "2006-02" or started >= "2006-01"
last-active >= "2006-02" or started >= "2006"
last-active >= "2006-02" or started like "2006-01-01T00:00:01"
last-active >= "2006-02" or started like "2006-01-31"
last-active >= "2006-02" or started like "2006-01"
last-active >= "2006-02" or started like "2006"
last-active >= "2006-02" or started in ("2006-01-01T00:00:01")
last-active >= "2006-02" or started in ("2006-01-31","2006-01")
last-active >= "2006-02" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active >= "2006" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active >= "2006" or $author = "yuriy"
last-active >= "2006" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active >= "2006" or $author < "yuriy"
last-active >= "2006" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active >= "2006" or $author <= "yuriy"
last-active >= "2006" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active >= "2006" or $author > "yuriy"
last-active >= "2006" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active >= "2006" or $author >= "yuriy"
last-active >= "2006" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active >= "2006" or $author like "yuriy"
last-active >= "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active >= "2006" or $author in ("yuriy")
last-active >= "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active >= "2006" or $author in ("yuriy","kostya","nazar","orest")
last-active >= "2006" or pid = "HelloWorld"
last-active >= "2006" or pid < "HelloWorld"
last-active >= "2006" or pid <= "HelloWorld"
last-active >= "2006" or pid > "HelloWorld"
last-active >= "2006" or pid >= "HelloWorld"
last-active >= "2006" or pid like "HelloWorld"
last-active >= "2006" or pid in ("HelloWorld","Hello*","Hello*World")
last-active >= "2006" or pid in ("Hello*","Hello*World")
last-active >= "2006" or pid in ("Hello*World")
last-active >= "2006" or iid = "2006"
last-active >= "2006" or iid < "2006"
last-active >= "2006" or iid <= "2006"
last-active >= "2006" or iid > "2006"
last-active >= "2006" or iid >= "2006"
last-active >= "2006" or iid in ("2006")
last-active >= "2006" or iid in ("2006","20061231")
last-active >= "2006" or status = "active"
last-active >= "2006" or status = "suspended"
last-active >= "2006" or status = "error"
last-active >= "2006" or status = "completed"
last-active >= "2006" or status = "terminated"
last-active >= "2006" or status = "faulted"
last-active >= "2006" or status in ("active","suspended")
last-active >= "2006" or status in ("active","suspended","error","completed","terminated","faulted")
last-active >= "2006" or started = "2006-01-01T00:00:01"
last-active >= "2006" or started = "2006-01-31"
last-active >= "2006" or started = "2006-01"
last-active >= "2006" or started = "2006"
last-active >= "2006" or started < "2006-01-01T00:00:01"
last-active >= "2006" or started < "2006-01-31"
last-active >= "2006" or started < "2006-01"
last-active >= "2006" or started < "2006"
last-active >= "2006" or started <= "2006-01-01T00:00:01"
last-active >= "2006" or started <= "2006-01-31"
last-active >= "2006" or started <= "2006-01"
last-active >= "2006" or started <= "2006"
last-active >= "2006" or started > "2006-01-01T00:00:01"
last-active >= "2006" or started > "2006-01-31"
last-active >= "2006" or started > "2006-01"
last-active >= "2006" or started > "2006"
last-active >= "2006" or started >= "2006-01-01T00:00:01"
last-active >= "2006" or started >= "2006-01-31"
last-active >= "2006" or started >= "2006-01"
last-active >= "2006" or started >= "2006"
last-active >= "2006" or started like "2006-01-01T00:00:01"
last-active >= "2006" or started like "2006-01-31"
last-active >= "2006" or started like "2006-01"
last-active >= "2006" or started like "2006"
last-active >= "2006" or started in ("2006-01-01T00:00:01")
last-active >= "2006" or started in ("2006-01-31","2006-01")
last-active >= "2006" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active like "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active like "2006-02-01T00:00:01" or $author = "yuriy"
last-active like "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active like "2006-02-01T00:00:01" or $author < "yuriy"
last-active like "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active like "2006-02-01T00:00:01" or $author <= "yuriy"
last-active like "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active like "2006-02-01T00:00:01" or $author > "yuriy"
last-active like "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active like "2006-02-01T00:00:01" or $author >= "yuriy"
last-active like "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active like "2006-02-01T00:00:01" or $author like "yuriy"
last-active like "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active like "2006-02-01T00:00:01" or $author in ("yuriy")
last-active like "2006-02-01T00:00:01" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active like "2006-02-01T00:00:01" or $author in ("yuriy","kostya","nazar","orest")
last-active like "2006-02-01T00:00:01" or pid = "HelloWorld"
last-active like "2006-02-01T00:00:01" or pid < "HelloWorld"
last-active like "2006-02-01T00:00:01" or pid <= "HelloWorld"
last-active like "2006-02-01T00:00:01" or pid > "HelloWorld"
last-active like "2006-02-01T00:00:01" or pid >= "HelloWorld"
last-active like "2006-02-01T00:00:01" or pid like "HelloWorld"
last-active like "2006-02-01T00:00:01" or pid in ("HelloWorld","Hello*","Hello*World")
last-active like "2006-02-01T00:00:01" or pid in ("Hello*","Hello*World")
last-active like "2006-02-01T00:00:01" or pid in ("Hello*World")
last-active like "2006-02-01T00:00:01" or iid = "2006"
last-active like "2006-02-01T00:00:01" or iid < "2006"
last-active like "2006-02-01T00:00:01" or iid <= "2006"
last-active like "2006-02-01T00:00:01" or iid > "2006"
last-active like "2006-02-01T00:00:01" or iid >= "2006"
last-active like "2006-02-01T00:00:01" or iid in ("2006")
last-active like "2006-02-01T00:00:01" or iid in ("2006","20061231")
last-active like "2006-02-01T00:00:01" or status = "active"
last-active like "2006-02-01T00:00:01" or status = "suspended"
last-active like "2006-02-01T00:00:01" or status = "error"
last-active like "2006-02-01T00:00:01" or status = "completed"
last-active like "2006-02-01T00:00:01" or status = "terminated"
last-active like "2006-02-01T00:00:01" or status = "faulted"
last-active like "2006-02-01T00:00:01" or status in ("active","suspended")
last-active like "2006-02-01T00:00:01" or status in ("active","suspended","error","completed","terminated","faulted")
last-active like "2006-02-01T00:00:01" or started = "2006-01-01T00:00:01"
last-active like "2006-02-01T00:00:01" or started = "2006-01-31"
last-active like "2006-02-01T00:00:01" or started = "2006-01"
last-active like "2006-02-01T00:00:01" or started = "2006"
last-active like "2006-02-01T00:00:01" or started < "2006-01-01T00:00:01"
last-active like "2006-02-01T00:00:01" or started < "2006-01-31"
last-active like "2006-02-01T00:00:01" or started < "2006-01"
last-active like "2006-02-01T00:00:01" or started < "2006"
last-active like "2006-02-01T00:00:01" or started <= "2006-01-01T00:00:01"
last-active like "2006-02-01T00:00:01" or started <= "2006-01-31"
last-active like "2006-02-01T00:00:01" or started <= "2006-01"
last-active like "2006-02-01T00:00:01" or started <= "2006"
last-active like "2006-02-01T00:00:01" or started > "2006-01-01T00:00:01"
last-active like "2006-02-01T00:00:01" or started > "2006-01-31"
last-active like "2006-02-01T00:00:01" or started > "2006-01"
last-active like "2006-02-01T00:00:01" or started > "2006"
last-active like "2006-02-01T00:00:01" or started >= "2006-01-01T00:00:01"
last-active like "2006-02-01T00:00:01" or started >= "2006-01-31"
last-active like "2006-02-01T00:00:01" or started >= "2006-01"
last-active like "2006-02-01T00:00:01" or started >= "2006"
last-active like "2006-02-01T00:00:01" or started like "2006-01-01T00:00:01"
last-active like "2006-02-01T00:00:01" or started like "2006-01-31"
last-active like "2006-02-01T00:00:01" or started like "2006-01"
last-active like "2006-02-01T00:00:01" or started like "2006"
last-active like "2006-02-01T00:00:01" or started in ("2006-01-01T00:00:01")
last-active like "2006-02-01T00:00:01" or started in ("2006-01-31","2006-01")
last-active like "2006-02-01T00:00:01" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active like "2006-02-21" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active like "2006-02-21" or $author = "yuriy"
last-active like "2006-02-21" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active like "2006-02-21" or $author < "yuriy"
last-active like "2006-02-21" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active like "2006-02-21" or $author <= "yuriy"
last-active like "2006-02-21" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active like "2006-02-21" or $author > "yuriy"
last-active like "2006-02-21" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active like "2006-02-21" or $author >= "yuriy"
last-active like "2006-02-21" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active like "2006-02-21" or $author like "yuriy"
last-active like "2006-02-21" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active like "2006-02-21" or $author in ("yuriy")
last-active like "2006-02-21" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active like "2006-02-21" or $author in ("yuriy","kostya","nazar","orest")
last-active like "2006-02-21" or pid = "HelloWorld"
last-active like "2006-02-21" or pid < "HelloWorld"
last-active like "2006-02-21" or pid <= "HelloWorld"
last-active like "2006-02-21" or pid > "HelloWorld"
last-active like "2006-02-21" or pid >= "HelloWorld"
last-active like "2006-02-21" or pid like "HelloWorld"
last-active like "2006-02-21" or pid in ("HelloWorld","Hello*","Hello*World")
last-active like "2006-02-21" or pid in ("Hello*","Hello*World")
last-active like "2006-02-21" or pid in ("Hello*World")
last-active like "2006-02-21" or iid = "2006"
last-active like "2006-02-21" or iid < "2006"
last-active like "2006-02-21" or iid <= "2006"
last-active like "2006-02-21" or iid > "2006"
last-active like "2006-02-21" or iid >= "2006"
last-active like "2006-02-21" or iid in ("2006")
last-active like "2006-02-21" or iid in ("2006","20061231")
last-active like "2006-02-21" or status = "active"
last-active like "2006-02-21" or status = "suspended"
last-active like "2006-02-21" or status = "error"
last-active like "2006-02-21" or status = "completed"
last-active like "2006-02-21" or status = "terminated"
last-active like "2006-02-21" or status = "faulted"
last-active like "2006-02-21" or status in ("active","suspended")
last-active like "2006-02-21" or status in ("active","suspended","error","completed","terminated","faulted")
last-active like "2006-02-21" or started = "2006-01-01T00:00:01"
last-active like "2006-02-21" or started = "2006-01-31"
last-active like "2006-02-21" or started = "2006-01"
last-active like "2006-02-21" or started = "2006"
last-active like "2006-02-21" or started < "2006-01-01T00:00:01"
last-active like "2006-02-21" or started < "2006-01-31"
last-active like "2006-02-21" or started < "2006-01"
last-active like "2006-02-21" or started < "2006"
last-active like "2006-02-21" or started <= "2006-01-01T00:00:01"
last-active like "2006-02-21" or started <= "2006-01-31"
last-active like "2006-02-21" or started <= "2006-01"
last-active like "2006-02-21" or started <= "2006"
last-active like "2006-02-21" or started > "2006-01-01T00:00:01"
last-active like "2006-02-21" or started > "2006-01-31"
last-active like "2006-02-21" or started > "2006-01"
last-active like "2006-02-21" or started > "2006"
last-active like "2006-02-21" or started >= "2006-01-01T00:00:01"
last-active like "2006-02-21" or started >= "2006-01-31"
last-active like "2006-02-21" or started >= "2006-01"
last-active like "2006-02-21" or started >= "2006"
last-active like "2006-02-21" or started like "2006-01-01T00:00:01"
last-active like "2006-02-21" or started like "2006-01-31"
last-active like "2006-02-21" or started like "2006-01"
last-active like "2006-02-21" or started like "2006"
last-active like "2006-02-21" or started in ("2006-01-01T00:00:01")
last-active like "2006-02-21" or started in ("2006-01-31","2006-01")
last-active like "2006-02-21" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active like "2006-02" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active like "2006-02" or $author = "yuriy"
last-active like "2006-02" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active like "2006-02" or $author < "yuriy"
last-active like "2006-02" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active like "2006-02" or $author <= "yuriy"
last-active like "2006-02" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active like "2006-02" or $author > "yuriy"
last-active like "2006-02" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active like "2006-02" or $author >= "yuriy"
last-active like "2006-02" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active like "2006-02" or $author like "yuriy"
last-active like "2006-02" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active like "2006-02" or $author in ("yuriy")
last-active like "2006-02" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active like "2006-02" or $author in ("yuriy","kostya","nazar","orest")
last-active like "2006-02" or pid = "HelloWorld"
last-active like "2006-02" or pid < "HelloWorld"
last-active like "2006-02" or pid <= "HelloWorld"
last-active like "2006-02" or pid > "HelloWorld"
last-active like "2006-02" or pid >= "HelloWorld"
last-active like "2006-02" or pid like "HelloWorld"
last-active like "2006-02" or pid in ("HelloWorld","Hello*","Hello*World")
last-active like "2006-02" or pid in ("Hello*","Hello*World")
last-active like "2006-02" or pid in ("Hello*World")
last-active like "2006-02" or iid = "2006"
last-active like "2006-02" or iid < "2006"
last-active like "2006-02" or iid <= "2006"
last-active like "2006-02" or iid > "2006"
last-active like "2006-02" or iid >= "2006"
last-active like "2006-02" or iid in ("2006")
last-active like "2006-02" or iid in ("2006","20061231")
last-active like "2006-02" or status = "active"
last-active like "2006-02" or status = "suspended"
last-active like "2006-02" or status = "error"
last-active like "2006-02" or status = "completed"
last-active like "2006-02" or status = "terminated"
last-active like "2006-02" or status = "faulted"
last-active like "2006-02" or status in ("active","suspended")
last-active like "2006-02" or status in ("active","suspended","error","completed","terminated","faulted")
last-active like "2006-02" or started = "2006-01-01T00:00:01"
last-active like "2006-02" or started = "2006-01-31"
last-active like "2006-02" or started = "2006-01"
last-active like "2006-02" or started = "2006"
last-active like "2006-02" or started < "2006-01-01T00:00:01"
last-active like "2006-02" or started < "2006-01-31"
last-active like "2006-02" or started < "2006-01"
last-active like "2006-02" or started < "2006"
last-active like "2006-02" or started <= "2006-01-01T00:00:01"
last-active like "2006-02" or started <= "2006-01-31"
last-active like "2006-02" or started <= "2006-01"
last-active like "2006-02" or started <= "2006"
last-active like "2006-02" or started > "2006-01-01T00:00:01"
last-active like "2006-02" or started > "2006-01-31"
last-active like "2006-02" or started > "2006-01"
last-active like "2006-02" or started > "2006"
last-active like "2006-02" or started >= "2006-01-01T00:00:01"
last-active like "2006-02" or started >= "2006-01-31"
last-active like "2006-02" or started >= "2006-01"
last-active like "2006-02" or started >= "2006"
last-active like "2006-02" or started like "2006-01-01T00:00:01"
last-active like "2006-02" or started like "2006-01-31"
last-active like "2006-02" or started like "2006-01"
last-active like "2006-02" or started like "2006"
last-active like "2006-02" or started in ("2006-01-01T00:00:01")
last-active like "2006-02" or started in ("2006-01-31","2006-01")
last-active like "2006-02" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active like "2006" or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active like "2006" or $author = "yuriy"
last-active like "2006" or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active like "2006" or $author < "yuriy"
last-active like "2006" or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active like "2006" or $author <= "yuriy"
last-active like "2006" or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active like "2006" or $author > "yuriy"
last-active like "2006" or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active like "2006" or $author >= "yuriy"
last-active like "2006" or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active like "2006" or $author like "yuriy"
last-active like "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active like "2006" or $author in ("yuriy")
last-active like "2006" or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active like "2006" or $author in ("yuriy","kostya","nazar","orest")
last-active like "2006" or pid = "HelloWorld"
last-active like "2006" or pid < "HelloWorld"
last-active like "2006" or pid <= "HelloWorld"
last-active like "2006" or pid > "HelloWorld"
last-active like "2006" or pid >= "HelloWorld"
last-active like "2006" or pid like "HelloWorld"
last-active like "2006" or pid in ("HelloWorld","Hello*","Hello*World")
last-active like "2006" or pid in ("Hello*","Hello*World")
last-active like "2006" or pid in ("Hello*World")
last-active like "2006" or iid = "2006"
last-active like "2006" or iid < "2006"
last-active like "2006" or iid <= "2006"
last-active like "2006" or iid > "2006"
last-active like "2006" or iid >= "2006"
last-active like "2006" or iid in ("2006")
last-active like "2006" or iid in ("2006","20061231")
last-active like "2006" or status = "active"
last-active like "2006" or status = "suspended"
last-active like "2006" or status = "error"
last-active like "2006" or status = "completed"
last-active like "2006" or status = "terminated"
last-active like "2006" or status = "faulted"
last-active like "2006" or status in ("active","suspended")
last-active like "2006" or status in ("active","suspended","error","completed","terminated","faulted")
last-active like "2006" or started = "2006-01-01T00:00:01"
last-active like "2006" or started = "2006-01-31"
last-active like "2006" or started = "2006-01"
last-active like "2006" or started = "2006"
last-active like "2006" or started < "2006-01-01T00:00:01"
last-active like "2006" or started < "2006-01-31"
last-active like "2006" or started < "2006-01"
last-active like "2006" or started < "2006"
last-active like "2006" or started <= "2006-01-01T00:00:01"
last-active like "2006" or started <= "2006-01-31"
last-active like "2006" or started <= "2006-01"
last-active like "2006" or started <= "2006"
last-active like "2006" or started > "2006-01-01T00:00:01"
last-active like "2006" or started > "2006-01-31"
last-active like "2006" or started > "2006-01"
last-active like "2006" or started > "2006"
last-active like "2006" or started >= "2006-01-01T00:00:01"
last-active like "2006" or started >= "2006-01-31"
last-active like "2006" or started >= "2006-01"
last-active like "2006" or started >= "2006"
last-active like "2006" or started like "2006-01-01T00:00:01"
last-active like "2006" or started like "2006-01-31"
last-active like "2006" or started like "2006-01"
last-active like "2006" or started like "2006"
last-active like "2006" or started in ("2006-01-01T00:00:01")
last-active like "2006" or started in ("2006-01-31","2006-01")
last-active like "2006" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active in ("2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active in ("2006-02-01T00:00:01") or $author = "yuriy"
last-active in ("2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active in ("2006-02-01T00:00:01") or $author < "yuriy"
last-active in ("2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active in ("2006-02-01T00:00:01") or $author <= "yuriy"
last-active in ("2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active in ("2006-02-01T00:00:01") or $author > "yuriy"
last-active in ("2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active in ("2006-02-01T00:00:01") or $author >= "yuriy"
last-active in ("2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active in ("2006-02-01T00:00:01") or $author like "yuriy"
last-active in ("2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active in ("2006-02-01T00:00:01") or $author in ("yuriy")
last-active in ("2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active in ("2006-02-01T00:00:01") or $author in ("yuriy","kostya","nazar","orest")
last-active in ("2006-02-01T00:00:01") or pid = "HelloWorld"
last-active in ("2006-02-01T00:00:01") or pid < "HelloWorld"
last-active in ("2006-02-01T00:00:01") or pid <= "HelloWorld"
last-active in ("2006-02-01T00:00:01") or pid > "HelloWorld"
last-active in ("2006-02-01T00:00:01") or pid >= "HelloWorld"
last-active in ("2006-02-01T00:00:01") or pid like "HelloWorld"
last-active in ("2006-02-01T00:00:01") or pid in ("HelloWorld","Hello*","Hello*World")
last-active in ("2006-02-01T00:00:01") or pid in ("Hello*","Hello*World")
last-active in ("2006-02-01T00:00:01") or pid in ("Hello*World")
last-active in ("2006-02-01T00:00:01") or iid = "2006"
last-active in ("2006-02-01T00:00:01") or iid < "2006"
last-active in ("2006-02-01T00:00:01") or iid <= "2006"
last-active in ("2006-02-01T00:00:01") or iid > "2006"
last-active in ("2006-02-01T00:00:01") or iid >= "2006"
last-active in ("2006-02-01T00:00:01") or iid in ("2006")
last-active in ("2006-02-01T00:00:01") or iid in ("2006","20061231")
last-active in ("2006-02-01T00:00:01") or status = "active"
last-active in ("2006-02-01T00:00:01") or status = "suspended"
last-active in ("2006-02-01T00:00:01") or status = "error"
last-active in ("2006-02-01T00:00:01") or status = "completed"
last-active in ("2006-02-01T00:00:01") or status = "terminated"
last-active in ("2006-02-01T00:00:01") or status = "faulted"
last-active in ("2006-02-01T00:00:01") or status in ("active","suspended")
last-active in ("2006-02-01T00:00:01") or status in ("active","suspended","error","completed","terminated","faulted")
last-active in ("2006-02-01T00:00:01") or started = "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01") or started = "2006-01-31"
last-active in ("2006-02-01T00:00:01") or started = "2006-01"
last-active in ("2006-02-01T00:00:01") or started = "2006"
last-active in ("2006-02-01T00:00:01") or started < "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01") or started < "2006-01-31"
last-active in ("2006-02-01T00:00:01") or started < "2006-01"
last-active in ("2006-02-01T00:00:01") or started < "2006"
last-active in ("2006-02-01T00:00:01") or started <= "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01") or started <= "2006-01-31"
last-active in ("2006-02-01T00:00:01") or started <= "2006-01"
last-active in ("2006-02-01T00:00:01") or started <= "2006"
last-active in ("2006-02-01T00:00:01") or started > "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01") or started > "2006-01-31"
last-active in ("2006-02-01T00:00:01") or started > "2006-01"
last-active in ("2006-02-01T00:00:01") or started > "2006"
last-active in ("2006-02-01T00:00:01") or started >= "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01") or started >= "2006-01-31"
last-active in ("2006-02-01T00:00:01") or started >= "2006-01"
last-active in ("2006-02-01T00:00:01") or started >= "2006"
last-active in ("2006-02-01T00:00:01") or started like "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01") or started like "2006-01-31"
last-active in ("2006-02-01T00:00:01") or started like "2006-01"
last-active in ("2006-02-01T00:00:01") or started like "2006"
last-active in ("2006-02-01T00:00:01") or started in ("2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01") or started in ("2006-01-31","2006-01")
last-active in ("2006-02-01T00:00:01") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") or $author = "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") or $author < "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") or $author <= "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") or $author > "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") or $author >= "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") or $author like "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21") or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") or $author in ("yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active in ("2006-02-01T00:00:01","2006-02-21") or $author in ("yuriy","kostya","nazar","orest")
last-active in ("2006-02-01T00:00:01","2006-02-21") or pid = "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21") or pid < "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21") or pid <= "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21") or pid > "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21") or pid >= "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21") or pid like "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21") or pid in ("HelloWorld","Hello*","Hello*World")
last-active in ("2006-02-01T00:00:01","2006-02-21") or pid in ("Hello*","Hello*World")
last-active in ("2006-02-01T00:00:01","2006-02-21") or pid in ("Hello*World")
last-active in ("2006-02-01T00:00:01","2006-02-21") or iid = "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21") or iid < "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21") or iid <= "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21") or iid > "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21") or iid >= "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21") or iid in ("2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") or iid in ("2006","20061231")
last-active in ("2006-02-01T00:00:01","2006-02-21") or status = "active"
last-active in ("2006-02-01T00:00:01","2006-02-21") or status = "suspended"
last-active in ("2006-02-01T00:00:01","2006-02-21") or status = "error"
last-active in ("2006-02-01T00:00:01","2006-02-21") or status = "completed"
last-active in ("2006-02-01T00:00:01","2006-02-21") or status = "terminated"
last-active in ("2006-02-01T00:00:01","2006-02-21") or status = "faulted"
last-active in ("2006-02-01T00:00:01","2006-02-21") or status in ("active","suspended")
last-active in ("2006-02-01T00:00:01","2006-02-21") or status in ("active","suspended","error","completed","terminated","faulted")
last-active in ("2006-02-01T00:00:01","2006-02-21") or started = "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started = "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started = "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started = "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started < "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started < "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started < "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started < "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started <= "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started <= "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started <= "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started <= "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started > "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started > "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started > "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started > "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started >= "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started >= "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started >= "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started >= "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started like "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started like "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started like "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started like "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21") or started in ("2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21") or started in ("2006-01-31","2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or ${org.apache.ode.BPELProcess}author = "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or $author = "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or ${org.apache.ode.BPELProcess}author < "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or $author < "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or ${org.apache.ode.BPELProcess}author <= "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or $author <= "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or ${org.apache.ode.BPELProcess}author > "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or $author > "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or ${org.apache.ode.BPELProcess}author >= "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or $author >= "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or ${org.apache.ode.BPELProcess}author like "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or $author like "yuriy"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or ${org.apache.ode.BPELProcess}author in ("yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or $author in ("yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or $author in ("yuriy","kostya","nazar","orest")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or pid = "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or pid < "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or pid <= "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or pid > "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or pid >= "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or pid like "HelloWorld"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or pid in ("HelloWorld","Hello*","Hello*World")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or pid in ("Hello*","Hello*World")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or pid in ("Hello*World")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or iid = "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or iid < "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or iid <= "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or iid > "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or iid >= "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or iid in ("2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or iid in ("2006","20061231")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or status = "active"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or status = "suspended"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or status = "error"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or status = "completed"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or status = "terminated"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or status = "faulted"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or status in ("active","suspended")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or status in ("active","suspended","error","completed","terminated","faulted")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started = "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started = "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started = "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started = "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started < "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started < "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started < "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started < "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started <= "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started <= "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started <= "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started <= "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started > "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started > "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started > "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started > "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started >= "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started >= "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started >= "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started >= "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started like "2006-01-01T00:00:01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started like "2006-01-31"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started like "2006-01"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started like "2006"
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started in ("2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started in ("2006-01-31","2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active = "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active = "2006-02-01T00:00:01") or $author = "yuriy"
(last-active = "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active = "2006-02-01T00:00:01") or $author < "yuriy"
(last-active = "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active = "2006-02-01T00:00:01") or $author <= "yuriy"
(last-active = "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active = "2006-02-01T00:00:01") or $author > "yuriy"
(last-active = "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active = "2006-02-01T00:00:01") or $author >= "yuriy"
(last-active = "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active = "2006-02-01T00:00:01") or $author like "yuriy"
(last-active = "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active = "2006-02-01T00:00:01") or $author in ("yuriy")
(last-active = "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active = "2006-02-01T00:00:01") or $author in ("yuriy","kostya","nazar","orest")
(last-active = "2006-02-01T00:00:01") or pid = "HelloWorld"
(last-active = "2006-02-01T00:00:01") or pid < "HelloWorld"
(last-active = "2006-02-01T00:00:01") or pid <= "HelloWorld"
(last-active = "2006-02-01T00:00:01") or pid > "HelloWorld"
(last-active = "2006-02-01T00:00:01") or pid >= "HelloWorld"
(last-active = "2006-02-01T00:00:01") or pid like "HelloWorld"
(last-active = "2006-02-01T00:00:01") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active = "2006-02-01T00:00:01") or pid in ("Hello*","Hello*World")
(last-active = "2006-02-01T00:00:01") or pid in ("Hello*World")
(last-active = "2006-02-01T00:00:01") or iid = "2006"
(last-active = "2006-02-01T00:00:01") or iid < "2006"
(last-active = "2006-02-01T00:00:01") or iid <= "2006"
(last-active = "2006-02-01T00:00:01") or iid > "2006"
(last-active = "2006-02-01T00:00:01") or iid >= "2006"
(last-active = "2006-02-01T00:00:01") or iid in ("2006")
(last-active = "2006-02-01T00:00:01") or iid in ("2006","20061231")
(last-active = "2006-02-01T00:00:01") or status = "active"
(last-active = "2006-02-01T00:00:01") or status = "suspended"
(last-active = "2006-02-01T00:00:01") or status = "error"
(last-active = "2006-02-01T00:00:01") or status = "completed"
(last-active = "2006-02-01T00:00:01") or status = "terminated"
(last-active = "2006-02-01T00:00:01") or status = "faulted"
(last-active = "2006-02-01T00:00:01") or status in ("active","suspended")
(last-active = "2006-02-01T00:00:01") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active = "2006-02-01T00:00:01") or started = "2006-01-01T00:00:01"
(last-active = "2006-02-01T00:00:01") or started = "2006-01-31"
(last-active = "2006-02-01T00:00:01") or started = "2006-01"
(last-active = "2006-02-01T00:00:01") or started = "2006"
(last-active = "2006-02-01T00:00:01") or started < "2006-01-01T00:00:01"
(last-active = "2006-02-01T00:00:01") or started < "2006-01-31"
(last-active = "2006-02-01T00:00:01") or started < "2006-01"
(last-active = "2006-02-01T00:00:01") or started < "2006"
(last-active = "2006-02-01T00:00:01") or started <= "2006-01-01T00:00:01"
(last-active = "2006-02-01T00:00:01") or started <= "2006-01-31"
(last-active = "2006-02-01T00:00:01") or started <= "2006-01"
(last-active = "2006-02-01T00:00:01") or started <= "2006"
(last-active = "2006-02-01T00:00:01") or started > "2006-01-01T00:00:01"
(last-active = "2006-02-01T00:00:01") or started > "2006-01-31"
(last-active = "2006-02-01T00:00:01") or started > "2006-01"
(last-active = "2006-02-01T00:00:01") or started > "2006"
(last-active = "2006-02-01T00:00:01") or started >= "2006-01-01T00:00:01"
(last-active = "2006-02-01T00:00:01") or started >= "2006-01-31"
(last-active = "2006-02-01T00:00:01") or started >= "2006-01"
(last-active = "2006-02-01T00:00:01") or started >= "2006"
(last-active = "2006-02-01T00:00:01") or started like "2006-01-01T00:00:01"
(last-active = "2006-02-01T00:00:01") or started like "2006-01-31"
(last-active = "2006-02-01T00:00:01") or started like "2006-01"
(last-active = "2006-02-01T00:00:01") or started like "2006"
(last-active = "2006-02-01T00:00:01") or started in ("2006-01-01T00:00:01")
(last-active = "2006-02-01T00:00:01") or started in ("2006-01-31","2006-01")
(last-active = "2006-02-01T00:00:01") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active = "2006-02-21") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active = "2006-02-21") or $author = "yuriy"
(last-active = "2006-02-21") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active = "2006-02-21") or $author < "yuriy"
(last-active = "2006-02-21") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active = "2006-02-21") or $author <= "yuriy"
(last-active = "2006-02-21") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active = "2006-02-21") or $author > "yuriy"
(last-active = "2006-02-21") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active = "2006-02-21") or $author >= "yuriy"
(last-active = "2006-02-21") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active = "2006-02-21") or $author like "yuriy"
(last-active = "2006-02-21") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active = "2006-02-21") or $author in ("yuriy")
(last-active = "2006-02-21") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active = "2006-02-21") or $author in ("yuriy","kostya","nazar","orest")
(last-active = "2006-02-21") or pid = "HelloWorld"
(last-active = "2006-02-21") or pid < "HelloWorld"
(last-active = "2006-02-21") or pid <= "HelloWorld"
(last-active = "2006-02-21") or pid > "HelloWorld"
(last-active = "2006-02-21") or pid >= "HelloWorld"
(last-active = "2006-02-21") or pid like "HelloWorld"
(last-active = "2006-02-21") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active = "2006-02-21") or pid in ("Hello*","Hello*World")
(last-active = "2006-02-21") or pid in ("Hello*World")
(last-active = "2006-02-21") or iid = "2006"
(last-active = "2006-02-21") or iid < "2006"
(last-active = "2006-02-21") or iid <= "2006"
(last-active = "2006-02-21") or iid > "2006"
(last-active = "2006-02-21") or iid >= "2006"
(last-active = "2006-02-21") or iid in ("2006")
(last-active = "2006-02-21") or iid in ("2006","20061231")
(last-active = "2006-02-21") or status = "active"
(last-active = "2006-02-21") or status = "suspended"
(last-active = "2006-02-21") or status = "error"
(last-active = "2006-02-21") or status = "completed"
(last-active = "2006-02-21") or status = "terminated"
(last-active = "2006-02-21") or status = "faulted"
(last-active = "2006-02-21") or status in ("active","suspended")
(last-active = "2006-02-21") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active = "2006-02-21") or started = "2006-01-01T00:00:01"
(last-active = "2006-02-21") or started = "2006-01-31"
(last-active = "2006-02-21") or started = "2006-01"
(last-active = "2006-02-21") or started = "2006"
(last-active = "2006-02-21") or started < "2006-01-01T00:00:01"
(last-active = "2006-02-21") or started < "2006-01-31"
(last-active = "2006-02-21") or started < "2006-01"
(last-active = "2006-02-21") or started < "2006"
(last-active = "2006-02-21") or started <= "2006-01-01T00:00:01"
(last-active = "2006-02-21") or started <= "2006-01-31"
(last-active = "2006-02-21") or started <= "2006-01"
(last-active = "2006-02-21") or started <= "2006"
(last-active = "2006-02-21") or started > "2006-01-01T00:00:01"
(last-active = "2006-02-21") or started > "2006-01-31"
(last-active = "2006-02-21") or started > "2006-01"
(last-active = "2006-02-21") or started > "2006"
(last-active = "2006-02-21") or started >= "2006-01-01T00:00:01"
(last-active = "2006-02-21") or started >= "2006-01-31"
(last-active = "2006-02-21") or started >= "2006-01"
(last-active = "2006-02-21") or started >= "2006"
(last-active = "2006-02-21") or started like "2006-01-01T00:00:01"
(last-active = "2006-02-21") or started like "2006-01-31"
(last-active = "2006-02-21") or started like "2006-01"
(last-active = "2006-02-21") or started like "2006"
(last-active = "2006-02-21") or started in ("2006-01-01T00:00:01")
(last-active = "2006-02-21") or started in ("2006-01-31","2006-01")
(last-active = "2006-02-21") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active = "2006-02") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active = "2006-02") or $author = "yuriy"
(last-active = "2006-02") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active = "2006-02") or $author < "yuriy"
(last-active = "2006-02") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active = "2006-02") or $author <= "yuriy"
(last-active = "2006-02") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active = "2006-02") or $author > "yuriy"
(last-active = "2006-02") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active = "2006-02") or $author >= "yuriy"
(last-active = "2006-02") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active = "2006-02") or $author like "yuriy"
(last-active = "2006-02") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active = "2006-02") or $author in ("yuriy")
(last-active = "2006-02") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active = "2006-02") or $author in ("yuriy","kostya","nazar","orest")
(last-active = "2006-02") or pid = "HelloWorld"
(last-active = "2006-02") or pid < "HelloWorld"
(last-active = "2006-02") or pid <= "HelloWorld"
(last-active = "2006-02") or pid > "HelloWorld"
(last-active = "2006-02") or pid >= "HelloWorld"
(last-active = "2006-02") or pid like "HelloWorld"
(last-active = "2006-02") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active = "2006-02") or pid in ("Hello*","Hello*World")
(last-active = "2006-02") or pid in ("Hello*World")
(last-active = "2006-02") or iid = "2006"
(last-active = "2006-02") or iid < "2006"
(last-active = "2006-02") or iid <= "2006"
(last-active = "2006-02") or iid > "2006"
(last-active = "2006-02") or iid >= "2006"
(last-active = "2006-02") or iid in ("2006")
(last-active = "2006-02") or iid in ("2006","20061231")
(last-active = "2006-02") or status = "active"
(last-active = "2006-02") or status = "suspended"
(last-active = "2006-02") or status = "error"
(last-active = "2006-02") or status = "completed"
(last-active = "2006-02") or status = "terminated"
(last-active = "2006-02") or status = "faulted"
(last-active = "2006-02") or status in ("active","suspended")
(last-active = "2006-02") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active = "2006-02") or started = "2006-01-01T00:00:01"
(last-active = "2006-02") or started = "2006-01-31"
(last-active = "2006-02") or started = "2006-01"
(last-active = "2006-02") or started = "2006"
(last-active = "2006-02") or started < "2006-01-01T00:00:01"
(last-active = "2006-02") or started < "2006-01-31"
(last-active = "2006-02") or started < "2006-01"
(last-active = "2006-02") or started < "2006"
(last-active = "2006-02") or started <= "2006-01-01T00:00:01"
(last-active = "2006-02") or started <= "2006-01-31"
(last-active = "2006-02") or started <= "2006-01"
(last-active = "2006-02") or started <= "2006"
(last-active = "2006-02") or started > "2006-01-01T00:00:01"
(last-active = "2006-02") or started > "2006-01-31"
(last-active = "2006-02") or started > "2006-01"
(last-active = "2006-02") or started > "2006"
(last-active = "2006-02") or started >= "2006-01-01T00:00:01"
(last-active = "2006-02") or started >= "2006-01-31"
(last-active = "2006-02") or started >= "2006-01"
(last-active = "2006-02") or started >= "2006"
(last-active = "2006-02") or started like "2006-01-01T00:00:01"
(last-active = "2006-02") or started like "2006-01-31"
(last-active = "2006-02") or started like "2006-01"
(last-active = "2006-02") or started like "2006"
(last-active = "2006-02") or started in ("2006-01-01T00:00:01")
(last-active = "2006-02") or started in ("2006-01-31","2006-01")
(last-active = "2006-02") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active = "2006") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active = "2006") or $author = "yuriy"
(last-active = "2006") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active = "2006") or $author < "yuriy"
(last-active = "2006") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active = "2006") or $author <= "yuriy"
(last-active = "2006") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active = "2006") or $author > "yuriy"
(last-active = "2006") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active = "2006") or $author >= "yuriy"
(last-active = "2006") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active = "2006") or $author like "yuriy"
(last-active = "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active = "2006") or $author in ("yuriy")
(last-active = "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active = "2006") or $author in ("yuriy","kostya","nazar","orest")
(last-active = "2006") or pid = "HelloWorld"
(last-active = "2006") or pid < "HelloWorld"
(last-active = "2006") or pid <= "HelloWorld"
(last-active = "2006") or pid > "HelloWorld"
(last-active = "2006") or pid >= "HelloWorld"
(last-active = "2006") or pid like "HelloWorld"
(last-active = "2006") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active = "2006") or pid in ("Hello*","Hello*World")
(last-active = "2006") or pid in ("Hello*World")
(last-active = "2006") or iid = "2006"
(last-active = "2006") or iid < "2006"
(last-active = "2006") or iid <= "2006"
(last-active = "2006") or iid > "2006"
(last-active = "2006") or iid >= "2006"
(last-active = "2006") or iid in ("2006")
(last-active = "2006") or iid in ("2006","20061231")
(last-active = "2006") or status = "active"
(last-active = "2006") or status = "suspended"
(last-active = "2006") or status = "error"
(last-active = "2006") or status = "completed"
(last-active = "2006") or status = "terminated"
(last-active = "2006") or status = "faulted"
(last-active = "2006") or status in ("active","suspended")
(last-active = "2006") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active = "2006") or started = "2006-01-01T00:00:01"
(last-active = "2006") or started = "2006-01-31"
(last-active = "2006") or started = "2006-01"
(last-active = "2006") or started = "2006"
(last-active = "2006") or started < "2006-01-01T00:00:01"
(last-active = "2006") or started < "2006-01-31"
(last-active = "2006") or started < "2006-01"
(last-active = "2006") or started < "2006"
(last-active = "2006") or started <= "2006-01-01T00:00:01"
(last-active = "2006") or started <= "2006-01-31"
(last-active = "2006") or started <= "2006-01"
(last-active = "2006") or started <= "2006"
(last-active = "2006") or started > "2006-01-01T00:00:01"
(last-active = "2006") or started > "2006-01-31"
(last-active = "2006") or started > "2006-01"
(last-active = "2006") or started > "2006"
(last-active = "2006") or started >= "2006-01-01T00:00:01"
(last-active = "2006") or started >= "2006-01-31"
(last-active = "2006") or started >= "2006-01"
(last-active = "2006") or started >= "2006"
(last-active = "2006") or started like "2006-01-01T00:00:01"
(last-active = "2006") or started like "2006-01-31"
(last-active = "2006") or started like "2006-01"
(last-active = "2006") or started like "2006"
(last-active = "2006") or started in ("2006-01-01T00:00:01")
(last-active = "2006") or started in ("2006-01-31","2006-01")
(last-active = "2006") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active < "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active < "2006-02-01T00:00:01") or $author = "yuriy"
(last-active < "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active < "2006-02-01T00:00:01") or $author < "yuriy"
(last-active < "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active < "2006-02-01T00:00:01") or $author <= "yuriy"
(last-active < "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active < "2006-02-01T00:00:01") or $author > "yuriy"
(last-active < "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active < "2006-02-01T00:00:01") or $author >= "yuriy"
(last-active < "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active < "2006-02-01T00:00:01") or $author like "yuriy"
(last-active < "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active < "2006-02-01T00:00:01") or $author in ("yuriy")
(last-active < "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active < "2006-02-01T00:00:01") or $author in ("yuriy","kostya","nazar","orest")
(last-active < "2006-02-01T00:00:01") or pid = "HelloWorld"
(last-active < "2006-02-01T00:00:01") or pid < "HelloWorld"
(last-active < "2006-02-01T00:00:01") or pid <= "HelloWorld"
(last-active < "2006-02-01T00:00:01") or pid > "HelloWorld"
(last-active < "2006-02-01T00:00:01") or pid >= "HelloWorld"
(last-active < "2006-02-01T00:00:01") or pid like "HelloWorld"
(last-active < "2006-02-01T00:00:01") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active < "2006-02-01T00:00:01") or pid in ("Hello*","Hello*World")
(last-active < "2006-02-01T00:00:01") or pid in ("Hello*World")
(last-active < "2006-02-01T00:00:01") or iid = "2006"
(last-active < "2006-02-01T00:00:01") or iid < "2006"
(last-active < "2006-02-01T00:00:01") or iid <= "2006"
(last-active < "2006-02-01T00:00:01") or iid > "2006"
(last-active < "2006-02-01T00:00:01") or iid >= "2006"
(last-active < "2006-02-01T00:00:01") or iid in ("2006")
(last-active < "2006-02-01T00:00:01") or iid in ("2006","20061231")
(last-active < "2006-02-01T00:00:01") or status = "active"
(last-active < "2006-02-01T00:00:01") or status = "suspended"
(last-active < "2006-02-01T00:00:01") or status = "error"
(last-active < "2006-02-01T00:00:01") or status = "completed"
(last-active < "2006-02-01T00:00:01") or status = "terminated"
(last-active < "2006-02-01T00:00:01") or status = "faulted"
(last-active < "2006-02-01T00:00:01") or status in ("active","suspended")
(last-active < "2006-02-01T00:00:01") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active < "2006-02-01T00:00:01") or started = "2006-01-01T00:00:01"
(last-active < "2006-02-01T00:00:01") or started = "2006-01-31"
(last-active < "2006-02-01T00:00:01") or started = "2006-01"
(last-active < "2006-02-01T00:00:01") or started = "2006"
(last-active < "2006-02-01T00:00:01") or started < "2006-01-01T00:00:01"
(last-active < "2006-02-01T00:00:01") or started < "2006-01-31"
(last-active < "2006-02-01T00:00:01") or started < "2006-01"
(last-active < "2006-02-01T00:00:01") or started < "2006"
(last-active < "2006-02-01T00:00:01") or started <= "2006-01-01T00:00:01"
(last-active < "2006-02-01T00:00:01") or started <= "2006-01-31"
(last-active < "2006-02-01T00:00:01") or started <= "2006-01"
(last-active < "2006-02-01T00:00:01") or started <= "2006"
(last-active < "2006-02-01T00:00:01") or started > "2006-01-01T00:00:01"
(last-active < "2006-02-01T00:00:01") or started > "2006-01-31"
(last-active < "2006-02-01T00:00:01") or started > "2006-01"
(last-active < "2006-02-01T00:00:01") or started > "2006"
(last-active < "2006-02-01T00:00:01") or started >= "2006-01-01T00:00:01"
(last-active < "2006-02-01T00:00:01") or started >= "2006-01-31"
(last-active < "2006-02-01T00:00:01") or started >= "2006-01"
(last-active < "2006-02-01T00:00:01") or started >= "2006"
(last-active < "2006-02-01T00:00:01") or started like "2006-01-01T00:00:01"
(last-active < "2006-02-01T00:00:01") or started like "2006-01-31"
(last-active < "2006-02-01T00:00:01") or started like "2006-01"
(last-active < "2006-02-01T00:00:01") or started like "2006"
(last-active < "2006-02-01T00:00:01") or started in ("2006-01-01T00:00:01")
(last-active < "2006-02-01T00:00:01") or started in ("2006-01-31","2006-01")
(last-active < "2006-02-01T00:00:01") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active < "2006-02-21") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active < "2006-02-21") or $author = "yuriy"
(last-active < "2006-02-21") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active < "2006-02-21") or $author < "yuriy"
(last-active < "2006-02-21") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active < "2006-02-21") or $author <= "yuriy"
(last-active < "2006-02-21") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active < "2006-02-21") or $author > "yuriy"
(last-active < "2006-02-21") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active < "2006-02-21") or $author >= "yuriy"
(last-active < "2006-02-21") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active < "2006-02-21") or $author like "yuriy"
(last-active < "2006-02-21") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active < "2006-02-21") or $author in ("yuriy")
(last-active < "2006-02-21") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active < "2006-02-21") or $author in ("yuriy","kostya","nazar","orest")
(last-active < "2006-02-21") or pid = "HelloWorld"
(last-active < "2006-02-21") or pid < "HelloWorld"
(last-active < "2006-02-21") or pid <= "HelloWorld"
(last-active < "2006-02-21") or pid > "HelloWorld"
(last-active < "2006-02-21") or pid >= "HelloWorld"
(last-active < "2006-02-21") or pid like "HelloWorld"
(last-active < "2006-02-21") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active < "2006-02-21") or pid in ("Hello*","Hello*World")
(last-active < "2006-02-21") or pid in ("Hello*World")
(last-active < "2006-02-21") or iid = "2006"
(last-active < "2006-02-21") or iid < "2006"
(last-active < "2006-02-21") or iid <= "2006"
(last-active < "2006-02-21") or iid > "2006"
(last-active < "2006-02-21") or iid >= "2006"
(last-active < "2006-02-21") or iid in ("2006")
(last-active < "2006-02-21") or iid in ("2006","20061231")
(last-active < "2006-02-21") or status = "active"
(last-active < "2006-02-21") or status = "suspended"
(last-active < "2006-02-21") or status = "error"
(last-active < "2006-02-21") or status = "completed"
(last-active < "2006-02-21") or status = "terminated"
(last-active < "2006-02-21") or status = "faulted"
(last-active < "2006-02-21") or status in ("active","suspended")
(last-active < "2006-02-21") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active < "2006-02-21") or started = "2006-01-01T00:00:01"
(last-active < "2006-02-21") or started = "2006-01-31"
(last-active < "2006-02-21") or started = "2006-01"
(last-active < "2006-02-21") or started = "2006"
(last-active < "2006-02-21") or started < "2006-01-01T00:00:01"
(last-active < "2006-02-21") or started < "2006-01-31"
(last-active < "2006-02-21") or started < "2006-01"
(last-active < "2006-02-21") or started < "2006"
(last-active < "2006-02-21") or started <= "2006-01-01T00:00:01"
(last-active < "2006-02-21") or started <= "2006-01-31"
(last-active < "2006-02-21") or started <= "2006-01"
(last-active < "2006-02-21") or started <= "2006"
(last-active < "2006-02-21") or started > "2006-01-01T00:00:01"
(last-active < "2006-02-21") or started > "2006-01-31"
(last-active < "2006-02-21") or started > "2006-01"
(last-active < "2006-02-21") or started > "2006"
(last-active < "2006-02-21") or started >= "2006-01-01T00:00:01"
(last-active < "2006-02-21") or started >= "2006-01-31"
(last-active < "2006-02-21") or started >= "2006-01"
(last-active < "2006-02-21") or started >= "2006"
(last-active < "2006-02-21") or started like "2006-01-01T00:00:01"
(last-active < "2006-02-21") or started like "2006-01-31"
(last-active < "2006-02-21") or started like "2006-01"
(last-active < "2006-02-21") or started like "2006"
(last-active < "2006-02-21") or started in ("2006-01-01T00:00:01")
(last-active < "2006-02-21") or started in ("2006-01-31","2006-01")
(last-active < "2006-02-21") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active < "2006-02") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active < "2006-02") or $author = "yuriy"
(last-active < "2006-02") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active < "2006-02") or $author < "yuriy"
(last-active < "2006-02") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active < "2006-02") or $author <= "yuriy"
(last-active < "2006-02") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active < "2006-02") or $author > "yuriy"
(last-active < "2006-02") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active < "2006-02") or $author >= "yuriy"
(last-active < "2006-02") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active < "2006-02") or $author like "yuriy"
(last-active < "2006-02") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active < "2006-02") or $author in ("yuriy")
(last-active < "2006-02") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active < "2006-02") or $author in ("yuriy","kostya","nazar","orest")
(last-active < "2006-02") or pid = "HelloWorld"
(last-active < "2006-02") or pid < "HelloWorld"
(last-active < "2006-02") or pid <= "HelloWorld"
(last-active < "2006-02") or pid > "HelloWorld"
(last-active < "2006-02") or pid >= "HelloWorld"
(last-active < "2006-02") or pid like "HelloWorld"
(last-active < "2006-02") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active < "2006-02") or pid in ("Hello*","Hello*World")
(last-active < "2006-02") or pid in ("Hello*World")
(last-active < "2006-02") or iid = "2006"
(last-active < "2006-02") or iid < "2006"
(last-active < "2006-02") or iid <= "2006"
(last-active < "2006-02") or iid > "2006"
(last-active < "2006-02") or iid >= "2006"
(last-active < "2006-02") or iid in ("2006")
(last-active < "2006-02") or iid in ("2006","20061231")
(last-active < "2006-02") or status = "active"
(last-active < "2006-02") or status = "suspended"
(last-active < "2006-02") or status = "error"
(last-active < "2006-02") or status = "completed"
(last-active < "2006-02") or status = "terminated"
(last-active < "2006-02") or status = "faulted"
(last-active < "2006-02") or status in ("active","suspended")
(last-active < "2006-02") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active < "2006-02") or started = "2006-01-01T00:00:01"
(last-active < "2006-02") or started = "2006-01-31"
(last-active < "2006-02") or started = "2006-01"
(last-active < "2006-02") or started = "2006"
(last-active < "2006-02") or started < "2006-01-01T00:00:01"
(last-active < "2006-02") or started < "2006-01-31"
(last-active < "2006-02") or started < "2006-01"
(last-active < "2006-02") or started < "2006"
(last-active < "2006-02") or started <= "2006-01-01T00:00:01"
(last-active < "2006-02") or started <= "2006-01-31"
(last-active < "2006-02") or started <= "2006-01"
(last-active < "2006-02") or started <= "2006"
(last-active < "2006-02") or started > "2006-01-01T00:00:01"
(last-active < "2006-02") or started > "2006-01-31"
(last-active < "2006-02") or started > "2006-01"
(last-active < "2006-02") or started > "2006"
(last-active < "2006-02") or started >= "2006-01-01T00:00:01"
(last-active < "2006-02") or started >= "2006-01-31"
(last-active < "2006-02") or started >= "2006-01"
(last-active < "2006-02") or started >= "2006"
(last-active < "2006-02") or started like "2006-01-01T00:00:01"
(last-active < "2006-02") or started like "2006-01-31"
(last-active < "2006-02") or started like "2006-01"
(last-active < "2006-02") or started like "2006"
(last-active < "2006-02") or started in ("2006-01-01T00:00:01")
(last-active < "2006-02") or started in ("2006-01-31","2006-01")
(last-active < "2006-02") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active < "2006") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active < "2006") or $author = "yuriy"
(last-active < "2006") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active < "2006") or $author < "yuriy"
(last-active < "2006") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active < "2006") or $author <= "yuriy"
(last-active < "2006") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active < "2006") or $author > "yuriy"
(last-active < "2006") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active < "2006") or $author >= "yuriy"
(last-active < "2006") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active < "2006") or $author like "yuriy"
(last-active < "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active < "2006") or $author in ("yuriy")
(last-active < "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active < "2006") or $author in ("yuriy","kostya","nazar","orest")
(last-active < "2006") or pid = "HelloWorld"
(last-active < "2006") or pid < "HelloWorld"
(last-active < "2006") or pid <= "HelloWorld"
(last-active < "2006") or pid > "HelloWorld"
(last-active < "2006") or pid >= "HelloWorld"
(last-active < "2006") or pid like "HelloWorld"
(last-active < "2006") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active < "2006") or pid in ("Hello*","Hello*World")
(last-active < "2006") or pid in ("Hello*World")
(last-active < "2006") or iid = "2006"
(last-active < "2006") or iid < "2006"
(last-active < "2006") or iid <= "2006"
(last-active < "2006") or iid > "2006"
(last-active < "2006") or iid >= "2006"
(last-active < "2006") or iid in ("2006")
(last-active < "2006") or iid in ("2006","20061231")
(last-active < "2006") or status = "active"
(last-active < "2006") or status = "suspended"
(last-active < "2006") or status = "error"
(last-active < "2006") or status = "completed"
(last-active < "2006") or status = "terminated"
(last-active < "2006") or status = "faulted"
(last-active < "2006") or status in ("active","suspended")
(last-active < "2006") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active < "2006") or started = "2006-01-01T00:00:01"
(last-active < "2006") or started = "2006-01-31"
(last-active < "2006") or started = "2006-01"
(last-active < "2006") or started = "2006"
(last-active < "2006") or started < "2006-01-01T00:00:01"
(last-active < "2006") or started < "2006-01-31"
(last-active < "2006") or started < "2006-01"
(last-active < "2006") or started < "2006"
(last-active < "2006") or started <= "2006-01-01T00:00:01"
(last-active < "2006") or started <= "2006-01-31"
(last-active < "2006") or started <= "2006-01"
(last-active < "2006") or started <= "2006"
(last-active < "2006") or started > "2006-01-01T00:00:01"
(last-active < "2006") or started > "2006-01-31"
(last-active < "2006") or started > "2006-01"
(last-active < "2006") or started > "2006"
(last-active < "2006") or started >= "2006-01-01T00:00:01"
(last-active < "2006") or started >= "2006-01-31"
(last-active < "2006") or started >= "2006-01"
(last-active < "2006") or started >= "2006"
(last-active < "2006") or started like "2006-01-01T00:00:01"
(last-active < "2006") or started like "2006-01-31"
(last-active < "2006") or started like "2006-01"
(last-active < "2006") or started like "2006"
(last-active < "2006") or started in ("2006-01-01T00:00:01")
(last-active < "2006") or started in ("2006-01-31","2006-01")
(last-active < "2006") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active <= "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active <= "2006-02-01T00:00:01") or $author = "yuriy"
(last-active <= "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active <= "2006-02-01T00:00:01") or $author < "yuriy"
(last-active <= "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active <= "2006-02-01T00:00:01") or $author <= "yuriy"
(last-active <= "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active <= "2006-02-01T00:00:01") or $author > "yuriy"
(last-active <= "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active <= "2006-02-01T00:00:01") or $author >= "yuriy"
(last-active <= "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active <= "2006-02-01T00:00:01") or $author like "yuriy"
(last-active <= "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active <= "2006-02-01T00:00:01") or $author in ("yuriy")
(last-active <= "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active <= "2006-02-01T00:00:01") or $author in ("yuriy","kostya","nazar","orest")
(last-active <= "2006-02-01T00:00:01") or pid = "HelloWorld"
(last-active <= "2006-02-01T00:00:01") or pid < "HelloWorld"
(last-active <= "2006-02-01T00:00:01") or pid <= "HelloWorld"
(last-active <= "2006-02-01T00:00:01") or pid > "HelloWorld"
(last-active <= "2006-02-01T00:00:01") or pid >= "HelloWorld"
(last-active <= "2006-02-01T00:00:01") or pid like "HelloWorld"
(last-active <= "2006-02-01T00:00:01") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active <= "2006-02-01T00:00:01") or pid in ("Hello*","Hello*World")
(last-active <= "2006-02-01T00:00:01") or pid in ("Hello*World")
(last-active <= "2006-02-01T00:00:01") or iid = "2006"
(last-active <= "2006-02-01T00:00:01") or iid < "2006"
(last-active <= "2006-02-01T00:00:01") or iid <= "2006"
(last-active <= "2006-02-01T00:00:01") or iid > "2006"
(last-active <= "2006-02-01T00:00:01") or iid >= "2006"
(last-active <= "2006-02-01T00:00:01") or iid in ("2006")
(last-active <= "2006-02-01T00:00:01") or iid in ("2006","20061231")
(last-active <= "2006-02-01T00:00:01") or status = "active"
(last-active <= "2006-02-01T00:00:01") or status = "suspended"
(last-active <= "2006-02-01T00:00:01") or status = "error"
(last-active <= "2006-02-01T00:00:01") or status = "completed"
(last-active <= "2006-02-01T00:00:01") or status = "terminated"
(last-active <= "2006-02-01T00:00:01") or status = "faulted"
(last-active <= "2006-02-01T00:00:01") or status in ("active","suspended")
(last-active <= "2006-02-01T00:00:01") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active <= "2006-02-01T00:00:01") or started = "2006-01-01T00:00:01"
(last-active <= "2006-02-01T00:00:01") or started = "2006-01-31"
(last-active <= "2006-02-01T00:00:01") or started = "2006-01"
(last-active <= "2006-02-01T00:00:01") or started = "2006"
(last-active <= "2006-02-01T00:00:01") or started < "2006-01-01T00:00:01"
(last-active <= "2006-02-01T00:00:01") or started < "2006-01-31"
(last-active <= "2006-02-01T00:00:01") or started < "2006-01"
(last-active <= "2006-02-01T00:00:01") or started < "2006"
(last-active <= "2006-02-01T00:00:01") or started <= "2006-01-01T00:00:01"
(last-active <= "2006-02-01T00:00:01") or started <= "2006-01-31"
(last-active <= "2006-02-01T00:00:01") or started <= "2006-01"
(last-active <= "2006-02-01T00:00:01") or started <= "2006"
(last-active <= "2006-02-01T00:00:01") or started > "2006-01-01T00:00:01"
(last-active <= "2006-02-01T00:00:01") or started > "2006-01-31"
(last-active <= "2006-02-01T00:00:01") or started > "2006-01"
(last-active <= "2006-02-01T00:00:01") or started > "2006"
(last-active <= "2006-02-01T00:00:01") or started >= "2006-01-01T00:00:01"
(last-active <= "2006-02-01T00:00:01") or started >= "2006-01-31"
(last-active <= "2006-02-01T00:00:01") or started >= "2006-01"
(last-active <= "2006-02-01T00:00:01") or started >= "2006"
(last-active <= "2006-02-01T00:00:01") or started like "2006-01-01T00:00:01"
(last-active <= "2006-02-01T00:00:01") or started like "2006-01-31"
(last-active <= "2006-02-01T00:00:01") or started like "2006-01"
(last-active <= "2006-02-01T00:00:01") or started like "2006"
(last-active <= "2006-02-01T00:00:01") or started in ("2006-01-01T00:00:01")
(last-active <= "2006-02-01T00:00:01") or started in ("2006-01-31","2006-01")
(last-active <= "2006-02-01T00:00:01") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active <= "2006-02-21") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active <= "2006-02-21") or $author = "yuriy"
(last-active <= "2006-02-21") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active <= "2006-02-21") or $author < "yuriy"
(last-active <= "2006-02-21") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active <= "2006-02-21") or $author <= "yuriy"
(last-active <= "2006-02-21") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active <= "2006-02-21") or $author > "yuriy"
(last-active <= "2006-02-21") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active <= "2006-02-21") or $author >= "yuriy"
(last-active <= "2006-02-21") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active <= "2006-02-21") or $author like "yuriy"
(last-active <= "2006-02-21") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active <= "2006-02-21") or $author in ("yuriy")
(last-active <= "2006-02-21") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active <= "2006-02-21") or $author in ("yuriy","kostya","nazar","orest")
(last-active <= "2006-02-21") or pid = "HelloWorld"
(last-active <= "2006-02-21") or pid < "HelloWorld"
(last-active <= "2006-02-21") or pid <= "HelloWorld"
(last-active <= "2006-02-21") or pid > "HelloWorld"
(last-active <= "2006-02-21") or pid >= "HelloWorld"
(last-active <= "2006-02-21") or pid like "HelloWorld"
(last-active <= "2006-02-21") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active <= "2006-02-21") or pid in ("Hello*","Hello*World")
(last-active <= "2006-02-21") or pid in ("Hello*World")
(last-active <= "2006-02-21") or iid = "2006"
(last-active <= "2006-02-21") or iid < "2006"
(last-active <= "2006-02-21") or iid <= "2006"
(last-active <= "2006-02-21") or iid > "2006"
(last-active <= "2006-02-21") or iid >= "2006"
(last-active <= "2006-02-21") or iid in ("2006")
(last-active <= "2006-02-21") or iid in ("2006","20061231")
(last-active <= "2006-02-21") or status = "active"
(last-active <= "2006-02-21") or status = "suspended"
(last-active <= "2006-02-21") or status = "error"
(last-active <= "2006-02-21") or status = "completed"
(last-active <= "2006-02-21") or status = "terminated"
(last-active <= "2006-02-21") or status = "faulted"
(last-active <= "2006-02-21") or status in ("active","suspended")
(last-active <= "2006-02-21") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active <= "2006-02-21") or started = "2006-01-01T00:00:01"
(last-active <= "2006-02-21") or started = "2006-01-31"
(last-active <= "2006-02-21") or started = "2006-01"
(last-active <= "2006-02-21") or started = "2006"
(last-active <= "2006-02-21") or started < "2006-01-01T00:00:01"
(last-active <= "2006-02-21") or started < "2006-01-31"
(last-active <= "2006-02-21") or started < "2006-01"
(last-active <= "2006-02-21") or started < "2006"
(last-active <= "2006-02-21") or started <= "2006-01-01T00:00:01"
(last-active <= "2006-02-21") or started <= "2006-01-31"
(last-active <= "2006-02-21") or started <= "2006-01"
(last-active <= "2006-02-21") or started <= "2006"
(last-active <= "2006-02-21") or started > "2006-01-01T00:00:01"
(last-active <= "2006-02-21") or started > "2006-01-31"
(last-active <= "2006-02-21") or started > "2006-01"
(last-active <= "2006-02-21") or started > "2006"
(last-active <= "2006-02-21") or started >= "2006-01-01T00:00:01"
(last-active <= "2006-02-21") or started >= "2006-01-31"
(last-active <= "2006-02-21") or started >= "2006-01"
(last-active <= "2006-02-21") or started >= "2006"
(last-active <= "2006-02-21") or started like "2006-01-01T00:00:01"
(last-active <= "2006-02-21") or started like "2006-01-31"
(last-active <= "2006-02-21") or started like "2006-01"
(last-active <= "2006-02-21") or started like "2006"
(last-active <= "2006-02-21") or started in ("2006-01-01T00:00:01")
(last-active <= "2006-02-21") or started in ("2006-01-31","2006-01")
(last-active <= "2006-02-21") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active <= "2006-02") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active <= "2006-02") or $author = "yuriy"
(last-active <= "2006-02") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active <= "2006-02") or $author < "yuriy"
(last-active <= "2006-02") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active <= "2006-02") or $author <= "yuriy"
(last-active <= "2006-02") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active <= "2006-02") or $author > "yuriy"
(last-active <= "2006-02") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active <= "2006-02") or $author >= "yuriy"
(last-active <= "2006-02") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active <= "2006-02") or $author like "yuriy"
(last-active <= "2006-02") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active <= "2006-02") or $author in ("yuriy")
(last-active <= "2006-02") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active <= "2006-02") or $author in ("yuriy","kostya","nazar","orest")
(last-active <= "2006-02") or pid = "HelloWorld"
(last-active <= "2006-02") or pid < "HelloWorld"
(last-active <= "2006-02") or pid <= "HelloWorld"
(last-active <= "2006-02") or pid > "HelloWorld"
(last-active <= "2006-02") or pid >= "HelloWorld"
(last-active <= "2006-02") or pid like "HelloWorld"
(last-active <= "2006-02") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active <= "2006-02") or pid in ("Hello*","Hello*World")
(last-active <= "2006-02") or pid in ("Hello*World")
(last-active <= "2006-02") or iid = "2006"
(last-active <= "2006-02") or iid < "2006"
(last-active <= "2006-02") or iid <= "2006"
(last-active <= "2006-02") or iid > "2006"
(last-active <= "2006-02") or iid >= "2006"
(last-active <= "2006-02") or iid in ("2006")
(last-active <= "2006-02") or iid in ("2006","20061231")
(last-active <= "2006-02") or status = "active"
(last-active <= "2006-02") or status = "suspended"
(last-active <= "2006-02") or status = "error"
(last-active <= "2006-02") or status = "completed"
(last-active <= "2006-02") or status = "terminated"
(last-active <= "2006-02") or status = "faulted"
(last-active <= "2006-02") or status in ("active","suspended")
(last-active <= "2006-02") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active <= "2006-02") or started = "2006-01-01T00:00:01"
(last-active <= "2006-02") or started = "2006-01-31"
(last-active <= "2006-02") or started = "2006-01"
(last-active <= "2006-02") or started = "2006"
(last-active <= "2006-02") or started < "2006-01-01T00:00:01"
(last-active <= "2006-02") or started < "2006-01-31"
(last-active <= "2006-02") or started < "2006-01"
(last-active <= "2006-02") or started < "2006"
(last-active <= "2006-02") or started <= "2006-01-01T00:00:01"
(last-active <= "2006-02") or started <= "2006-01-31"
(last-active <= "2006-02") or started <= "2006-01"
(last-active <= "2006-02") or started <= "2006"
(last-active <= "2006-02") or started > "2006-01-01T00:00:01"
(last-active <= "2006-02") or started > "2006-01-31"
(last-active <= "2006-02") or started > "2006-01"
(last-active <= "2006-02") or started > "2006"
(last-active <= "2006-02") or started >= "2006-01-01T00:00:01"
(last-active <= "2006-02") or started >= "2006-01-31"
(last-active <= "2006-02") or started >= "2006-01"
(last-active <= "2006-02") or started >= "2006"
(last-active <= "2006-02") or started like "2006-01-01T00:00:01"
(last-active <= "2006-02") or started like "2006-01-31"
(last-active <= "2006-02") or started like "2006-01"
(last-active <= "2006-02") or started like "2006"
(last-active <= "2006-02") or started in ("2006-01-01T00:00:01")
(last-active <= "2006-02") or started in ("2006-01-31","2006-01")
(last-active <= "2006-02") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active <= "2006") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active <= "2006") or $author = "yuriy"
(last-active <= "2006") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active <= "2006") or $author < "yuriy"
(last-active <= "2006") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active <= "2006") or $author <= "yuriy"
(last-active <= "2006") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active <= "2006") or $author > "yuriy"
(last-active <= "2006") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active <= "2006") or $author >= "yuriy"
(last-active <= "2006") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active <= "2006") or $author like "yuriy"
(last-active <= "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active <= "2006") or $author in ("yuriy")
(last-active <= "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active <= "2006") or $author in ("yuriy","kostya","nazar","orest")
(last-active <= "2006") or pid = "HelloWorld"
(last-active <= "2006") or pid < "HelloWorld"
(last-active <= "2006") or pid <= "HelloWorld"
(last-active <= "2006") or pid > "HelloWorld"
(last-active <= "2006") or pid >= "HelloWorld"
(last-active <= "2006") or pid like "HelloWorld"
(last-active <= "2006") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active <= "2006") or pid in ("Hello*","Hello*World")
(last-active <= "2006") or pid in ("Hello*World")
(last-active <= "2006") or iid = "2006"
(last-active <= "2006") or iid < "2006"
(last-active <= "2006") or iid <= "2006"
(last-active <= "2006") or iid > "2006"
(last-active <= "2006") or iid >= "2006"
(last-active <= "2006") or iid in ("2006")
(last-active <= "2006") or iid in ("2006","20061231")
(last-active <= "2006") or status = "active"
(last-active <= "2006") or status = "suspended"
(last-active <= "2006") or status = "error"
(last-active <= "2006") or status = "completed"
(last-active <= "2006") or status = "terminated"
(last-active <= "2006") or status = "faulted"
(last-active <= "2006") or status in ("active","suspended")
(last-active <= "2006") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active <= "2006") or started = "2006-01-01T00:00:01"
(last-active <= "2006") or started = "2006-01-31"
(last-active <= "2006") or started = "2006-01"
(last-active <= "2006") or started = "2006"
(last-active <= "2006") or started < "2006-01-01T00:00:01"
(last-active <= "2006") or started < "2006-01-31"
(last-active <= "2006") or started < "2006-01"
(last-active <= "2006") or started < "2006"
(last-active <= "2006") or started <= "2006-01-01T00:00:01"
(last-active <= "2006") or started <= "2006-01-31"
(last-active <= "2006") or started <= "2006-01"
(last-active <= "2006") or started <= "2006"
(last-active <= "2006") or started > "2006-01-01T00:00:01"
(last-active <= "2006") or started > "2006-01-31"
(last-active <= "2006") or started > "2006-01"
(last-active <= "2006") or started > "2006"
(last-active <= "2006") or started >= "2006-01-01T00:00:01"
(last-active <= "2006") or started >= "2006-01-31"
(last-active <= "2006") or started >= "2006-01"
(last-active <= "2006") or started >= "2006"
(last-active <= "2006") or started like "2006-01-01T00:00:01"
(last-active <= "2006") or started like "2006-01-31"
(last-active <= "2006") or started like "2006-01"
(last-active <= "2006") or started like "2006"
(last-active <= "2006") or started in ("2006-01-01T00:00:01")
(last-active <= "2006") or started in ("2006-01-31","2006-01")
(last-active <= "2006") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active > "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active > "2006-02-01T00:00:01") or $author = "yuriy"
(last-active > "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active > "2006-02-01T00:00:01") or $author < "yuriy"
(last-active > "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active > "2006-02-01T00:00:01") or $author <= "yuriy"
(last-active > "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active > "2006-02-01T00:00:01") or $author > "yuriy"
(last-active > "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active > "2006-02-01T00:00:01") or $author >= "yuriy"
(last-active > "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active > "2006-02-01T00:00:01") or $author like "yuriy"
(last-active > "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active > "2006-02-01T00:00:01") or $author in ("yuriy")
(last-active > "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active > "2006-02-01T00:00:01") or $author in ("yuriy","kostya","nazar","orest")
(last-active > "2006-02-01T00:00:01") or pid = "HelloWorld"
(last-active > "2006-02-01T00:00:01") or pid < "HelloWorld"
(last-active > "2006-02-01T00:00:01") or pid <= "HelloWorld"
(last-active > "2006-02-01T00:00:01") or pid > "HelloWorld"
(last-active > "2006-02-01T00:00:01") or pid >= "HelloWorld"
(last-active > "2006-02-01T00:00:01") or pid like "HelloWorld"
(last-active > "2006-02-01T00:00:01") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active > "2006-02-01T00:00:01") or pid in ("Hello*","Hello*World")
(last-active > "2006-02-01T00:00:01") or pid in ("Hello*World")
(last-active > "2006-02-01T00:00:01") or iid = "2006"
(last-active > "2006-02-01T00:00:01") or iid < "2006"
(last-active > "2006-02-01T00:00:01") or iid <= "2006"
(last-active > "2006-02-01T00:00:01") or iid > "2006"
(last-active > "2006-02-01T00:00:01") or iid >= "2006"
(last-active > "2006-02-01T00:00:01") or iid in ("2006")
(last-active > "2006-02-01T00:00:01") or iid in ("2006","20061231")
(last-active > "2006-02-01T00:00:01") or status = "active"
(last-active > "2006-02-01T00:00:01") or status = "suspended"
(last-active > "2006-02-01T00:00:01") or status = "error"
(last-active > "2006-02-01T00:00:01") or status = "completed"
(last-active > "2006-02-01T00:00:01") or status = "terminated"
(last-active > "2006-02-01T00:00:01") or status = "faulted"
(last-active > "2006-02-01T00:00:01") or status in ("active","suspended")
(last-active > "2006-02-01T00:00:01") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active > "2006-02-01T00:00:01") or started = "2006-01-01T00:00:01"
(last-active > "2006-02-01T00:00:01") or started = "2006-01-31"
(last-active > "2006-02-01T00:00:01") or started = "2006-01"
(last-active > "2006-02-01T00:00:01") or started = "2006"
(last-active > "2006-02-01T00:00:01") or started < "2006-01-01T00:00:01"
(last-active > "2006-02-01T00:00:01") or started < "2006-01-31"
(last-active > "2006-02-01T00:00:01") or started < "2006-01"
(last-active > "2006-02-01T00:00:01") or started < "2006"
(last-active > "2006-02-01T00:00:01") or started <= "2006-01-01T00:00:01"
(last-active > "2006-02-01T00:00:01") or started <= "2006-01-31"
(last-active > "2006-02-01T00:00:01") or started <= "2006-01"
(last-active > "2006-02-01T00:00:01") or started <= "2006"
(last-active > "2006-02-01T00:00:01") or started > "2006-01-01T00:00:01"
(last-active > "2006-02-01T00:00:01") or started > "2006-01-31"
(last-active > "2006-02-01T00:00:01") or started > "2006-01"
(last-active > "2006-02-01T00:00:01") or started > "2006"
(last-active > "2006-02-01T00:00:01") or started >= "2006-01-01T00:00:01"
(last-active > "2006-02-01T00:00:01") or started >= "2006-01-31"
(last-active > "2006-02-01T00:00:01") or started >= "2006-01"
(last-active > "2006-02-01T00:00:01") or started >= "2006"
(last-active > "2006-02-01T00:00:01") or started like "2006-01-01T00:00:01"
(last-active > "2006-02-01T00:00:01") or started like "2006-01-31"
(last-active > "2006-02-01T00:00:01") or started like "2006-01"
(last-active > "2006-02-01T00:00:01") or started like "2006"
(last-active > "2006-02-01T00:00:01") or started in ("2006-01-01T00:00:01")
(last-active > "2006-02-01T00:00:01") or started in ("2006-01-31","2006-01")
(last-active > "2006-02-01T00:00:01") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active > "2006-02-21") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active > "2006-02-21") or $author = "yuriy"
(last-active > "2006-02-21") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active > "2006-02-21") or $author < "yuriy"
(last-active > "2006-02-21") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active > "2006-02-21") or $author <= "yuriy"
(last-active > "2006-02-21") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active > "2006-02-21") or $author > "yuriy"
(last-active > "2006-02-21") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active > "2006-02-21") or $author >= "yuriy"
(last-active > "2006-02-21") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active > "2006-02-21") or $author like "yuriy"
(last-active > "2006-02-21") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active > "2006-02-21") or $author in ("yuriy")
(last-active > "2006-02-21") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active > "2006-02-21") or $author in ("yuriy","kostya","nazar","orest")
(last-active > "2006-02-21") or pid = "HelloWorld"
(last-active > "2006-02-21") or pid < "HelloWorld"
(last-active > "2006-02-21") or pid <= "HelloWorld"
(last-active > "2006-02-21") or pid > "HelloWorld"
(last-active > "2006-02-21") or pid >= "HelloWorld"
(last-active > "2006-02-21") or pid like "HelloWorld"
(last-active > "2006-02-21") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active > "2006-02-21") or pid in ("Hello*","Hello*World")
(last-active > "2006-02-21") or pid in ("Hello*World")
(last-active > "2006-02-21") or iid = "2006"
(last-active > "2006-02-21") or iid < "2006"
(last-active > "2006-02-21") or iid <= "2006"
(last-active > "2006-02-21") or iid > "2006"
(last-active > "2006-02-21") or iid >= "2006"
(last-active > "2006-02-21") or iid in ("2006")
(last-active > "2006-02-21") or iid in ("2006","20061231")
(last-active > "2006-02-21") or status = "active"
(last-active > "2006-02-21") or status = "suspended"
(last-active > "2006-02-21") or status = "error"
(last-active > "2006-02-21") or status = "completed"
(last-active > "2006-02-21") or status = "terminated"
(last-active > "2006-02-21") or status = "faulted"
(last-active > "2006-02-21") or status in ("active","suspended")
(last-active > "2006-02-21") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active > "2006-02-21") or started = "2006-01-01T00:00:01"
(last-active > "2006-02-21") or started = "2006-01-31"
(last-active > "2006-02-21") or started = "2006-01"
(last-active > "2006-02-21") or started = "2006"
(last-active > "2006-02-21") or started < "2006-01-01T00:00:01"
(last-active > "2006-02-21") or started < "2006-01-31"
(last-active > "2006-02-21") or started < "2006-01"
(last-active > "2006-02-21") or started < "2006"
(last-active > "2006-02-21") or started <= "2006-01-01T00:00:01"
(last-active > "2006-02-21") or started <= "2006-01-31"
(last-active > "2006-02-21") or started <= "2006-01"
(last-active > "2006-02-21") or started <= "2006"
(last-active > "2006-02-21") or started > "2006-01-01T00:00:01"
(last-active > "2006-02-21") or started > "2006-01-31"
(last-active > "2006-02-21") or started > "2006-01"
(last-active > "2006-02-21") or started > "2006"
(last-active > "2006-02-21") or started >= "2006-01-01T00:00:01"
(last-active > "2006-02-21") or started >= "2006-01-31"
(last-active > "2006-02-21") or started >= "2006-01"
(last-active > "2006-02-21") or started >= "2006"
(last-active > "2006-02-21") or started like "2006-01-01T00:00:01"
(last-active > "2006-02-21") or started like "2006-01-31"
(last-active > "2006-02-21") or started like "2006-01"
(last-active > "2006-02-21") or started like "2006"
(last-active > "2006-02-21") or started in ("2006-01-01T00:00:01")
(last-active > "2006-02-21") or started in ("2006-01-31","2006-01")
(last-active > "2006-02-21") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active > "2006-02") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active > "2006-02") or $author = "yuriy"
(last-active > "2006-02") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active > "2006-02") or $author < "yuriy"
(last-active > "2006-02") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active > "2006-02") or $author <= "yuriy"
(last-active > "2006-02") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active > "2006-02") or $author > "yuriy"
(last-active > "2006-02") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active > "2006-02") or $author >= "yuriy"
(last-active > "2006-02") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active > "2006-02") or $author like "yuriy"
(last-active > "2006-02") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active > "2006-02") or $author in ("yuriy")
(last-active > "2006-02") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active > "2006-02") or $author in ("yuriy","kostya","nazar","orest")
(last-active > "2006-02") or pid = "HelloWorld"
(last-active > "2006-02") or pid < "HelloWorld"
(last-active > "2006-02") or pid <= "HelloWorld"
(last-active > "2006-02") or pid > "HelloWorld"
(last-active > "2006-02") or pid >= "HelloWorld"
(last-active > "2006-02") or pid like "HelloWorld"
(last-active > "2006-02") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active > "2006-02") or pid in ("Hello*","Hello*World")
(last-active > "2006-02") or pid in ("Hello*World")
(last-active > "2006-02") or iid = "2006"
(last-active > "2006-02") or iid < "2006"
(last-active > "2006-02") or iid <= "2006"
(last-active > "2006-02") or iid > "2006"
(last-active > "2006-02") or iid >= "2006"
(last-active > "2006-02") or iid in ("2006")
(last-active > "2006-02") or iid in ("2006","20061231")
(last-active > "2006-02") or status = "active"
(last-active > "2006-02") or status = "suspended"
(last-active > "2006-02") or status = "error"
(last-active > "2006-02") or status = "completed"
(last-active > "2006-02") or status = "terminated"
(last-active > "2006-02") or status = "faulted"
(last-active > "2006-02") or status in ("active","suspended")
(last-active > "2006-02") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active > "2006-02") or started = "2006-01-01T00:00:01"
(last-active > "2006-02") or started = "2006-01-31"
(last-active > "2006-02") or started = "2006-01"
(last-active > "2006-02") or started = "2006"
(last-active > "2006-02") or started < "2006-01-01T00:00:01"
(last-active > "2006-02") or started < "2006-01-31"
(last-active > "2006-02") or started < "2006-01"
(last-active > "2006-02") or started < "2006"
(last-active > "2006-02") or started <= "2006-01-01T00:00:01"
(last-active > "2006-02") or started <= "2006-01-31"
(last-active > "2006-02") or started <= "2006-01"
(last-active > "2006-02") or started <= "2006"
(last-active > "2006-02") or started > "2006-01-01T00:00:01"
(last-active > "2006-02") or started > "2006-01-31"
(last-active > "2006-02") or started > "2006-01"
(last-active > "2006-02") or started > "2006"
(last-active > "2006-02") or started >= "2006-01-01T00:00:01"
(last-active > "2006-02") or started >= "2006-01-31"
(last-active > "2006-02") or started >= "2006-01"
(last-active > "2006-02") or started >= "2006"
(last-active > "2006-02") or started like "2006-01-01T00:00:01"
(last-active > "2006-02") or started like "2006-01-31"
(last-active > "2006-02") or started like "2006-01"
(last-active > "2006-02") or started like "2006"
(last-active > "2006-02") or started in ("2006-01-01T00:00:01")
(last-active > "2006-02") or started in ("2006-01-31","2006-01")
(last-active > "2006-02") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active > "2006") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active > "2006") or $author = "yuriy"
(last-active > "2006") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active > "2006") or $author < "yuriy"
(last-active > "2006") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active > "2006") or $author <= "yuriy"
(last-active > "2006") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active > "2006") or $author > "yuriy"
(last-active > "2006") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active > "2006") or $author >= "yuriy"
(last-active > "2006") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active > "2006") or $author like "yuriy"
(last-active > "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active > "2006") or $author in ("yuriy")
(last-active > "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active > "2006") or $author in ("yuriy","kostya","nazar","orest")
(last-active > "2006") or pid = "HelloWorld"
(last-active > "2006") or pid < "HelloWorld"
(last-active > "2006") or pid <= "HelloWorld"
(last-active > "2006") or pid > "HelloWorld"
(last-active > "2006") or pid >= "HelloWorld"
(last-active > "2006") or pid like "HelloWorld"
(last-active > "2006") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active > "2006") or pid in ("Hello*","Hello*World")
(last-active > "2006") or pid in ("Hello*World")
(last-active > "2006") or iid = "2006"
(last-active > "2006") or iid < "2006"
(last-active > "2006") or iid <= "2006"
(last-active > "2006") or iid > "2006"
(last-active > "2006") or iid >= "2006"
(last-active > "2006") or iid in ("2006")
(last-active > "2006") or iid in ("2006","20061231")
(last-active > "2006") or status = "active"
(last-active > "2006") or status = "suspended"
(last-active > "2006") or status = "error"
(last-active > "2006") or status = "completed"
(last-active > "2006") or status = "terminated"
(last-active > "2006") or status = "faulted"
(last-active > "2006") or status in ("active","suspended")
(last-active > "2006") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active > "2006") or started = "2006-01-01T00:00:01"
(last-active > "2006") or started = "2006-01-31"
(last-active > "2006") or started = "2006-01"
(last-active > "2006") or started = "2006"
(last-active > "2006") or started < "2006-01-01T00:00:01"
(last-active > "2006") or started < "2006-01-31"
(last-active > "2006") or started < "2006-01"
(last-active > "2006") or started < "2006"
(last-active > "2006") or started <= "2006-01-01T00:00:01"
(last-active > "2006") or started <= "2006-01-31"
(last-active > "2006") or started <= "2006-01"
(last-active > "2006") or started <= "2006"
(last-active > "2006") or started > "2006-01-01T00:00:01"
(last-active > "2006") or started > "2006-01-31"
(last-active > "2006") or started > "2006-01"
(last-active > "2006") or started > "2006"
(last-active > "2006") or started >= "2006-01-01T00:00:01"
(last-active > "2006") or started >= "2006-01-31"
(last-active > "2006") or started >= "2006-01"
(last-active > "2006") or started >= "2006"
(last-active > "2006") or started like "2006-01-01T00:00:01"
(last-active > "2006") or started like "2006-01-31"
(last-active > "2006") or started like "2006-01"
(last-active > "2006") or started like "2006"
(last-active > "2006") or started in ("2006-01-01T00:00:01")
(last-active > "2006") or started in ("2006-01-31","2006-01")
(last-active > "2006") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active >= "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active >= "2006-02-01T00:00:01") or $author = "yuriy"
(last-active >= "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active >= "2006-02-01T00:00:01") or $author < "yuriy"
(last-active >= "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active >= "2006-02-01T00:00:01") or $author <= "yuriy"
(last-active >= "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active >= "2006-02-01T00:00:01") or $author > "yuriy"
(last-active >= "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active >= "2006-02-01T00:00:01") or $author >= "yuriy"
(last-active >= "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active >= "2006-02-01T00:00:01") or $author like "yuriy"
(last-active >= "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active >= "2006-02-01T00:00:01") or $author in ("yuriy")
(last-active >= "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active >= "2006-02-01T00:00:01") or $author in ("yuriy","kostya","nazar","orest")
(last-active >= "2006-02-01T00:00:01") or pid = "HelloWorld"
(last-active >= "2006-02-01T00:00:01") or pid < "HelloWorld"
(last-active >= "2006-02-01T00:00:01") or pid <= "HelloWorld"
(last-active >= "2006-02-01T00:00:01") or pid > "HelloWorld"
(last-active >= "2006-02-01T00:00:01") or pid >= "HelloWorld"
(last-active >= "2006-02-01T00:00:01") or pid like "HelloWorld"
(last-active >= "2006-02-01T00:00:01") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active >= "2006-02-01T00:00:01") or pid in ("Hello*","Hello*World")
(last-active >= "2006-02-01T00:00:01") or pid in ("Hello*World")
(last-active >= "2006-02-01T00:00:01") or iid = "2006"
(last-active >= "2006-02-01T00:00:01") or iid < "2006"
(last-active >= "2006-02-01T00:00:01") or iid <= "2006"
(last-active >= "2006-02-01T00:00:01") or iid > "2006"
(last-active >= "2006-02-01T00:00:01") or iid >= "2006"
(last-active >= "2006-02-01T00:00:01") or iid in ("2006")
(last-active >= "2006-02-01T00:00:01") or iid in ("2006","20061231")
(last-active >= "2006-02-01T00:00:01") or status = "active"
(last-active >= "2006-02-01T00:00:01") or status = "suspended"
(last-active >= "2006-02-01T00:00:01") or status = "error"
(last-active >= "2006-02-01T00:00:01") or status = "completed"
(last-active >= "2006-02-01T00:00:01") or status = "terminated"
(last-active >= "2006-02-01T00:00:01") or status = "faulted"
(last-active >= "2006-02-01T00:00:01") or status in ("active","suspended")
(last-active >= "2006-02-01T00:00:01") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active >= "2006-02-01T00:00:01") or started = "2006-01-01T00:00:01"
(last-active >= "2006-02-01T00:00:01") or started = "2006-01-31"
(last-active >= "2006-02-01T00:00:01") or started = "2006-01"
(last-active >= "2006-02-01T00:00:01") or started = "2006"
(last-active >= "2006-02-01T00:00:01") or started < "2006-01-01T00:00:01"
(last-active >= "2006-02-01T00:00:01") or started < "2006-01-31"
(last-active >= "2006-02-01T00:00:01") or started < "2006-01"
(last-active >= "2006-02-01T00:00:01") or started < "2006"
(last-active >= "2006-02-01T00:00:01") or started <= "2006-01-01T00:00:01"
(last-active >= "2006-02-01T00:00:01") or started <= "2006-01-31"
(last-active >= "2006-02-01T00:00:01") or started <= "2006-01"
(last-active >= "2006-02-01T00:00:01") or started <= "2006"
(last-active >= "2006-02-01T00:00:01") or started > "2006-01-01T00:00:01"
(last-active >= "2006-02-01T00:00:01") or started > "2006-01-31"
(last-active >= "2006-02-01T00:00:01") or started > "2006-01"
(last-active >= "2006-02-01T00:00:01") or started > "2006"
(last-active >= "2006-02-01T00:00:01") or started >= "2006-01-01T00:00:01"
(last-active >= "2006-02-01T00:00:01") or started >= "2006-01-31"
(last-active >= "2006-02-01T00:00:01") or started >= "2006-01"
(last-active >= "2006-02-01T00:00:01") or started >= "2006"
(last-active >= "2006-02-01T00:00:01") or started like "2006-01-01T00:00:01"
(last-active >= "2006-02-01T00:00:01") or started like "2006-01-31"
(last-active >= "2006-02-01T00:00:01") or started like "2006-01"
(last-active >= "2006-02-01T00:00:01") or started like "2006"
(last-active >= "2006-02-01T00:00:01") or started in ("2006-01-01T00:00:01")
(last-active >= "2006-02-01T00:00:01") or started in ("2006-01-31","2006-01")
(last-active >= "2006-02-01T00:00:01") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active >= "2006-02-21") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active >= "2006-02-21") or $author = "yuriy"
(last-active >= "2006-02-21") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active >= "2006-02-21") or $author < "yuriy"
(last-active >= "2006-02-21") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active >= "2006-02-21") or $author <= "yuriy"
(last-active >= "2006-02-21") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active >= "2006-02-21") or $author > "yuriy"
(last-active >= "2006-02-21") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active >= "2006-02-21") or $author >= "yuriy"
(last-active >= "2006-02-21") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active >= "2006-02-21") or $author like "yuriy"
(last-active >= "2006-02-21") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active >= "2006-02-21") or $author in ("yuriy")
(last-active >= "2006-02-21") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active >= "2006-02-21") or $author in ("yuriy","kostya","nazar","orest")
(last-active >= "2006-02-21") or pid = "HelloWorld"
(last-active >= "2006-02-21") or pid < "HelloWorld"
(last-active >= "2006-02-21") or pid <= "HelloWorld"
(last-active >= "2006-02-21") or pid > "HelloWorld"
(last-active >= "2006-02-21") or pid >= "HelloWorld"
(last-active >= "2006-02-21") or pid like "HelloWorld"
(last-active >= "2006-02-21") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active >= "2006-02-21") or pid in ("Hello*","Hello*World")
(last-active >= "2006-02-21") or pid in ("Hello*World")
(last-active >= "2006-02-21") or iid = "2006"
(last-active >= "2006-02-21") or iid < "2006"
(last-active >= "2006-02-21") or iid <= "2006"
(last-active >= "2006-02-21") or iid > "2006"
(last-active >= "2006-02-21") or iid >= "2006"
(last-active >= "2006-02-21") or iid in ("2006")
(last-active >= "2006-02-21") or iid in ("2006","20061231")
(last-active >= "2006-02-21") or status = "active"
(last-active >= "2006-02-21") or status = "suspended"
(last-active >= "2006-02-21") or status = "error"
(last-active >= "2006-02-21") or status = "completed"
(last-active >= "2006-02-21") or status = "terminated"
(last-active >= "2006-02-21") or status = "faulted"
(last-active >= "2006-02-21") or status in ("active","suspended")
(last-active >= "2006-02-21") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active >= "2006-02-21") or started = "2006-01-01T00:00:01"
(last-active >= "2006-02-21") or started = "2006-01-31"
(last-active >= "2006-02-21") or started = "2006-01"
(last-active >= "2006-02-21") or started = "2006"
(last-active >= "2006-02-21") or started < "2006-01-01T00:00:01"
(last-active >= "2006-02-21") or started < "2006-01-31"
(last-active >= "2006-02-21") or started < "2006-01"
(last-active >= "2006-02-21") or started < "2006"
(last-active >= "2006-02-21") or started <= "2006-01-01T00:00:01"
(last-active >= "2006-02-21") or started <= "2006-01-31"
(last-active >= "2006-02-21") or started <= "2006-01"
(last-active >= "2006-02-21") or started <= "2006"
(last-active >= "2006-02-21") or started > "2006-01-01T00:00:01"
(last-active >= "2006-02-21") or started > "2006-01-31"
(last-active >= "2006-02-21") or started > "2006-01"
(last-active >= "2006-02-21") or started > "2006"
(last-active >= "2006-02-21") or started >= "2006-01-01T00:00:01"
(last-active >= "2006-02-21") or started >= "2006-01-31"
(last-active >= "2006-02-21") or started >= "2006-01"
(last-active >= "2006-02-21") or started >= "2006"
(last-active >= "2006-02-21") or started like "2006-01-01T00:00:01"
(last-active >= "2006-02-21") or started like "2006-01-31"
(last-active >= "2006-02-21") or started like "2006-01"
(last-active >= "2006-02-21") or started like "2006"
(last-active >= "2006-02-21") or started in ("2006-01-01T00:00:01")
(last-active >= "2006-02-21") or started in ("2006-01-31","2006-01")
(last-active >= "2006-02-21") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active >= "2006-02") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active >= "2006-02") or $author = "yuriy"
(last-active >= "2006-02") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active >= "2006-02") or $author < "yuriy"
(last-active >= "2006-02") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active >= "2006-02") or $author <= "yuriy"
(last-active >= "2006-02") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active >= "2006-02") or $author > "yuriy"
(last-active >= "2006-02") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active >= "2006-02") or $author >= "yuriy"
(last-active >= "2006-02") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active >= "2006-02") or $author like "yuriy"
(last-active >= "2006-02") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active >= "2006-02") or $author in ("yuriy")
(last-active >= "2006-02") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active >= "2006-02") or $author in ("yuriy","kostya","nazar","orest")
(last-active >= "2006-02") or pid = "HelloWorld"
(last-active >= "2006-02") or pid < "HelloWorld"
(last-active >= "2006-02") or pid <= "HelloWorld"
(last-active >= "2006-02") or pid > "HelloWorld"
(last-active >= "2006-02") or pid >= "HelloWorld"
(last-active >= "2006-02") or pid like "HelloWorld"
(last-active >= "2006-02") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active >= "2006-02") or pid in ("Hello*","Hello*World")
(last-active >= "2006-02") or pid in ("Hello*World")
(last-active >= "2006-02") or iid = "2006"
(last-active >= "2006-02") or iid < "2006"
(last-active >= "2006-02") or iid <= "2006"
(last-active >= "2006-02") or iid > "2006"
(last-active >= "2006-02") or iid >= "2006"
(last-active >= "2006-02") or iid in ("2006")
(last-active >= "2006-02") or iid in ("2006","20061231")
(last-active >= "2006-02") or status = "active"
(last-active >= "2006-02") or status = "suspended"
(last-active >= "2006-02") or status = "error"
(last-active >= "2006-02") or status = "completed"
(last-active >= "2006-02") or status = "terminated"
(last-active >= "2006-02") or status = "faulted"
(last-active >= "2006-02") or status in ("active","suspended")
(last-active >= "2006-02") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active >= "2006-02") or started = "2006-01-01T00:00:01"
(last-active >= "2006-02") or started = "2006-01-31"
(last-active >= "2006-02") or started = "2006-01"
(last-active >= "2006-02") or started = "2006"
(last-active >= "2006-02") or started < "2006-01-01T00:00:01"
(last-active >= "2006-02") or started < "2006-01-31"
(last-active >= "2006-02") or started < "2006-01"
(last-active >= "2006-02") or started < "2006"
(last-active >= "2006-02") or started <= "2006-01-01T00:00:01"
(last-active >= "2006-02") or started <= "2006-01-31"
(last-active >= "2006-02") or started <= "2006-01"
(last-active >= "2006-02") or started <= "2006"
(last-active >= "2006-02") or started > "2006-01-01T00:00:01"
(last-active >= "2006-02") or started > "2006-01-31"
(last-active >= "2006-02") or started > "2006-01"
(last-active >= "2006-02") or started > "2006"
(last-active >= "2006-02") or started >= "2006-01-01T00:00:01"
(last-active >= "2006-02") or started >= "2006-01-31"
(last-active >= "2006-02") or started >= "2006-01"
(last-active >= "2006-02") or started >= "2006"
(last-active >= "2006-02") or started like "2006-01-01T00:00:01"
(last-active >= "2006-02") or started like "2006-01-31"
(last-active >= "2006-02") or started like "2006-01"
(last-active >= "2006-02") or started like "2006"
(last-active >= "2006-02") or started in ("2006-01-01T00:00:01")
(last-active >= "2006-02") or started in ("2006-01-31","2006-01")
(last-active >= "2006-02") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active >= "2006") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active >= "2006") or $author = "yuriy"
(last-active >= "2006") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active >= "2006") or $author < "yuriy"
(last-active >= "2006") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active >= "2006") or $author <= "yuriy"
(last-active >= "2006") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active >= "2006") or $author > "yuriy"
(last-active >= "2006") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active >= "2006") or $author >= "yuriy"
(last-active >= "2006") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active >= "2006") or $author like "yuriy"
(last-active >= "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active >= "2006") or $author in ("yuriy")
(last-active >= "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active >= "2006") or $author in ("yuriy","kostya","nazar","orest")
(last-active >= "2006") or pid = "HelloWorld"
(last-active >= "2006") or pid < "HelloWorld"
(last-active >= "2006") or pid <= "HelloWorld"
(last-active >= "2006") or pid > "HelloWorld"
(last-active >= "2006") or pid >= "HelloWorld"
(last-active >= "2006") or pid like "HelloWorld"
(last-active >= "2006") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active >= "2006") or pid in ("Hello*","Hello*World")
(last-active >= "2006") or pid in ("Hello*World")
(last-active >= "2006") or iid = "2006"
(last-active >= "2006") or iid < "2006"
(last-active >= "2006") or iid <= "2006"
(last-active >= "2006") or iid > "2006"
(last-active >= "2006") or iid >= "2006"
(last-active >= "2006") or iid in ("2006")
(last-active >= "2006") or iid in ("2006","20061231")
(last-active >= "2006") or status = "active"
(last-active >= "2006") or status = "suspended"
(last-active >= "2006") or status = "error"
(last-active >= "2006") or status = "completed"
(last-active >= "2006") or status = "terminated"
(last-active >= "2006") or status = "faulted"
(last-active >= "2006") or status in ("active","suspended")
(last-active >= "2006") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active >= "2006") or started = "2006-01-01T00:00:01"
(last-active >= "2006") or started = "2006-01-31"
(last-active >= "2006") or started = "2006-01"
(last-active >= "2006") or started = "2006"
(last-active >= "2006") or started < "2006-01-01T00:00:01"
(last-active >= "2006") or started < "2006-01-31"
(last-active >= "2006") or started < "2006-01"
(last-active >= "2006") or started < "2006"
(last-active >= "2006") or started <= "2006-01-01T00:00:01"
(last-active >= "2006") or started <= "2006-01-31"
(last-active >= "2006") or started <= "2006-01"
(last-active >= "2006") or started <= "2006"
(last-active >= "2006") or started > "2006-01-01T00:00:01"
(last-active >= "2006") or started > "2006-01-31"
(last-active >= "2006") or started > "2006-01"
(last-active >= "2006") or started > "2006"
(last-active >= "2006") or started >= "2006-01-01T00:00:01"
(last-active >= "2006") or started >= "2006-01-31"
(last-active >= "2006") or started >= "2006-01"
(last-active >= "2006") or started >= "2006"
(last-active >= "2006") or started like "2006-01-01T00:00:01"
(last-active >= "2006") or started like "2006-01-31"
(last-active >= "2006") or started like "2006-01"
(last-active >= "2006") or started like "2006"
(last-active >= "2006") or started in ("2006-01-01T00:00:01")
(last-active >= "2006") or started in ("2006-01-31","2006-01")
(last-active >= "2006") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active like "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active like "2006-02-01T00:00:01") or $author = "yuriy"
(last-active like "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active like "2006-02-01T00:00:01") or $author < "yuriy"
(last-active like "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active like "2006-02-01T00:00:01") or $author <= "yuriy"
(last-active like "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active like "2006-02-01T00:00:01") or $author > "yuriy"
(last-active like "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active like "2006-02-01T00:00:01") or $author >= "yuriy"
(last-active like "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active like "2006-02-01T00:00:01") or $author like "yuriy"
(last-active like "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active like "2006-02-01T00:00:01") or $author in ("yuriy")
(last-active like "2006-02-01T00:00:01") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active like "2006-02-01T00:00:01") or $author in ("yuriy","kostya","nazar","orest")
(last-active like "2006-02-01T00:00:01") or pid = "HelloWorld"
(last-active like "2006-02-01T00:00:01") or pid < "HelloWorld"
(last-active like "2006-02-01T00:00:01") or pid <= "HelloWorld"
(last-active like "2006-02-01T00:00:01") or pid > "HelloWorld"
(last-active like "2006-02-01T00:00:01") or pid >= "HelloWorld"
(last-active like "2006-02-01T00:00:01") or pid like "HelloWorld"
(last-active like "2006-02-01T00:00:01") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active like "2006-02-01T00:00:01") or pid in ("Hello*","Hello*World")
(last-active like "2006-02-01T00:00:01") or pid in ("Hello*World")
(last-active like "2006-02-01T00:00:01") or iid = "2006"
(last-active like "2006-02-01T00:00:01") or iid < "2006"
(last-active like "2006-02-01T00:00:01") or iid <= "2006"
(last-active like "2006-02-01T00:00:01") or iid > "2006"
(last-active like "2006-02-01T00:00:01") or iid >= "2006"
(last-active like "2006-02-01T00:00:01") or iid in ("2006")
(last-active like "2006-02-01T00:00:01") or iid in ("2006","20061231")
(last-active like "2006-02-01T00:00:01") or status = "active"
(last-active like "2006-02-01T00:00:01") or status = "suspended"
(last-active like "2006-02-01T00:00:01") or status = "error"
(last-active like "2006-02-01T00:00:01") or status = "completed"
(last-active like "2006-02-01T00:00:01") or status = "terminated"
(last-active like "2006-02-01T00:00:01") or status = "faulted"
(last-active like "2006-02-01T00:00:01") or status in ("active","suspended")
(last-active like "2006-02-01T00:00:01") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active like "2006-02-01T00:00:01") or started = "2006-01-01T00:00:01"
(last-active like "2006-02-01T00:00:01") or started = "2006-01-31"
(last-active like "2006-02-01T00:00:01") or started = "2006-01"
(last-active like "2006-02-01T00:00:01") or started = "2006"
(last-active like "2006-02-01T00:00:01") or started < "2006-01-01T00:00:01"
(last-active like "2006-02-01T00:00:01") or started < "2006-01-31"
(last-active like "2006-02-01T00:00:01") or started < "2006-01"
(last-active like "2006-02-01T00:00:01") or started < "2006"
(last-active like "2006-02-01T00:00:01") or started <= "2006-01-01T00:00:01"
(last-active like "2006-02-01T00:00:01") or started <= "2006-01-31"
(last-active like "2006-02-01T00:00:01") or started <= "2006-01"
(last-active like "2006-02-01T00:00:01") or started <= "2006"
(last-active like "2006-02-01T00:00:01") or started > "2006-01-01T00:00:01"
(last-active like "2006-02-01T00:00:01") or started > "2006-01-31"
(last-active like "2006-02-01T00:00:01") or started > "2006-01"
(last-active like "2006-02-01T00:00:01") or started > "2006"
(last-active like "2006-02-01T00:00:01") or started >= "2006-01-01T00:00:01"
(last-active like "2006-02-01T00:00:01") or started >= "2006-01-31"
(last-active like "2006-02-01T00:00:01") or started >= "2006-01"
(last-active like "2006-02-01T00:00:01") or started >= "2006"
(last-active like "2006-02-01T00:00:01") or started like "2006-01-01T00:00:01"
(last-active like "2006-02-01T00:00:01") or started like "2006-01-31"
(last-active like "2006-02-01T00:00:01") or started like "2006-01"
(last-active like "2006-02-01T00:00:01") or started like "2006"
(last-active like "2006-02-01T00:00:01") or started in ("2006-01-01T00:00:01")
(last-active like "2006-02-01T00:00:01") or started in ("2006-01-31","2006-01")
(last-active like "2006-02-01T00:00:01") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active like "2006-02-21") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active like "2006-02-21") or $author = "yuriy"
(last-active like "2006-02-21") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active like "2006-02-21") or $author < "yuriy"
(last-active like "2006-02-21") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active like "2006-02-21") or $author <= "yuriy"
(last-active like "2006-02-21") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active like "2006-02-21") or $author > "yuriy"
(last-active like "2006-02-21") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active like "2006-02-21") or $author >= "yuriy"
(last-active like "2006-02-21") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active like "2006-02-21") or $author like "yuriy"
(last-active like "2006-02-21") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active like "2006-02-21") or $author in ("yuriy")
(last-active like "2006-02-21") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active like "2006-02-21") or $author in ("yuriy","kostya","nazar","orest")
(last-active like "2006-02-21") or pid = "HelloWorld"
(last-active like "2006-02-21") or pid < "HelloWorld"
(last-active like "2006-02-21") or pid <= "HelloWorld"
(last-active like "2006-02-21") or pid > "HelloWorld"
(last-active like "2006-02-21") or pid >= "HelloWorld"
(last-active like "2006-02-21") or pid like "HelloWorld"
(last-active like "2006-02-21") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active like "2006-02-21") or pid in ("Hello*","Hello*World")
(last-active like "2006-02-21") or pid in ("Hello*World")
(last-active like "2006-02-21") or iid = "2006"
(last-active like "2006-02-21") or iid < "2006"
(last-active like "2006-02-21") or iid <= "2006"
(last-active like "2006-02-21") or iid > "2006"
(last-active like "2006-02-21") or iid >= "2006"
(last-active like "2006-02-21") or iid in ("2006")
(last-active like "2006-02-21") or iid in ("2006","20061231")
(last-active like "2006-02-21") or status = "active"
(last-active like "2006-02-21") or status = "suspended"
(last-active like "2006-02-21") or status = "error"
(last-active like "2006-02-21") or status = "completed"
(last-active like "2006-02-21") or status = "terminated"
(last-active like "2006-02-21") or status = "faulted"
(last-active like "2006-02-21") or status in ("active","suspended")
(last-active like "2006-02-21") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active like "2006-02-21") or started = "2006-01-01T00:00:01"
(last-active like "2006-02-21") or started = "2006-01-31"
(last-active like "2006-02-21") or started = "2006-01"
(last-active like "2006-02-21") or started = "2006"
(last-active like "2006-02-21") or started < "2006-01-01T00:00:01"
(last-active like "2006-02-21") or started < "2006-01-31"
(last-active like "2006-02-21") or started < "2006-01"
(last-active like "2006-02-21") or started < "2006"
(last-active like "2006-02-21") or started <= "2006-01-01T00:00:01"
(last-active like "2006-02-21") or started <= "2006-01-31"
(last-active like "2006-02-21") or started <= "2006-01"
(last-active like "2006-02-21") or started <= "2006"
(last-active like "2006-02-21") or started > "2006-01-01T00:00:01"
(last-active like "2006-02-21") or started > "2006-01-31"
(last-active like "2006-02-21") or started > "2006-01"
(last-active like "2006-02-21") or started > "2006"
(last-active like "2006-02-21") or started >= "2006-01-01T00:00:01"
(last-active like "2006-02-21") or started >= "2006-01-31"
(last-active like "2006-02-21") or started >= "2006-01"
(last-active like "2006-02-21") or started >= "2006"
(last-active like "2006-02-21") or started like "2006-01-01T00:00:01"
(last-active like "2006-02-21") or started like "2006-01-31"
(last-active like "2006-02-21") or started like "2006-01"
(last-active like "2006-02-21") or started like "2006"
(last-active like "2006-02-21") or started in ("2006-01-01T00:00:01")
(last-active like "2006-02-21") or started in ("2006-01-31","2006-01")
(last-active like "2006-02-21") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active like "2006-02") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active like "2006-02") or $author = "yuriy"
(last-active like "2006-02") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active like "2006-02") or $author < "yuriy"
(last-active like "2006-02") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active like "2006-02") or $author <= "yuriy"
(last-active like "2006-02") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active like "2006-02") or $author > "yuriy"
(last-active like "2006-02") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active like "2006-02") or $author >= "yuriy"
(last-active like "2006-02") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active like "2006-02") or $author like "yuriy"
(last-active like "2006-02") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active like "2006-02") or $author in ("yuriy")
(last-active like "2006-02") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active like "2006-02") or $author in ("yuriy","kostya","nazar","orest")
(last-active like "2006-02") or pid = "HelloWorld"
(last-active like "2006-02") or pid < "HelloWorld"
(last-active like "2006-02") or pid <= "HelloWorld"
(last-active like "2006-02") or pid > "HelloWorld"
(last-active like "2006-02") or pid >= "HelloWorld"
(last-active like "2006-02") or pid like "HelloWorld"
(last-active like "2006-02") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active like "2006-02") or pid in ("Hello*","Hello*World")
(last-active like "2006-02") or pid in ("Hello*World")
(last-active like "2006-02") or iid = "2006"
(last-active like "2006-02") or iid < "2006"
(last-active like "2006-02") or iid <= "2006"
(last-active like "2006-02") or iid > "2006"
(last-active like "2006-02") or iid >= "2006"
(last-active like "2006-02") or iid in ("2006")
(last-active like "2006-02") or iid in ("2006","20061231")
(last-active like "2006-02") or status = "active"
(last-active like "2006-02") or status = "suspended"
(last-active like "2006-02") or status = "error"
(last-active like "2006-02") or status = "completed"
(last-active like "2006-02") or status = "terminated"
(last-active like "2006-02") or status = "faulted"
(last-active like "2006-02") or status in ("active","suspended")
(last-active like "2006-02") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active like "2006-02") or started = "2006-01-01T00:00:01"
(last-active like "2006-02") or started = "2006-01-31"
(last-active like "2006-02") or started = "2006-01"
(last-active like "2006-02") or started = "2006"
(last-active like "2006-02") or started < "2006-01-01T00:00:01"
(last-active like "2006-02") or started < "2006-01-31"
(last-active like "2006-02") or started < "2006-01"
(last-active like "2006-02") or started < "2006"
(last-active like "2006-02") or started <= "2006-01-01T00:00:01"
(last-active like "2006-02") or started <= "2006-01-31"
(last-active like "2006-02") or started <= "2006-01"
(last-active like "2006-02") or started <= "2006"
(last-active like "2006-02") or started > "2006-01-01T00:00:01"
(last-active like "2006-02") or started > "2006-01-31"
(last-active like "2006-02") or started > "2006-01"
(last-active like "2006-02") or started > "2006"
(last-active like "2006-02") or started >= "2006-01-01T00:00:01"
(last-active like "2006-02") or started >= "2006-01-31"
(last-active like "2006-02") or started >= "2006-01"
(last-active like "2006-02") or started >= "2006"
(last-active like "2006-02") or started like "2006-01-01T00:00:01"
(last-active like "2006-02") or started like "2006-01-31"
(last-active like "2006-02") or started like "2006-01"
(last-active like "2006-02") or started like "2006"
(last-active like "2006-02") or started in ("2006-01-01T00:00:01")
(last-active like "2006-02") or started in ("2006-01-31","2006-01")
(last-active like "2006-02") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active like "2006") or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active like "2006") or $author = "yuriy"
(last-active like "2006") or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active like "2006") or $author < "yuriy"
(last-active like "2006") or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active like "2006") or $author <= "yuriy"
(last-active like "2006") or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active like "2006") or $author > "yuriy"
(last-active like "2006") or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active like "2006") or $author >= "yuriy"
(last-active like "2006") or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active like "2006") or $author like "yuriy"
(last-active like "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active like "2006") or $author in ("yuriy")
(last-active like "2006") or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active like "2006") or $author in ("yuriy","kostya","nazar","orest")
(last-active like "2006") or pid = "HelloWorld"
(last-active like "2006") or pid < "HelloWorld"
(last-active like "2006") or pid <= "HelloWorld"
(last-active like "2006") or pid > "HelloWorld"
(last-active like "2006") or pid >= "HelloWorld"
(last-active like "2006") or pid like "HelloWorld"
(last-active like "2006") or pid in ("HelloWorld","Hello*","Hello*World")
(last-active like "2006") or pid in ("Hello*","Hello*World")
(last-active like "2006") or pid in ("Hello*World")
(last-active like "2006") or iid = "2006"
(last-active like "2006") or iid < "2006"
(last-active like "2006") or iid <= "2006"
(last-active like "2006") or iid > "2006"
(last-active like "2006") or iid >= "2006"
(last-active like "2006") or iid in ("2006")
(last-active like "2006") or iid in ("2006","20061231")
(last-active like "2006") or status = "active"
(last-active like "2006") or status = "suspended"
(last-active like "2006") or status = "error"
(last-active like "2006") or status = "completed"
(last-active like "2006") or status = "terminated"
(last-active like "2006") or status = "faulted"
(last-active like "2006") or status in ("active","suspended")
(last-active like "2006") or status in ("active","suspended","error","completed","terminated","faulted")
(last-active like "2006") or started = "2006-01-01T00:00:01"
(last-active like "2006") or started = "2006-01-31"
(last-active like "2006") or started = "2006-01"
(last-active like "2006") or started = "2006"
(last-active like "2006") or started < "2006-01-01T00:00:01"
(last-active like "2006") or started < "2006-01-31"
(last-active like "2006") or started < "2006-01"
(last-active like "2006") or started < "2006"
(last-active like "2006") or started <= "2006-01-01T00:00:01"
(last-active like "2006") or started <= "2006-01-31"
(last-active like "2006") or started <= "2006-01"
(last-active like "2006") or started <= "2006"
(last-active like "2006") or started > "2006-01-01T00:00:01"
(last-active like "2006") or started > "2006-01-31"
(last-active like "2006") or started > "2006-01"
(last-active like "2006") or started > "2006"
(last-active like "2006") or started >= "2006-01-01T00:00:01"
(last-active like "2006") or started >= "2006-01-31"
(last-active like "2006") or started >= "2006-01"
(last-active like "2006") or started >= "2006"
(last-active like "2006") or started like "2006-01-01T00:00:01"
(last-active like "2006") or started like "2006-01-31"
(last-active like "2006") or started like "2006-01"
(last-active like "2006") or started like "2006"
(last-active like "2006") or started in ("2006-01-01T00:00:01")
(last-active like "2006") or started in ("2006-01-31","2006-01")
(last-active like "2006") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active in ("2006-02-01T00:00:01")) or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active in ("2006-02-01T00:00:01")) or $author = "yuriy"
(last-active in ("2006-02-01T00:00:01")) or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active in ("2006-02-01T00:00:01")) or $author < "yuriy"
(last-active in ("2006-02-01T00:00:01")) or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active in ("2006-02-01T00:00:01")) or $author <= "yuriy"
(last-active in ("2006-02-01T00:00:01")) or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active in ("2006-02-01T00:00:01")) or $author > "yuriy"
(last-active in ("2006-02-01T00:00:01")) or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active in ("2006-02-01T00:00:01")) or $author >= "yuriy"
(last-active in ("2006-02-01T00:00:01")) or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active in ("2006-02-01T00:00:01")) or $author like "yuriy"
(last-active in ("2006-02-01T00:00:01")) or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active in ("2006-02-01T00:00:01")) or $author in ("yuriy")
(last-active in ("2006-02-01T00:00:01")) or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active in ("2006-02-01T00:00:01")) or $author in ("yuriy","kostya","nazar","orest")
(last-active in ("2006-02-01T00:00:01")) or pid = "HelloWorld"
(last-active in ("2006-02-01T00:00:01")) or pid < "HelloWorld"
(last-active in ("2006-02-01T00:00:01")) or pid <= "HelloWorld"
(last-active in ("2006-02-01T00:00:01")) or pid > "HelloWorld"
(last-active in ("2006-02-01T00:00:01")) or pid >= "HelloWorld"
(last-active in ("2006-02-01T00:00:01")) or pid like "HelloWorld"
(last-active in ("2006-02-01T00:00:01")) or pid in ("HelloWorld","Hello*","Hello*World")
(last-active in ("2006-02-01T00:00:01")) or pid in ("Hello*","Hello*World")
(last-active in ("2006-02-01T00:00:01")) or pid in ("Hello*World")
(last-active in ("2006-02-01T00:00:01")) or iid = "2006"
(last-active in ("2006-02-01T00:00:01")) or iid < "2006"
(last-active in ("2006-02-01T00:00:01")) or iid <= "2006"
(last-active in ("2006-02-01T00:00:01")) or iid > "2006"
(last-active in ("2006-02-01T00:00:01")) or iid >= "2006"
(last-active in ("2006-02-01T00:00:01")) or iid in ("2006")
(last-active in ("2006-02-01T00:00:01")) or iid in ("2006","20061231")
(last-active in ("2006-02-01T00:00:01")) or status = "active"
(last-active in ("2006-02-01T00:00:01")) or status = "suspended"
(last-active in ("2006-02-01T00:00:01")) or status = "error"
(last-active in ("2006-02-01T00:00:01")) or status = "completed"
(last-active in ("2006-02-01T00:00:01")) or status = "terminated"
(last-active in ("2006-02-01T00:00:01")) or status = "faulted"
(last-active in ("2006-02-01T00:00:01")) or status in ("active","suspended")
(last-active in ("2006-02-01T00:00:01")) or status in ("active","suspended","error","completed","terminated","faulted")
(last-active in ("2006-02-01T00:00:01")) or started = "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01")) or started = "2006-01-31"
(last-active in ("2006-02-01T00:00:01")) or started = "2006-01"
(last-active in ("2006-02-01T00:00:01")) or started = "2006"
(last-active in ("2006-02-01T00:00:01")) or started < "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01")) or started < "2006-01-31"
(last-active in ("2006-02-01T00:00:01")) or started < "2006-01"
(last-active in ("2006-02-01T00:00:01")) or started < "2006"
(last-active in ("2006-02-01T00:00:01")) or started <= "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01")) or started <= "2006-01-31"
(last-active in ("2006-02-01T00:00:01")) or started <= "2006-01"
(last-active in ("2006-02-01T00:00:01")) or started <= "2006"
(last-active in ("2006-02-01T00:00:01")) or started > "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01")) or started > "2006-01-31"
(last-active in ("2006-02-01T00:00:01")) or started > "2006-01"
(last-active in ("2006-02-01T00:00:01")) or started > "2006"
(last-active in ("2006-02-01T00:00:01")) or started >= "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01")) or started >= "2006-01-31"
(last-active in ("2006-02-01T00:00:01")) or started >= "2006-01"
(last-active in ("2006-02-01T00:00:01")) or started >= "2006"
(last-active in ("2006-02-01T00:00:01")) or started like "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01")) or started like "2006-01-31"
(last-active in ("2006-02-01T00:00:01")) or started like "2006-01"
(last-active in ("2006-02-01T00:00:01")) or started like "2006"
(last-active in ("2006-02-01T00:00:01")) or started in ("2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01")) or started in ("2006-01-31","2006-01")
(last-active in ("2006-02-01T00:00:01")) or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or $author = "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or $author < "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or $author <= "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or $author > "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or $author >= "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or $author like "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or $author in ("yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or $author in ("yuriy","kostya","nazar","orest")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or pid = "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or pid < "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or pid <= "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or pid > "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or pid >= "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or pid like "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or pid in ("HelloWorld","Hello*","Hello*World")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or pid in ("Hello*","Hello*World")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or pid in ("Hello*World")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or iid = "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or iid < "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or iid <= "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or iid > "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or iid >= "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or iid in ("2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or iid in ("2006","20061231")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or status = "active"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or status = "suspended"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or status = "error"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or status = "completed"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or status = "terminated"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or status = "faulted"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or status in ("active","suspended")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or status in ("active","suspended","error","completed","terminated","faulted")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started = "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started = "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started = "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started = "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started < "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started < "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started < "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started < "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started <= "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started <= "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started <= "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started <= "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started > "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started > "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started > "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started > "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started >= "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started >= "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started >= "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started >= "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started like "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started like "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started like "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started like "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started in ("2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started in ("2006-01-31","2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or ${org.apache.ode.BPELProcess}author = "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or $author = "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or ${org.apache.ode.BPELProcess}author < "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or $author < "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or ${org.apache.ode.BPELProcess}author <= "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or $author <= "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or ${org.apache.ode.BPELProcess}author > "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or $author > "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or ${org.apache.ode.BPELProcess}author >= "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or $author >= "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or ${org.apache.ode.BPELProcess}author like "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or $author like "yuriy"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or ${org.apache.ode.BPELProcess}author in ("yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or $author in ("yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or ${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or $author in ("yuriy","kostya","nazar","orest")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or pid = "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or pid < "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or pid <= "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or pid > "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or pid >= "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or pid like "HelloWorld"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or pid in ("HelloWorld","Hello*","Hello*World")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or pid in ("Hello*","Hello*World")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or pid in ("Hello*World")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or iid = "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or iid < "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or iid <= "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or iid > "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or iid >= "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or iid in ("2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or iid in ("2006","20061231")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or status = "active"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or status = "suspended"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or status = "error"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or status = "completed"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or status = "terminated"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or status = "faulted"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or status in ("active","suspended")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or status in ("active","suspended","error","completed","terminated","faulted")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started = "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started = "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started = "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started = "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started < "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started < "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started < "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started < "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started <= "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started <= "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started <= "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started <= "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started > "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started > "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started > "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started > "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started >= "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started >= "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started >= "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started >= "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started like "2006-01-01T00:00:01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started like "2006-01-31"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started like "2006-01"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started like "2006"
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started in ("2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started in ("2006-01-31","2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
last-active = "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active = "2006-02-01T00:00:01" or ($author = "yuriy")
last-active = "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active = "2006-02-01T00:00:01" or ($author < "yuriy")
last-active = "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active = "2006-02-01T00:00:01" or ($author <= "yuriy")
last-active = "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active = "2006-02-01T00:00:01" or ($author > "yuriy")
last-active = "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active = "2006-02-01T00:00:01" or ($author >= "yuriy")
last-active = "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active = "2006-02-01T00:00:01" or ($author like "yuriy")
last-active = "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active = "2006-02-01T00:00:01" or ($author in ("yuriy"))
last-active = "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active = "2006-02-01T00:00:01" or ($author in ("yuriy","kostya","nazar","orest"))
last-active = "2006-02-01T00:00:01" or (pid = "HelloWorld")
last-active = "2006-02-01T00:00:01" or (pid < "HelloWorld")
last-active = "2006-02-01T00:00:01" or (pid <= "HelloWorld")
last-active = "2006-02-01T00:00:01" or (pid > "HelloWorld")
last-active = "2006-02-01T00:00:01" or (pid >= "HelloWorld")
last-active = "2006-02-01T00:00:01" or (pid like "HelloWorld")
last-active = "2006-02-01T00:00:01" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active = "2006-02-01T00:00:01" or (pid in ("Hello*","Hello*World"))
last-active = "2006-02-01T00:00:01" or (pid in ("Hello*World"))
last-active = "2006-02-01T00:00:01" or (iid = "2006")
last-active = "2006-02-01T00:00:01" or (iid < "2006")
last-active = "2006-02-01T00:00:01" or (iid <= "2006")
last-active = "2006-02-01T00:00:01" or (iid > "2006")
last-active = "2006-02-01T00:00:01" or (iid >= "2006")
last-active = "2006-02-01T00:00:01" or (iid in ("2006"))
last-active = "2006-02-01T00:00:01" or (iid in ("2006","20061231"))
last-active = "2006-02-01T00:00:01" or (status = "active")
last-active = "2006-02-01T00:00:01" or (status = "suspended")
last-active = "2006-02-01T00:00:01" or (status = "error")
last-active = "2006-02-01T00:00:01" or (status = "completed")
last-active = "2006-02-01T00:00:01" or (status = "terminated")
last-active = "2006-02-01T00:00:01" or (status = "faulted")
last-active = "2006-02-01T00:00:01" or (status in ("active","suspended"))
last-active = "2006-02-01T00:00:01" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active = "2006-02-01T00:00:01" or (started = "2006-01-01T00:00:01")
last-active = "2006-02-01T00:00:01" or (started = "2006-01-31")
last-active = "2006-02-01T00:00:01" or (started = "2006-01")
last-active = "2006-02-01T00:00:01" or (started = "2006")
last-active = "2006-02-01T00:00:01" or (started < "2006-01-01T00:00:01")
last-active = "2006-02-01T00:00:01" or (started < "2006-01-31")
last-active = "2006-02-01T00:00:01" or (started < "2006-01")
last-active = "2006-02-01T00:00:01" or (started < "2006")
last-active = "2006-02-01T00:00:01" or (started <= "2006-01-01T00:00:01")
last-active = "2006-02-01T00:00:01" or (started <= "2006-01-31")
last-active = "2006-02-01T00:00:01" or (started <= "2006-01")
last-active = "2006-02-01T00:00:01" or (started <= "2006")
last-active = "2006-02-01T00:00:01" or (started > "2006-01-01T00:00:01")
last-active = "2006-02-01T00:00:01" or (started > "2006-01-31")
last-active = "2006-02-01T00:00:01" or (started > "2006-01")
last-active = "2006-02-01T00:00:01" or (started > "2006")
last-active = "2006-02-01T00:00:01" or (started >= "2006-01-01T00:00:01")
last-active = "2006-02-01T00:00:01" or (started >= "2006-01-31")
last-active = "2006-02-01T00:00:01" or (started >= "2006-01")
last-active = "2006-02-01T00:00:01" or (started >= "2006")
last-active = "2006-02-01T00:00:01" or (started like "2006-01-01T00:00:01")
last-active = "2006-02-01T00:00:01" or (started like "2006-01-31")
last-active = "2006-02-01T00:00:01" or (started like "2006-01")
last-active = "2006-02-01T00:00:01" or (started like "2006")
last-active = "2006-02-01T00:00:01" or (started in ("2006-01-01T00:00:01"))
last-active = "2006-02-01T00:00:01" or (started in ("2006-01-31","2006-01"))
last-active = "2006-02-01T00:00:01" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active = "2006-02-21" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active = "2006-02-21" or ($author = "yuriy")
last-active = "2006-02-21" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active = "2006-02-21" or ($author < "yuriy")
last-active = "2006-02-21" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active = "2006-02-21" or ($author <= "yuriy")
last-active = "2006-02-21" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active = "2006-02-21" or ($author > "yuriy")
last-active = "2006-02-21" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active = "2006-02-21" or ($author >= "yuriy")
last-active = "2006-02-21" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active = "2006-02-21" or ($author like "yuriy")
last-active = "2006-02-21" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active = "2006-02-21" or ($author in ("yuriy"))
last-active = "2006-02-21" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active = "2006-02-21" or ($author in ("yuriy","kostya","nazar","orest"))
last-active = "2006-02-21" or (pid = "HelloWorld")
last-active = "2006-02-21" or (pid < "HelloWorld")
last-active = "2006-02-21" or (pid <= "HelloWorld")
last-active = "2006-02-21" or (pid > "HelloWorld")
last-active = "2006-02-21" or (pid >= "HelloWorld")
last-active = "2006-02-21" or (pid like "HelloWorld")
last-active = "2006-02-21" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active = "2006-02-21" or (pid in ("Hello*","Hello*World"))
last-active = "2006-02-21" or (pid in ("Hello*World"))
last-active = "2006-02-21" or (iid = "2006")
last-active = "2006-02-21" or (iid < "2006")
last-active = "2006-02-21" or (iid <= "2006")
last-active = "2006-02-21" or (iid > "2006")
last-active = "2006-02-21" or (iid >= "2006")
last-active = "2006-02-21" or (iid in ("2006"))
last-active = "2006-02-21" or (iid in ("2006","20061231"))
last-active = "2006-02-21" or (status = "active")
last-active = "2006-02-21" or (status = "suspended")
last-active = "2006-02-21" or (status = "error")
last-active = "2006-02-21" or (status = "completed")
last-active = "2006-02-21" or (status = "terminated")
last-active = "2006-02-21" or (status = "faulted")
last-active = "2006-02-21" or (status in ("active","suspended"))
last-active = "2006-02-21" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active = "2006-02-21" or (started = "2006-01-01T00:00:01")
last-active = "2006-02-21" or (started = "2006-01-31")
last-active = "2006-02-21" or (started = "2006-01")
last-active = "2006-02-21" or (started = "2006")
last-active = "2006-02-21" or (started < "2006-01-01T00:00:01")
last-active = "2006-02-21" or (started < "2006-01-31")
last-active = "2006-02-21" or (started < "2006-01")
last-active = "2006-02-21" or (started < "2006")
last-active = "2006-02-21" or (started <= "2006-01-01T00:00:01")
last-active = "2006-02-21" or (started <= "2006-01-31")
last-active = "2006-02-21" or (started <= "2006-01")
last-active = "2006-02-21" or (started <= "2006")
last-active = "2006-02-21" or (started > "2006-01-01T00:00:01")
last-active = "2006-02-21" or (started > "2006-01-31")
last-active = "2006-02-21" or (started > "2006-01")
last-active = "2006-02-21" or (started > "2006")
last-active = "2006-02-21" or (started >= "2006-01-01T00:00:01")
last-active = "2006-02-21" or (started >= "2006-01-31")
last-active = "2006-02-21" or (started >= "2006-01")
last-active = "2006-02-21" or (started >= "2006")
last-active = "2006-02-21" or (started like "2006-01-01T00:00:01")
last-active = "2006-02-21" or (started like "2006-01-31")
last-active = "2006-02-21" or (started like "2006-01")
last-active = "2006-02-21" or (started like "2006")
last-active = "2006-02-21" or (started in ("2006-01-01T00:00:01"))
last-active = "2006-02-21" or (started in ("2006-01-31","2006-01"))
last-active = "2006-02-21" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active = "2006-02" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active = "2006-02" or ($author = "yuriy")
last-active = "2006-02" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active = "2006-02" or ($author < "yuriy")
last-active = "2006-02" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active = "2006-02" or ($author <= "yuriy")
last-active = "2006-02" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active = "2006-02" or ($author > "yuriy")
last-active = "2006-02" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active = "2006-02" or ($author >= "yuriy")
last-active = "2006-02" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active = "2006-02" or ($author like "yuriy")
last-active = "2006-02" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active = "2006-02" or ($author in ("yuriy"))
last-active = "2006-02" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active = "2006-02" or ($author in ("yuriy","kostya","nazar","orest"))
last-active = "2006-02" or (pid = "HelloWorld")
last-active = "2006-02" or (pid < "HelloWorld")
last-active = "2006-02" or (pid <= "HelloWorld")
last-active = "2006-02" or (pid > "HelloWorld")
last-active = "2006-02" or (pid >= "HelloWorld")
last-active = "2006-02" or (pid like "HelloWorld")
last-active = "2006-02" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active = "2006-02" or (pid in ("Hello*","Hello*World"))
last-active = "2006-02" or (pid in ("Hello*World"))
last-active = "2006-02" or (iid = "2006")
last-active = "2006-02" or (iid < "2006")
last-active = "2006-02" or (iid <= "2006")
last-active = "2006-02" or (iid > "2006")
last-active = "2006-02" or (iid >= "2006")
last-active = "2006-02" or (iid in ("2006"))
last-active = "2006-02" or (iid in ("2006","20061231"))
last-active = "2006-02" or (status = "active")
last-active = "2006-02" or (status = "suspended")
last-active = "2006-02" or (status = "error")
last-active = "2006-02" or (status = "completed")
last-active = "2006-02" or (status = "terminated")
last-active = "2006-02" or (status = "faulted")
last-active = "2006-02" or (status in ("active","suspended"))
last-active = "2006-02" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active = "2006-02" or (started = "2006-01-01T00:00:01")
last-active = "2006-02" or (started = "2006-01-31")
last-active = "2006-02" or (started = "2006-01")
last-active = "2006-02" or (started = "2006")
last-active = "2006-02" or (started < "2006-01-01T00:00:01")
last-active = "2006-02" or (started < "2006-01-31")
last-active = "2006-02" or (started < "2006-01")
last-active = "2006-02" or (started < "2006")
last-active = "2006-02" or (started <= "2006-01-01T00:00:01")
last-active = "2006-02" or (started <= "2006-01-31")
last-active = "2006-02" or (started <= "2006-01")
last-active = "2006-02" or (started <= "2006")
last-active = "2006-02" or (started > "2006-01-01T00:00:01")
last-active = "2006-02" or (started > "2006-01-31")
last-active = "2006-02" or (started > "2006-01")
last-active = "2006-02" or (started > "2006")
last-active = "2006-02" or (started >= "2006-01-01T00:00:01")
last-active = "2006-02" or (started >= "2006-01-31")
last-active = "2006-02" or (started >= "2006-01")
last-active = "2006-02" or (started >= "2006")
last-active = "2006-02" or (started like "2006-01-01T00:00:01")
last-active = "2006-02" or (started like "2006-01-31")
last-active = "2006-02" or (started like "2006-01")
last-active = "2006-02" or (started like "2006")
last-active = "2006-02" or (started in ("2006-01-01T00:00:01"))
last-active = "2006-02" or (started in ("2006-01-31","2006-01"))
last-active = "2006-02" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active = "2006" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active = "2006" or ($author = "yuriy")
last-active = "2006" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active = "2006" or ($author < "yuriy")
last-active = "2006" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active = "2006" or ($author <= "yuriy")
last-active = "2006" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active = "2006" or ($author > "yuriy")
last-active = "2006" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active = "2006" or ($author >= "yuriy")
last-active = "2006" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active = "2006" or ($author like "yuriy")
last-active = "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active = "2006" or ($author in ("yuriy"))
last-active = "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active = "2006" or ($author in ("yuriy","kostya","nazar","orest"))
last-active = "2006" or (pid = "HelloWorld")
last-active = "2006" or (pid < "HelloWorld")
last-active = "2006" or (pid <= "HelloWorld")
last-active = "2006" or (pid > "HelloWorld")
last-active = "2006" or (pid >= "HelloWorld")
last-active = "2006" or (pid like "HelloWorld")
last-active = "2006" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active = "2006" or (pid in ("Hello*","Hello*World"))
last-active = "2006" or (pid in ("Hello*World"))
last-active = "2006" or (iid = "2006")
last-active = "2006" or (iid < "2006")
last-active = "2006" or (iid <= "2006")
last-active = "2006" or (iid > "2006")
last-active = "2006" or (iid >= "2006")
last-active = "2006" or (iid in ("2006"))
last-active = "2006" or (iid in ("2006","20061231"))
last-active = "2006" or (status = "active")
last-active = "2006" or (status = "suspended")
last-active = "2006" or (status = "error")
last-active = "2006" or (status = "completed")
last-active = "2006" or (status = "terminated")
last-active = "2006" or (status = "faulted")
last-active = "2006" or (status in ("active","suspended"))
last-active = "2006" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active = "2006" or (started = "2006-01-01T00:00:01")
last-active = "2006" or (started = "2006-01-31")
last-active = "2006" or (started = "2006-01")
last-active = "2006" or (started = "2006")
last-active = "2006" or (started < "2006-01-01T00:00:01")
last-active = "2006" or (started < "2006-01-31")
last-active = "2006" or (started < "2006-01")
last-active = "2006" or (started < "2006")
last-active = "2006" or (started <= "2006-01-01T00:00:01")
last-active = "2006" or (started <= "2006-01-31")
last-active = "2006" or (started <= "2006-01")
last-active = "2006" or (started <= "2006")
last-active = "2006" or (started > "2006-01-01T00:00:01")
last-active = "2006" or (started > "2006-01-31")
last-active = "2006" or (started > "2006-01")
last-active = "2006" or (started > "2006")
last-active = "2006" or (started >= "2006-01-01T00:00:01")
last-active = "2006" or (started >= "2006-01-31")
last-active = "2006" or (started >= "2006-01")
last-active = "2006" or (started >= "2006")
last-active = "2006" or (started like "2006-01-01T00:00:01")
last-active = "2006" or (started like "2006-01-31")
last-active = "2006" or (started like "2006-01")
last-active = "2006" or (started like "2006")
last-active = "2006" or (started in ("2006-01-01T00:00:01"))
last-active = "2006" or (started in ("2006-01-31","2006-01"))
last-active = "2006" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active < "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active < "2006-02-01T00:00:01" or ($author = "yuriy")
last-active < "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active < "2006-02-01T00:00:01" or ($author < "yuriy")
last-active < "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active < "2006-02-01T00:00:01" or ($author <= "yuriy")
last-active < "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active < "2006-02-01T00:00:01" or ($author > "yuriy")
last-active < "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active < "2006-02-01T00:00:01" or ($author >= "yuriy")
last-active < "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active < "2006-02-01T00:00:01" or ($author like "yuriy")
last-active < "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active < "2006-02-01T00:00:01" or ($author in ("yuriy"))
last-active < "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active < "2006-02-01T00:00:01" or ($author in ("yuriy","kostya","nazar","orest"))
last-active < "2006-02-01T00:00:01" or (pid = "HelloWorld")
last-active < "2006-02-01T00:00:01" or (pid < "HelloWorld")
last-active < "2006-02-01T00:00:01" or (pid <= "HelloWorld")
last-active < "2006-02-01T00:00:01" or (pid > "HelloWorld")
last-active < "2006-02-01T00:00:01" or (pid >= "HelloWorld")
last-active < "2006-02-01T00:00:01" or (pid like "HelloWorld")
last-active < "2006-02-01T00:00:01" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active < "2006-02-01T00:00:01" or (pid in ("Hello*","Hello*World"))
last-active < "2006-02-01T00:00:01" or (pid in ("Hello*World"))
last-active < "2006-02-01T00:00:01" or (iid = "2006")
last-active < "2006-02-01T00:00:01" or (iid < "2006")
last-active < "2006-02-01T00:00:01" or (iid <= "2006")
last-active < "2006-02-01T00:00:01" or (iid > "2006")
last-active < "2006-02-01T00:00:01" or (iid >= "2006")
last-active < "2006-02-01T00:00:01" or (iid in ("2006"))
last-active < "2006-02-01T00:00:01" or (iid in ("2006","20061231"))
last-active < "2006-02-01T00:00:01" or (status = "active")
last-active < "2006-02-01T00:00:01" or (status = "suspended")
last-active < "2006-02-01T00:00:01" or (status = "error")
last-active < "2006-02-01T00:00:01" or (status = "completed")
last-active < "2006-02-01T00:00:01" or (status = "terminated")
last-active < "2006-02-01T00:00:01" or (status = "faulted")
last-active < "2006-02-01T00:00:01" or (status in ("active","suspended"))
last-active < "2006-02-01T00:00:01" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active < "2006-02-01T00:00:01" or (started = "2006-01-01T00:00:01")
last-active < "2006-02-01T00:00:01" or (started = "2006-01-31")
last-active < "2006-02-01T00:00:01" or (started = "2006-01")
last-active < "2006-02-01T00:00:01" or (started = "2006")
last-active < "2006-02-01T00:00:01" or (started < "2006-01-01T00:00:01")
last-active < "2006-02-01T00:00:01" or (started < "2006-01-31")
last-active < "2006-02-01T00:00:01" or (started < "2006-01")
last-active < "2006-02-01T00:00:01" or (started < "2006")
last-active < "2006-02-01T00:00:01" or (started <= "2006-01-01T00:00:01")
last-active < "2006-02-01T00:00:01" or (started <= "2006-01-31")
last-active < "2006-02-01T00:00:01" or (started <= "2006-01")
last-active < "2006-02-01T00:00:01" or (started <= "2006")
last-active < "2006-02-01T00:00:01" or (started > "2006-01-01T00:00:01")
last-active < "2006-02-01T00:00:01" or (started > "2006-01-31")
last-active < "2006-02-01T00:00:01" or (started > "2006-01")
last-active < "2006-02-01T00:00:01" or (started > "2006")
last-active < "2006-02-01T00:00:01" or (started >= "2006-01-01T00:00:01")
last-active < "2006-02-01T00:00:01" or (started >= "2006-01-31")
last-active < "2006-02-01T00:00:01" or (started >= "2006-01")
last-active < "2006-02-01T00:00:01" or (started >= "2006")
last-active < "2006-02-01T00:00:01" or (started like "2006-01-01T00:00:01")
last-active < "2006-02-01T00:00:01" or (started like "2006-01-31")
last-active < "2006-02-01T00:00:01" or (started like "2006-01")
last-active < "2006-02-01T00:00:01" or (started like "2006")
last-active < "2006-02-01T00:00:01" or (started in ("2006-01-01T00:00:01"))
last-active < "2006-02-01T00:00:01" or (started in ("2006-01-31","2006-01"))
last-active < "2006-02-01T00:00:01" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active < "2006-02-21" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active < "2006-02-21" or ($author = "yuriy")
last-active < "2006-02-21" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active < "2006-02-21" or ($author < "yuriy")
last-active < "2006-02-21" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active < "2006-02-21" or ($author <= "yuriy")
last-active < "2006-02-21" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active < "2006-02-21" or ($author > "yuriy")
last-active < "2006-02-21" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active < "2006-02-21" or ($author >= "yuriy")
last-active < "2006-02-21" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active < "2006-02-21" or ($author like "yuriy")
last-active < "2006-02-21" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active < "2006-02-21" or ($author in ("yuriy"))
last-active < "2006-02-21" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active < "2006-02-21" or ($author in ("yuriy","kostya","nazar","orest"))
last-active < "2006-02-21" or (pid = "HelloWorld")
last-active < "2006-02-21" or (pid < "HelloWorld")
last-active < "2006-02-21" or (pid <= "HelloWorld")
last-active < "2006-02-21" or (pid > "HelloWorld")
last-active < "2006-02-21" or (pid >= "HelloWorld")
last-active < "2006-02-21" or (pid like "HelloWorld")
last-active < "2006-02-21" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active < "2006-02-21" or (pid in ("Hello*","Hello*World"))
last-active < "2006-02-21" or (pid in ("Hello*World"))
last-active < "2006-02-21" or (iid = "2006")
last-active < "2006-02-21" or (iid < "2006")
last-active < "2006-02-21" or (iid <= "2006")
last-active < "2006-02-21" or (iid > "2006")
last-active < "2006-02-21" or (iid >= "2006")
last-active < "2006-02-21" or (iid in ("2006"))
last-active < "2006-02-21" or (iid in ("2006","20061231"))
last-active < "2006-02-21" or (status = "active")
last-active < "2006-02-21" or (status = "suspended")
last-active < "2006-02-21" or (status = "error")
last-active < "2006-02-21" or (status = "completed")
last-active < "2006-02-21" or (status = "terminated")
last-active < "2006-02-21" or (status = "faulted")
last-active < "2006-02-21" or (status in ("active","suspended"))
last-active < "2006-02-21" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active < "2006-02-21" or (started = "2006-01-01T00:00:01")
last-active < "2006-02-21" or (started = "2006-01-31")
last-active < "2006-02-21" or (started = "2006-01")
last-active < "2006-02-21" or (started = "2006")
last-active < "2006-02-21" or (started < "2006-01-01T00:00:01")
last-active < "2006-02-21" or (started < "2006-01-31")
last-active < "2006-02-21" or (started < "2006-01")
last-active < "2006-02-21" or (started < "2006")
last-active < "2006-02-21" or (started <= "2006-01-01T00:00:01")
last-active < "2006-02-21" or (started <= "2006-01-31")
last-active < "2006-02-21" or (started <= "2006-01")
last-active < "2006-02-21" or (started <= "2006")
last-active < "2006-02-21" or (started > "2006-01-01T00:00:01")
last-active < "2006-02-21" or (started > "2006-01-31")
last-active < "2006-02-21" or (started > "2006-01")
last-active < "2006-02-21" or (started > "2006")
last-active < "2006-02-21" or (started >= "2006-01-01T00:00:01")
last-active < "2006-02-21" or (started >= "2006-01-31")
last-active < "2006-02-21" or (started >= "2006-01")
last-active < "2006-02-21" or (started >= "2006")
last-active < "2006-02-21" or (started like "2006-01-01T00:00:01")
last-active < "2006-02-21" or (started like "2006-01-31")
last-active < "2006-02-21" or (started like "2006-01")
last-active < "2006-02-21" or (started like "2006")
last-active < "2006-02-21" or (started in ("2006-01-01T00:00:01"))
last-active < "2006-02-21" or (started in ("2006-01-31","2006-01"))
last-active < "2006-02-21" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active < "2006-02" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active < "2006-02" or ($author = "yuriy")
last-active < "2006-02" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active < "2006-02" or ($author < "yuriy")
last-active < "2006-02" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active < "2006-02" or ($author <= "yuriy")
last-active < "2006-02" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active < "2006-02" or ($author > "yuriy")
last-active < "2006-02" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active < "2006-02" or ($author >= "yuriy")
last-active < "2006-02" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active < "2006-02" or ($author like "yuriy")
last-active < "2006-02" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active < "2006-02" or ($author in ("yuriy"))
last-active < "2006-02" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active < "2006-02" or ($author in ("yuriy","kostya","nazar","orest"))
last-active < "2006-02" or (pid = "HelloWorld")
last-active < "2006-02" or (pid < "HelloWorld")
last-active < "2006-02" or (pid <= "HelloWorld")
last-active < "2006-02" or (pid > "HelloWorld")
last-active < "2006-02" or (pid >= "HelloWorld")
last-active < "2006-02" or (pid like "HelloWorld")
last-active < "2006-02" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active < "2006-02" or (pid in ("Hello*","Hello*World"))
last-active < "2006-02" or (pid in ("Hello*World"))
last-active < "2006-02" or (iid = "2006")
last-active < "2006-02" or (iid < "2006")
last-active < "2006-02" or (iid <= "2006")
last-active < "2006-02" or (iid > "2006")
last-active < "2006-02" or (iid >= "2006")
last-active < "2006-02" or (iid in ("2006"))
last-active < "2006-02" or (iid in ("2006","20061231"))
last-active < "2006-02" or (status = "active")
last-active < "2006-02" or (status = "suspended")
last-active < "2006-02" or (status = "error")
last-active < "2006-02" or (status = "completed")
last-active < "2006-02" or (status = "terminated")
last-active < "2006-02" or (status = "faulted")
last-active < "2006-02" or (status in ("active","suspended"))
last-active < "2006-02" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active < "2006-02" or (started = "2006-01-01T00:00:01")
last-active < "2006-02" or (started = "2006-01-31")
last-active < "2006-02" or (started = "2006-01")
last-active < "2006-02" or (started = "2006")
last-active < "2006-02" or (started < "2006-01-01T00:00:01")
last-active < "2006-02" or (started < "2006-01-31")
last-active < "2006-02" or (started < "2006-01")
last-active < "2006-02" or (started < "2006")
last-active < "2006-02" or (started <= "2006-01-01T00:00:01")
last-active < "2006-02" or (started <= "2006-01-31")
last-active < "2006-02" or (started <= "2006-01")
last-active < "2006-02" or (started <= "2006")
last-active < "2006-02" or (started > "2006-01-01T00:00:01")
last-active < "2006-02" or (started > "2006-01-31")
last-active < "2006-02" or (started > "2006-01")
last-active < "2006-02" or (started > "2006")
last-active < "2006-02" or (started >= "2006-01-01T00:00:01")
last-active < "2006-02" or (started >= "2006-01-31")
last-active < "2006-02" or (started >= "2006-01")
last-active < "2006-02" or (started >= "2006")
last-active < "2006-02" or (started like "2006-01-01T00:00:01")
last-active < "2006-02" or (started like "2006-01-31")
last-active < "2006-02" or (started like "2006-01")
last-active < "2006-02" or (started like "2006")
last-active < "2006-02" or (started in ("2006-01-01T00:00:01"))
last-active < "2006-02" or (started in ("2006-01-31","2006-01"))
last-active < "2006-02" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active < "2006" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active < "2006" or ($author = "yuriy")
last-active < "2006" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active < "2006" or ($author < "yuriy")
last-active < "2006" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active < "2006" or ($author <= "yuriy")
last-active < "2006" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active < "2006" or ($author > "yuriy")
last-active < "2006" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active < "2006" or ($author >= "yuriy")
last-active < "2006" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active < "2006" or ($author like "yuriy")
last-active < "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active < "2006" or ($author in ("yuriy"))
last-active < "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active < "2006" or ($author in ("yuriy","kostya","nazar","orest"))
last-active < "2006" or (pid = "HelloWorld")
last-active < "2006" or (pid < "HelloWorld")
last-active < "2006" or (pid <= "HelloWorld")
last-active < "2006" or (pid > "HelloWorld")
last-active < "2006" or (pid >= "HelloWorld")
last-active < "2006" or (pid like "HelloWorld")
last-active < "2006" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active < "2006" or (pid in ("Hello*","Hello*World"))
last-active < "2006" or (pid in ("Hello*World"))
last-active < "2006" or (iid = "2006")
last-active < "2006" or (iid < "2006")
last-active < "2006" or (iid <= "2006")
last-active < "2006" or (iid > "2006")
last-active < "2006" or (iid >= "2006")
last-active < "2006" or (iid in ("2006"))
last-active < "2006" or (iid in ("2006","20061231"))
last-active < "2006" or (status = "active")
last-active < "2006" or (status = "suspended")
last-active < "2006" or (status = "error")
last-active < "2006" or (status = "completed")
last-active < "2006" or (status = "terminated")
last-active < "2006" or (status = "faulted")
last-active < "2006" or (status in ("active","suspended"))
last-active < "2006" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active < "2006" or (started = "2006-01-01T00:00:01")
last-active < "2006" or (started = "2006-01-31")
last-active < "2006" or (started = "2006-01")
last-active < "2006" or (started = "2006")
last-active < "2006" or (started < "2006-01-01T00:00:01")
last-active < "2006" or (started < "2006-01-31")
last-active < "2006" or (started < "2006-01")
last-active < "2006" or (started < "2006")
last-active < "2006" or (started <= "2006-01-01T00:00:01")
last-active < "2006" or (started <= "2006-01-31")
last-active < "2006" or (started <= "2006-01")
last-active < "2006" or (started <= "2006")
last-active < "2006" or (started > "2006-01-01T00:00:01")
last-active < "2006" or (started > "2006-01-31")
last-active < "2006" or (started > "2006-01")
last-active < "2006" or (started > "2006")
last-active < "2006" or (started >= "2006-01-01T00:00:01")
last-active < "2006" or (started >= "2006-01-31")
last-active < "2006" or (started >= "2006-01")
last-active < "2006" or (started >= "2006")
last-active < "2006" or (started like "2006-01-01T00:00:01")
last-active < "2006" or (started like "2006-01-31")
last-active < "2006" or (started like "2006-01")
last-active < "2006" or (started like "2006")
last-active < "2006" or (started in ("2006-01-01T00:00:01"))
last-active < "2006" or (started in ("2006-01-31","2006-01"))
last-active < "2006" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active <= "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active <= "2006-02-01T00:00:01" or ($author = "yuriy")
last-active <= "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active <= "2006-02-01T00:00:01" or ($author < "yuriy")
last-active <= "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active <= "2006-02-01T00:00:01" or ($author <= "yuriy")
last-active <= "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active <= "2006-02-01T00:00:01" or ($author > "yuriy")
last-active <= "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active <= "2006-02-01T00:00:01" or ($author >= "yuriy")
last-active <= "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active <= "2006-02-01T00:00:01" or ($author like "yuriy")
last-active <= "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active <= "2006-02-01T00:00:01" or ($author in ("yuriy"))
last-active <= "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active <= "2006-02-01T00:00:01" or ($author in ("yuriy","kostya","nazar","orest"))
last-active <= "2006-02-01T00:00:01" or (pid = "HelloWorld")
last-active <= "2006-02-01T00:00:01" or (pid < "HelloWorld")
last-active <= "2006-02-01T00:00:01" or (pid <= "HelloWorld")
last-active <= "2006-02-01T00:00:01" or (pid > "HelloWorld")
last-active <= "2006-02-01T00:00:01" or (pid >= "HelloWorld")
last-active <= "2006-02-01T00:00:01" or (pid like "HelloWorld")
last-active <= "2006-02-01T00:00:01" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active <= "2006-02-01T00:00:01" or (pid in ("Hello*","Hello*World"))
last-active <= "2006-02-01T00:00:01" or (pid in ("Hello*World"))
last-active <= "2006-02-01T00:00:01" or (iid = "2006")
last-active <= "2006-02-01T00:00:01" or (iid < "2006")
last-active <= "2006-02-01T00:00:01" or (iid <= "2006")
last-active <= "2006-02-01T00:00:01" or (iid > "2006")
last-active <= "2006-02-01T00:00:01" or (iid >= "2006")
last-active <= "2006-02-01T00:00:01" or (iid in ("2006"))
last-active <= "2006-02-01T00:00:01" or (iid in ("2006","20061231"))
last-active <= "2006-02-01T00:00:01" or (status = "active")
last-active <= "2006-02-01T00:00:01" or (status = "suspended")
last-active <= "2006-02-01T00:00:01" or (status = "error")
last-active <= "2006-02-01T00:00:01" or (status = "completed")
last-active <= "2006-02-01T00:00:01" or (status = "terminated")
last-active <= "2006-02-01T00:00:01" or (status = "faulted")
last-active <= "2006-02-01T00:00:01" or (status in ("active","suspended"))
last-active <= "2006-02-01T00:00:01" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active <= "2006-02-01T00:00:01" or (started = "2006-01-01T00:00:01")
last-active <= "2006-02-01T00:00:01" or (started = "2006-01-31")
last-active <= "2006-02-01T00:00:01" or (started = "2006-01")
last-active <= "2006-02-01T00:00:01" or (started = "2006")
last-active <= "2006-02-01T00:00:01" or (started < "2006-01-01T00:00:01")
last-active <= "2006-02-01T00:00:01" or (started < "2006-01-31")
last-active <= "2006-02-01T00:00:01" or (started < "2006-01")
last-active <= "2006-02-01T00:00:01" or (started < "2006")
last-active <= "2006-02-01T00:00:01" or (started <= "2006-01-01T00:00:01")
last-active <= "2006-02-01T00:00:01" or (started <= "2006-01-31")
last-active <= "2006-02-01T00:00:01" or (started <= "2006-01")
last-active <= "2006-02-01T00:00:01" or (started <= "2006")
last-active <= "2006-02-01T00:00:01" or (started > "2006-01-01T00:00:01")
last-active <= "2006-02-01T00:00:01" or (started > "2006-01-31")
last-active <= "2006-02-01T00:00:01" or (started > "2006-01")
last-active <= "2006-02-01T00:00:01" or (started > "2006")
last-active <= "2006-02-01T00:00:01" or (started >= "2006-01-01T00:00:01")
last-active <= "2006-02-01T00:00:01" or (started >= "2006-01-31")
last-active <= "2006-02-01T00:00:01" or (started >= "2006-01")
last-active <= "2006-02-01T00:00:01" or (started >= "2006")
last-active <= "2006-02-01T00:00:01" or (started like "2006-01-01T00:00:01")
last-active <= "2006-02-01T00:00:01" or (started like "2006-01-31")
last-active <= "2006-02-01T00:00:01" or (started like "2006-01")
last-active <= "2006-02-01T00:00:01" or (started like "2006")
last-active <= "2006-02-01T00:00:01" or (started in ("2006-01-01T00:00:01"))
last-active <= "2006-02-01T00:00:01" or (started in ("2006-01-31","2006-01"))
last-active <= "2006-02-01T00:00:01" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active <= "2006-02-21" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active <= "2006-02-21" or ($author = "yuriy")
last-active <= "2006-02-21" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active <= "2006-02-21" or ($author < "yuriy")
last-active <= "2006-02-21" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active <= "2006-02-21" or ($author <= "yuriy")
last-active <= "2006-02-21" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active <= "2006-02-21" or ($author > "yuriy")
last-active <= "2006-02-21" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active <= "2006-02-21" or ($author >= "yuriy")
last-active <= "2006-02-21" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active <= "2006-02-21" or ($author like "yuriy")
last-active <= "2006-02-21" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active <= "2006-02-21" or ($author in ("yuriy"))
last-active <= "2006-02-21" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active <= "2006-02-21" or ($author in ("yuriy","kostya","nazar","orest"))
last-active <= "2006-02-21" or (pid = "HelloWorld")
last-active <= "2006-02-21" or (pid < "HelloWorld")
last-active <= "2006-02-21" or (pid <= "HelloWorld")
last-active <= "2006-02-21" or (pid > "HelloWorld")
last-active <= "2006-02-21" or (pid >= "HelloWorld")
last-active <= "2006-02-21" or (pid like "HelloWorld")
last-active <= "2006-02-21" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active <= "2006-02-21" or (pid in ("Hello*","Hello*World"))
last-active <= "2006-02-21" or (pid in ("Hello*World"))
last-active <= "2006-02-21" or (iid = "2006")
last-active <= "2006-02-21" or (iid < "2006")
last-active <= "2006-02-21" or (iid <= "2006")
last-active <= "2006-02-21" or (iid > "2006")
last-active <= "2006-02-21" or (iid >= "2006")
last-active <= "2006-02-21" or (iid in ("2006"))
last-active <= "2006-02-21" or (iid in ("2006","20061231"))
last-active <= "2006-02-21" or (status = "active")
last-active <= "2006-02-21" or (status = "suspended")
last-active <= "2006-02-21" or (status = "error")
last-active <= "2006-02-21" or (status = "completed")
last-active <= "2006-02-21" or (status = "terminated")
last-active <= "2006-02-21" or (status = "faulted")
last-active <= "2006-02-21" or (status in ("active","suspended"))
last-active <= "2006-02-21" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active <= "2006-02-21" or (started = "2006-01-01T00:00:01")
last-active <= "2006-02-21" or (started = "2006-01-31")
last-active <= "2006-02-21" or (started = "2006-01")
last-active <= "2006-02-21" or (started = "2006")
last-active <= "2006-02-21" or (started < "2006-01-01T00:00:01")
last-active <= "2006-02-21" or (started < "2006-01-31")
last-active <= "2006-02-21" or (started < "2006-01")
last-active <= "2006-02-21" or (started < "2006")
last-active <= "2006-02-21" or (started <= "2006-01-01T00:00:01")
last-active <= "2006-02-21" or (started <= "2006-01-31")
last-active <= "2006-02-21" or (started <= "2006-01")
last-active <= "2006-02-21" or (started <= "2006")
last-active <= "2006-02-21" or (started > "2006-01-01T00:00:01")
last-active <= "2006-02-21" or (started > "2006-01-31")
last-active <= "2006-02-21" or (started > "2006-01")
last-active <= "2006-02-21" or (started > "2006")
last-active <= "2006-02-21" or (started >= "2006-01-01T00:00:01")
last-active <= "2006-02-21" or (started >= "2006-01-31")
last-active <= "2006-02-21" or (started >= "2006-01")
last-active <= "2006-02-21" or (started >= "2006")
last-active <= "2006-02-21" or (started like "2006-01-01T00:00:01")
last-active <= "2006-02-21" or (started like "2006-01-31")
last-active <= "2006-02-21" or (started like "2006-01")
last-active <= "2006-02-21" or (started like "2006")
last-active <= "2006-02-21" or (started in ("2006-01-01T00:00:01"))
last-active <= "2006-02-21" or (started in ("2006-01-31","2006-01"))
last-active <= "2006-02-21" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active <= "2006-02" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active <= "2006-02" or ($author = "yuriy")
last-active <= "2006-02" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active <= "2006-02" or ($author < "yuriy")
last-active <= "2006-02" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active <= "2006-02" or ($author <= "yuriy")
last-active <= "2006-02" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active <= "2006-02" or ($author > "yuriy")
last-active <= "2006-02" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active <= "2006-02" or ($author >= "yuriy")
last-active <= "2006-02" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active <= "2006-02" or ($author like "yuriy")
last-active <= "2006-02" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active <= "2006-02" or ($author in ("yuriy"))
last-active <= "2006-02" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active <= "2006-02" or ($author in ("yuriy","kostya","nazar","orest"))
last-active <= "2006-02" or (pid = "HelloWorld")
last-active <= "2006-02" or (pid < "HelloWorld")
last-active <= "2006-02" or (pid <= "HelloWorld")
last-active <= "2006-02" or (pid > "HelloWorld")
last-active <= "2006-02" or (pid >= "HelloWorld")
last-active <= "2006-02" or (pid like "HelloWorld")
last-active <= "2006-02" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active <= "2006-02" or (pid in ("Hello*","Hello*World"))
last-active <= "2006-02" or (pid in ("Hello*World"))
last-active <= "2006-02" or (iid = "2006")
last-active <= "2006-02" or (iid < "2006")
last-active <= "2006-02" or (iid <= "2006")
last-active <= "2006-02" or (iid > "2006")
last-active <= "2006-02" or (iid >= "2006")
last-active <= "2006-02" or (iid in ("2006"))
last-active <= "2006-02" or (iid in ("2006","20061231"))
last-active <= "2006-02" or (status = "active")
last-active <= "2006-02" or (status = "suspended")
last-active <= "2006-02" or (status = "error")
last-active <= "2006-02" or (status = "completed")
last-active <= "2006-02" or (status = "terminated")
last-active <= "2006-02" or (status = "faulted")
last-active <= "2006-02" or (status in ("active","suspended"))
last-active <= "2006-02" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active <= "2006-02" or (started = "2006-01-01T00:00:01")
last-active <= "2006-02" or (started = "2006-01-31")
last-active <= "2006-02" or (started = "2006-01")
last-active <= "2006-02" or (started = "2006")
last-active <= "2006-02" or (started < "2006-01-01T00:00:01")
last-active <= "2006-02" or (started < "2006-01-31")
last-active <= "2006-02" or (started < "2006-01")
last-active <= "2006-02" or (started < "2006")
last-active <= "2006-02" or (started <= "2006-01-01T00:00:01")
last-active <= "2006-02" or (started <= "2006-01-31")
last-active <= "2006-02" or (started <= "2006-01")
last-active <= "2006-02" or (started <= "2006")
last-active <= "2006-02" or (started > "2006-01-01T00:00:01")
last-active <= "2006-02" or (started > "2006-01-31")
last-active <= "2006-02" or (started > "2006-01")
last-active <= "2006-02" or (started > "2006")
last-active <= "2006-02" or (started >= "2006-01-01T00:00:01")
last-active <= "2006-02" or (started >= "2006-01-31")
last-active <= "2006-02" or (started >= "2006-01")
last-active <= "2006-02" or (started >= "2006")
last-active <= "2006-02" or (started like "2006-01-01T00:00:01")
last-active <= "2006-02" or (started like "2006-01-31")
last-active <= "2006-02" or (started like "2006-01")
last-active <= "2006-02" or (started like "2006")
last-active <= "2006-02" or (started in ("2006-01-01T00:00:01"))
last-active <= "2006-02" or (started in ("2006-01-31","2006-01"))
last-active <= "2006-02" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active <= "2006" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active <= "2006" or ($author = "yuriy")
last-active <= "2006" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active <= "2006" or ($author < "yuriy")
last-active <= "2006" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active <= "2006" or ($author <= "yuriy")
last-active <= "2006" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active <= "2006" or ($author > "yuriy")
last-active <= "2006" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active <= "2006" or ($author >= "yuriy")
last-active <= "2006" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active <= "2006" or ($author like "yuriy")
last-active <= "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active <= "2006" or ($author in ("yuriy"))
last-active <= "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active <= "2006" or ($author in ("yuriy","kostya","nazar","orest"))
last-active <= "2006" or (pid = "HelloWorld")
last-active <= "2006" or (pid < "HelloWorld")
last-active <= "2006" or (pid <= "HelloWorld")
last-active <= "2006" or (pid > "HelloWorld")
last-active <= "2006" or (pid >= "HelloWorld")
last-active <= "2006" or (pid like "HelloWorld")
last-active <= "2006" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active <= "2006" or (pid in ("Hello*","Hello*World"))
last-active <= "2006" or (pid in ("Hello*World"))
last-active <= "2006" or (iid = "2006")
last-active <= "2006" or (iid < "2006")
last-active <= "2006" or (iid <= "2006")
last-active <= "2006" or (iid > "2006")
last-active <= "2006" or (iid >= "2006")
last-active <= "2006" or (iid in ("2006"))
last-active <= "2006" or (iid in ("2006","20061231"))
last-active <= "2006" or (status = "active")
last-active <= "2006" or (status = "suspended")
last-active <= "2006" or (status = "error")
last-active <= "2006" or (status = "completed")
last-active <= "2006" or (status = "terminated")
last-active <= "2006" or (status = "faulted")
last-active <= "2006" or (status in ("active","suspended"))
last-active <= "2006" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active <= "2006" or (started = "2006-01-01T00:00:01")
last-active <= "2006" or (started = "2006-01-31")
last-active <= "2006" or (started = "2006-01")
last-active <= "2006" or (started = "2006")
last-active <= "2006" or (started < "2006-01-01T00:00:01")
last-active <= "2006" or (started < "2006-01-31")
last-active <= "2006" or (started < "2006-01")
last-active <= "2006" or (started < "2006")
last-active <= "2006" or (started <= "2006-01-01T00:00:01")
last-active <= "2006" or (started <= "2006-01-31")
last-active <= "2006" or (started <= "2006-01")
last-active <= "2006" or (started <= "2006")
last-active <= "2006" or (started > "2006-01-01T00:00:01")
last-active <= "2006" or (started > "2006-01-31")
last-active <= "2006" or (started > "2006-01")
last-active <= "2006" or (started > "2006")
last-active <= "2006" or (started >= "2006-01-01T00:00:01")
last-active <= "2006" or (started >= "2006-01-31")
last-active <= "2006" or (started >= "2006-01")
last-active <= "2006" or (started >= "2006")
last-active <= "2006" or (started like "2006-01-01T00:00:01")
last-active <= "2006" or (started like "2006-01-31")
last-active <= "2006" or (started like "2006-01")
last-active <= "2006" or (started like "2006")
last-active <= "2006" or (started in ("2006-01-01T00:00:01"))
last-active <= "2006" or (started in ("2006-01-31","2006-01"))
last-active <= "2006" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active > "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active > "2006-02-01T00:00:01" or ($author = "yuriy")
last-active > "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active > "2006-02-01T00:00:01" or ($author < "yuriy")
last-active > "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active > "2006-02-01T00:00:01" or ($author <= "yuriy")
last-active > "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active > "2006-02-01T00:00:01" or ($author > "yuriy")
last-active > "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active > "2006-02-01T00:00:01" or ($author >= "yuriy")
last-active > "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active > "2006-02-01T00:00:01" or ($author like "yuriy")
last-active > "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active > "2006-02-01T00:00:01" or ($author in ("yuriy"))
last-active > "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active > "2006-02-01T00:00:01" or ($author in ("yuriy","kostya","nazar","orest"))
last-active > "2006-02-01T00:00:01" or (pid = "HelloWorld")
last-active > "2006-02-01T00:00:01" or (pid < "HelloWorld")
last-active > "2006-02-01T00:00:01" or (pid <= "HelloWorld")
last-active > "2006-02-01T00:00:01" or (pid > "HelloWorld")
last-active > "2006-02-01T00:00:01" or (pid >= "HelloWorld")
last-active > "2006-02-01T00:00:01" or (pid like "HelloWorld")
last-active > "2006-02-01T00:00:01" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active > "2006-02-01T00:00:01" or (pid in ("Hello*","Hello*World"))
last-active > "2006-02-01T00:00:01" or (pid in ("Hello*World"))
last-active > "2006-02-01T00:00:01" or (iid = "2006")
last-active > "2006-02-01T00:00:01" or (iid < "2006")
last-active > "2006-02-01T00:00:01" or (iid <= "2006")
last-active > "2006-02-01T00:00:01" or (iid > "2006")
last-active > "2006-02-01T00:00:01" or (iid >= "2006")
last-active > "2006-02-01T00:00:01" or (iid in ("2006"))
last-active > "2006-02-01T00:00:01" or (iid in ("2006","20061231"))
last-active > "2006-02-01T00:00:01" or (status = "active")
last-active > "2006-02-01T00:00:01" or (status = "suspended")
last-active > "2006-02-01T00:00:01" or (status = "error")
last-active > "2006-02-01T00:00:01" or (status = "completed")
last-active > "2006-02-01T00:00:01" or (status = "terminated")
last-active > "2006-02-01T00:00:01" or (status = "faulted")
last-active > "2006-02-01T00:00:01" or (status in ("active","suspended"))
last-active > "2006-02-01T00:00:01" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active > "2006-02-01T00:00:01" or (started = "2006-01-01T00:00:01")
last-active > "2006-02-01T00:00:01" or (started = "2006-01-31")
last-active > "2006-02-01T00:00:01" or (started = "2006-01")
last-active > "2006-02-01T00:00:01" or (started = "2006")
last-active > "2006-02-01T00:00:01" or (started < "2006-01-01T00:00:01")
last-active > "2006-02-01T00:00:01" or (started < "2006-01-31")
last-active > "2006-02-01T00:00:01" or (started < "2006-01")
last-active > "2006-02-01T00:00:01" or (started < "2006")
last-active > "2006-02-01T00:00:01" or (started <= "2006-01-01T00:00:01")
last-active > "2006-02-01T00:00:01" or (started <= "2006-01-31")
last-active > "2006-02-01T00:00:01" or (started <= "2006-01")
last-active > "2006-02-01T00:00:01" or (started <= "2006")
last-active > "2006-02-01T00:00:01" or (started > "2006-01-01T00:00:01")
last-active > "2006-02-01T00:00:01" or (started > "2006-01-31")
last-active > "2006-02-01T00:00:01" or (started > "2006-01")
last-active > "2006-02-01T00:00:01" or (started > "2006")
last-active > "2006-02-01T00:00:01" or (started >= "2006-01-01T00:00:01")
last-active > "2006-02-01T00:00:01" or (started >= "2006-01-31")
last-active > "2006-02-01T00:00:01" or (started >= "2006-01")
last-active > "2006-02-01T00:00:01" or (started >= "2006")
last-active > "2006-02-01T00:00:01" or (started like "2006-01-01T00:00:01")
last-active > "2006-02-01T00:00:01" or (started like "2006-01-31")
last-active > "2006-02-01T00:00:01" or (started like "2006-01")
last-active > "2006-02-01T00:00:01" or (started like "2006")
last-active > "2006-02-01T00:00:01" or (started in ("2006-01-01T00:00:01"))
last-active > "2006-02-01T00:00:01" or (started in ("2006-01-31","2006-01"))
last-active > "2006-02-01T00:00:01" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active > "2006-02-21" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active > "2006-02-21" or ($author = "yuriy")
last-active > "2006-02-21" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active > "2006-02-21" or ($author < "yuriy")
last-active > "2006-02-21" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active > "2006-02-21" or ($author <= "yuriy")
last-active > "2006-02-21" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active > "2006-02-21" or ($author > "yuriy")
last-active > "2006-02-21" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active > "2006-02-21" or ($author >= "yuriy")
last-active > "2006-02-21" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active > "2006-02-21" or ($author like "yuriy")
last-active > "2006-02-21" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active > "2006-02-21" or ($author in ("yuriy"))
last-active > "2006-02-21" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active > "2006-02-21" or ($author in ("yuriy","kostya","nazar","orest"))
last-active > "2006-02-21" or (pid = "HelloWorld")
last-active > "2006-02-21" or (pid < "HelloWorld")
last-active > "2006-02-21" or (pid <= "HelloWorld")
last-active > "2006-02-21" or (pid > "HelloWorld")
last-active > "2006-02-21" or (pid >= "HelloWorld")
last-active > "2006-02-21" or (pid like "HelloWorld")
last-active > "2006-02-21" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active > "2006-02-21" or (pid in ("Hello*","Hello*World"))
last-active > "2006-02-21" or (pid in ("Hello*World"))
last-active > "2006-02-21" or (iid = "2006")
last-active > "2006-02-21" or (iid < "2006")
last-active > "2006-02-21" or (iid <= "2006")
last-active > "2006-02-21" or (iid > "2006")
last-active > "2006-02-21" or (iid >= "2006")
last-active > "2006-02-21" or (iid in ("2006"))
last-active > "2006-02-21" or (iid in ("2006","20061231"))
last-active > "2006-02-21" or (status = "active")
last-active > "2006-02-21" or (status = "suspended")
last-active > "2006-02-21" or (status = "error")
last-active > "2006-02-21" or (status = "completed")
last-active > "2006-02-21" or (status = "terminated")
last-active > "2006-02-21" or (status = "faulted")
last-active > "2006-02-21" or (status in ("active","suspended"))
last-active > "2006-02-21" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active > "2006-02-21" or (started = "2006-01-01T00:00:01")
last-active > "2006-02-21" or (started = "2006-01-31")
last-active > "2006-02-21" or (started = "2006-01")
last-active > "2006-02-21" or (started = "2006")
last-active > "2006-02-21" or (started < "2006-01-01T00:00:01")
last-active > "2006-02-21" or (started < "2006-01-31")
last-active > "2006-02-21" or (started < "2006-01")
last-active > "2006-02-21" or (started < "2006")
last-active > "2006-02-21" or (started <= "2006-01-01T00:00:01")
last-active > "2006-02-21" or (started <= "2006-01-31")
last-active > "2006-02-21" or (started <= "2006-01")
last-active > "2006-02-21" or (started <= "2006")
last-active > "2006-02-21" or (started > "2006-01-01T00:00:01")
last-active > "2006-02-21" or (started > "2006-01-31")
last-active > "2006-02-21" or (started > "2006-01")
last-active > "2006-02-21" or (started > "2006")
last-active > "2006-02-21" or (started >= "2006-01-01T00:00:01")
last-active > "2006-02-21" or (started >= "2006-01-31")
last-active > "2006-02-21" or (started >= "2006-01")
last-active > "2006-02-21" or (started >= "2006")
last-active > "2006-02-21" or (started like "2006-01-01T00:00:01")
last-active > "2006-02-21" or (started like "2006-01-31")
last-active > "2006-02-21" or (started like "2006-01")
last-active > "2006-02-21" or (started like "2006")
last-active > "2006-02-21" or (started in ("2006-01-01T00:00:01"))
last-active > "2006-02-21" or (started in ("2006-01-31","2006-01"))
last-active > "2006-02-21" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active > "2006-02" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active > "2006-02" or ($author = "yuriy")
last-active > "2006-02" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active > "2006-02" or ($author < "yuriy")
last-active > "2006-02" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active > "2006-02" or ($author <= "yuriy")
last-active > "2006-02" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active > "2006-02" or ($author > "yuriy")
last-active > "2006-02" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active > "2006-02" or ($author >= "yuriy")
last-active > "2006-02" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active > "2006-02" or ($author like "yuriy")
last-active > "2006-02" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active > "2006-02" or ($author in ("yuriy"))
last-active > "2006-02" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active > "2006-02" or ($author in ("yuriy","kostya","nazar","orest"))
last-active > "2006-02" or (pid = "HelloWorld")
last-active > "2006-02" or (pid < "HelloWorld")
last-active > "2006-02" or (pid <= "HelloWorld")
last-active > "2006-02" or (pid > "HelloWorld")
last-active > "2006-02" or (pid >= "HelloWorld")
last-active > "2006-02" or (pid like "HelloWorld")
last-active > "2006-02" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active > "2006-02" or (pid in ("Hello*","Hello*World"))
last-active > "2006-02" or (pid in ("Hello*World"))
last-active > "2006-02" or (iid = "2006")
last-active > "2006-02" or (iid < "2006")
last-active > "2006-02" or (iid <= "2006")
last-active > "2006-02" or (iid > "2006")
last-active > "2006-02" or (iid >= "2006")
last-active > "2006-02" or (iid in ("2006"))
last-active > "2006-02" or (iid in ("2006","20061231"))
last-active > "2006-02" or (status = "active")
last-active > "2006-02" or (status = "suspended")
last-active > "2006-02" or (status = "error")
last-active > "2006-02" or (status = "completed")
last-active > "2006-02" or (status = "terminated")
last-active > "2006-02" or (status = "faulted")
last-active > "2006-02" or (status in ("active","suspended"))
last-active > "2006-02" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active > "2006-02" or (started = "2006-01-01T00:00:01")
last-active > "2006-02" or (started = "2006-01-31")
last-active > "2006-02" or (started = "2006-01")
last-active > "2006-02" or (started = "2006")
last-active > "2006-02" or (started < "2006-01-01T00:00:01")
last-active > "2006-02" or (started < "2006-01-31")
last-active > "2006-02" or (started < "2006-01")
last-active > "2006-02" or (started < "2006")
last-active > "2006-02" or (started <= "2006-01-01T00:00:01")
last-active > "2006-02" or (started <= "2006-01-31")
last-active > "2006-02" or (started <= "2006-01")
last-active > "2006-02" or (started <= "2006")
last-active > "2006-02" or (started > "2006-01-01T00:00:01")
last-active > "2006-02" or (started > "2006-01-31")
last-active > "2006-02" or (started > "2006-01")
last-active > "2006-02" or (started > "2006")
last-active > "2006-02" or (started >= "2006-01-01T00:00:01")
last-active > "2006-02" or (started >= "2006-01-31")
last-active > "2006-02" or (started >= "2006-01")
last-active > "2006-02" or (started >= "2006")
last-active > "2006-02" or (started like "2006-01-01T00:00:01")
last-active > "2006-02" or (started like "2006-01-31")
last-active > "2006-02" or (started like "2006-01")
last-active > "2006-02" or (started like "2006")
last-active > "2006-02" or (started in ("2006-01-01T00:00:01"))
last-active > "2006-02" or (started in ("2006-01-31","2006-01"))
last-active > "2006-02" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active > "2006" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active > "2006" or ($author = "yuriy")
last-active > "2006" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active > "2006" or ($author < "yuriy")
last-active > "2006" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active > "2006" or ($author <= "yuriy")
last-active > "2006" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active > "2006" or ($author > "yuriy")
last-active > "2006" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active > "2006" or ($author >= "yuriy")
last-active > "2006" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active > "2006" or ($author like "yuriy")
last-active > "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active > "2006" or ($author in ("yuriy"))
last-active > "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active > "2006" or ($author in ("yuriy","kostya","nazar","orest"))
last-active > "2006" or (pid = "HelloWorld")
last-active > "2006" or (pid < "HelloWorld")
last-active > "2006" or (pid <= "HelloWorld")
last-active > "2006" or (pid > "HelloWorld")
last-active > "2006" or (pid >= "HelloWorld")
last-active > "2006" or (pid like "HelloWorld")
last-active > "2006" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active > "2006" or (pid in ("Hello*","Hello*World"))
last-active > "2006" or (pid in ("Hello*World"))
last-active > "2006" or (iid = "2006")
last-active > "2006" or (iid < "2006")
last-active > "2006" or (iid <= "2006")
last-active > "2006" or (iid > "2006")
last-active > "2006" or (iid >= "2006")
last-active > "2006" or (iid in ("2006"))
last-active > "2006" or (iid in ("2006","20061231"))
last-active > "2006" or (status = "active")
last-active > "2006" or (status = "suspended")
last-active > "2006" or (status = "error")
last-active > "2006" or (status = "completed")
last-active > "2006" or (status = "terminated")
last-active > "2006" or (status = "faulted")
last-active > "2006" or (status in ("active","suspended"))
last-active > "2006" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active > "2006" or (started = "2006-01-01T00:00:01")
last-active > "2006" or (started = "2006-01-31")
last-active > "2006" or (started = "2006-01")
last-active > "2006" or (started = "2006")
last-active > "2006" or (started < "2006-01-01T00:00:01")
last-active > "2006" or (started < "2006-01-31")
last-active > "2006" or (started < "2006-01")
last-active > "2006" or (started < "2006")
last-active > "2006" or (started <= "2006-01-01T00:00:01")
last-active > "2006" or (started <= "2006-01-31")
last-active > "2006" or (started <= "2006-01")
last-active > "2006" or (started <= "2006")
last-active > "2006" or (started > "2006-01-01T00:00:01")
last-active > "2006" or (started > "2006-01-31")
last-active > "2006" or (started > "2006-01")
last-active > "2006" or (started > "2006")
last-active > "2006" or (started >= "2006-01-01T00:00:01")
last-active > "2006" or (started >= "2006-01-31")
last-active > "2006" or (started >= "2006-01")
last-active > "2006" or (started >= "2006")
last-active > "2006" or (started like "2006-01-01T00:00:01")
last-active > "2006" or (started like "2006-01-31")
last-active > "2006" or (started like "2006-01")
last-active > "2006" or (started like "2006")
last-active > "2006" or (started in ("2006-01-01T00:00:01"))
last-active > "2006" or (started in ("2006-01-31","2006-01"))
last-active > "2006" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active >= "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active >= "2006-02-01T00:00:01" or ($author = "yuriy")
last-active >= "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active >= "2006-02-01T00:00:01" or ($author < "yuriy")
last-active >= "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active >= "2006-02-01T00:00:01" or ($author <= "yuriy")
last-active >= "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active >= "2006-02-01T00:00:01" or ($author > "yuriy")
last-active >= "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active >= "2006-02-01T00:00:01" or ($author >= "yuriy")
last-active >= "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active >= "2006-02-01T00:00:01" or ($author like "yuriy")
last-active >= "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active >= "2006-02-01T00:00:01" or ($author in ("yuriy"))
last-active >= "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active >= "2006-02-01T00:00:01" or ($author in ("yuriy","kostya","nazar","orest"))
last-active >= "2006-02-01T00:00:01" or (pid = "HelloWorld")
last-active >= "2006-02-01T00:00:01" or (pid < "HelloWorld")
last-active >= "2006-02-01T00:00:01" or (pid <= "HelloWorld")
last-active >= "2006-02-01T00:00:01" or (pid > "HelloWorld")
last-active >= "2006-02-01T00:00:01" or (pid >= "HelloWorld")
last-active >= "2006-02-01T00:00:01" or (pid like "HelloWorld")
last-active >= "2006-02-01T00:00:01" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active >= "2006-02-01T00:00:01" or (pid in ("Hello*","Hello*World"))
last-active >= "2006-02-01T00:00:01" or (pid in ("Hello*World"))
last-active >= "2006-02-01T00:00:01" or (iid = "2006")
last-active >= "2006-02-01T00:00:01" or (iid < "2006")
last-active >= "2006-02-01T00:00:01" or (iid <= "2006")
last-active >= "2006-02-01T00:00:01" or (iid > "2006")
last-active >= "2006-02-01T00:00:01" or (iid >= "2006")
last-active >= "2006-02-01T00:00:01" or (iid in ("2006"))
last-active >= "2006-02-01T00:00:01" or (iid in ("2006","20061231"))
last-active >= "2006-02-01T00:00:01" or (status = "active")
last-active >= "2006-02-01T00:00:01" or (status = "suspended")
last-active >= "2006-02-01T00:00:01" or (status = "error")
last-active >= "2006-02-01T00:00:01" or (status = "completed")
last-active >= "2006-02-01T00:00:01" or (status = "terminated")
last-active >= "2006-02-01T00:00:01" or (status = "faulted")
last-active >= "2006-02-01T00:00:01" or (status in ("active","suspended"))
last-active >= "2006-02-01T00:00:01" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active >= "2006-02-01T00:00:01" or (started = "2006-01-01T00:00:01")
last-active >= "2006-02-01T00:00:01" or (started = "2006-01-31")
last-active >= "2006-02-01T00:00:01" or (started = "2006-01")
last-active >= "2006-02-01T00:00:01" or (started = "2006")
last-active >= "2006-02-01T00:00:01" or (started < "2006-01-01T00:00:01")
last-active >= "2006-02-01T00:00:01" or (started < "2006-01-31")
last-active >= "2006-02-01T00:00:01" or (started < "2006-01")
last-active >= "2006-02-01T00:00:01" or (started < "2006")
last-active >= "2006-02-01T00:00:01" or (started <= "2006-01-01T00:00:01")
last-active >= "2006-02-01T00:00:01" or (started <= "2006-01-31")
last-active >= "2006-02-01T00:00:01" or (started <= "2006-01")
last-active >= "2006-02-01T00:00:01" or (started <= "2006")
last-active >= "2006-02-01T00:00:01" or (started > "2006-01-01T00:00:01")
last-active >= "2006-02-01T00:00:01" or (started > "2006-01-31")
last-active >= "2006-02-01T00:00:01" or (started > "2006-01")
last-active >= "2006-02-01T00:00:01" or (started > "2006")
last-active >= "2006-02-01T00:00:01" or (started >= "2006-01-01T00:00:01")
last-active >= "2006-02-01T00:00:01" or (started >= "2006-01-31")
last-active >= "2006-02-01T00:00:01" or (started >= "2006-01")
last-active >= "2006-02-01T00:00:01" or (started >= "2006")
last-active >= "2006-02-01T00:00:01" or (started like "2006-01-01T00:00:01")
last-active >= "2006-02-01T00:00:01" or (started like "2006-01-31")
last-active >= "2006-02-01T00:00:01" or (started like "2006-01")
last-active >= "2006-02-01T00:00:01" or (started like "2006")
last-active >= "2006-02-01T00:00:01" or (started in ("2006-01-01T00:00:01"))
last-active >= "2006-02-01T00:00:01" or (started in ("2006-01-31","2006-01"))
last-active >= "2006-02-01T00:00:01" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active >= "2006-02-21" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active >= "2006-02-21" or ($author = "yuriy")
last-active >= "2006-02-21" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active >= "2006-02-21" or ($author < "yuriy")
last-active >= "2006-02-21" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active >= "2006-02-21" or ($author <= "yuriy")
last-active >= "2006-02-21" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active >= "2006-02-21" or ($author > "yuriy")
last-active >= "2006-02-21" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active >= "2006-02-21" or ($author >= "yuriy")
last-active >= "2006-02-21" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active >= "2006-02-21" or ($author like "yuriy")
last-active >= "2006-02-21" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active >= "2006-02-21" or ($author in ("yuriy"))
last-active >= "2006-02-21" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active >= "2006-02-21" or ($author in ("yuriy","kostya","nazar","orest"))
last-active >= "2006-02-21" or (pid = "HelloWorld")
last-active >= "2006-02-21" or (pid < "HelloWorld")
last-active >= "2006-02-21" or (pid <= "HelloWorld")
last-active >= "2006-02-21" or (pid > "HelloWorld")
last-active >= "2006-02-21" or (pid >= "HelloWorld")
last-active >= "2006-02-21" or (pid like "HelloWorld")
last-active >= "2006-02-21" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active >= "2006-02-21" or (pid in ("Hello*","Hello*World"))
last-active >= "2006-02-21" or (pid in ("Hello*World"))
last-active >= "2006-02-21" or (iid = "2006")
last-active >= "2006-02-21" or (iid < "2006")
last-active >= "2006-02-21" or (iid <= "2006")
last-active >= "2006-02-21" or (iid > "2006")
last-active >= "2006-02-21" or (iid >= "2006")
last-active >= "2006-02-21" or (iid in ("2006"))
last-active >= "2006-02-21" or (iid in ("2006","20061231"))
last-active >= "2006-02-21" or (status = "active")
last-active >= "2006-02-21" or (status = "suspended")
last-active >= "2006-02-21" or (status = "error")
last-active >= "2006-02-21" or (status = "completed")
last-active >= "2006-02-21" or (status = "terminated")
last-active >= "2006-02-21" or (status = "faulted")
last-active >= "2006-02-21" or (status in ("active","suspended"))
last-active >= "2006-02-21" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active >= "2006-02-21" or (started = "2006-01-01T00:00:01")
last-active >= "2006-02-21" or (started = "2006-01-31")
last-active >= "2006-02-21" or (started = "2006-01")
last-active >= "2006-02-21" or (started = "2006")
last-active >= "2006-02-21" or (started < "2006-01-01T00:00:01")
last-active >= "2006-02-21" or (started < "2006-01-31")
last-active >= "2006-02-21" or (started < "2006-01")
last-active >= "2006-02-21" or (started < "2006")
last-active >= "2006-02-21" or (started <= "2006-01-01T00:00:01")
last-active >= "2006-02-21" or (started <= "2006-01-31")
last-active >= "2006-02-21" or (started <= "2006-01")
last-active >= "2006-02-21" or (started <= "2006")
last-active >= "2006-02-21" or (started > "2006-01-01T00:00:01")
last-active >= "2006-02-21" or (started > "2006-01-31")
last-active >= "2006-02-21" or (started > "2006-01")
last-active >= "2006-02-21" or (started > "2006")
last-active >= "2006-02-21" or (started >= "2006-01-01T00:00:01")
last-active >= "2006-02-21" or (started >= "2006-01-31")
last-active >= "2006-02-21" or (started >= "2006-01")
last-active >= "2006-02-21" or (started >= "2006")
last-active >= "2006-02-21" or (started like "2006-01-01T00:00:01")
last-active >= "2006-02-21" or (started like "2006-01-31")
last-active >= "2006-02-21" or (started like "2006-01")
last-active >= "2006-02-21" or (started like "2006")
last-active >= "2006-02-21" or (started in ("2006-01-01T00:00:01"))
last-active >= "2006-02-21" or (started in ("2006-01-31","2006-01"))
last-active >= "2006-02-21" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active >= "2006-02" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active >= "2006-02" or ($author = "yuriy")
last-active >= "2006-02" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active >= "2006-02" or ($author < "yuriy")
last-active >= "2006-02" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active >= "2006-02" or ($author <= "yuriy")
last-active >= "2006-02" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active >= "2006-02" or ($author > "yuriy")
last-active >= "2006-02" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active >= "2006-02" or ($author >= "yuriy")
last-active >= "2006-02" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active >= "2006-02" or ($author like "yuriy")
last-active >= "2006-02" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active >= "2006-02" or ($author in ("yuriy"))
last-active >= "2006-02" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active >= "2006-02" or ($author in ("yuriy","kostya","nazar","orest"))
last-active >= "2006-02" or (pid = "HelloWorld")
last-active >= "2006-02" or (pid < "HelloWorld")
last-active >= "2006-02" or (pid <= "HelloWorld")
last-active >= "2006-02" or (pid > "HelloWorld")
last-active >= "2006-02" or (pid >= "HelloWorld")
last-active >= "2006-02" or (pid like "HelloWorld")
last-active >= "2006-02" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active >= "2006-02" or (pid in ("Hello*","Hello*World"))
last-active >= "2006-02" or (pid in ("Hello*World"))
last-active >= "2006-02" or (iid = "2006")
last-active >= "2006-02" or (iid < "2006")
last-active >= "2006-02" or (iid <= "2006")
last-active >= "2006-02" or (iid > "2006")
last-active >= "2006-02" or (iid >= "2006")
last-active >= "2006-02" or (iid in ("2006"))
last-active >= "2006-02" or (iid in ("2006","20061231"))
last-active >= "2006-02" or (status = "active")
last-active >= "2006-02" or (status = "suspended")
last-active >= "2006-02" or (status = "error")
last-active >= "2006-02" or (status = "completed")
last-active >= "2006-02" or (status = "terminated")
last-active >= "2006-02" or (status = "faulted")
last-active >= "2006-02" or (status in ("active","suspended"))
last-active >= "2006-02" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active >= "2006-02" or (started = "2006-01-01T00:00:01")
last-active >= "2006-02" or (started = "2006-01-31")
last-active >= "2006-02" or (started = "2006-01")
last-active >= "2006-02" or (started = "2006")
last-active >= "2006-02" or (started < "2006-01-01T00:00:01")
last-active >= "2006-02" or (started < "2006-01-31")
last-active >= "2006-02" or (started < "2006-01")
last-active >= "2006-02" or (started < "2006")
last-active >= "2006-02" or (started <= "2006-01-01T00:00:01")
last-active >= "2006-02" or (started <= "2006-01-31")
last-active >= "2006-02" or (started <= "2006-01")
last-active >= "2006-02" or (started <= "2006")
last-active >= "2006-02" or (started > "2006-01-01T00:00:01")
last-active >= "2006-02" or (started > "2006-01-31")
last-active >= "2006-02" or (started > "2006-01")
last-active >= "2006-02" or (started > "2006")
last-active >= "2006-02" or (started >= "2006-01-01T00:00:01")
last-active >= "2006-02" or (started >= "2006-01-31")
last-active >= "2006-02" or (started >= "2006-01")
last-active >= "2006-02" or (started >= "2006")
last-active >= "2006-02" or (started like "2006-01-01T00:00:01")
last-active >= "2006-02" or (started like "2006-01-31")
last-active >= "2006-02" or (started like "2006-01")
last-active >= "2006-02" or (started like "2006")
last-active >= "2006-02" or (started in ("2006-01-01T00:00:01"))
last-active >= "2006-02" or (started in ("2006-01-31","2006-01"))
last-active >= "2006-02" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active >= "2006" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active >= "2006" or ($author = "yuriy")
last-active >= "2006" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active >= "2006" or ($author < "yuriy")
last-active >= "2006" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active >= "2006" or ($author <= "yuriy")
last-active >= "2006" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active >= "2006" or ($author > "yuriy")
last-active >= "2006" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active >= "2006" or ($author >= "yuriy")
last-active >= "2006" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active >= "2006" or ($author like "yuriy")
last-active >= "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active >= "2006" or ($author in ("yuriy"))
last-active >= "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active >= "2006" or ($author in ("yuriy","kostya","nazar","orest"))
last-active >= "2006" or (pid = "HelloWorld")
last-active >= "2006" or (pid < "HelloWorld")
last-active >= "2006" or (pid <= "HelloWorld")
last-active >= "2006" or (pid > "HelloWorld")
last-active >= "2006" or (pid >= "HelloWorld")
last-active >= "2006" or (pid like "HelloWorld")
last-active >= "2006" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active >= "2006" or (pid in ("Hello*","Hello*World"))
last-active >= "2006" or (pid in ("Hello*World"))
last-active >= "2006" or (iid = "2006")
last-active >= "2006" or (iid < "2006")
last-active >= "2006" or (iid <= "2006")
last-active >= "2006" or (iid > "2006")
last-active >= "2006" or (iid >= "2006")
last-active >= "2006" or (iid in ("2006"))
last-active >= "2006" or (iid in ("2006","20061231"))
last-active >= "2006" or (status = "active")
last-active >= "2006" or (status = "suspended")
last-active >= "2006" or (status = "error")
last-active >= "2006" or (status = "completed")
last-active >= "2006" or (status = "terminated")
last-active >= "2006" or (status = "faulted")
last-active >= "2006" or (status in ("active","suspended"))
last-active >= "2006" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active >= "2006" or (started = "2006-01-01T00:00:01")
last-active >= "2006" or (started = "2006-01-31")
last-active >= "2006" or (started = "2006-01")
last-active >= "2006" or (started = "2006")
last-active >= "2006" or (started < "2006-01-01T00:00:01")
last-active >= "2006" or (started < "2006-01-31")
last-active >= "2006" or (started < "2006-01")
last-active >= "2006" or (started < "2006")
last-active >= "2006" or (started <= "2006-01-01T00:00:01")
last-active >= "2006" or (started <= "2006-01-31")
last-active >= "2006" or (started <= "2006-01")
last-active >= "2006" or (started <= "2006")
last-active >= "2006" or (started > "2006-01-01T00:00:01")
last-active >= "2006" or (started > "2006-01-31")
last-active >= "2006" or (started > "2006-01")
last-active >= "2006" or (started > "2006")
last-active >= "2006" or (started >= "2006-01-01T00:00:01")
last-active >= "2006" or (started >= "2006-01-31")
last-active >= "2006" or (started >= "2006-01")
last-active >= "2006" or (started >= "2006")
last-active >= "2006" or (started like "2006-01-01T00:00:01")
last-active >= "2006" or (started like "2006-01-31")
last-active >= "2006" or (started like "2006-01")
last-active >= "2006" or (started like "2006")
last-active >= "2006" or (started in ("2006-01-01T00:00:01"))
last-active >= "2006" or (started in ("2006-01-31","2006-01"))
last-active >= "2006" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active like "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active like "2006-02-01T00:00:01" or ($author = "yuriy")
last-active like "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active like "2006-02-01T00:00:01" or ($author < "yuriy")
last-active like "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active like "2006-02-01T00:00:01" or ($author <= "yuriy")
last-active like "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active like "2006-02-01T00:00:01" or ($author > "yuriy")
last-active like "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active like "2006-02-01T00:00:01" or ($author >= "yuriy")
last-active like "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active like "2006-02-01T00:00:01" or ($author like "yuriy")
last-active like "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active like "2006-02-01T00:00:01" or ($author in ("yuriy"))
last-active like "2006-02-01T00:00:01" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active like "2006-02-01T00:00:01" or ($author in ("yuriy","kostya","nazar","orest"))
last-active like "2006-02-01T00:00:01" or (pid = "HelloWorld")
last-active like "2006-02-01T00:00:01" or (pid < "HelloWorld")
last-active like "2006-02-01T00:00:01" or (pid <= "HelloWorld")
last-active like "2006-02-01T00:00:01" or (pid > "HelloWorld")
last-active like "2006-02-01T00:00:01" or (pid >= "HelloWorld")
last-active like "2006-02-01T00:00:01" or (pid like "HelloWorld")
last-active like "2006-02-01T00:00:01" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active like "2006-02-01T00:00:01" or (pid in ("Hello*","Hello*World"))
last-active like "2006-02-01T00:00:01" or (pid in ("Hello*World"))
last-active like "2006-02-01T00:00:01" or (iid = "2006")
last-active like "2006-02-01T00:00:01" or (iid < "2006")
last-active like "2006-02-01T00:00:01" or (iid <= "2006")
last-active like "2006-02-01T00:00:01" or (iid > "2006")
last-active like "2006-02-01T00:00:01" or (iid >= "2006")
last-active like "2006-02-01T00:00:01" or (iid in ("2006"))
last-active like "2006-02-01T00:00:01" or (iid in ("2006","20061231"))
last-active like "2006-02-01T00:00:01" or (status = "active")
last-active like "2006-02-01T00:00:01" or (status = "suspended")
last-active like "2006-02-01T00:00:01" or (status = "error")
last-active like "2006-02-01T00:00:01" or (status = "completed")
last-active like "2006-02-01T00:00:01" or (status = "terminated")
last-active like "2006-02-01T00:00:01" or (status = "faulted")
last-active like "2006-02-01T00:00:01" or (status in ("active","suspended"))
last-active like "2006-02-01T00:00:01" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active like "2006-02-01T00:00:01" or (started = "2006-01-01T00:00:01")
last-active like "2006-02-01T00:00:01" or (started = "2006-01-31")
last-active like "2006-02-01T00:00:01" or (started = "2006-01")
last-active like "2006-02-01T00:00:01" or (started = "2006")
last-active like "2006-02-01T00:00:01" or (started < "2006-01-01T00:00:01")
last-active like "2006-02-01T00:00:01" or (started < "2006-01-31")
last-active like "2006-02-01T00:00:01" or (started < "2006-01")
last-active like "2006-02-01T00:00:01" or (started < "2006")
last-active like "2006-02-01T00:00:01" or (started <= "2006-01-01T00:00:01")
last-active like "2006-02-01T00:00:01" or (started <= "2006-01-31")
last-active like "2006-02-01T00:00:01" or (started <= "2006-01")
last-active like "2006-02-01T00:00:01" or (started <= "2006")
last-active like "2006-02-01T00:00:01" or (started > "2006-01-01T00:00:01")
last-active like "2006-02-01T00:00:01" or (started > "2006-01-31")
last-active like "2006-02-01T00:00:01" or (started > "2006-01")
last-active like "2006-02-01T00:00:01" or (started > "2006")
last-active like "2006-02-01T00:00:01" or (started >= "2006-01-01T00:00:01")
last-active like "2006-02-01T00:00:01" or (started >= "2006-01-31")
last-active like "2006-02-01T00:00:01" or (started >= "2006-01")
last-active like "2006-02-01T00:00:01" or (started >= "2006")
last-active like "2006-02-01T00:00:01" or (started like "2006-01-01T00:00:01")
last-active like "2006-02-01T00:00:01" or (started like "2006-01-31")
last-active like "2006-02-01T00:00:01" or (started like "2006-01")
last-active like "2006-02-01T00:00:01" or (started like "2006")
last-active like "2006-02-01T00:00:01" or (started in ("2006-01-01T00:00:01"))
last-active like "2006-02-01T00:00:01" or (started in ("2006-01-31","2006-01"))
last-active like "2006-02-01T00:00:01" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active like "2006-02-21" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active like "2006-02-21" or ($author = "yuriy")
last-active like "2006-02-21" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active like "2006-02-21" or ($author < "yuriy")
last-active like "2006-02-21" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active like "2006-02-21" or ($author <= "yuriy")
last-active like "2006-02-21" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active like "2006-02-21" or ($author > "yuriy")
last-active like "2006-02-21" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active like "2006-02-21" or ($author >= "yuriy")
last-active like "2006-02-21" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active like "2006-02-21" or ($author like "yuriy")
last-active like "2006-02-21" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active like "2006-02-21" or ($author in ("yuriy"))
last-active like "2006-02-21" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active like "2006-02-21" or ($author in ("yuriy","kostya","nazar","orest"))
last-active like "2006-02-21" or (pid = "HelloWorld")
last-active like "2006-02-21" or (pid < "HelloWorld")
last-active like "2006-02-21" or (pid <= "HelloWorld")
last-active like "2006-02-21" or (pid > "HelloWorld")
last-active like "2006-02-21" or (pid >= "HelloWorld")
last-active like "2006-02-21" or (pid like "HelloWorld")
last-active like "2006-02-21" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active like "2006-02-21" or (pid in ("Hello*","Hello*World"))
last-active like "2006-02-21" or (pid in ("Hello*World"))
last-active like "2006-02-21" or (iid = "2006")
last-active like "2006-02-21" or (iid < "2006")
last-active like "2006-02-21" or (iid <= "2006")
last-active like "2006-02-21" or (iid > "2006")
last-active like "2006-02-21" or (iid >= "2006")
last-active like "2006-02-21" or (iid in ("2006"))
last-active like "2006-02-21" or (iid in ("2006","20061231"))
last-active like "2006-02-21" or (status = "active")
last-active like "2006-02-21" or (status = "suspended")
last-active like "2006-02-21" or (status = "error")
last-active like "2006-02-21" or (status = "completed")
last-active like "2006-02-21" or (status = "terminated")
last-active like "2006-02-21" or (status = "faulted")
last-active like "2006-02-21" or (status in ("active","suspended"))
last-active like "2006-02-21" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active like "2006-02-21" or (started = "2006-01-01T00:00:01")
last-active like "2006-02-21" or (started = "2006-01-31")
last-active like "2006-02-21" or (started = "2006-01")
last-active like "2006-02-21" or (started = "2006")
last-active like "2006-02-21" or (started < "2006-01-01T00:00:01")
last-active like "2006-02-21" or (started < "2006-01-31")
last-active like "2006-02-21" or (started < "2006-01")
last-active like "2006-02-21" or (started < "2006")
last-active like "2006-02-21" or (started <= "2006-01-01T00:00:01")
last-active like "2006-02-21" or (started <= "2006-01-31")
last-active like "2006-02-21" or (started <= "2006-01")
last-active like "2006-02-21" or (started <= "2006")
last-active like "2006-02-21" or (started > "2006-01-01T00:00:01")
last-active like "2006-02-21" or (started > "2006-01-31")
last-active like "2006-02-21" or (started > "2006-01")
last-active like "2006-02-21" or (started > "2006")
last-active like "2006-02-21" or (started >= "2006-01-01T00:00:01")
last-active like "2006-02-21" or (started >= "2006-01-31")
last-active like "2006-02-21" or (started >= "2006-01")
last-active like "2006-02-21" or (started >= "2006")
last-active like "2006-02-21" or (started like "2006-01-01T00:00:01")
last-active like "2006-02-21" or (started like "2006-01-31")
last-active like "2006-02-21" or (started like "2006-01")
last-active like "2006-02-21" or (started like "2006")
last-active like "2006-02-21" or (started in ("2006-01-01T00:00:01"))
last-active like "2006-02-21" or (started in ("2006-01-31","2006-01"))
last-active like "2006-02-21" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active like "2006-02" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active like "2006-02" or ($author = "yuriy")
last-active like "2006-02" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active like "2006-02" or ($author < "yuriy")
last-active like "2006-02" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active like "2006-02" or ($author <= "yuriy")
last-active like "2006-02" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active like "2006-02" or ($author > "yuriy")
last-active like "2006-02" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active like "2006-02" or ($author >= "yuriy")
last-active like "2006-02" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active like "2006-02" or ($author like "yuriy")
last-active like "2006-02" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active like "2006-02" or ($author in ("yuriy"))
last-active like "2006-02" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active like "2006-02" or ($author in ("yuriy","kostya","nazar","orest"))
last-active like "2006-02" or (pid = "HelloWorld")
last-active like "2006-02" or (pid < "HelloWorld")
last-active like "2006-02" or (pid <= "HelloWorld")
last-active like "2006-02" or (pid > "HelloWorld")
last-active like "2006-02" or (pid >= "HelloWorld")
last-active like "2006-02" or (pid like "HelloWorld")
last-active like "2006-02" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active like "2006-02" or (pid in ("Hello*","Hello*World"))
last-active like "2006-02" or (pid in ("Hello*World"))
last-active like "2006-02" or (iid = "2006")
last-active like "2006-02" or (iid < "2006")
last-active like "2006-02" or (iid <= "2006")
last-active like "2006-02" or (iid > "2006")
last-active like "2006-02" or (iid >= "2006")
last-active like "2006-02" or (iid in ("2006"))
last-active like "2006-02" or (iid in ("2006","20061231"))
last-active like "2006-02" or (status = "active")
last-active like "2006-02" or (status = "suspended")
last-active like "2006-02" or (status = "error")
last-active like "2006-02" or (status = "completed")
last-active like "2006-02" or (status = "terminated")
last-active like "2006-02" or (status = "faulted")
last-active like "2006-02" or (status in ("active","suspended"))
last-active like "2006-02" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active like "2006-02" or (started = "2006-01-01T00:00:01")
last-active like "2006-02" or (started = "2006-01-31")
last-active like "2006-02" or (started = "2006-01")
last-active like "2006-02" or (started = "2006")
last-active like "2006-02" or (started < "2006-01-01T00:00:01")
last-active like "2006-02" or (started < "2006-01-31")
last-active like "2006-02" or (started < "2006-01")
last-active like "2006-02" or (started < "2006")
last-active like "2006-02" or (started <= "2006-01-01T00:00:01")
last-active like "2006-02" or (started <= "2006-01-31")
last-active like "2006-02" or (started <= "2006-01")
last-active like "2006-02" or (started <= "2006")
last-active like "2006-02" or (started > "2006-01-01T00:00:01")
last-active like "2006-02" or (started > "2006-01-31")
last-active like "2006-02" or (started > "2006-01")
last-active like "2006-02" or (started > "2006")
last-active like "2006-02" or (started >= "2006-01-01T00:00:01")
last-active like "2006-02" or (started >= "2006-01-31")
last-active like "2006-02" or (started >= "2006-01")
last-active like "2006-02" or (started >= "2006")
last-active like "2006-02" or (started like "2006-01-01T00:00:01")
last-active like "2006-02" or (started like "2006-01-31")
last-active like "2006-02" or (started like "2006-01")
last-active like "2006-02" or (started like "2006")
last-active like "2006-02" or (started in ("2006-01-01T00:00:01"))
last-active like "2006-02" or (started in ("2006-01-31","2006-01"))
last-active like "2006-02" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active like "2006" or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active like "2006" or ($author = "yuriy")
last-active like "2006" or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active like "2006" or ($author < "yuriy")
last-active like "2006" or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active like "2006" or ($author <= "yuriy")
last-active like "2006" or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active like "2006" or ($author > "yuriy")
last-active like "2006" or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active like "2006" or ($author >= "yuriy")
last-active like "2006" or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active like "2006" or ($author like "yuriy")
last-active like "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active like "2006" or ($author in ("yuriy"))
last-active like "2006" or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active like "2006" or ($author in ("yuriy","kostya","nazar","orest"))
last-active like "2006" or (pid = "HelloWorld")
last-active like "2006" or (pid < "HelloWorld")
last-active like "2006" or (pid <= "HelloWorld")
last-active like "2006" or (pid > "HelloWorld")
last-active like "2006" or (pid >= "HelloWorld")
last-active like "2006" or (pid like "HelloWorld")
last-active like "2006" or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active like "2006" or (pid in ("Hello*","Hello*World"))
last-active like "2006" or (pid in ("Hello*World"))
last-active like "2006" or (iid = "2006")
last-active like "2006" or (iid < "2006")
last-active like "2006" or (iid <= "2006")
last-active like "2006" or (iid > "2006")
last-active like "2006" or (iid >= "2006")
last-active like "2006" or (iid in ("2006"))
last-active like "2006" or (iid in ("2006","20061231"))
last-active like "2006" or (status = "active")
last-active like "2006" or (status = "suspended")
last-active like "2006" or (status = "error")
last-active like "2006" or (status = "completed")
last-active like "2006" or (status = "terminated")
last-active like "2006" or (status = "faulted")
last-active like "2006" or (status in ("active","suspended"))
last-active like "2006" or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active like "2006" or (started = "2006-01-01T00:00:01")
last-active like "2006" or (started = "2006-01-31")
last-active like "2006" or (started = "2006-01")
last-active like "2006" or (started = "2006")
last-active like "2006" or (started < "2006-01-01T00:00:01")
last-active like "2006" or (started < "2006-01-31")
last-active like "2006" or (started < "2006-01")
last-active like "2006" or (started < "2006")
last-active like "2006" or (started <= "2006-01-01T00:00:01")
last-active like "2006" or (started <= "2006-01-31")
last-active like "2006" or (started <= "2006-01")
last-active like "2006" or (started <= "2006")
last-active like "2006" or (started > "2006-01-01T00:00:01")
last-active like "2006" or (started > "2006-01-31")
last-active like "2006" or (started > "2006-01")
last-active like "2006" or (started > "2006")
last-active like "2006" or (started >= "2006-01-01T00:00:01")
last-active like "2006" or (started >= "2006-01-31")
last-active like "2006" or (started >= "2006-01")
last-active like "2006" or (started >= "2006")
last-active like "2006" or (started like "2006-01-01T00:00:01")
last-active like "2006" or (started like "2006-01-31")
last-active like "2006" or (started like "2006-01")
last-active like "2006" or (started like "2006")
last-active like "2006" or (started in ("2006-01-01T00:00:01"))
last-active like "2006" or (started in ("2006-01-31","2006-01"))
last-active like "2006" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active in ("2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active in ("2006-02-01T00:00:01") or ($author = "yuriy")
last-active in ("2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active in ("2006-02-01T00:00:01") or ($author < "yuriy")
last-active in ("2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active in ("2006-02-01T00:00:01") or ($author <= "yuriy")
last-active in ("2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active in ("2006-02-01T00:00:01") or ($author > "yuriy")
last-active in ("2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active in ("2006-02-01T00:00:01") or ($author >= "yuriy")
last-active in ("2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active in ("2006-02-01T00:00:01") or ($author like "yuriy")
last-active in ("2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active in ("2006-02-01T00:00:01") or ($author in ("yuriy"))
last-active in ("2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active in ("2006-02-01T00:00:01") or ($author in ("yuriy","kostya","nazar","orest"))
last-active in ("2006-02-01T00:00:01") or (pid = "HelloWorld")
last-active in ("2006-02-01T00:00:01") or (pid < "HelloWorld")
last-active in ("2006-02-01T00:00:01") or (pid <= "HelloWorld")
last-active in ("2006-02-01T00:00:01") or (pid > "HelloWorld")
last-active in ("2006-02-01T00:00:01") or (pid >= "HelloWorld")
last-active in ("2006-02-01T00:00:01") or (pid like "HelloWorld")
last-active in ("2006-02-01T00:00:01") or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active in ("2006-02-01T00:00:01") or (pid in ("Hello*","Hello*World"))
last-active in ("2006-02-01T00:00:01") or (pid in ("Hello*World"))
last-active in ("2006-02-01T00:00:01") or (iid = "2006")
last-active in ("2006-02-01T00:00:01") or (iid < "2006")
last-active in ("2006-02-01T00:00:01") or (iid <= "2006")
last-active in ("2006-02-01T00:00:01") or (iid > "2006")
last-active in ("2006-02-01T00:00:01") or (iid >= "2006")
last-active in ("2006-02-01T00:00:01") or (iid in ("2006"))
last-active in ("2006-02-01T00:00:01") or (iid in ("2006","20061231"))
last-active in ("2006-02-01T00:00:01") or (status = "active")
last-active in ("2006-02-01T00:00:01") or (status = "suspended")
last-active in ("2006-02-01T00:00:01") or (status = "error")
last-active in ("2006-02-01T00:00:01") or (status = "completed")
last-active in ("2006-02-01T00:00:01") or (status = "terminated")
last-active in ("2006-02-01T00:00:01") or (status = "faulted")
last-active in ("2006-02-01T00:00:01") or (status in ("active","suspended"))
last-active in ("2006-02-01T00:00:01") or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active in ("2006-02-01T00:00:01") or (started = "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01") or (started = "2006-01-31")
last-active in ("2006-02-01T00:00:01") or (started = "2006-01")
last-active in ("2006-02-01T00:00:01") or (started = "2006")
last-active in ("2006-02-01T00:00:01") or (started < "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01") or (started < "2006-01-31")
last-active in ("2006-02-01T00:00:01") or (started < "2006-01")
last-active in ("2006-02-01T00:00:01") or (started < "2006")
last-active in ("2006-02-01T00:00:01") or (started <= "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01") or (started <= "2006-01-31")
last-active in ("2006-02-01T00:00:01") or (started <= "2006-01")
last-active in ("2006-02-01T00:00:01") or (started <= "2006")
last-active in ("2006-02-01T00:00:01") or (started > "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01") or (started > "2006-01-31")
last-active in ("2006-02-01T00:00:01") or (started > "2006-01")
last-active in ("2006-02-01T00:00:01") or (started > "2006")
last-active in ("2006-02-01T00:00:01") or (started >= "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01") or (started >= "2006-01-31")
last-active in ("2006-02-01T00:00:01") or (started >= "2006-01")
last-active in ("2006-02-01T00:00:01") or (started >= "2006")
last-active in ("2006-02-01T00:00:01") or (started like "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01") or (started like "2006-01-31")
last-active in ("2006-02-01T00:00:01") or (started like "2006-01")
last-active in ("2006-02-01T00:00:01") or (started like "2006")
last-active in ("2006-02-01T00:00:01") or (started in ("2006-01-01T00:00:01"))
last-active in ("2006-02-01T00:00:01") or (started in ("2006-01-31","2006-01"))
last-active in ("2006-02-01T00:00:01") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active in ("2006-02-01T00:00:01","2006-02-21") or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") or ($author = "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") or ($author < "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") or ($author <= "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") or ($author > "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") or ($author >= "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") or ($author like "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active in ("2006-02-01T00:00:01","2006-02-21") or ($author in ("yuriy"))
last-active in ("2006-02-01T00:00:01","2006-02-21") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active in ("2006-02-01T00:00:01","2006-02-21") or ($author in ("yuriy","kostya","nazar","orest"))
last-active in ("2006-02-01T00:00:01","2006-02-21") or (pid = "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (pid < "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (pid <= "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (pid > "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (pid >= "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (pid like "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active in ("2006-02-01T00:00:01","2006-02-21") or (pid in ("Hello*","Hello*World"))
last-active in ("2006-02-01T00:00:01","2006-02-21") or (pid in ("Hello*World"))
last-active in ("2006-02-01T00:00:01","2006-02-21") or (iid = "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (iid < "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (iid <= "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (iid > "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (iid >= "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (iid in ("2006"))
last-active in ("2006-02-01T00:00:01","2006-02-21") or (iid in ("2006","20061231"))
last-active in ("2006-02-01T00:00:01","2006-02-21") or (status = "active")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (status = "suspended")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (status = "error")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (status = "completed")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (status = "terminated")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (status = "faulted")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (status in ("active","suspended"))
last-active in ("2006-02-01T00:00:01","2006-02-21") or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started = "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started = "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started = "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started = "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started < "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started < "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started < "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started < "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started <= "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started <= "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started <= "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started <= "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started > "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started > "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started > "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started > "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started >= "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started >= "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started >= "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started >= "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started like "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started like "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started like "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started like "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started in ("2006-01-01T00:00:01"))
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started in ("2006-01-31","2006-01"))
last-active in ("2006-02-01T00:00:01","2006-02-21") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (${org.apache.ode.BPELProcess}author = "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or ($author = "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (${org.apache.ode.BPELProcess}author < "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or ($author < "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (${org.apache.ode.BPELProcess}author <= "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or ($author <= "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (${org.apache.ode.BPELProcess}author > "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or ($author > "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (${org.apache.ode.BPELProcess}author >= "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or ($author >= "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (${org.apache.ode.BPELProcess}author like "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or ($author like "yuriy")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or ($author in ("yuriy"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or ($author in ("yuriy","kostya","nazar","orest"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (pid = "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (pid < "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (pid <= "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (pid > "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (pid >= "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (pid like "HelloWorld")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (pid in ("HelloWorld","Hello*","Hello*World"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (pid in ("Hello*","Hello*World"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (pid in ("Hello*World"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (iid = "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (iid < "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (iid <= "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (iid > "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (iid >= "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (iid in ("2006"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (iid in ("2006","20061231"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (status = "active")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (status = "suspended")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (status = "error")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (status = "completed")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (status = "terminated")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (status = "faulted")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (status in ("active","suspended"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (status in ("active","suspended","error","completed","terminated","faulted"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started = "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started = "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started = "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started = "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started < "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started < "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started < "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started < "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started <= "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started <= "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started <= "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started <= "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started > "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started > "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started > "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started > "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started >= "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started >= "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started >= "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started >= "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started like "2006-01-01T00:00:01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started like "2006-01-31")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started like "2006-01")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started like "2006")
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started in ("2006-01-01T00:00:01"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started in ("2006-01-31","2006-01"))
last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active = "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active = "2006-02-01T00:00:01") or ($author = "yuriy")
(last-active = "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active = "2006-02-01T00:00:01") or ($author < "yuriy")
(last-active = "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active = "2006-02-01T00:00:01") or ($author <= "yuriy")
(last-active = "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active = "2006-02-01T00:00:01") or ($author > "yuriy")
(last-active = "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active = "2006-02-01T00:00:01") or ($author >= "yuriy")
(last-active = "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active = "2006-02-01T00:00:01") or ($author like "yuriy")
(last-active = "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active = "2006-02-01T00:00:01") or ($author in ("yuriy"))
(last-active = "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active = "2006-02-01T00:00:01") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active = "2006-02-01T00:00:01") or (pid = "HelloWorld")
(last-active = "2006-02-01T00:00:01") or (pid < "HelloWorld")
(last-active = "2006-02-01T00:00:01") or (pid <= "HelloWorld")
(last-active = "2006-02-01T00:00:01") or (pid > "HelloWorld")
(last-active = "2006-02-01T00:00:01") or (pid >= "HelloWorld")
(last-active = "2006-02-01T00:00:01") or (pid like "HelloWorld")
(last-active = "2006-02-01T00:00:01") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active = "2006-02-01T00:00:01") or (pid in ("Hello*","Hello*World"))
(last-active = "2006-02-01T00:00:01") or (pid in ("Hello*World"))
(last-active = "2006-02-01T00:00:01") or (iid = "2006")
(last-active = "2006-02-01T00:00:01") or (iid < "2006")
(last-active = "2006-02-01T00:00:01") or (iid <= "2006")
(last-active = "2006-02-01T00:00:01") or (iid > "2006")
(last-active = "2006-02-01T00:00:01") or (iid >= "2006")
(last-active = "2006-02-01T00:00:01") or (iid in ("2006"))
(last-active = "2006-02-01T00:00:01") or (iid in ("2006","20061231"))
(last-active = "2006-02-01T00:00:01") or (status = "active")
(last-active = "2006-02-01T00:00:01") or (status = "suspended")
(last-active = "2006-02-01T00:00:01") or (status = "error")
(last-active = "2006-02-01T00:00:01") or (status = "completed")
(last-active = "2006-02-01T00:00:01") or (status = "terminated")
(last-active = "2006-02-01T00:00:01") or (status = "faulted")
(last-active = "2006-02-01T00:00:01") or (status in ("active","suspended"))
(last-active = "2006-02-01T00:00:01") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active = "2006-02-01T00:00:01") or (started = "2006-01-01T00:00:01")
(last-active = "2006-02-01T00:00:01") or (started = "2006-01-31")
(last-active = "2006-02-01T00:00:01") or (started = "2006-01")
(last-active = "2006-02-01T00:00:01") or (started = "2006")
(last-active = "2006-02-01T00:00:01") or (started < "2006-01-01T00:00:01")
(last-active = "2006-02-01T00:00:01") or (started < "2006-01-31")
(last-active = "2006-02-01T00:00:01") or (started < "2006-01")
(last-active = "2006-02-01T00:00:01") or (started < "2006")
(last-active = "2006-02-01T00:00:01") or (started <= "2006-01-01T00:00:01")
(last-active = "2006-02-01T00:00:01") or (started <= "2006-01-31")
(last-active = "2006-02-01T00:00:01") or (started <= "2006-01")
(last-active = "2006-02-01T00:00:01") or (started <= "2006")
(last-active = "2006-02-01T00:00:01") or (started > "2006-01-01T00:00:01")
(last-active = "2006-02-01T00:00:01") or (started > "2006-01-31")
(last-active = "2006-02-01T00:00:01") or (started > "2006-01")
(last-active = "2006-02-01T00:00:01") or (started > "2006")
(last-active = "2006-02-01T00:00:01") or (started >= "2006-01-01T00:00:01")
(last-active = "2006-02-01T00:00:01") or (started >= "2006-01-31")
(last-active = "2006-02-01T00:00:01") or (started >= "2006-01")
(last-active = "2006-02-01T00:00:01") or (started >= "2006")
(last-active = "2006-02-01T00:00:01") or (started like "2006-01-01T00:00:01")
(last-active = "2006-02-01T00:00:01") or (started like "2006-01-31")
(last-active = "2006-02-01T00:00:01") or (started like "2006-01")
(last-active = "2006-02-01T00:00:01") or (started like "2006")
(last-active = "2006-02-01T00:00:01") or (started in ("2006-01-01T00:00:01"))
(last-active = "2006-02-01T00:00:01") or (started in ("2006-01-31","2006-01"))
(last-active = "2006-02-01T00:00:01") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active = "2006-02-21") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active = "2006-02-21") or ($author = "yuriy")
(last-active = "2006-02-21") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active = "2006-02-21") or ($author < "yuriy")
(last-active = "2006-02-21") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active = "2006-02-21") or ($author <= "yuriy")
(last-active = "2006-02-21") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active = "2006-02-21") or ($author > "yuriy")
(last-active = "2006-02-21") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active = "2006-02-21") or ($author >= "yuriy")
(last-active = "2006-02-21") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active = "2006-02-21") or ($author like "yuriy")
(last-active = "2006-02-21") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active = "2006-02-21") or ($author in ("yuriy"))
(last-active = "2006-02-21") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active = "2006-02-21") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active = "2006-02-21") or (pid = "HelloWorld")
(last-active = "2006-02-21") or (pid < "HelloWorld")
(last-active = "2006-02-21") or (pid <= "HelloWorld")
(last-active = "2006-02-21") or (pid > "HelloWorld")
(last-active = "2006-02-21") or (pid >= "HelloWorld")
(last-active = "2006-02-21") or (pid like "HelloWorld")
(last-active = "2006-02-21") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active = "2006-02-21") or (pid in ("Hello*","Hello*World"))
(last-active = "2006-02-21") or (pid in ("Hello*World"))
(last-active = "2006-02-21") or (iid = "2006")
(last-active = "2006-02-21") or (iid < "2006")
(last-active = "2006-02-21") or (iid <= "2006")
(last-active = "2006-02-21") or (iid > "2006")
(last-active = "2006-02-21") or (iid >= "2006")
(last-active = "2006-02-21") or (iid in ("2006"))
(last-active = "2006-02-21") or (iid in ("2006","20061231"))
(last-active = "2006-02-21") or (status = "active")
(last-active = "2006-02-21") or (status = "suspended")
(last-active = "2006-02-21") or (status = "error")
(last-active = "2006-02-21") or (status = "completed")
(last-active = "2006-02-21") or (status = "terminated")
(last-active = "2006-02-21") or (status = "faulted")
(last-active = "2006-02-21") or (status in ("active","suspended"))
(last-active = "2006-02-21") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active = "2006-02-21") or (started = "2006-01-01T00:00:01")
(last-active = "2006-02-21") or (started = "2006-01-31")
(last-active = "2006-02-21") or (started = "2006-01")
(last-active = "2006-02-21") or (started = "2006")
(last-active = "2006-02-21") or (started < "2006-01-01T00:00:01")
(last-active = "2006-02-21") or (started < "2006-01-31")
(last-active = "2006-02-21") or (started < "2006-01")
(last-active = "2006-02-21") or (started < "2006")
(last-active = "2006-02-21") or (started <= "2006-01-01T00:00:01")
(last-active = "2006-02-21") or (started <= "2006-01-31")
(last-active = "2006-02-21") or (started <= "2006-01")
(last-active = "2006-02-21") or (started <= "2006")
(last-active = "2006-02-21") or (started > "2006-01-01T00:00:01")
(last-active = "2006-02-21") or (started > "2006-01-31")
(last-active = "2006-02-21") or (started > "2006-01")
(last-active = "2006-02-21") or (started > "2006")
(last-active = "2006-02-21") or (started >= "2006-01-01T00:00:01")
(last-active = "2006-02-21") or (started >= "2006-01-31")
(last-active = "2006-02-21") or (started >= "2006-01")
(last-active = "2006-02-21") or (started >= "2006")
(last-active = "2006-02-21") or (started like "2006-01-01T00:00:01")
(last-active = "2006-02-21") or (started like "2006-01-31")
(last-active = "2006-02-21") or (started like "2006-01")
(last-active = "2006-02-21") or (started like "2006")
(last-active = "2006-02-21") or (started in ("2006-01-01T00:00:01"))
(last-active = "2006-02-21") or (started in ("2006-01-31","2006-01"))
(last-active = "2006-02-21") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active = "2006-02") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active = "2006-02") or ($author = "yuriy")
(last-active = "2006-02") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active = "2006-02") or ($author < "yuriy")
(last-active = "2006-02") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active = "2006-02") or ($author <= "yuriy")
(last-active = "2006-02") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active = "2006-02") or ($author > "yuriy")
(last-active = "2006-02") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active = "2006-02") or ($author >= "yuriy")
(last-active = "2006-02") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active = "2006-02") or ($author like "yuriy")
(last-active = "2006-02") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active = "2006-02") or ($author in ("yuriy"))
(last-active = "2006-02") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active = "2006-02") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active = "2006-02") or (pid = "HelloWorld")
(last-active = "2006-02") or (pid < "HelloWorld")
(last-active = "2006-02") or (pid <= "HelloWorld")
(last-active = "2006-02") or (pid > "HelloWorld")
(last-active = "2006-02") or (pid >= "HelloWorld")
(last-active = "2006-02") or (pid like "HelloWorld")
(last-active = "2006-02") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active = "2006-02") or (pid in ("Hello*","Hello*World"))
(last-active = "2006-02") or (pid in ("Hello*World"))
(last-active = "2006-02") or (iid = "2006")
(last-active = "2006-02") or (iid < "2006")
(last-active = "2006-02") or (iid <= "2006")
(last-active = "2006-02") or (iid > "2006")
(last-active = "2006-02") or (iid >= "2006")
(last-active = "2006-02") or (iid in ("2006"))
(last-active = "2006-02") or (iid in ("2006","20061231"))
(last-active = "2006-02") or (status = "active")
(last-active = "2006-02") or (status = "suspended")
(last-active = "2006-02") or (status = "error")
(last-active = "2006-02") or (status = "completed")
(last-active = "2006-02") or (status = "terminated")
(last-active = "2006-02") or (status = "faulted")
(last-active = "2006-02") or (status in ("active","suspended"))
(last-active = "2006-02") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active = "2006-02") or (started = "2006-01-01T00:00:01")
(last-active = "2006-02") or (started = "2006-01-31")
(last-active = "2006-02") or (started = "2006-01")
(last-active = "2006-02") or (started = "2006")
(last-active = "2006-02") or (started < "2006-01-01T00:00:01")
(last-active = "2006-02") or (started < "2006-01-31")
(last-active = "2006-02") or (started < "2006-01")
(last-active = "2006-02") or (started < "2006")
(last-active = "2006-02") or (started <= "2006-01-01T00:00:01")
(last-active = "2006-02") or (started <= "2006-01-31")
(last-active = "2006-02") or (started <= "2006-01")
(last-active = "2006-02") or (started <= "2006")
(last-active = "2006-02") or (started > "2006-01-01T00:00:01")
(last-active = "2006-02") or (started > "2006-01-31")
(last-active = "2006-02") or (started > "2006-01")
(last-active = "2006-02") or (started > "2006")
(last-active = "2006-02") or (started >= "2006-01-01T00:00:01")
(last-active = "2006-02") or (started >= "2006-01-31")
(last-active = "2006-02") or (started >= "2006-01")
(last-active = "2006-02") or (started >= "2006")
(last-active = "2006-02") or (started like "2006-01-01T00:00:01")
(last-active = "2006-02") or (started like "2006-01-31")
(last-active = "2006-02") or (started like "2006-01")
(last-active = "2006-02") or (started like "2006")
(last-active = "2006-02") or (started in ("2006-01-01T00:00:01"))
(last-active = "2006-02") or (started in ("2006-01-31","2006-01"))
(last-active = "2006-02") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active = "2006") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active = "2006") or ($author = "yuriy")
(last-active = "2006") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active = "2006") or ($author < "yuriy")
(last-active = "2006") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active = "2006") or ($author <= "yuriy")
(last-active = "2006") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active = "2006") or ($author > "yuriy")
(last-active = "2006") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active = "2006") or ($author >= "yuriy")
(last-active = "2006") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active = "2006") or ($author like "yuriy")
(last-active = "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active = "2006") or ($author in ("yuriy"))
(last-active = "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active = "2006") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active = "2006") or (pid = "HelloWorld")
(last-active = "2006") or (pid < "HelloWorld")
(last-active = "2006") or (pid <= "HelloWorld")
(last-active = "2006") or (pid > "HelloWorld")
(last-active = "2006") or (pid >= "HelloWorld")
(last-active = "2006") or (pid like "HelloWorld")
(last-active = "2006") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active = "2006") or (pid in ("Hello*","Hello*World"))
(last-active = "2006") or (pid in ("Hello*World"))
(last-active = "2006") or (iid = "2006")
(last-active = "2006") or (iid < "2006")
(last-active = "2006") or (iid <= "2006")
(last-active = "2006") or (iid > "2006")
(last-active = "2006") or (iid >= "2006")
(last-active = "2006") or (iid in ("2006"))
(last-active = "2006") or (iid in ("2006","20061231"))
(last-active = "2006") or (status = "active")
(last-active = "2006") or (status = "suspended")
(last-active = "2006") or (status = "error")
(last-active = "2006") or (status = "completed")
(last-active = "2006") or (status = "terminated")
(last-active = "2006") or (status = "faulted")
(last-active = "2006") or (status in ("active","suspended"))
(last-active = "2006") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active = "2006") or (started = "2006-01-01T00:00:01")
(last-active = "2006") or (started = "2006-01-31")
(last-active = "2006") or (started = "2006-01")
(last-active = "2006") or (started = "2006")
(last-active = "2006") or (started < "2006-01-01T00:00:01")
(last-active = "2006") or (started < "2006-01-31")
(last-active = "2006") or (started < "2006-01")
(last-active = "2006") or (started < "2006")
(last-active = "2006") or (started <= "2006-01-01T00:00:01")
(last-active = "2006") or (started <= "2006-01-31")
(last-active = "2006") or (started <= "2006-01")
(last-active = "2006") or (started <= "2006")
(last-active = "2006") or (started > "2006-01-01T00:00:01")
(last-active = "2006") or (started > "2006-01-31")
(last-active = "2006") or (started > "2006-01")
(last-active = "2006") or (started > "2006")
(last-active = "2006") or (started >= "2006-01-01T00:00:01")
(last-active = "2006") or (started >= "2006-01-31")
(last-active = "2006") or (started >= "2006-01")
(last-active = "2006") or (started >= "2006")
(last-active = "2006") or (started like "2006-01-01T00:00:01")
(last-active = "2006") or (started like "2006-01-31")
(last-active = "2006") or (started like "2006-01")
(last-active = "2006") or (started like "2006")
(last-active = "2006") or (started in ("2006-01-01T00:00:01"))
(last-active = "2006") or (started in ("2006-01-31","2006-01"))
(last-active = "2006") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active < "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active < "2006-02-01T00:00:01") or ($author = "yuriy")
(last-active < "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active < "2006-02-01T00:00:01") or ($author < "yuriy")
(last-active < "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active < "2006-02-01T00:00:01") or ($author <= "yuriy")
(last-active < "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active < "2006-02-01T00:00:01") or ($author > "yuriy")
(last-active < "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active < "2006-02-01T00:00:01") or ($author >= "yuriy")
(last-active < "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active < "2006-02-01T00:00:01") or ($author like "yuriy")
(last-active < "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active < "2006-02-01T00:00:01") or ($author in ("yuriy"))
(last-active < "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active < "2006-02-01T00:00:01") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active < "2006-02-01T00:00:01") or (pid = "HelloWorld")
(last-active < "2006-02-01T00:00:01") or (pid < "HelloWorld")
(last-active < "2006-02-01T00:00:01") or (pid <= "HelloWorld")
(last-active < "2006-02-01T00:00:01") or (pid > "HelloWorld")
(last-active < "2006-02-01T00:00:01") or (pid >= "HelloWorld")
(last-active < "2006-02-01T00:00:01") or (pid like "HelloWorld")
(last-active < "2006-02-01T00:00:01") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active < "2006-02-01T00:00:01") or (pid in ("Hello*","Hello*World"))
(last-active < "2006-02-01T00:00:01") or (pid in ("Hello*World"))
(last-active < "2006-02-01T00:00:01") or (iid = "2006")
(last-active < "2006-02-01T00:00:01") or (iid < "2006")
(last-active < "2006-02-01T00:00:01") or (iid <= "2006")
(last-active < "2006-02-01T00:00:01") or (iid > "2006")
(last-active < "2006-02-01T00:00:01") or (iid >= "2006")
(last-active < "2006-02-01T00:00:01") or (iid in ("2006"))
(last-active < "2006-02-01T00:00:01") or (iid in ("2006","20061231"))
(last-active < "2006-02-01T00:00:01") or (status = "active")
(last-active < "2006-02-01T00:00:01") or (status = "suspended")
(last-active < "2006-02-01T00:00:01") or (status = "error")
(last-active < "2006-02-01T00:00:01") or (status = "completed")
(last-active < "2006-02-01T00:00:01") or (status = "terminated")
(last-active < "2006-02-01T00:00:01") or (status = "faulted")
(last-active < "2006-02-01T00:00:01") or (status in ("active","suspended"))
(last-active < "2006-02-01T00:00:01") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active < "2006-02-01T00:00:01") or (started = "2006-01-01T00:00:01")
(last-active < "2006-02-01T00:00:01") or (started = "2006-01-31")
(last-active < "2006-02-01T00:00:01") or (started = "2006-01")
(last-active < "2006-02-01T00:00:01") or (started = "2006")
(last-active < "2006-02-01T00:00:01") or (started < "2006-01-01T00:00:01")
(last-active < "2006-02-01T00:00:01") or (started < "2006-01-31")
(last-active < "2006-02-01T00:00:01") or (started < "2006-01")
(last-active < "2006-02-01T00:00:01") or (started < "2006")
(last-active < "2006-02-01T00:00:01") or (started <= "2006-01-01T00:00:01")
(last-active < "2006-02-01T00:00:01") or (started <= "2006-01-31")
(last-active < "2006-02-01T00:00:01") or (started <= "2006-01")
(last-active < "2006-02-01T00:00:01") or (started <= "2006")
(last-active < "2006-02-01T00:00:01") or (started > "2006-01-01T00:00:01")
(last-active < "2006-02-01T00:00:01") or (started > "2006-01-31")
(last-active < "2006-02-01T00:00:01") or (started > "2006-01")
(last-active < "2006-02-01T00:00:01") or (started > "2006")
(last-active < "2006-02-01T00:00:01") or (started >= "2006-01-01T00:00:01")
(last-active < "2006-02-01T00:00:01") or (started >= "2006-01-31")
(last-active < "2006-02-01T00:00:01") or (started >= "2006-01")
(last-active < "2006-02-01T00:00:01") or (started >= "2006")
(last-active < "2006-02-01T00:00:01") or (started like "2006-01-01T00:00:01")
(last-active < "2006-02-01T00:00:01") or (started like "2006-01-31")
(last-active < "2006-02-01T00:00:01") or (started like "2006-01")
(last-active < "2006-02-01T00:00:01") or (started like "2006")
(last-active < "2006-02-01T00:00:01") or (started in ("2006-01-01T00:00:01"))
(last-active < "2006-02-01T00:00:01") or (started in ("2006-01-31","2006-01"))
(last-active < "2006-02-01T00:00:01") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active < "2006-02-21") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active < "2006-02-21") or ($author = "yuriy")
(last-active < "2006-02-21") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active < "2006-02-21") or ($author < "yuriy")
(last-active < "2006-02-21") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active < "2006-02-21") or ($author <= "yuriy")
(last-active < "2006-02-21") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active < "2006-02-21") or ($author > "yuriy")
(last-active < "2006-02-21") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active < "2006-02-21") or ($author >= "yuriy")
(last-active < "2006-02-21") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active < "2006-02-21") or ($author like "yuriy")
(last-active < "2006-02-21") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active < "2006-02-21") or ($author in ("yuriy"))
(last-active < "2006-02-21") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active < "2006-02-21") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active < "2006-02-21") or (pid = "HelloWorld")
(last-active < "2006-02-21") or (pid < "HelloWorld")
(last-active < "2006-02-21") or (pid <= "HelloWorld")
(last-active < "2006-02-21") or (pid > "HelloWorld")
(last-active < "2006-02-21") or (pid >= "HelloWorld")
(last-active < "2006-02-21") or (pid like "HelloWorld")
(last-active < "2006-02-21") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active < "2006-02-21") or (pid in ("Hello*","Hello*World"))
(last-active < "2006-02-21") or (pid in ("Hello*World"))
(last-active < "2006-02-21") or (iid = "2006")
(last-active < "2006-02-21") or (iid < "2006")
(last-active < "2006-02-21") or (iid <= "2006")
(last-active < "2006-02-21") or (iid > "2006")
(last-active < "2006-02-21") or (iid >= "2006")
(last-active < "2006-02-21") or (iid in ("2006"))
(last-active < "2006-02-21") or (iid in ("2006","20061231"))
(last-active < "2006-02-21") or (status = "active")
(last-active < "2006-02-21") or (status = "suspended")
(last-active < "2006-02-21") or (status = "error")
(last-active < "2006-02-21") or (status = "completed")
(last-active < "2006-02-21") or (status = "terminated")
(last-active < "2006-02-21") or (status = "faulted")
(last-active < "2006-02-21") or (status in ("active","suspended"))
(last-active < "2006-02-21") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active < "2006-02-21") or (started = "2006-01-01T00:00:01")
(last-active < "2006-02-21") or (started = "2006-01-31")
(last-active < "2006-02-21") or (started = "2006-01")
(last-active < "2006-02-21") or (started = "2006")
(last-active < "2006-02-21") or (started < "2006-01-01T00:00:01")
(last-active < "2006-02-21") or (started < "2006-01-31")
(last-active < "2006-02-21") or (started < "2006-01")
(last-active < "2006-02-21") or (started < "2006")
(last-active < "2006-02-21") or (started <= "2006-01-01T00:00:01")
(last-active < "2006-02-21") or (started <= "2006-01-31")
(last-active < "2006-02-21") or (started <= "2006-01")
(last-active < "2006-02-21") or (started <= "2006")
(last-active < "2006-02-21") or (started > "2006-01-01T00:00:01")
(last-active < "2006-02-21") or (started > "2006-01-31")
(last-active < "2006-02-21") or (started > "2006-01")
(last-active < "2006-02-21") or (started > "2006")
(last-active < "2006-02-21") or (started >= "2006-01-01T00:00:01")
(last-active < "2006-02-21") or (started >= "2006-01-31")
(last-active < "2006-02-21") or (started >= "2006-01")
(last-active < "2006-02-21") or (started >= "2006")
(last-active < "2006-02-21") or (started like "2006-01-01T00:00:01")
(last-active < "2006-02-21") or (started like "2006-01-31")
(last-active < "2006-02-21") or (started like "2006-01")
(last-active < "2006-02-21") or (started like "2006")
(last-active < "2006-02-21") or (started in ("2006-01-01T00:00:01"))
(last-active < "2006-02-21") or (started in ("2006-01-31","2006-01"))
(last-active < "2006-02-21") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active < "2006-02") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active < "2006-02") or ($author = "yuriy")
(last-active < "2006-02") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active < "2006-02") or ($author < "yuriy")
(last-active < "2006-02") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active < "2006-02") or ($author <= "yuriy")
(last-active < "2006-02") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active < "2006-02") or ($author > "yuriy")
(last-active < "2006-02") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active < "2006-02") or ($author >= "yuriy")
(last-active < "2006-02") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active < "2006-02") or ($author like "yuriy")
(last-active < "2006-02") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active < "2006-02") or ($author in ("yuriy"))
(last-active < "2006-02") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active < "2006-02") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active < "2006-02") or (pid = "HelloWorld")
(last-active < "2006-02") or (pid < "HelloWorld")
(last-active < "2006-02") or (pid <= "HelloWorld")
(last-active < "2006-02") or (pid > "HelloWorld")
(last-active < "2006-02") or (pid >= "HelloWorld")
(last-active < "2006-02") or (pid like "HelloWorld")
(last-active < "2006-02") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active < "2006-02") or (pid in ("Hello*","Hello*World"))
(last-active < "2006-02") or (pid in ("Hello*World"))
(last-active < "2006-02") or (iid = "2006")
(last-active < "2006-02") or (iid < "2006")
(last-active < "2006-02") or (iid <= "2006")
(last-active < "2006-02") or (iid > "2006")
(last-active < "2006-02") or (iid >= "2006")
(last-active < "2006-02") or (iid in ("2006"))
(last-active < "2006-02") or (iid in ("2006","20061231"))
(last-active < "2006-02") or (status = "active")
(last-active < "2006-02") or (status = "suspended")
(last-active < "2006-02") or (status = "error")
(last-active < "2006-02") or (status = "completed")
(last-active < "2006-02") or (status = "terminated")
(last-active < "2006-02") or (status = "faulted")
(last-active < "2006-02") or (status in ("active","suspended"))
(last-active < "2006-02") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active < "2006-02") or (started = "2006-01-01T00:00:01")
(last-active < "2006-02") or (started = "2006-01-31")
(last-active < "2006-02") or (started = "2006-01")
(last-active < "2006-02") or (started = "2006")
(last-active < "2006-02") or (started < "2006-01-01T00:00:01")
(last-active < "2006-02") or (started < "2006-01-31")
(last-active < "2006-02") or (started < "2006-01")
(last-active < "2006-02") or (started < "2006")
(last-active < "2006-02") or (started <= "2006-01-01T00:00:01")
(last-active < "2006-02") or (started <= "2006-01-31")
(last-active < "2006-02") or (started <= "2006-01")
(last-active < "2006-02") or (started <= "2006")
(last-active < "2006-02") or (started > "2006-01-01T00:00:01")
(last-active < "2006-02") or (started > "2006-01-31")
(last-active < "2006-02") or (started > "2006-01")
(last-active < "2006-02") or (started > "2006")
(last-active < "2006-02") or (started >= "2006-01-01T00:00:01")
(last-active < "2006-02") or (started >= "2006-01-31")
(last-active < "2006-02") or (started >= "2006-01")
(last-active < "2006-02") or (started >= "2006")
(last-active < "2006-02") or (started like "2006-01-01T00:00:01")
(last-active < "2006-02") or (started like "2006-01-31")
(last-active < "2006-02") or (started like "2006-01")
(last-active < "2006-02") or (started like "2006")
(last-active < "2006-02") or (started in ("2006-01-01T00:00:01"))
(last-active < "2006-02") or (started in ("2006-01-31","2006-01"))
(last-active < "2006-02") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active < "2006") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active < "2006") or ($author = "yuriy")
(last-active < "2006") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active < "2006") or ($author < "yuriy")
(last-active < "2006") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active < "2006") or ($author <= "yuriy")
(last-active < "2006") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active < "2006") or ($author > "yuriy")
(last-active < "2006") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active < "2006") or ($author >= "yuriy")
(last-active < "2006") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active < "2006") or ($author like "yuriy")
(last-active < "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active < "2006") or ($author in ("yuriy"))
(last-active < "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active < "2006") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active < "2006") or (pid = "HelloWorld")
(last-active < "2006") or (pid < "HelloWorld")
(last-active < "2006") or (pid <= "HelloWorld")
(last-active < "2006") or (pid > "HelloWorld")
(last-active < "2006") or (pid >= "HelloWorld")
(last-active < "2006") or (pid like "HelloWorld")
(last-active < "2006") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active < "2006") or (pid in ("Hello*","Hello*World"))
(last-active < "2006") or (pid in ("Hello*World"))
(last-active < "2006") or (iid = "2006")
(last-active < "2006") or (iid < "2006")
(last-active < "2006") or (iid <= "2006")
(last-active < "2006") or (iid > "2006")
(last-active < "2006") or (iid >= "2006")
(last-active < "2006") or (iid in ("2006"))
(last-active < "2006") or (iid in ("2006","20061231"))
(last-active < "2006") or (status = "active")
(last-active < "2006") or (status = "suspended")
(last-active < "2006") or (status = "error")
(last-active < "2006") or (status = "completed")
(last-active < "2006") or (status = "terminated")
(last-active < "2006") or (status = "faulted")
(last-active < "2006") or (status in ("active","suspended"))
(last-active < "2006") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active < "2006") or (started = "2006-01-01T00:00:01")
(last-active < "2006") or (started = "2006-01-31")
(last-active < "2006") or (started = "2006-01")
(last-active < "2006") or (started = "2006")
(last-active < "2006") or (started < "2006-01-01T00:00:01")
(last-active < "2006") or (started < "2006-01-31")
(last-active < "2006") or (started < "2006-01")
(last-active < "2006") or (started < "2006")
(last-active < "2006") or (started <= "2006-01-01T00:00:01")
(last-active < "2006") or (started <= "2006-01-31")
(last-active < "2006") or (started <= "2006-01")
(last-active < "2006") or (started <= "2006")
(last-active < "2006") or (started > "2006-01-01T00:00:01")
(last-active < "2006") or (started > "2006-01-31")
(last-active < "2006") or (started > "2006-01")
(last-active < "2006") or (started > "2006")
(last-active < "2006") or (started >= "2006-01-01T00:00:01")
(last-active < "2006") or (started >= "2006-01-31")
(last-active < "2006") or (started >= "2006-01")
(last-active < "2006") or (started >= "2006")
(last-active < "2006") or (started like "2006-01-01T00:00:01")
(last-active < "2006") or (started like "2006-01-31")
(last-active < "2006") or (started like "2006-01")
(last-active < "2006") or (started like "2006")
(last-active < "2006") or (started in ("2006-01-01T00:00:01"))
(last-active < "2006") or (started in ("2006-01-31","2006-01"))
(last-active < "2006") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active <= "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active <= "2006-02-01T00:00:01") or ($author = "yuriy")
(last-active <= "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active <= "2006-02-01T00:00:01") or ($author < "yuriy")
(last-active <= "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active <= "2006-02-01T00:00:01") or ($author <= "yuriy")
(last-active <= "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active <= "2006-02-01T00:00:01") or ($author > "yuriy")
(last-active <= "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active <= "2006-02-01T00:00:01") or ($author >= "yuriy")
(last-active <= "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active <= "2006-02-01T00:00:01") or ($author like "yuriy")
(last-active <= "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active <= "2006-02-01T00:00:01") or ($author in ("yuriy"))
(last-active <= "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active <= "2006-02-01T00:00:01") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active <= "2006-02-01T00:00:01") or (pid = "HelloWorld")
(last-active <= "2006-02-01T00:00:01") or (pid < "HelloWorld")
(last-active <= "2006-02-01T00:00:01") or (pid <= "HelloWorld")
(last-active <= "2006-02-01T00:00:01") or (pid > "HelloWorld")
(last-active <= "2006-02-01T00:00:01") or (pid >= "HelloWorld")
(last-active <= "2006-02-01T00:00:01") or (pid like "HelloWorld")
(last-active <= "2006-02-01T00:00:01") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active <= "2006-02-01T00:00:01") or (pid in ("Hello*","Hello*World"))
(last-active <= "2006-02-01T00:00:01") or (pid in ("Hello*World"))
(last-active <= "2006-02-01T00:00:01") or (iid = "2006")
(last-active <= "2006-02-01T00:00:01") or (iid < "2006")
(last-active <= "2006-02-01T00:00:01") or (iid <= "2006")
(last-active <= "2006-02-01T00:00:01") or (iid > "2006")
(last-active <= "2006-02-01T00:00:01") or (iid >= "2006")
(last-active <= "2006-02-01T00:00:01") or (iid in ("2006"))
(last-active <= "2006-02-01T00:00:01") or (iid in ("2006","20061231"))
(last-active <= "2006-02-01T00:00:01") or (status = "active")
(last-active <= "2006-02-01T00:00:01") or (status = "suspended")
(last-active <= "2006-02-01T00:00:01") or (status = "error")
(last-active <= "2006-02-01T00:00:01") or (status = "completed")
(last-active <= "2006-02-01T00:00:01") or (status = "terminated")
(last-active <= "2006-02-01T00:00:01") or (status = "faulted")
(last-active <= "2006-02-01T00:00:01") or (status in ("active","suspended"))
(last-active <= "2006-02-01T00:00:01") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active <= "2006-02-01T00:00:01") or (started = "2006-01-01T00:00:01")
(last-active <= "2006-02-01T00:00:01") or (started = "2006-01-31")
(last-active <= "2006-02-01T00:00:01") or (started = "2006-01")
(last-active <= "2006-02-01T00:00:01") or (started = "2006")
(last-active <= "2006-02-01T00:00:01") or (started < "2006-01-01T00:00:01")
(last-active <= "2006-02-01T00:00:01") or (started < "2006-01-31")
(last-active <= "2006-02-01T00:00:01") or (started < "2006-01")
(last-active <= "2006-02-01T00:00:01") or (started < "2006")
(last-active <= "2006-02-01T00:00:01") or (started <= "2006-01-01T00:00:01")
(last-active <= "2006-02-01T00:00:01") or (started <= "2006-01-31")
(last-active <= "2006-02-01T00:00:01") or (started <= "2006-01")
(last-active <= "2006-02-01T00:00:01") or (started <= "2006")
(last-active <= "2006-02-01T00:00:01") or (started > "2006-01-01T00:00:01")
(last-active <= "2006-02-01T00:00:01") or (started > "2006-01-31")
(last-active <= "2006-02-01T00:00:01") or (started > "2006-01")
(last-active <= "2006-02-01T00:00:01") or (started > "2006")
(last-active <= "2006-02-01T00:00:01") or (started >= "2006-01-01T00:00:01")
(last-active <= "2006-02-01T00:00:01") or (started >= "2006-01-31")
(last-active <= "2006-02-01T00:00:01") or (started >= "2006-01")
(last-active <= "2006-02-01T00:00:01") or (started >= "2006")
(last-active <= "2006-02-01T00:00:01") or (started like "2006-01-01T00:00:01")
(last-active <= "2006-02-01T00:00:01") or (started like "2006-01-31")
(last-active <= "2006-02-01T00:00:01") or (started like "2006-01")
(last-active <= "2006-02-01T00:00:01") or (started like "2006")
(last-active <= "2006-02-01T00:00:01") or (started in ("2006-01-01T00:00:01"))
(last-active <= "2006-02-01T00:00:01") or (started in ("2006-01-31","2006-01"))
(last-active <= "2006-02-01T00:00:01") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active <= "2006-02-21") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active <= "2006-02-21") or ($author = "yuriy")
(last-active <= "2006-02-21") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active <= "2006-02-21") or ($author < "yuriy")
(last-active <= "2006-02-21") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active <= "2006-02-21") or ($author <= "yuriy")
(last-active <= "2006-02-21") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active <= "2006-02-21") or ($author > "yuriy")
(last-active <= "2006-02-21") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active <= "2006-02-21") or ($author >= "yuriy")
(last-active <= "2006-02-21") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active <= "2006-02-21") or ($author like "yuriy")
(last-active <= "2006-02-21") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active <= "2006-02-21") or ($author in ("yuriy"))
(last-active <= "2006-02-21") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active <= "2006-02-21") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active <= "2006-02-21") or (pid = "HelloWorld")
(last-active <= "2006-02-21") or (pid < "HelloWorld")
(last-active <= "2006-02-21") or (pid <= "HelloWorld")
(last-active <= "2006-02-21") or (pid > "HelloWorld")
(last-active <= "2006-02-21") or (pid >= "HelloWorld")
(last-active <= "2006-02-21") or (pid like "HelloWorld")
(last-active <= "2006-02-21") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active <= "2006-02-21") or (pid in ("Hello*","Hello*World"))
(last-active <= "2006-02-21") or (pid in ("Hello*World"))
(last-active <= "2006-02-21") or (iid = "2006")
(last-active <= "2006-02-21") or (iid < "2006")
(last-active <= "2006-02-21") or (iid <= "2006")
(last-active <= "2006-02-21") or (iid > "2006")
(last-active <= "2006-02-21") or (iid >= "2006")
(last-active <= "2006-02-21") or (iid in ("2006"))
(last-active <= "2006-02-21") or (iid in ("2006","20061231"))
(last-active <= "2006-02-21") or (status = "active")
(last-active <= "2006-02-21") or (status = "suspended")
(last-active <= "2006-02-21") or (status = "error")
(last-active <= "2006-02-21") or (status = "completed")
(last-active <= "2006-02-21") or (status = "terminated")
(last-active <= "2006-02-21") or (status = "faulted")
(last-active <= "2006-02-21") or (status in ("active","suspended"))
(last-active <= "2006-02-21") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active <= "2006-02-21") or (started = "2006-01-01T00:00:01")
(last-active <= "2006-02-21") or (started = "2006-01-31")
(last-active <= "2006-02-21") or (started = "2006-01")
(last-active <= "2006-02-21") or (started = "2006")
(last-active <= "2006-02-21") or (started < "2006-01-01T00:00:01")
(last-active <= "2006-02-21") or (started < "2006-01-31")
(last-active <= "2006-02-21") or (started < "2006-01")
(last-active <= "2006-02-21") or (started < "2006")
(last-active <= "2006-02-21") or (started <= "2006-01-01T00:00:01")
(last-active <= "2006-02-21") or (started <= "2006-01-31")
(last-active <= "2006-02-21") or (started <= "2006-01")
(last-active <= "2006-02-21") or (started <= "2006")
(last-active <= "2006-02-21") or (started > "2006-01-01T00:00:01")
(last-active <= "2006-02-21") or (started > "2006-01-31")
(last-active <= "2006-02-21") or (started > "2006-01")
(last-active <= "2006-02-21") or (started > "2006")
(last-active <= "2006-02-21") or (started >= "2006-01-01T00:00:01")
(last-active <= "2006-02-21") or (started >= "2006-01-31")
(last-active <= "2006-02-21") or (started >= "2006-01")
(last-active <= "2006-02-21") or (started >= "2006")
(last-active <= "2006-02-21") or (started like "2006-01-01T00:00:01")
(last-active <= "2006-02-21") or (started like "2006-01-31")
(last-active <= "2006-02-21") or (started like "2006-01")
(last-active <= "2006-02-21") or (started like "2006")
(last-active <= "2006-02-21") or (started in ("2006-01-01T00:00:01"))
(last-active <= "2006-02-21") or (started in ("2006-01-31","2006-01"))
(last-active <= "2006-02-21") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active <= "2006-02") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active <= "2006-02") or ($author = "yuriy")
(last-active <= "2006-02") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active <= "2006-02") or ($author < "yuriy")
(last-active <= "2006-02") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active <= "2006-02") or ($author <= "yuriy")
(last-active <= "2006-02") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active <= "2006-02") or ($author > "yuriy")
(last-active <= "2006-02") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active <= "2006-02") or ($author >= "yuriy")
(last-active <= "2006-02") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active <= "2006-02") or ($author like "yuriy")
(last-active <= "2006-02") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active <= "2006-02") or ($author in ("yuriy"))
(last-active <= "2006-02") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active <= "2006-02") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active <= "2006-02") or (pid = "HelloWorld")
(last-active <= "2006-02") or (pid < "HelloWorld")
(last-active <= "2006-02") or (pid <= "HelloWorld")
(last-active <= "2006-02") or (pid > "HelloWorld")
(last-active <= "2006-02") or (pid >= "HelloWorld")
(last-active <= "2006-02") or (pid like "HelloWorld")
(last-active <= "2006-02") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active <= "2006-02") or (pid in ("Hello*","Hello*World"))
(last-active <= "2006-02") or (pid in ("Hello*World"))
(last-active <= "2006-02") or (iid = "2006")
(last-active <= "2006-02") or (iid < "2006")
(last-active <= "2006-02") or (iid <= "2006")
(last-active <= "2006-02") or (iid > "2006")
(last-active <= "2006-02") or (iid >= "2006")
(last-active <= "2006-02") or (iid in ("2006"))
(last-active <= "2006-02") or (iid in ("2006","20061231"))
(last-active <= "2006-02") or (status = "active")
(last-active <= "2006-02") or (status = "suspended")
(last-active <= "2006-02") or (status = "error")
(last-active <= "2006-02") or (status = "completed")
(last-active <= "2006-02") or (status = "terminated")
(last-active <= "2006-02") or (status = "faulted")
(last-active <= "2006-02") or (status in ("active","suspended"))
(last-active <= "2006-02") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active <= "2006-02") or (started = "2006-01-01T00:00:01")
(last-active <= "2006-02") or (started = "2006-01-31")
(last-active <= "2006-02") or (started = "2006-01")
(last-active <= "2006-02") or (started = "2006")
(last-active <= "2006-02") or (started < "2006-01-01T00:00:01")
(last-active <= "2006-02") or (started < "2006-01-31")
(last-active <= "2006-02") or (started < "2006-01")
(last-active <= "2006-02") or (started < "2006")
(last-active <= "2006-02") or (started <= "2006-01-01T00:00:01")
(last-active <= "2006-02") or (started <= "2006-01-31")
(last-active <= "2006-02") or (started <= "2006-01")
(last-active <= "2006-02") or (started <= "2006")
(last-active <= "2006-02") or (started > "2006-01-01T00:00:01")
(last-active <= "2006-02") or (started > "2006-01-31")
(last-active <= "2006-02") or (started > "2006-01")
(last-active <= "2006-02") or (started > "2006")
(last-active <= "2006-02") or (started >= "2006-01-01T00:00:01")
(last-active <= "2006-02") or (started >= "2006-01-31")
(last-active <= "2006-02") or (started >= "2006-01")
(last-active <= "2006-02") or (started >= "2006")
(last-active <= "2006-02") or (started like "2006-01-01T00:00:01")
(last-active <= "2006-02") or (started like "2006-01-31")
(last-active <= "2006-02") or (started like "2006-01")
(last-active <= "2006-02") or (started like "2006")
(last-active <= "2006-02") or (started in ("2006-01-01T00:00:01"))
(last-active <= "2006-02") or (started in ("2006-01-31","2006-01"))
(last-active <= "2006-02") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active <= "2006") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active <= "2006") or ($author = "yuriy")
(last-active <= "2006") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active <= "2006") or ($author < "yuriy")
(last-active <= "2006") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active <= "2006") or ($author <= "yuriy")
(last-active <= "2006") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active <= "2006") or ($author > "yuriy")
(last-active <= "2006") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active <= "2006") or ($author >= "yuriy")
(last-active <= "2006") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active <= "2006") or ($author like "yuriy")
(last-active <= "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active <= "2006") or ($author in ("yuriy"))
(last-active <= "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active <= "2006") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active <= "2006") or (pid = "HelloWorld")
(last-active <= "2006") or (pid < "HelloWorld")
(last-active <= "2006") or (pid <= "HelloWorld")
(last-active <= "2006") or (pid > "HelloWorld")
(last-active <= "2006") or (pid >= "HelloWorld")
(last-active <= "2006") or (pid like "HelloWorld")
(last-active <= "2006") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active <= "2006") or (pid in ("Hello*","Hello*World"))
(last-active <= "2006") or (pid in ("Hello*World"))
(last-active <= "2006") or (iid = "2006")
(last-active <= "2006") or (iid < "2006")
(last-active <= "2006") or (iid <= "2006")
(last-active <= "2006") or (iid > "2006")
(last-active <= "2006") or (iid >= "2006")
(last-active <= "2006") or (iid in ("2006"))
(last-active <= "2006") or (iid in ("2006","20061231"))
(last-active <= "2006") or (status = "active")
(last-active <= "2006") or (status = "suspended")
(last-active <= "2006") or (status = "error")
(last-active <= "2006") or (status = "completed")
(last-active <= "2006") or (status = "terminated")
(last-active <= "2006") or (status = "faulted")
(last-active <= "2006") or (status in ("active","suspended"))
(last-active <= "2006") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active <= "2006") or (started = "2006-01-01T00:00:01")
(last-active <= "2006") or (started = "2006-01-31")
(last-active <= "2006") or (started = "2006-01")
(last-active <= "2006") or (started = "2006")
(last-active <= "2006") or (started < "2006-01-01T00:00:01")
(last-active <= "2006") or (started < "2006-01-31")
(last-active <= "2006") or (started < "2006-01")
(last-active <= "2006") or (started < "2006")
(last-active <= "2006") or (started <= "2006-01-01T00:00:01")
(last-active <= "2006") or (started <= "2006-01-31")
(last-active <= "2006") or (started <= "2006-01")
(last-active <= "2006") or (started <= "2006")
(last-active <= "2006") or (started > "2006-01-01T00:00:01")
(last-active <= "2006") or (started > "2006-01-31")
(last-active <= "2006") or (started > "2006-01")
(last-active <= "2006") or (started > "2006")
(last-active <= "2006") or (started >= "2006-01-01T00:00:01")
(last-active <= "2006") or (started >= "2006-01-31")
(last-active <= "2006") or (started >= "2006-01")
(last-active <= "2006") or (started >= "2006")
(last-active <= "2006") or (started like "2006-01-01T00:00:01")
(last-active <= "2006") or (started like "2006-01-31")
(last-active <= "2006") or (started like "2006-01")
(last-active <= "2006") or (started like "2006")
(last-active <= "2006") or (started in ("2006-01-01T00:00:01"))
(last-active <= "2006") or (started in ("2006-01-31","2006-01"))
(last-active <= "2006") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active > "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active > "2006-02-01T00:00:01") or ($author = "yuriy")
(last-active > "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active > "2006-02-01T00:00:01") or ($author < "yuriy")
(last-active > "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active > "2006-02-01T00:00:01") or ($author <= "yuriy")
(last-active > "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active > "2006-02-01T00:00:01") or ($author > "yuriy")
(last-active > "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active > "2006-02-01T00:00:01") or ($author >= "yuriy")
(last-active > "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active > "2006-02-01T00:00:01") or ($author like "yuriy")
(last-active > "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active > "2006-02-01T00:00:01") or ($author in ("yuriy"))
(last-active > "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active > "2006-02-01T00:00:01") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active > "2006-02-01T00:00:01") or (pid = "HelloWorld")
(last-active > "2006-02-01T00:00:01") or (pid < "HelloWorld")
(last-active > "2006-02-01T00:00:01") or (pid <= "HelloWorld")
(last-active > "2006-02-01T00:00:01") or (pid > "HelloWorld")
(last-active > "2006-02-01T00:00:01") or (pid >= "HelloWorld")
(last-active > "2006-02-01T00:00:01") or (pid like "HelloWorld")
(last-active > "2006-02-01T00:00:01") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active > "2006-02-01T00:00:01") or (pid in ("Hello*","Hello*World"))
(last-active > "2006-02-01T00:00:01") or (pid in ("Hello*World"))
(last-active > "2006-02-01T00:00:01") or (iid = "2006")
(last-active > "2006-02-01T00:00:01") or (iid < "2006")
(last-active > "2006-02-01T00:00:01") or (iid <= "2006")
(last-active > "2006-02-01T00:00:01") or (iid > "2006")
(last-active > "2006-02-01T00:00:01") or (iid >= "2006")
(last-active > "2006-02-01T00:00:01") or (iid in ("2006"))
(last-active > "2006-02-01T00:00:01") or (iid in ("2006","20061231"))
(last-active > "2006-02-01T00:00:01") or (status = "active")
(last-active > "2006-02-01T00:00:01") or (status = "suspended")
(last-active > "2006-02-01T00:00:01") or (status = "error")
(last-active > "2006-02-01T00:00:01") or (status = "completed")
(last-active > "2006-02-01T00:00:01") or (status = "terminated")
(last-active > "2006-02-01T00:00:01") or (status = "faulted")
(last-active > "2006-02-01T00:00:01") or (status in ("active","suspended"))
(last-active > "2006-02-01T00:00:01") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active > "2006-02-01T00:00:01") or (started = "2006-01-01T00:00:01")
(last-active > "2006-02-01T00:00:01") or (started = "2006-01-31")
(last-active > "2006-02-01T00:00:01") or (started = "2006-01")
(last-active > "2006-02-01T00:00:01") or (started = "2006")
(last-active > "2006-02-01T00:00:01") or (started < "2006-01-01T00:00:01")
(last-active > "2006-02-01T00:00:01") or (started < "2006-01-31")
(last-active > "2006-02-01T00:00:01") or (started < "2006-01")
(last-active > "2006-02-01T00:00:01") or (started < "2006")
(last-active > "2006-02-01T00:00:01") or (started <= "2006-01-01T00:00:01")
(last-active > "2006-02-01T00:00:01") or (started <= "2006-01-31")
(last-active > "2006-02-01T00:00:01") or (started <= "2006-01")
(last-active > "2006-02-01T00:00:01") or (started <= "2006")
(last-active > "2006-02-01T00:00:01") or (started > "2006-01-01T00:00:01")
(last-active > "2006-02-01T00:00:01") or (started > "2006-01-31")
(last-active > "2006-02-01T00:00:01") or (started > "2006-01")
(last-active > "2006-02-01T00:00:01") or (started > "2006")
(last-active > "2006-02-01T00:00:01") or (started >= "2006-01-01T00:00:01")
(last-active > "2006-02-01T00:00:01") or (started >= "2006-01-31")
(last-active > "2006-02-01T00:00:01") or (started >= "2006-01")
(last-active > "2006-02-01T00:00:01") or (started >= "2006")
(last-active > "2006-02-01T00:00:01") or (started like "2006-01-01T00:00:01")
(last-active > "2006-02-01T00:00:01") or (started like "2006-01-31")
(last-active > "2006-02-01T00:00:01") or (started like "2006-01")
(last-active > "2006-02-01T00:00:01") or (started like "2006")
(last-active > "2006-02-01T00:00:01") or (started in ("2006-01-01T00:00:01"))
(last-active > "2006-02-01T00:00:01") or (started in ("2006-01-31","2006-01"))
(last-active > "2006-02-01T00:00:01") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active > "2006-02-21") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active > "2006-02-21") or ($author = "yuriy")
(last-active > "2006-02-21") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active > "2006-02-21") or ($author < "yuriy")
(last-active > "2006-02-21") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active > "2006-02-21") or ($author <= "yuriy")
(last-active > "2006-02-21") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active > "2006-02-21") or ($author > "yuriy")
(last-active > "2006-02-21") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active > "2006-02-21") or ($author >= "yuriy")
(last-active > "2006-02-21") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active > "2006-02-21") or ($author like "yuriy")
(last-active > "2006-02-21") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active > "2006-02-21") or ($author in ("yuriy"))
(last-active > "2006-02-21") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active > "2006-02-21") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active > "2006-02-21") or (pid = "HelloWorld")
(last-active > "2006-02-21") or (pid < "HelloWorld")
(last-active > "2006-02-21") or (pid <= "HelloWorld")
(last-active > "2006-02-21") or (pid > "HelloWorld")
(last-active > "2006-02-21") or (pid >= "HelloWorld")
(last-active > "2006-02-21") or (pid like "HelloWorld")
(last-active > "2006-02-21") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active > "2006-02-21") or (pid in ("Hello*","Hello*World"))
(last-active > "2006-02-21") or (pid in ("Hello*World"))
(last-active > "2006-02-21") or (iid = "2006")
(last-active > "2006-02-21") or (iid < "2006")
(last-active > "2006-02-21") or (iid <= "2006")
(last-active > "2006-02-21") or (iid > "2006")
(last-active > "2006-02-21") or (iid >= "2006")
(last-active > "2006-02-21") or (iid in ("2006"))
(last-active > "2006-02-21") or (iid in ("2006","20061231"))
(last-active > "2006-02-21") or (status = "active")
(last-active > "2006-02-21") or (status = "suspended")
(last-active > "2006-02-21") or (status = "error")
(last-active > "2006-02-21") or (status = "completed")
(last-active > "2006-02-21") or (status = "terminated")
(last-active > "2006-02-21") or (status = "faulted")
(last-active > "2006-02-21") or (status in ("active","suspended"))
(last-active > "2006-02-21") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active > "2006-02-21") or (started = "2006-01-01T00:00:01")
(last-active > "2006-02-21") or (started = "2006-01-31")
(last-active > "2006-02-21") or (started = "2006-01")
(last-active > "2006-02-21") or (started = "2006")
(last-active > "2006-02-21") or (started < "2006-01-01T00:00:01")
(last-active > "2006-02-21") or (started < "2006-01-31")
(last-active > "2006-02-21") or (started < "2006-01")
(last-active > "2006-02-21") or (started < "2006")
(last-active > "2006-02-21") or (started <= "2006-01-01T00:00:01")
(last-active > "2006-02-21") or (started <= "2006-01-31")
(last-active > "2006-02-21") or (started <= "2006-01")
(last-active > "2006-02-21") or (started <= "2006")
(last-active > "2006-02-21") or (started > "2006-01-01T00:00:01")
(last-active > "2006-02-21") or (started > "2006-01-31")
(last-active > "2006-02-21") or (started > "2006-01")
(last-active > "2006-02-21") or (started > "2006")
(last-active > "2006-02-21") or (started >= "2006-01-01T00:00:01")
(last-active > "2006-02-21") or (started >= "2006-01-31")
(last-active > "2006-02-21") or (started >= "2006-01")
(last-active > "2006-02-21") or (started >= "2006")
(last-active > "2006-02-21") or (started like "2006-01-01T00:00:01")
(last-active > "2006-02-21") or (started like "2006-01-31")
(last-active > "2006-02-21") or (started like "2006-01")
(last-active > "2006-02-21") or (started like "2006")
(last-active > "2006-02-21") or (started in ("2006-01-01T00:00:01"))
(last-active > "2006-02-21") or (started in ("2006-01-31","2006-01"))
(last-active > "2006-02-21") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active > "2006-02") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active > "2006-02") or ($author = "yuriy")
(last-active > "2006-02") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active > "2006-02") or ($author < "yuriy")
(last-active > "2006-02") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active > "2006-02") or ($author <= "yuriy")
(last-active > "2006-02") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active > "2006-02") or ($author > "yuriy")
(last-active > "2006-02") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active > "2006-02") or ($author >= "yuriy")
(last-active > "2006-02") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active > "2006-02") or ($author like "yuriy")
(last-active > "2006-02") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active > "2006-02") or ($author in ("yuriy"))
(last-active > "2006-02") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active > "2006-02") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active > "2006-02") or (pid = "HelloWorld")
(last-active > "2006-02") or (pid < "HelloWorld")
(last-active > "2006-02") or (pid <= "HelloWorld")
(last-active > "2006-02") or (pid > "HelloWorld")
(last-active > "2006-02") or (pid >= "HelloWorld")
(last-active > "2006-02") or (pid like "HelloWorld")
(last-active > "2006-02") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active > "2006-02") or (pid in ("Hello*","Hello*World"))
(last-active > "2006-02") or (pid in ("Hello*World"))
(last-active > "2006-02") or (iid = "2006")
(last-active > "2006-02") or (iid < "2006")
(last-active > "2006-02") or (iid <= "2006")
(last-active > "2006-02") or (iid > "2006")
(last-active > "2006-02") or (iid >= "2006")
(last-active > "2006-02") or (iid in ("2006"))
(last-active > "2006-02") or (iid in ("2006","20061231"))
(last-active > "2006-02") or (status = "active")
(last-active > "2006-02") or (status = "suspended")
(last-active > "2006-02") or (status = "error")
(last-active > "2006-02") or (status = "completed")
(last-active > "2006-02") or (status = "terminated")
(last-active > "2006-02") or (status = "faulted")
(last-active > "2006-02") or (status in ("active","suspended"))
(last-active > "2006-02") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active > "2006-02") or (started = "2006-01-01T00:00:01")
(last-active > "2006-02") or (started = "2006-01-31")
(last-active > "2006-02") or (started = "2006-01")
(last-active > "2006-02") or (started = "2006")
(last-active > "2006-02") or (started < "2006-01-01T00:00:01")
(last-active > "2006-02") or (started < "2006-01-31")
(last-active > "2006-02") or (started < "2006-01")
(last-active > "2006-02") or (started < "2006")
(last-active > "2006-02") or (started <= "2006-01-01T00:00:01")
(last-active > "2006-02") or (started <= "2006-01-31")
(last-active > "2006-02") or (started <= "2006-01")
(last-active > "2006-02") or (started <= "2006")
(last-active > "2006-02") or (started > "2006-01-01T00:00:01")
(last-active > "2006-02") or (started > "2006-01-31")
(last-active > "2006-02") or (started > "2006-01")
(last-active > "2006-02") or (started > "2006")
(last-active > "2006-02") or (started >= "2006-01-01T00:00:01")
(last-active > "2006-02") or (started >= "2006-01-31")
(last-active > "2006-02") or (started >= "2006-01")
(last-active > "2006-02") or (started >= "2006")
(last-active > "2006-02") or (started like "2006-01-01T00:00:01")
(last-active > "2006-02") or (started like "2006-01-31")
(last-active > "2006-02") or (started like "2006-01")
(last-active > "2006-02") or (started like "2006")
(last-active > "2006-02") or (started in ("2006-01-01T00:00:01"))
(last-active > "2006-02") or (started in ("2006-01-31","2006-01"))
(last-active > "2006-02") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active > "2006") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active > "2006") or ($author = "yuriy")
(last-active > "2006") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active > "2006") or ($author < "yuriy")
(last-active > "2006") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active > "2006") or ($author <= "yuriy")
(last-active > "2006") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active > "2006") or ($author > "yuriy")
(last-active > "2006") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active > "2006") or ($author >= "yuriy")
(last-active > "2006") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active > "2006") or ($author like "yuriy")
(last-active > "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active > "2006") or ($author in ("yuriy"))
(last-active > "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active > "2006") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active > "2006") or (pid = "HelloWorld")
(last-active > "2006") or (pid < "HelloWorld")
(last-active > "2006") or (pid <= "HelloWorld")
(last-active > "2006") or (pid > "HelloWorld")
(last-active > "2006") or (pid >= "HelloWorld")
(last-active > "2006") or (pid like "HelloWorld")
(last-active > "2006") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active > "2006") or (pid in ("Hello*","Hello*World"))
(last-active > "2006") or (pid in ("Hello*World"))
(last-active > "2006") or (iid = "2006")
(last-active > "2006") or (iid < "2006")
(last-active > "2006") or (iid <= "2006")
(last-active > "2006") or (iid > "2006")
(last-active > "2006") or (iid >= "2006")
(last-active > "2006") or (iid in ("2006"))
(last-active > "2006") or (iid in ("2006","20061231"))
(last-active > "2006") or (status = "active")
(last-active > "2006") or (status = "suspended")
(last-active > "2006") or (status = "error")
(last-active > "2006") or (status = "completed")
(last-active > "2006") or (status = "terminated")
(last-active > "2006") or (status = "faulted")
(last-active > "2006") or (status in ("active","suspended"))
(last-active > "2006") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active > "2006") or (started = "2006-01-01T00:00:01")
(last-active > "2006") or (started = "2006-01-31")
(last-active > "2006") or (started = "2006-01")
(last-active > "2006") or (started = "2006")
(last-active > "2006") or (started < "2006-01-01T00:00:01")
(last-active > "2006") or (started < "2006-01-31")
(last-active > "2006") or (started < "2006-01")
(last-active > "2006") or (started < "2006")
(last-active > "2006") or (started <= "2006-01-01T00:00:01")
(last-active > "2006") or (started <= "2006-01-31")
(last-active > "2006") or (started <= "2006-01")
(last-active > "2006") or (started <= "2006")
(last-active > "2006") or (started > "2006-01-01T00:00:01")
(last-active > "2006") or (started > "2006-01-31")
(last-active > "2006") or (started > "2006-01")
(last-active > "2006") or (started > "2006")
(last-active > "2006") or (started >= "2006-01-01T00:00:01")
(last-active > "2006") or (started >= "2006-01-31")
(last-active > "2006") or (started >= "2006-01")
(last-active > "2006") or (started >= "2006")
(last-active > "2006") or (started like "2006-01-01T00:00:01")
(last-active > "2006") or (started like "2006-01-31")
(last-active > "2006") or (started like "2006-01")
(last-active > "2006") or (started like "2006")
(last-active > "2006") or (started in ("2006-01-01T00:00:01"))
(last-active > "2006") or (started in ("2006-01-31","2006-01"))
(last-active > "2006") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active >= "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active >= "2006-02-01T00:00:01") or ($author = "yuriy")
(last-active >= "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active >= "2006-02-01T00:00:01") or ($author < "yuriy")
(last-active >= "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active >= "2006-02-01T00:00:01") or ($author <= "yuriy")
(last-active >= "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active >= "2006-02-01T00:00:01") or ($author > "yuriy")
(last-active >= "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active >= "2006-02-01T00:00:01") or ($author >= "yuriy")
(last-active >= "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active >= "2006-02-01T00:00:01") or ($author like "yuriy")
(last-active >= "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active >= "2006-02-01T00:00:01") or ($author in ("yuriy"))
(last-active >= "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active >= "2006-02-01T00:00:01") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active >= "2006-02-01T00:00:01") or (pid = "HelloWorld")
(last-active >= "2006-02-01T00:00:01") or (pid < "HelloWorld")
(last-active >= "2006-02-01T00:00:01") or (pid <= "HelloWorld")
(last-active >= "2006-02-01T00:00:01") or (pid > "HelloWorld")
(last-active >= "2006-02-01T00:00:01") or (pid >= "HelloWorld")
(last-active >= "2006-02-01T00:00:01") or (pid like "HelloWorld")
(last-active >= "2006-02-01T00:00:01") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active >= "2006-02-01T00:00:01") or (pid in ("Hello*","Hello*World"))
(last-active >= "2006-02-01T00:00:01") or (pid in ("Hello*World"))
(last-active >= "2006-02-01T00:00:01") or (iid = "2006")
(last-active >= "2006-02-01T00:00:01") or (iid < "2006")
(last-active >= "2006-02-01T00:00:01") or (iid <= "2006")
(last-active >= "2006-02-01T00:00:01") or (iid > "2006")
(last-active >= "2006-02-01T00:00:01") or (iid >= "2006")
(last-active >= "2006-02-01T00:00:01") or (iid in ("2006"))
(last-active >= "2006-02-01T00:00:01") or (iid in ("2006","20061231"))
(last-active >= "2006-02-01T00:00:01") or (status = "active")
(last-active >= "2006-02-01T00:00:01") or (status = "suspended")
(last-active >= "2006-02-01T00:00:01") or (status = "error")
(last-active >= "2006-02-01T00:00:01") or (status = "completed")
(last-active >= "2006-02-01T00:00:01") or (status = "terminated")
(last-active >= "2006-02-01T00:00:01") or (status = "faulted")
(last-active >= "2006-02-01T00:00:01") or (status in ("active","suspended"))
(last-active >= "2006-02-01T00:00:01") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active >= "2006-02-01T00:00:01") or (started = "2006-01-01T00:00:01")
(last-active >= "2006-02-01T00:00:01") or (started = "2006-01-31")
(last-active >= "2006-02-01T00:00:01") or (started = "2006-01")
(last-active >= "2006-02-01T00:00:01") or (started = "2006")
(last-active >= "2006-02-01T00:00:01") or (started < "2006-01-01T00:00:01")
(last-active >= "2006-02-01T00:00:01") or (started < "2006-01-31")
(last-active >= "2006-02-01T00:00:01") or (started < "2006-01")
(last-active >= "2006-02-01T00:00:01") or (started < "2006")
(last-active >= "2006-02-01T00:00:01") or (started <= "2006-01-01T00:00:01")
(last-active >= "2006-02-01T00:00:01") or (started <= "2006-01-31")
(last-active >= "2006-02-01T00:00:01") or (started <= "2006-01")
(last-active >= "2006-02-01T00:00:01") or (started <= "2006")
(last-active >= "2006-02-01T00:00:01") or (started > "2006-01-01T00:00:01")
(last-active >= "2006-02-01T00:00:01") or (started > "2006-01-31")
(last-active >= "2006-02-01T00:00:01") or (started > "2006-01")
(last-active >= "2006-02-01T00:00:01") or (started > "2006")
(last-active >= "2006-02-01T00:00:01") or (started >= "2006-01-01T00:00:01")
(last-active >= "2006-02-01T00:00:01") or (started >= "2006-01-31")
(last-active >= "2006-02-01T00:00:01") or (started >= "2006-01")
(last-active >= "2006-02-01T00:00:01") or (started >= "2006")
(last-active >= "2006-02-01T00:00:01") or (started like "2006-01-01T00:00:01")
(last-active >= "2006-02-01T00:00:01") or (started like "2006-01-31")
(last-active >= "2006-02-01T00:00:01") or (started like "2006-01")
(last-active >= "2006-02-01T00:00:01") or (started like "2006")
(last-active >= "2006-02-01T00:00:01") or (started in ("2006-01-01T00:00:01"))
(last-active >= "2006-02-01T00:00:01") or (started in ("2006-01-31","2006-01"))
(last-active >= "2006-02-01T00:00:01") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active >= "2006-02-21") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active >= "2006-02-21") or ($author = "yuriy")
(last-active >= "2006-02-21") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active >= "2006-02-21") or ($author < "yuriy")
(last-active >= "2006-02-21") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active >= "2006-02-21") or ($author <= "yuriy")
(last-active >= "2006-02-21") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active >= "2006-02-21") or ($author > "yuriy")
(last-active >= "2006-02-21") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active >= "2006-02-21") or ($author >= "yuriy")
(last-active >= "2006-02-21") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active >= "2006-02-21") or ($author like "yuriy")
(last-active >= "2006-02-21") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active >= "2006-02-21") or ($author in ("yuriy"))
(last-active >= "2006-02-21") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active >= "2006-02-21") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active >= "2006-02-21") or (pid = "HelloWorld")
(last-active >= "2006-02-21") or (pid < "HelloWorld")
(last-active >= "2006-02-21") or (pid <= "HelloWorld")
(last-active >= "2006-02-21") or (pid > "HelloWorld")
(last-active >= "2006-02-21") or (pid >= "HelloWorld")
(last-active >= "2006-02-21") or (pid like "HelloWorld")
(last-active >= "2006-02-21") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active >= "2006-02-21") or (pid in ("Hello*","Hello*World"))
(last-active >= "2006-02-21") or (pid in ("Hello*World"))
(last-active >= "2006-02-21") or (iid = "2006")
(last-active >= "2006-02-21") or (iid < "2006")
(last-active >= "2006-02-21") or (iid <= "2006")
(last-active >= "2006-02-21") or (iid > "2006")
(last-active >= "2006-02-21") or (iid >= "2006")
(last-active >= "2006-02-21") or (iid in ("2006"))
(last-active >= "2006-02-21") or (iid in ("2006","20061231"))
(last-active >= "2006-02-21") or (status = "active")
(last-active >= "2006-02-21") or (status = "suspended")
(last-active >= "2006-02-21") or (status = "error")
(last-active >= "2006-02-21") or (status = "completed")
(last-active >= "2006-02-21") or (status = "terminated")
(last-active >= "2006-02-21") or (status = "faulted")
(last-active >= "2006-02-21") or (status in ("active","suspended"))
(last-active >= "2006-02-21") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active >= "2006-02-21") or (started = "2006-01-01T00:00:01")
(last-active >= "2006-02-21") or (started = "2006-01-31")
(last-active >= "2006-02-21") or (started = "2006-01")
(last-active >= "2006-02-21") or (started = "2006")
(last-active >= "2006-02-21") or (started < "2006-01-01T00:00:01")
(last-active >= "2006-02-21") or (started < "2006-01-31")
(last-active >= "2006-02-21") or (started < "2006-01")
(last-active >= "2006-02-21") or (started < "2006")
(last-active >= "2006-02-21") or (started <= "2006-01-01T00:00:01")
(last-active >= "2006-02-21") or (started <= "2006-01-31")
(last-active >= "2006-02-21") or (started <= "2006-01")
(last-active >= "2006-02-21") or (started <= "2006")
(last-active >= "2006-02-21") or (started > "2006-01-01T00:00:01")
(last-active >= "2006-02-21") or (started > "2006-01-31")
(last-active >= "2006-02-21") or (started > "2006-01")
(last-active >= "2006-02-21") or (started > "2006")
(last-active >= "2006-02-21") or (started >= "2006-01-01T00:00:01")
(last-active >= "2006-02-21") or (started >= "2006-01-31")
(last-active >= "2006-02-21") or (started >= "2006-01")
(last-active >= "2006-02-21") or (started >= "2006")
(last-active >= "2006-02-21") or (started like "2006-01-01T00:00:01")
(last-active >= "2006-02-21") or (started like "2006-01-31")
(last-active >= "2006-02-21") or (started like "2006-01")
(last-active >= "2006-02-21") or (started like "2006")
(last-active >= "2006-02-21") or (started in ("2006-01-01T00:00:01"))
(last-active >= "2006-02-21") or (started in ("2006-01-31","2006-01"))
(last-active >= "2006-02-21") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active >= "2006-02") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active >= "2006-02") or ($author = "yuriy")
(last-active >= "2006-02") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active >= "2006-02") or ($author < "yuriy")
(last-active >= "2006-02") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active >= "2006-02") or ($author <= "yuriy")
(last-active >= "2006-02") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active >= "2006-02") or ($author > "yuriy")
(last-active >= "2006-02") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active >= "2006-02") or ($author >= "yuriy")
(last-active >= "2006-02") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active >= "2006-02") or ($author like "yuriy")
(last-active >= "2006-02") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active >= "2006-02") or ($author in ("yuriy"))
(last-active >= "2006-02") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active >= "2006-02") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active >= "2006-02") or (pid = "HelloWorld")
(last-active >= "2006-02") or (pid < "HelloWorld")
(last-active >= "2006-02") or (pid <= "HelloWorld")
(last-active >= "2006-02") or (pid > "HelloWorld")
(last-active >= "2006-02") or (pid >= "HelloWorld")
(last-active >= "2006-02") or (pid like "HelloWorld")
(last-active >= "2006-02") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active >= "2006-02") or (pid in ("Hello*","Hello*World"))
(last-active >= "2006-02") or (pid in ("Hello*World"))
(last-active >= "2006-02") or (iid = "2006")
(last-active >= "2006-02") or (iid < "2006")
(last-active >= "2006-02") or (iid <= "2006")
(last-active >= "2006-02") or (iid > "2006")
(last-active >= "2006-02") or (iid >= "2006")
(last-active >= "2006-02") or (iid in ("2006"))
(last-active >= "2006-02") or (iid in ("2006","20061231"))
(last-active >= "2006-02") or (status = "active")
(last-active >= "2006-02") or (status = "suspended")
(last-active >= "2006-02") or (status = "error")
(last-active >= "2006-02") or (status = "completed")
(last-active >= "2006-02") or (status = "terminated")
(last-active >= "2006-02") or (status = "faulted")
(last-active >= "2006-02") or (status in ("active","suspended"))
(last-active >= "2006-02") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active >= "2006-02") or (started = "2006-01-01T00:00:01")
(last-active >= "2006-02") or (started = "2006-01-31")
(last-active >= "2006-02") or (started = "2006-01")
(last-active >= "2006-02") or (started = "2006")
(last-active >= "2006-02") or (started < "2006-01-01T00:00:01")
(last-active >= "2006-02") or (started < "2006-01-31")
(last-active >= "2006-02") or (started < "2006-01")
(last-active >= "2006-02") or (started < "2006")
(last-active >= "2006-02") or (started <= "2006-01-01T00:00:01")
(last-active >= "2006-02") or (started <= "2006-01-31")
(last-active >= "2006-02") or (started <= "2006-01")
(last-active >= "2006-02") or (started <= "2006")
(last-active >= "2006-02") or (started > "2006-01-01T00:00:01")
(last-active >= "2006-02") or (started > "2006-01-31")
(last-active >= "2006-02") or (started > "2006-01")
(last-active >= "2006-02") or (started > "2006")
(last-active >= "2006-02") or (started >= "2006-01-01T00:00:01")
(last-active >= "2006-02") or (started >= "2006-01-31")
(last-active >= "2006-02") or (started >= "2006-01")
(last-active >= "2006-02") or (started >= "2006")
(last-active >= "2006-02") or (started like "2006-01-01T00:00:01")
(last-active >= "2006-02") or (started like "2006-01-31")
(last-active >= "2006-02") or (started like "2006-01")
(last-active >= "2006-02") or (started like "2006")
(last-active >= "2006-02") or (started in ("2006-01-01T00:00:01"))
(last-active >= "2006-02") or (started in ("2006-01-31","2006-01"))
(last-active >= "2006-02") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active >= "2006") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active >= "2006") or ($author = "yuriy")
(last-active >= "2006") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active >= "2006") or ($author < "yuriy")
(last-active >= "2006") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active >= "2006") or ($author <= "yuriy")
(last-active >= "2006") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active >= "2006") or ($author > "yuriy")
(last-active >= "2006") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active >= "2006") or ($author >= "yuriy")
(last-active >= "2006") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active >= "2006") or ($author like "yuriy")
(last-active >= "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active >= "2006") or ($author in ("yuriy"))
(last-active >= "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active >= "2006") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active >= "2006") or (pid = "HelloWorld")
(last-active >= "2006") or (pid < "HelloWorld")
(last-active >= "2006") or (pid <= "HelloWorld")
(last-active >= "2006") or (pid > "HelloWorld")
(last-active >= "2006") or (pid >= "HelloWorld")
(last-active >= "2006") or (pid like "HelloWorld")
(last-active >= "2006") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active >= "2006") or (pid in ("Hello*","Hello*World"))
(last-active >= "2006") or (pid in ("Hello*World"))
(last-active >= "2006") or (iid = "2006")
(last-active >= "2006") or (iid < "2006")
(last-active >= "2006") or (iid <= "2006")
(last-active >= "2006") or (iid > "2006")
(last-active >= "2006") or (iid >= "2006")
(last-active >= "2006") or (iid in ("2006"))
(last-active >= "2006") or (iid in ("2006","20061231"))
(last-active >= "2006") or (status = "active")
(last-active >= "2006") or (status = "suspended")
(last-active >= "2006") or (status = "error")
(last-active >= "2006") or (status = "completed")
(last-active >= "2006") or (status = "terminated")
(last-active >= "2006") or (status = "faulted")
(last-active >= "2006") or (status in ("active","suspended"))
(last-active >= "2006") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active >= "2006") or (started = "2006-01-01T00:00:01")
(last-active >= "2006") or (started = "2006-01-31")
(last-active >= "2006") or (started = "2006-01")
(last-active >= "2006") or (started = "2006")
(last-active >= "2006") or (started < "2006-01-01T00:00:01")
(last-active >= "2006") or (started < "2006-01-31")
(last-active >= "2006") or (started < "2006-01")
(last-active >= "2006") or (started < "2006")
(last-active >= "2006") or (started <= "2006-01-01T00:00:01")
(last-active >= "2006") or (started <= "2006-01-31")
(last-active >= "2006") or (started <= "2006-01")
(last-active >= "2006") or (started <= "2006")
(last-active >= "2006") or (started > "2006-01-01T00:00:01")
(last-active >= "2006") or (started > "2006-01-31")
(last-active >= "2006") or (started > "2006-01")
(last-active >= "2006") or (started > "2006")
(last-active >= "2006") or (started >= "2006-01-01T00:00:01")
(last-active >= "2006") or (started >= "2006-01-31")
(last-active >= "2006") or (started >= "2006-01")
(last-active >= "2006") or (started >= "2006")
(last-active >= "2006") or (started like "2006-01-01T00:00:01")
(last-active >= "2006") or (started like "2006-01-31")
(last-active >= "2006") or (started like "2006-01")
(last-active >= "2006") or (started like "2006")
(last-active >= "2006") or (started in ("2006-01-01T00:00:01"))
(last-active >= "2006") or (started in ("2006-01-31","2006-01"))
(last-active >= "2006") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active like "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active like "2006-02-01T00:00:01") or ($author = "yuriy")
(last-active like "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active like "2006-02-01T00:00:01") or ($author < "yuriy")
(last-active like "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active like "2006-02-01T00:00:01") or ($author <= "yuriy")
(last-active like "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active like "2006-02-01T00:00:01") or ($author > "yuriy")
(last-active like "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active like "2006-02-01T00:00:01") or ($author >= "yuriy")
(last-active like "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active like "2006-02-01T00:00:01") or ($author like "yuriy")
(last-active like "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active like "2006-02-01T00:00:01") or ($author in ("yuriy"))
(last-active like "2006-02-01T00:00:01") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active like "2006-02-01T00:00:01") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active like "2006-02-01T00:00:01") or (pid = "HelloWorld")
(last-active like "2006-02-01T00:00:01") or (pid < "HelloWorld")
(last-active like "2006-02-01T00:00:01") or (pid <= "HelloWorld")
(last-active like "2006-02-01T00:00:01") or (pid > "HelloWorld")
(last-active like "2006-02-01T00:00:01") or (pid >= "HelloWorld")
(last-active like "2006-02-01T00:00:01") or (pid like "HelloWorld")
(last-active like "2006-02-01T00:00:01") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active like "2006-02-01T00:00:01") or (pid in ("Hello*","Hello*World"))
(last-active like "2006-02-01T00:00:01") or (pid in ("Hello*World"))
(last-active like "2006-02-01T00:00:01") or (iid = "2006")
(last-active like "2006-02-01T00:00:01") or (iid < "2006")
(last-active like "2006-02-01T00:00:01") or (iid <= "2006")
(last-active like "2006-02-01T00:00:01") or (iid > "2006")
(last-active like "2006-02-01T00:00:01") or (iid >= "2006")
(last-active like "2006-02-01T00:00:01") or (iid in ("2006"))
(last-active like "2006-02-01T00:00:01") or (iid in ("2006","20061231"))
(last-active like "2006-02-01T00:00:01") or (status = "active")
(last-active like "2006-02-01T00:00:01") or (status = "suspended")
(last-active like "2006-02-01T00:00:01") or (status = "error")
(last-active like "2006-02-01T00:00:01") or (status = "completed")
(last-active like "2006-02-01T00:00:01") or (status = "terminated")
(last-active like "2006-02-01T00:00:01") or (status = "faulted")
(last-active like "2006-02-01T00:00:01") or (status in ("active","suspended"))
(last-active like "2006-02-01T00:00:01") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active like "2006-02-01T00:00:01") or (started = "2006-01-01T00:00:01")
(last-active like "2006-02-01T00:00:01") or (started = "2006-01-31")
(last-active like "2006-02-01T00:00:01") or (started = "2006-01")
(last-active like "2006-02-01T00:00:01") or (started = "2006")
(last-active like "2006-02-01T00:00:01") or (started < "2006-01-01T00:00:01")
(last-active like "2006-02-01T00:00:01") or (started < "2006-01-31")
(last-active like "2006-02-01T00:00:01") or (started < "2006-01")
(last-active like "2006-02-01T00:00:01") or (started < "2006")
(last-active like "2006-02-01T00:00:01") or (started <= "2006-01-01T00:00:01")
(last-active like "2006-02-01T00:00:01") or (started <= "2006-01-31")
(last-active like "2006-02-01T00:00:01") or (started <= "2006-01")
(last-active like "2006-02-01T00:00:01") or (started <= "2006")
(last-active like "2006-02-01T00:00:01") or (started > "2006-01-01T00:00:01")
(last-active like "2006-02-01T00:00:01") or (started > "2006-01-31")
(last-active like "2006-02-01T00:00:01") or (started > "2006-01")
(last-active like "2006-02-01T00:00:01") or (started > "2006")
(last-active like "2006-02-01T00:00:01") or (started >= "2006-01-01T00:00:01")
(last-active like "2006-02-01T00:00:01") or (started >= "2006-01-31")
(last-active like "2006-02-01T00:00:01") or (started >= "2006-01")
(last-active like "2006-02-01T00:00:01") or (started >= "2006")
(last-active like "2006-02-01T00:00:01") or (started like "2006-01-01T00:00:01")
(last-active like "2006-02-01T00:00:01") or (started like "2006-01-31")
(last-active like "2006-02-01T00:00:01") or (started like "2006-01")
(last-active like "2006-02-01T00:00:01") or (started like "2006")
(last-active like "2006-02-01T00:00:01") or (started in ("2006-01-01T00:00:01"))
(last-active like "2006-02-01T00:00:01") or (started in ("2006-01-31","2006-01"))
(last-active like "2006-02-01T00:00:01") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active like "2006-02-21") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active like "2006-02-21") or ($author = "yuriy")
(last-active like "2006-02-21") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active like "2006-02-21") or ($author < "yuriy")
(last-active like "2006-02-21") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active like "2006-02-21") or ($author <= "yuriy")
(last-active like "2006-02-21") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active like "2006-02-21") or ($author > "yuriy")
(last-active like "2006-02-21") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active like "2006-02-21") or ($author >= "yuriy")
(last-active like "2006-02-21") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active like "2006-02-21") or ($author like "yuriy")
(last-active like "2006-02-21") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active like "2006-02-21") or ($author in ("yuriy"))
(last-active like "2006-02-21") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active like "2006-02-21") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active like "2006-02-21") or (pid = "HelloWorld")
(last-active like "2006-02-21") or (pid < "HelloWorld")
(last-active like "2006-02-21") or (pid <= "HelloWorld")
(last-active like "2006-02-21") or (pid > "HelloWorld")
(last-active like "2006-02-21") or (pid >= "HelloWorld")
(last-active like "2006-02-21") or (pid like "HelloWorld")
(last-active like "2006-02-21") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active like "2006-02-21") or (pid in ("Hello*","Hello*World"))
(last-active like "2006-02-21") or (pid in ("Hello*World"))
(last-active like "2006-02-21") or (iid = "2006")
(last-active like "2006-02-21") or (iid < "2006")
(last-active like "2006-02-21") or (iid <= "2006")
(last-active like "2006-02-21") or (iid > "2006")
(last-active like "2006-02-21") or (iid >= "2006")
(last-active like "2006-02-21") or (iid in ("2006"))
(last-active like "2006-02-21") or (iid in ("2006","20061231"))
(last-active like "2006-02-21") or (status = "active")
(last-active like "2006-02-21") or (status = "suspended")
(last-active like "2006-02-21") or (status = "error")
(last-active like "2006-02-21") or (status = "completed")
(last-active like "2006-02-21") or (status = "terminated")
(last-active like "2006-02-21") or (status = "faulted")
(last-active like "2006-02-21") or (status in ("active","suspended"))
(last-active like "2006-02-21") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active like "2006-02-21") or (started = "2006-01-01T00:00:01")
(last-active like "2006-02-21") or (started = "2006-01-31")
(last-active like "2006-02-21") or (started = "2006-01")
(last-active like "2006-02-21") or (started = "2006")
(last-active like "2006-02-21") or (started < "2006-01-01T00:00:01")
(last-active like "2006-02-21") or (started < "2006-01-31")
(last-active like "2006-02-21") or (started < "2006-01")
(last-active like "2006-02-21") or (started < "2006")
(last-active like "2006-02-21") or (started <= "2006-01-01T00:00:01")
(last-active like "2006-02-21") or (started <= "2006-01-31")
(last-active like "2006-02-21") or (started <= "2006-01")
(last-active like "2006-02-21") or (started <= "2006")
(last-active like "2006-02-21") or (started > "2006-01-01T00:00:01")
(last-active like "2006-02-21") or (started > "2006-01-31")
(last-active like "2006-02-21") or (started > "2006-01")
(last-active like "2006-02-21") or (started > "2006")
(last-active like "2006-02-21") or (started >= "2006-01-01T00:00:01")
(last-active like "2006-02-21") or (started >= "2006-01-31")
(last-active like "2006-02-21") or (started >= "2006-01")
(last-active like "2006-02-21") or (started >= "2006")
(last-active like "2006-02-21") or (started like "2006-01-01T00:00:01")
(last-active like "2006-02-21") or (started like "2006-01-31")
(last-active like "2006-02-21") or (started like "2006-01")
(last-active like "2006-02-21") or (started like "2006")
(last-active like "2006-02-21") or (started in ("2006-01-01T00:00:01"))
(last-active like "2006-02-21") or (started in ("2006-01-31","2006-01"))
(last-active like "2006-02-21") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active like "2006-02") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active like "2006-02") or ($author = "yuriy")
(last-active like "2006-02") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active like "2006-02") or ($author < "yuriy")
(last-active like "2006-02") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active like "2006-02") or ($author <= "yuriy")
(last-active like "2006-02") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active like "2006-02") or ($author > "yuriy")
(last-active like "2006-02") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active like "2006-02") or ($author >= "yuriy")
(last-active like "2006-02") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active like "2006-02") or ($author like "yuriy")
(last-active like "2006-02") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active like "2006-02") or ($author in ("yuriy"))
(last-active like "2006-02") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active like "2006-02") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active like "2006-02") or (pid = "HelloWorld")
(last-active like "2006-02") or (pid < "HelloWorld")
(last-active like "2006-02") or (pid <= "HelloWorld")
(last-active like "2006-02") or (pid > "HelloWorld")
(last-active like "2006-02") or (pid >= "HelloWorld")
(last-active like "2006-02") or (pid like "HelloWorld")
(last-active like "2006-02") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active like "2006-02") or (pid in ("Hello*","Hello*World"))
(last-active like "2006-02") or (pid in ("Hello*World"))
(last-active like "2006-02") or (iid = "2006")
(last-active like "2006-02") or (iid < "2006")
(last-active like "2006-02") or (iid <= "2006")
(last-active like "2006-02") or (iid > "2006")
(last-active like "2006-02") or (iid >= "2006")
(last-active like "2006-02") or (iid in ("2006"))
(last-active like "2006-02") or (iid in ("2006","20061231"))
(last-active like "2006-02") or (status = "active")
(last-active like "2006-02") or (status = "suspended")
(last-active like "2006-02") or (status = "error")
(last-active like "2006-02") or (status = "completed")
(last-active like "2006-02") or (status = "terminated")
(last-active like "2006-02") or (status = "faulted")
(last-active like "2006-02") or (status in ("active","suspended"))
(last-active like "2006-02") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active like "2006-02") or (started = "2006-01-01T00:00:01")
(last-active like "2006-02") or (started = "2006-01-31")
(last-active like "2006-02") or (started = "2006-01")
(last-active like "2006-02") or (started = "2006")
(last-active like "2006-02") or (started < "2006-01-01T00:00:01")
(last-active like "2006-02") or (started < "2006-01-31")
(last-active like "2006-02") or (started < "2006-01")
(last-active like "2006-02") or (started < "2006")
(last-active like "2006-02") or (started <= "2006-01-01T00:00:01")
(last-active like "2006-02") or (started <= "2006-01-31")
(last-active like "2006-02") or (started <= "2006-01")
(last-active like "2006-02") or (started <= "2006")
(last-active like "2006-02") or (started > "2006-01-01T00:00:01")
(last-active like "2006-02") or (started > "2006-01-31")
(last-active like "2006-02") or (started > "2006-01")
(last-active like "2006-02") or (started > "2006")
(last-active like "2006-02") or (started >= "2006-01-01T00:00:01")
(last-active like "2006-02") or (started >= "2006-01-31")
(last-active like "2006-02") or (started >= "2006-01")
(last-active like "2006-02") or (started >= "2006")
(last-active like "2006-02") or (started like "2006-01-01T00:00:01")
(last-active like "2006-02") or (started like "2006-01-31")
(last-active like "2006-02") or (started like "2006-01")
(last-active like "2006-02") or (started like "2006")
(last-active like "2006-02") or (started in ("2006-01-01T00:00:01"))
(last-active like "2006-02") or (started in ("2006-01-31","2006-01"))
(last-active like "2006-02") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active like "2006") or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active like "2006") or ($author = "yuriy")
(last-active like "2006") or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active like "2006") or ($author < "yuriy")
(last-active like "2006") or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active like "2006") or ($author <= "yuriy")
(last-active like "2006") or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active like "2006") or ($author > "yuriy")
(last-active like "2006") or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active like "2006") or ($author >= "yuriy")
(last-active like "2006") or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active like "2006") or ($author like "yuriy")
(last-active like "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active like "2006") or ($author in ("yuriy"))
(last-active like "2006") or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active like "2006") or ($author in ("yuriy","kostya","nazar","orest"))
(last-active like "2006") or (pid = "HelloWorld")
(last-active like "2006") or (pid < "HelloWorld")
(last-active like "2006") or (pid <= "HelloWorld")
(last-active like "2006") or (pid > "HelloWorld")
(last-active like "2006") or (pid >= "HelloWorld")
(last-active like "2006") or (pid like "HelloWorld")
(last-active like "2006") or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active like "2006") or (pid in ("Hello*","Hello*World"))
(last-active like "2006") or (pid in ("Hello*World"))
(last-active like "2006") or (iid = "2006")
(last-active like "2006") or (iid < "2006")
(last-active like "2006") or (iid <= "2006")
(last-active like "2006") or (iid > "2006")
(last-active like "2006") or (iid >= "2006")
(last-active like "2006") or (iid in ("2006"))
(last-active like "2006") or (iid in ("2006","20061231"))
(last-active like "2006") or (status = "active")
(last-active like "2006") or (status = "suspended")
(last-active like "2006") or (status = "error")
(last-active like "2006") or (status = "completed")
(last-active like "2006") or (status = "terminated")
(last-active like "2006") or (status = "faulted")
(last-active like "2006") or (status in ("active","suspended"))
(last-active like "2006") or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active like "2006") or (started = "2006-01-01T00:00:01")
(last-active like "2006") or (started = "2006-01-31")
(last-active like "2006") or (started = "2006-01")
(last-active like "2006") or (started = "2006")
(last-active like "2006") or (started < "2006-01-01T00:00:01")
(last-active like "2006") or (started < "2006-01-31")
(last-active like "2006") or (started < "2006-01")
(last-active like "2006") or (started < "2006")
(last-active like "2006") or (started <= "2006-01-01T00:00:01")
(last-active like "2006") or (started <= "2006-01-31")
(last-active like "2006") or (started <= "2006-01")
(last-active like "2006") or (started <= "2006")
(last-active like "2006") or (started > "2006-01-01T00:00:01")
(last-active like "2006") or (started > "2006-01-31")
(last-active like "2006") or (started > "2006-01")
(last-active like "2006") or (started > "2006")
(last-active like "2006") or (started >= "2006-01-01T00:00:01")
(last-active like "2006") or (started >= "2006-01-31")
(last-active like "2006") or (started >= "2006-01")
(last-active like "2006") or (started >= "2006")
(last-active like "2006") or (started like "2006-01-01T00:00:01")
(last-active like "2006") or (started like "2006-01-31")
(last-active like "2006") or (started like "2006-01")
(last-active like "2006") or (started like "2006")
(last-active like "2006") or (started in ("2006-01-01T00:00:01"))
(last-active like "2006") or (started in ("2006-01-31","2006-01"))
(last-active like "2006") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active in ("2006-02-01T00:00:01")) or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active in ("2006-02-01T00:00:01")) or ($author = "yuriy")
(last-active in ("2006-02-01T00:00:01")) or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active in ("2006-02-01T00:00:01")) or ($author < "yuriy")
(last-active in ("2006-02-01T00:00:01")) or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active in ("2006-02-01T00:00:01")) or ($author <= "yuriy")
(last-active in ("2006-02-01T00:00:01")) or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active in ("2006-02-01T00:00:01")) or ($author > "yuriy")
(last-active in ("2006-02-01T00:00:01")) or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active in ("2006-02-01T00:00:01")) or ($author >= "yuriy")
(last-active in ("2006-02-01T00:00:01")) or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active in ("2006-02-01T00:00:01")) or ($author like "yuriy")
(last-active in ("2006-02-01T00:00:01")) or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active in ("2006-02-01T00:00:01")) or ($author in ("yuriy"))
(last-active in ("2006-02-01T00:00:01")) or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active in ("2006-02-01T00:00:01")) or ($author in ("yuriy","kostya","nazar","orest"))
(last-active in ("2006-02-01T00:00:01")) or (pid = "HelloWorld")
(last-active in ("2006-02-01T00:00:01")) or (pid < "HelloWorld")
(last-active in ("2006-02-01T00:00:01")) or (pid <= "HelloWorld")
(last-active in ("2006-02-01T00:00:01")) or (pid > "HelloWorld")
(last-active in ("2006-02-01T00:00:01")) or (pid >= "HelloWorld")
(last-active in ("2006-02-01T00:00:01")) or (pid like "HelloWorld")
(last-active in ("2006-02-01T00:00:01")) or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active in ("2006-02-01T00:00:01")) or (pid in ("Hello*","Hello*World"))
(last-active in ("2006-02-01T00:00:01")) or (pid in ("Hello*World"))
(last-active in ("2006-02-01T00:00:01")) or (iid = "2006")
(last-active in ("2006-02-01T00:00:01")) or (iid < "2006")
(last-active in ("2006-02-01T00:00:01")) or (iid <= "2006")
(last-active in ("2006-02-01T00:00:01")) or (iid > "2006")
(last-active in ("2006-02-01T00:00:01")) or (iid >= "2006")
(last-active in ("2006-02-01T00:00:01")) or (iid in ("2006"))
(last-active in ("2006-02-01T00:00:01")) or (iid in ("2006","20061231"))
(last-active in ("2006-02-01T00:00:01")) or (status = "active")
(last-active in ("2006-02-01T00:00:01")) or (status = "suspended")
(last-active in ("2006-02-01T00:00:01")) or (status = "error")
(last-active in ("2006-02-01T00:00:01")) or (status = "completed")
(last-active in ("2006-02-01T00:00:01")) or (status = "terminated")
(last-active in ("2006-02-01T00:00:01")) or (status = "faulted")
(last-active in ("2006-02-01T00:00:01")) or (status in ("active","suspended"))
(last-active in ("2006-02-01T00:00:01")) or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active in ("2006-02-01T00:00:01")) or (started = "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01")) or (started = "2006-01-31")
(last-active in ("2006-02-01T00:00:01")) or (started = "2006-01")
(last-active in ("2006-02-01T00:00:01")) or (started = "2006")
(last-active in ("2006-02-01T00:00:01")) or (started < "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01")) or (started < "2006-01-31")
(last-active in ("2006-02-01T00:00:01")) or (started < "2006-01")
(last-active in ("2006-02-01T00:00:01")) or (started < "2006")
(last-active in ("2006-02-01T00:00:01")) or (started <= "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01")) or (started <= "2006-01-31")
(last-active in ("2006-02-01T00:00:01")) or (started <= "2006-01")
(last-active in ("2006-02-01T00:00:01")) or (started <= "2006")
(last-active in ("2006-02-01T00:00:01")) or (started > "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01")) or (started > "2006-01-31")
(last-active in ("2006-02-01T00:00:01")) or (started > "2006-01")
(last-active in ("2006-02-01T00:00:01")) or (started > "2006")
(last-active in ("2006-02-01T00:00:01")) or (started >= "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01")) or (started >= "2006-01-31")
(last-active in ("2006-02-01T00:00:01")) or (started >= "2006-01")
(last-active in ("2006-02-01T00:00:01")) or (started >= "2006")
(last-active in ("2006-02-01T00:00:01")) or (started like "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01")) or (started like "2006-01-31")
(last-active in ("2006-02-01T00:00:01")) or (started like "2006-01")
(last-active in ("2006-02-01T00:00:01")) or (started like "2006")
(last-active in ("2006-02-01T00:00:01")) or (started in ("2006-01-01T00:00:01"))
(last-active in ("2006-02-01T00:00:01")) or (started in ("2006-01-31","2006-01"))
(last-active in ("2006-02-01T00:00:01")) or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or ($author = "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or ($author < "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or ($author <= "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or ($author > "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or ($author >= "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or ($author like "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or ($author in ("yuriy"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or ($author in ("yuriy","kostya","nazar","orest"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (pid = "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (pid < "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (pid <= "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (pid > "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (pid >= "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (pid like "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (pid in ("Hello*","Hello*World"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (pid in ("Hello*World"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (iid = "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (iid < "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (iid <= "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (iid > "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (iid >= "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (iid in ("2006"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (iid in ("2006","20061231"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (status = "active")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (status = "suspended")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (status = "error")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (status = "completed")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (status = "terminated")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (status = "faulted")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (status in ("active","suspended"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started = "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started = "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started = "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started = "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started < "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started < "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started < "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started < "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started <= "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started <= "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started <= "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started <= "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started > "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started > "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started > "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started > "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started >= "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started >= "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started >= "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started >= "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started like "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started like "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started like "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started like "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started in ("2006-01-01T00:00:01"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started in ("2006-01-31","2006-01"))
(last-active in ("2006-02-01T00:00:01","2006-02-21")) or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (${org.apache.ode.BPELProcess}author = "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or ($author = "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (${org.apache.ode.BPELProcess}author < "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or ($author < "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (${org.apache.ode.BPELProcess}author <= "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or ($author <= "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (${org.apache.ode.BPELProcess}author > "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or ($author > "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (${org.apache.ode.BPELProcess}author >= "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or ($author >= "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (${org.apache.ode.BPELProcess}author like "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or ($author like "yuriy")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (${org.apache.ode.BPELProcess}author in ("yuriy"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or ($author in ("yuriy"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or ($author in ("yuriy","kostya","nazar","orest"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (pid = "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (pid < "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (pid <= "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (pid > "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (pid >= "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (pid like "HelloWorld")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (pid in ("HelloWorld","Hello*","Hello*World"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (pid in ("Hello*","Hello*World"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (pid in ("Hello*World"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (iid = "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (iid < "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (iid <= "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (iid > "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (iid >= "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (iid in ("2006"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (iid in ("2006","20061231"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (status = "active")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (status = "suspended")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (status = "error")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (status = "completed")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (status = "terminated")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (status = "faulted")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (status in ("active","suspended"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (status in ("active","suspended","error","completed","terminated","faulted"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started = "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started = "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started = "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started = "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started < "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started < "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started < "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started < "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started <= "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started <= "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started <= "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started <= "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started > "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started > "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started > "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started > "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started >= "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started >= "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started >= "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started >= "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started like "2006-01-01T00:00:01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started like "2006-01-31")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started like "2006-01")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started like "2006")
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started in ("2006-01-01T00:00:01"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started in ("2006-01-31","2006-01"))
(last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")) or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
${org.apache.ode.BPELProcess}author = "yuriy" and pid = "HelloWorld"
${org.apache.ode.BPELProcess}author = "yuriy" and pid < "HelloWorld"
${org.apache.ode.BPELProcess}author = "yuriy" and pid <= "HelloWorld"
${org.apache.ode.BPELProcess}author = "yuriy" and pid > "HelloWorld"
${org.apache.ode.BPELProcess}author = "yuriy" and pid >= "HelloWorld"
${org.apache.ode.BPELProcess}author = "yuriy" and pid like "HelloWorld"
${org.apache.ode.BPELProcess}author = "yuriy" and pid in ("HelloWorld","Hello*","Hello*World")
${org.apache.ode.BPELProcess}author = "yuriy" and pid in ("Hello*","Hello*World")
${org.apache.ode.BPELProcess}author = "yuriy" and pid in ("Hello*World")
${org.apache.ode.BPELProcess}author = "yuriy" and iid = "2006"
${org.apache.ode.BPELProcess}author = "yuriy" and iid < "2006"
${org.apache.ode.BPELProcess}author = "yuriy" and iid <= "2006"
${org.apache.ode.BPELProcess}author = "yuriy" and iid > "2006"
${org.apache.ode.BPELProcess}author = "yuriy" and iid >= "2006"
${org.apache.ode.BPELProcess}author = "yuriy" and iid in ("2006")
${org.apache.ode.BPELProcess}author = "yuriy" and iid in ("2006","20061231")
${org.apache.ode.BPELProcess}author = "yuriy" and status = "active"
${org.apache.ode.BPELProcess}author = "yuriy" and status = "suspended"
${org.apache.ode.BPELProcess}author = "yuriy" and status = "error"
${org.apache.ode.BPELProcess}author = "yuriy" and status = "completed"
${org.apache.ode.BPELProcess}author = "yuriy" and status = "terminated"
${org.apache.ode.BPELProcess}author = "yuriy" and status = "faulted"
${org.apache.ode.BPELProcess}author = "yuriy" and status in ("active","suspended")
${org.apache.ode.BPELProcess}author = "yuriy" and status in ("active","suspended","error","completed","terminated","faulted")
${org.apache.ode.BPELProcess}author = "yuriy" and started = "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" and started = "2006-01-31"
${org.apache.ode.BPELProcess}author = "yuriy" and started = "2006-01"
${org.apache.ode.BPELProcess}author = "yuriy" and started = "2006"
${org.apache.ode.BPELProcess}author = "yuriy" and started < "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" and started < "2006-01-31"
${org.apache.ode.BPELProcess}author = "yuriy" and started < "2006-01"
${org.apache.ode.BPELProcess}author = "yuriy" and started < "2006"
${org.apache.ode.BPELProcess}author = "yuriy" and started <= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" and started <= "2006-01-31"
${org.apache.ode.BPELProcess}author = "yuriy" and started <= "2006-01"
${org.apache.ode.BPELProcess}author = "yuriy" and started <= "2006"
${org.apache.ode.BPELProcess}author = "yuriy" and started > "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" and started > "2006-01-31"
${org.apache.ode.BPELProcess}author = "yuriy" and started > "2006-01"
${org.apache.ode.BPELProcess}author = "yuriy" and started > "2006"
${org.apache.ode.BPELProcess}author = "yuriy" and started >= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" and started >= "2006-01-31"
${org.apache.ode.BPELProcess}author = "yuriy" and started >= "2006-01"
${org.apache.ode.BPELProcess}author = "yuriy" and started >= "2006"
${org.apache.ode.BPELProcess}author = "yuriy" and started like "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" and started like "2006-01-31"
${org.apache.ode.BPELProcess}author = "yuriy" and started like "2006-01"
${org.apache.ode.BPELProcess}author = "yuriy" and started like "2006"
${org.apache.ode.BPELProcess}author = "yuriy" and started in ("2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" and started in ("2006-01-31","2006-01")
${org.apache.ode.BPELProcess}author = "yuriy" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
${org.apache.ode.BPELProcess}author = "yuriy" and last-active = "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active = "2006-02-21"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active = "2006-02"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active = "2006"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active < "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active < "2006-02-21"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active < "2006-02"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active < "2006"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active <= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active <= "2006-02-21"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active <= "2006-02"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active <= "2006"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active > "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active > "2006-02-21"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active > "2006-02"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active > "2006"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active >= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active >= "2006-02-21"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active >= "2006-02"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active >= "2006"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active like "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active like "2006-02-21"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active like "2006-02"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active like "2006"
${org.apache.ode.BPELProcess}author = "yuriy" and last-active in ("2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21")
${org.apache.ode.BPELProcess}author = "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
$author = "yuriy" and pid = "HelloWorld"
$author = "yuriy" and pid < "HelloWorld"
$author = "yuriy" and pid <= "HelloWorld"
$author = "yuriy" and pid > "HelloWorld"
$author = "yuriy" and pid >= "HelloWorld"
$author = "yuriy" and pid like "HelloWorld"
$author = "yuriy" and pid in ("HelloWorld","Hello*","Hello*World")
$author = "yuriy" and pid in ("Hello*","Hello*World")
$author = "yuriy" and pid in ("Hello*World")
$author = "yuriy" and iid = "2006"
$author = "yuriy" and iid < "2006"
$author = "yuriy" and iid <= "2006"
$author = "yuriy" and iid > "2006"
$author = "yuriy" and iid >= "2006"
$author = "yuriy" and iid in ("2006")
$author = "yuriy" and iid in ("2006","20061231")
$author = "yuriy" and status = "active"
$author = "yuriy" and status = "suspended"
$author = "yuriy" and status = "error"
$author = "yuriy" and status = "completed"
$author = "yuriy" and status = "terminated"
$author = "yuriy" and status = "faulted"
$author = "yuriy" and status in ("active","suspended")
$author = "yuriy" and status in ("active","suspended","error","completed","terminated","faulted")
$author = "yuriy" and started = "2006-01-01T00:00:01"
$author = "yuriy" and started = "2006-01-31"
$author = "yuriy" and started = "2006-01"
$author = "yuriy" and started = "2006"
$author = "yuriy" and started < "2006-01-01T00:00:01"
$author = "yuriy" and started < "2006-01-31"
$author = "yuriy" and started < "2006-01"
$author = "yuriy" and started < "2006"
$author = "yuriy" and started <= "2006-01-01T00:00:01"
$author = "yuriy" and started <= "2006-01-31"
$author = "yuriy" and started <= "2006-01"
$author = "yuriy" and started <= "2006"
$author = "yuriy" and started > "2006-01-01T00:00:01"
$author = "yuriy" and started > "2006-01-31"
$author = "yuriy" and started > "2006-01"
$author = "yuriy" and started > "2006"
$author = "yuriy" and started >= "2006-01-01T00:00:01"
$author = "yuriy" and started >= "2006-01-31"
$author = "yuriy" and started >= "2006-01"
$author = "yuriy" and started >= "2006"
$author = "yuriy" and started like "2006-01-01T00:00:01"
$author = "yuriy" and started like "2006-01-31"
$author = "yuriy" and started like "2006-01"
$author = "yuriy" and started like "2006"
$author = "yuriy" and started in ("2006-01-01T00:00:01")
$author = "yuriy" and started in ("2006-01-31","2006-01")
$author = "yuriy" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
$author = "yuriy" and last-active = "2006-02-01T00:00:01"
$author = "yuriy" and last-active = "2006-02-21"
$author = "yuriy" and last-active = "2006-02"
$author = "yuriy" and last-active = "2006"
$author = "yuriy" and last-active < "2006-02-01T00:00:01"
$author = "yuriy" and last-active < "2006-02-21"
$author = "yuriy" and last-active < "2006-02"
$author = "yuriy" and last-active < "2006"
$author = "yuriy" and last-active <= "2006-02-01T00:00:01"
$author = "yuriy" and last-active <= "2006-02-21"
$author = "yuriy" and last-active <= "2006-02"
$author = "yuriy" and last-active <= "2006"
$author = "yuriy" and last-active > "2006-02-01T00:00:01"
$author = "yuriy" and last-active > "2006-02-21"
$author = "yuriy" and last-active > "2006-02"
$author = "yuriy" and last-active > "2006"
$author = "yuriy" and last-active >= "2006-02-01T00:00:01"
$author = "yuriy" and last-active >= "2006-02-21"
$author = "yuriy" and last-active >= "2006-02"
$author = "yuriy" and last-active >= "2006"
$author = "yuriy" and last-active like "2006-02-01T00:00:01"
$author = "yuriy" and last-active like "2006-02-21"
$author = "yuriy" and last-active like "2006-02"
$author = "yuriy" and last-active like "2006"
$author = "yuriy" and last-active in ("2006-02-01T00:00:01")
$author = "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21")
$author = "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
${org.apache.ode.BPELProcess}author < "yuriy" and pid = "HelloWorld"
${org.apache.ode.BPELProcess}author < "yuriy" and pid < "HelloWorld"
${org.apache.ode.BPELProcess}author < "yuriy" and pid <= "HelloWorld"
${org.apache.ode.BPELProcess}author < "yuriy" and pid > "HelloWorld"
${org.apache.ode.BPELProcess}author < "yuriy" and pid >= "HelloWorld"
${org.apache.ode.BPELProcess}author < "yuriy" and pid like "HelloWorld"
${org.apache.ode.BPELProcess}author < "yuriy" and pid in ("HelloWorld","Hello*","Hello*World")
${org.apache.ode.BPELProcess}author < "yuriy" and pid in ("Hello*","Hello*World")
${org.apache.ode.BPELProcess}author < "yuriy" and pid in ("Hello*World")
${org.apache.ode.BPELProcess}author < "yuriy" and iid = "2006"
${org.apache.ode.BPELProcess}author < "yuriy" and iid < "2006"
${org.apache.ode.BPELProcess}author < "yuriy" and iid <= "2006"
${org.apache.ode.BPELProcess}author < "yuriy" and iid > "2006"
${org.apache.ode.BPELProcess}author < "yuriy" and iid >= "2006"
${org.apache.ode.BPELProcess}author < "yuriy" and iid in ("2006")
${org.apache.ode.BPELProcess}author < "yuriy" and iid in ("2006","20061231")
${org.apache.ode.BPELProcess}author < "yuriy" and status = "active"
${org.apache.ode.BPELProcess}author < "yuriy" and status = "suspended"
${org.apache.ode.BPELProcess}author < "yuriy" and status = "error"
${org.apache.ode.BPELProcess}author < "yuriy" and status = "completed"
${org.apache.ode.BPELProcess}author < "yuriy" and status = "terminated"
${org.apache.ode.BPELProcess}author < "yuriy" and status = "faulted"
${org.apache.ode.BPELProcess}author < "yuriy" and status in ("active","suspended")
${org.apache.ode.BPELProcess}author < "yuriy" and status in ("active","suspended","error","completed","terminated","faulted")
${org.apache.ode.BPELProcess}author < "yuriy" and started = "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" and started = "2006-01-31"
${org.apache.ode.BPELProcess}author < "yuriy" and started = "2006-01"
${org.apache.ode.BPELProcess}author < "yuriy" and started = "2006"
${org.apache.ode.BPELProcess}author < "yuriy" and started < "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" and started < "2006-01-31"
${org.apache.ode.BPELProcess}author < "yuriy" and started < "2006-01"
${org.apache.ode.BPELProcess}author < "yuriy" and started < "2006"
${org.apache.ode.BPELProcess}author < "yuriy" and started <= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" and started <= "2006-01-31"
${org.apache.ode.BPELProcess}author < "yuriy" and started <= "2006-01"
${org.apache.ode.BPELProcess}author < "yuriy" and started <= "2006"
${org.apache.ode.BPELProcess}author < "yuriy" and started > "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" and started > "2006-01-31"
${org.apache.ode.BPELProcess}author < "yuriy" and started > "2006-01"
${org.apache.ode.BPELProcess}author < "yuriy" and started > "2006"
${org.apache.ode.BPELProcess}author < "yuriy" and started >= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" and started >= "2006-01-31"
${org.apache.ode.BPELProcess}author < "yuriy" and started >= "2006-01"
${org.apache.ode.BPELProcess}author < "yuriy" and started >= "2006"
${org.apache.ode.BPELProcess}author < "yuriy" and started like "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" and started like "2006-01-31"
${org.apache.ode.BPELProcess}author < "yuriy" and started like "2006-01"
${org.apache.ode.BPELProcess}author < "yuriy" and started like "2006"
${org.apache.ode.BPELProcess}author < "yuriy" and started in ("2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" and started in ("2006-01-31","2006-01")
${org.apache.ode.BPELProcess}author < "yuriy" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
${org.apache.ode.BPELProcess}author < "yuriy" and last-active = "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active = "2006-02-21"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active = "2006-02"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active = "2006"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active < "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active < "2006-02-21"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active < "2006-02"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active < "2006"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active <= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active <= "2006-02-21"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active <= "2006-02"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active <= "2006"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active > "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active > "2006-02-21"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active > "2006-02"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active > "2006"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active >= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active >= "2006-02-21"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active >= "2006-02"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active >= "2006"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active like "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active like "2006-02-21"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active like "2006-02"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active like "2006"
${org.apache.ode.BPELProcess}author < "yuriy" and last-active in ("2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21")
${org.apache.ode.BPELProcess}author < "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
$author < "yuriy" and pid = "HelloWorld"
$author < "yuriy" and pid < "HelloWorld"
$author < "yuriy" and pid <= "HelloWorld"
$author < "yuriy" and pid > "HelloWorld"
$author < "yuriy" and pid >= "HelloWorld"
$author < "yuriy" and pid like "HelloWorld"
$author < "yuriy" and pid in ("HelloWorld","Hello*","Hello*World")
$author < "yuriy" and pid in ("Hello*","Hello*World")
$author < "yuriy" and pid in ("Hello*World")
$author < "yuriy" and iid = "2006"
$author < "yuriy" and iid < "2006"
$author < "yuriy" and iid <= "2006"
$author < "yuriy" and iid > "2006"
$author < "yuriy" and iid >= "2006"
$author < "yuriy" and iid in ("2006")
$author < "yuriy" and iid in ("2006","20061231")
$author < "yuriy" and status = "active"
$author < "yuriy" and status = "suspended"
$author < "yuriy" and status = "error"
$author < "yuriy" and status = "completed"
$author < "yuriy" and status = "terminated"
$author < "yuriy" and status = "faulted"
$author < "yuriy" and status in ("active","suspended")
$author < "yuriy" and status in ("active","suspended","error","completed","terminated","faulted")
$author < "yuriy" and started = "2006-01-01T00:00:01"
$author < "yuriy" and started = "2006-01-31"
$author < "yuriy" and started = "2006-01"
$author < "yuriy" and started = "2006"
$author < "yuriy" and started < "2006-01-01T00:00:01"
$author < "yuriy" and started < "2006-01-31"
$author < "yuriy" and started < "2006-01"
$author < "yuriy" and started < "2006"
$author < "yuriy" and started <= "2006-01-01T00:00:01"
$author < "yuriy" and started <= "2006-01-31"
$author < "yuriy" and started <= "2006-01"
$author < "yuriy" and started <= "2006"
$author < "yuriy" and started > "2006-01-01T00:00:01"
$author < "yuriy" and started > "2006-01-31"
$author < "yuriy" and started > "2006-01"
$author < "yuriy" and started > "2006"
$author < "yuriy" and started >= "2006-01-01T00:00:01"
$author < "yuriy" and started >= "2006-01-31"
$author < "yuriy" and started >= "2006-01"
$author < "yuriy" and started >= "2006"
$author < "yuriy" and started like "2006-01-01T00:00:01"
$author < "yuriy" and started like "2006-01-31"
$author < "yuriy" and started like "2006-01"
$author < "yuriy" and started like "2006"
$author < "yuriy" and started in ("2006-01-01T00:00:01")
$author < "yuriy" and started in ("2006-01-31","2006-01")
$author < "yuriy" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
$author < "yuriy" and last-active = "2006-02-01T00:00:01"
$author < "yuriy" and last-active = "2006-02-21"
$author < "yuriy" and last-active = "2006-02"
$author < "yuriy" and last-active = "2006"
$author < "yuriy" and last-active < "2006-02-01T00:00:01"
$author < "yuriy" and last-active < "2006-02-21"
$author < "yuriy" and last-active < "2006-02"
$author < "yuriy" and last-active < "2006"
$author < "yuriy" and last-active <= "2006-02-01T00:00:01"
$author < "yuriy" and last-active <= "2006-02-21"
$author < "yuriy" and last-active <= "2006-02"
$author < "yuriy" and last-active <= "2006"
$author < "yuriy" and last-active > "2006-02-01T00:00:01"
$author < "yuriy" and last-active > "2006-02-21"
$author < "yuriy" and last-active > "2006-02"
$author < "yuriy" and last-active > "2006"
$author < "yuriy" and last-active >= "2006-02-01T00:00:01"
$author < "yuriy" and last-active >= "2006-02-21"
$author < "yuriy" and last-active >= "2006-02"
$author < "yuriy" and last-active >= "2006"
$author < "yuriy" and last-active like "2006-02-01T00:00:01"
$author < "yuriy" and last-active like "2006-02-21"
$author < "yuriy" and last-active like "2006-02"
$author < "yuriy" and last-active like "2006"
$author < "yuriy" and last-active in ("2006-02-01T00:00:01")
$author < "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21")
$author < "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
${org.apache.ode.BPELProcess}author <= "yuriy" and pid = "HelloWorld"
${org.apache.ode.BPELProcess}author <= "yuriy" and pid < "HelloWorld"
${org.apache.ode.BPELProcess}author <= "yuriy" and pid <= "HelloWorld"
${org.apache.ode.BPELProcess}author <= "yuriy" and pid > "HelloWorld"
${org.apache.ode.BPELProcess}author <= "yuriy" and pid >= "HelloWorld"
${org.apache.ode.BPELProcess}author <= "yuriy" and pid like "HelloWorld"
${org.apache.ode.BPELProcess}author <= "yuriy" and pid in ("HelloWorld","Hello*","Hello*World")
${org.apache.ode.BPELProcess}author <= "yuriy" and pid in ("Hello*","Hello*World")
${org.apache.ode.BPELProcess}author <= "yuriy" and pid in ("Hello*World")
${org.apache.ode.BPELProcess}author <= "yuriy" and iid = "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" and iid < "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" and iid <= "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" and iid > "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" and iid >= "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" and iid in ("2006")
${org.apache.ode.BPELProcess}author <= "yuriy" and iid in ("2006","20061231")
${org.apache.ode.BPELProcess}author <= "yuriy" and status = "active"
${org.apache.ode.BPELProcess}author <= "yuriy" and status = "suspended"
${org.apache.ode.BPELProcess}author <= "yuriy" and status = "error"
${org.apache.ode.BPELProcess}author <= "yuriy" and status = "completed"
${org.apache.ode.BPELProcess}author <= "yuriy" and status = "terminated"
${org.apache.ode.BPELProcess}author <= "yuriy" and status = "faulted"
${org.apache.ode.BPELProcess}author <= "yuriy" and status in ("active","suspended")
${org.apache.ode.BPELProcess}author <= "yuriy" and status in ("active","suspended","error","completed","terminated","faulted")
${org.apache.ode.BPELProcess}author <= "yuriy" and started = "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" and started = "2006-01-31"
${org.apache.ode.BPELProcess}author <= "yuriy" and started = "2006-01"
${org.apache.ode.BPELProcess}author <= "yuriy" and started = "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" and started < "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" and started < "2006-01-31"
${org.apache.ode.BPELProcess}author <= "yuriy" and started < "2006-01"
${org.apache.ode.BPELProcess}author <= "yuriy" and started < "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" and started <= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" and started <= "2006-01-31"
${org.apache.ode.BPELProcess}author <= "yuriy" and started <= "2006-01"
${org.apache.ode.BPELProcess}author <= "yuriy" and started <= "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" and started > "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" and started > "2006-01-31"
${org.apache.ode.BPELProcess}author <= "yuriy" and started > "2006-01"
${org.apache.ode.BPELProcess}author <= "yuriy" and started > "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" and started >= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" and started >= "2006-01-31"
${org.apache.ode.BPELProcess}author <= "yuriy" and started >= "2006-01"
${org.apache.ode.BPELProcess}author <= "yuriy" and started >= "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" and started like "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" and started like "2006-01-31"
${org.apache.ode.BPELProcess}author <= "yuriy" and started like "2006-01"
${org.apache.ode.BPELProcess}author <= "yuriy" and started like "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" and started in ("2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" and started in ("2006-01-31","2006-01")
${org.apache.ode.BPELProcess}author <= "yuriy" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active = "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active = "2006-02-21"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active = "2006-02"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active = "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active < "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active < "2006-02-21"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active < "2006-02"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active < "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active <= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active <= "2006-02-21"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active <= "2006-02"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active <= "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active > "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active > "2006-02-21"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active > "2006-02"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active > "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active >= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active >= "2006-02-21"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active >= "2006-02"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active >= "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active like "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active like "2006-02-21"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active like "2006-02"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active like "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active in ("2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21")
${org.apache.ode.BPELProcess}author <= "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
$author <= "yuriy" and pid = "HelloWorld"
$author <= "yuriy" and pid < "HelloWorld"
$author <= "yuriy" and pid <= "HelloWorld"
$author <= "yuriy" and pid > "HelloWorld"
$author <= "yuriy" and pid >= "HelloWorld"
$author <= "yuriy" and pid like "HelloWorld"
$author <= "yuriy" and pid in ("HelloWorld","Hello*","Hello*World")
$author <= "yuriy" and pid in ("Hello*","Hello*World")
$author <= "yuriy" and pid in ("Hello*World")
$author <= "yuriy" and iid = "2006"
$author <= "yuriy" and iid < "2006"
$author <= "yuriy" and iid <= "2006"
$author <= "yuriy" and iid > "2006"
$author <= "yuriy" and iid >= "2006"
$author <= "yuriy" and iid in ("2006")
$author <= "yuriy" and iid in ("2006","20061231")
$author <= "yuriy" and status = "active"
$author <= "yuriy" and status = "suspended"
$author <= "yuriy" and status = "error"
$author <= "yuriy" and status = "completed"
$author <= "yuriy" and status = "terminated"
$author <= "yuriy" and status = "faulted"
$author <= "yuriy" and status in ("active","suspended")
$author <= "yuriy" and status in ("active","suspended","error","completed","terminated","faulted")
$author <= "yuriy" and started = "2006-01-01T00:00:01"
$author <= "yuriy" and started = "2006-01-31"
$author <= "yuriy" and started = "2006-01"
$author <= "yuriy" and started = "2006"
$author <= "yuriy" and started < "2006-01-01T00:00:01"
$author <= "yuriy" and started < "2006-01-31"
$author <= "yuriy" and started < "2006-01"
$author <= "yuriy" and started < "2006"
$author <= "yuriy" and started <= "2006-01-01T00:00:01"
$author <= "yuriy" and started <= "2006-01-31"
$author <= "yuriy" and started <= "2006-01"
$author <= "yuriy" and started <= "2006"
$author <= "yuriy" and started > "2006-01-01T00:00:01"
$author <= "yuriy" and started > "2006-01-31"
$author <= "yuriy" and started > "2006-01"
$author <= "yuriy" and started > "2006"
$author <= "yuriy" and started >= "2006-01-01T00:00:01"
$author <= "yuriy" and started >= "2006-01-31"
$author <= "yuriy" and started >= "2006-01"
$author <= "yuriy" and started >= "2006"
$author <= "yuriy" and started like "2006-01-01T00:00:01"
$author <= "yuriy" and started like "2006-01-31"
$author <= "yuriy" and started like "2006-01"
$author <= "yuriy" and started like "2006"
$author <= "yuriy" and started in ("2006-01-01T00:00:01")
$author <= "yuriy" and started in ("2006-01-31","2006-01")
$author <= "yuriy" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
$author <= "yuriy" and last-active = "2006-02-01T00:00:01"
$author <= "yuriy" and last-active = "2006-02-21"
$author <= "yuriy" and last-active = "2006-02"
$author <= "yuriy" and last-active = "2006"
$author <= "yuriy" and last-active < "2006-02-01T00:00:01"
$author <= "yuriy" and last-active < "2006-02-21"
$author <= "yuriy" and last-active < "2006-02"
$author <= "yuriy" and last-active < "2006"
$author <= "yuriy" and last-active <= "2006-02-01T00:00:01"
$author <= "yuriy" and last-active <= "2006-02-21"
$author <= "yuriy" and last-active <= "2006-02"
$author <= "yuriy" and last-active <= "2006"
$author <= "yuriy" and last-active > "2006-02-01T00:00:01"
$author <= "yuriy" and last-active > "2006-02-21"
$author <= "yuriy" and last-active > "2006-02"
$author <= "yuriy" and last-active > "2006"
$author <= "yuriy" and last-active >= "2006-02-01T00:00:01"
$author <= "yuriy" and last-active >= "2006-02-21"
$author <= "yuriy" and last-active >= "2006-02"
$author <= "yuriy" and last-active >= "2006"
$author <= "yuriy" and last-active like "2006-02-01T00:00:01"
$author <= "yuriy" and last-active like "2006-02-21"
$author <= "yuriy" and last-active like "2006-02"
$author <= "yuriy" and last-active like "2006"
$author <= "yuriy" and last-active in ("2006-02-01T00:00:01")
$author <= "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21")
$author <= "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
${org.apache.ode.BPELProcess}author > "yuriy" and pid = "HelloWorld"
${org.apache.ode.BPELProcess}author > "yuriy" and pid < "HelloWorld"
${org.apache.ode.BPELProcess}author > "yuriy" and pid <= "HelloWorld"
${org.apache.ode.BPELProcess}author > "yuriy" and pid > "HelloWorld"
${org.apache.ode.BPELProcess}author > "yuriy" and pid >= "HelloWorld"
${org.apache.ode.BPELProcess}author > "yuriy" and pid like "HelloWorld"
${org.apache.ode.BPELProcess}author > "yuriy" and pid in ("HelloWorld","Hello*","Hello*World")
${org.apache.ode.BPELProcess}author > "yuriy" and pid in ("Hello*","Hello*World")
${org.apache.ode.BPELProcess}author > "yuriy" and pid in ("Hello*World")
${org.apache.ode.BPELProcess}author > "yuriy" and iid = "2006"
${org.apache.ode.BPELProcess}author > "yuriy" and iid < "2006"
${org.apache.ode.BPELProcess}author > "yuriy" and iid <= "2006"
${org.apache.ode.BPELProcess}author > "yuriy" and iid > "2006"
${org.apache.ode.BPELProcess}author > "yuriy" and iid >= "2006"
${org.apache.ode.BPELProcess}author > "yuriy" and iid in ("2006")
${org.apache.ode.BPELProcess}author > "yuriy" and iid in ("2006","20061231")
${org.apache.ode.BPELProcess}author > "yuriy" and status = "active"
${org.apache.ode.BPELProcess}author > "yuriy" and status = "suspended"
${org.apache.ode.BPELProcess}author > "yuriy" and status = "error"
${org.apache.ode.BPELProcess}author > "yuriy" and status = "completed"
${org.apache.ode.BPELProcess}author > "yuriy" and status = "terminated"
${org.apache.ode.BPELProcess}author > "yuriy" and status = "faulted"
${org.apache.ode.BPELProcess}author > "yuriy" and status in ("active","suspended")
${org.apache.ode.BPELProcess}author > "yuriy" and status in ("active","suspended","error","completed","terminated","faulted")
${org.apache.ode.BPELProcess}author > "yuriy" and started = "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" and started = "2006-01-31"
${org.apache.ode.BPELProcess}author > "yuriy" and started = "2006-01"
${org.apache.ode.BPELProcess}author > "yuriy" and started = "2006"
${org.apache.ode.BPELProcess}author > "yuriy" and started < "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" and started < "2006-01-31"
${org.apache.ode.BPELProcess}author > "yuriy" and started < "2006-01"
${org.apache.ode.BPELProcess}author > "yuriy" and started < "2006"
${org.apache.ode.BPELProcess}author > "yuriy" and started <= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" and started <= "2006-01-31"
${org.apache.ode.BPELProcess}author > "yuriy" and started <= "2006-01"
${org.apache.ode.BPELProcess}author > "yuriy" and started <= "2006"
${org.apache.ode.BPELProcess}author > "yuriy" and started > "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" and started > "2006-01-31"
${org.apache.ode.BPELProcess}author > "yuriy" and started > "2006-01"
${org.apache.ode.BPELProcess}author > "yuriy" and started > "2006"
${org.apache.ode.BPELProcess}author > "yuriy" and started >= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" and started >= "2006-01-31"
${org.apache.ode.BPELProcess}author > "yuriy" and started >= "2006-01"
${org.apache.ode.BPELProcess}author > "yuriy" and started >= "2006"
${org.apache.ode.BPELProcess}author > "yuriy" and started like "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" and started like "2006-01-31"
${org.apache.ode.BPELProcess}author > "yuriy" and started like "2006-01"
${org.apache.ode.BPELProcess}author > "yuriy" and started like "2006"
${org.apache.ode.BPELProcess}author > "yuriy" and started in ("2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" and started in ("2006-01-31","2006-01")
${org.apache.ode.BPELProcess}author > "yuriy" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
${org.apache.ode.BPELProcess}author > "yuriy" and last-active = "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active = "2006-02-21"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active = "2006-02"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active = "2006"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active < "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active < "2006-02-21"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active < "2006-02"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active < "2006"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active <= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active <= "2006-02-21"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active <= "2006-02"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active <= "2006"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active > "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active > "2006-02-21"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active > "2006-02"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active > "2006"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active >= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active >= "2006-02-21"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active >= "2006-02"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active >= "2006"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active like "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active like "2006-02-21"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active like "2006-02"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active like "2006"
${org.apache.ode.BPELProcess}author > "yuriy" and last-active in ("2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21")
${org.apache.ode.BPELProcess}author > "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
$author > "yuriy" and pid = "HelloWorld"
$author > "yuriy" and pid < "HelloWorld"
$author > "yuriy" and pid <= "HelloWorld"
$author > "yuriy" and pid > "HelloWorld"
$author > "yuriy" and pid >= "HelloWorld"
$author > "yuriy" and pid like "HelloWorld"
$author > "yuriy" and pid in ("HelloWorld","Hello*","Hello*World")
$author > "yuriy" and pid in ("Hello*","Hello*World")
$author > "yuriy" and pid in ("Hello*World")
$author > "yuriy" and iid = "2006"
$author > "yuriy" and iid < "2006"
$author > "yuriy" and iid <= "2006"
$author > "yuriy" and iid > "2006"
$author > "yuriy" and iid >= "2006"
$author > "yuriy" and iid in ("2006")
$author > "yuriy" and iid in ("2006","20061231")
$author > "yuriy" and status = "active"
$author > "yuriy" and status = "suspended"
$author > "yuriy" and status = "error"
$author > "yuriy" and status = "completed"
$author > "yuriy" and status = "terminated"
$author > "yuriy" and status = "faulted"
$author > "yuriy" and status in ("active","suspended")
$author > "yuriy" and status in ("active","suspended","error","completed","terminated","faulted")
$author > "yuriy" and started = "2006-01-01T00:00:01"
$author > "yuriy" and started = "2006-01-31"
$author > "yuriy" and started = "2006-01"
$author > "yuriy" and started = "2006"
$author > "yuriy" and started < "2006-01-01T00:00:01"
$author > "yuriy" and started < "2006-01-31"
$author > "yuriy" and started < "2006-01"
$author > "yuriy" and started < "2006"
$author > "yuriy" and started <= "2006-01-01T00:00:01"
$author > "yuriy" and started <= "2006-01-31"
$author > "yuriy" and started <= "2006-01"
$author > "yuriy" and started <= "2006"
$author > "yuriy" and started > "2006-01-01T00:00:01"
$author > "yuriy" and started > "2006-01-31"
$author > "yuriy" and started > "2006-01"
$author > "yuriy" and started > "2006"
$author > "yuriy" and started >= "2006-01-01T00:00:01"
$author > "yuriy" and started >= "2006-01-31"
$author > "yuriy" and started >= "2006-01"
$author > "yuriy" and started >= "2006"
$author > "yuriy" and started like "2006-01-01T00:00:01"
$author > "yuriy" and started like "2006-01-31"
$author > "yuriy" and started like "2006-01"
$author > "yuriy" and started like "2006"
$author > "yuriy" and started in ("2006-01-01T00:00:01")
$author > "yuriy" and started in ("2006-01-31","2006-01")
$author > "yuriy" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
$author > "yuriy" and last-active = "2006-02-01T00:00:01"
$author > "yuriy" and last-active = "2006-02-21"
$author > "yuriy" and last-active = "2006-02"
$author > "yuriy" and last-active = "2006"
$author > "yuriy" and last-active < "2006-02-01T00:00:01"
$author > "yuriy" and last-active < "2006-02-21"
$author > "yuriy" and last-active < "2006-02"
$author > "yuriy" and last-active < "2006"
$author > "yuriy" and last-active <= "2006-02-01T00:00:01"
$author > "yuriy" and last-active <= "2006-02-21"
$author > "yuriy" and last-active <= "2006-02"
$author > "yuriy" and last-active <= "2006"
$author > "yuriy" and last-active > "2006-02-01T00:00:01"
$author > "yuriy" and last-active > "2006-02-21"
$author > "yuriy" and last-active > "2006-02"
$author > "yuriy" and last-active > "2006"
$author > "yuriy" and last-active >= "2006-02-01T00:00:01"
$author > "yuriy" and last-active >= "2006-02-21"
$author > "yuriy" and last-active >= "2006-02"
$author > "yuriy" and last-active >= "2006"
$author > "yuriy" and last-active like "2006-02-01T00:00:01"
$author > "yuriy" and last-active like "2006-02-21"
$author > "yuriy" and last-active like "2006-02"
$author > "yuriy" and last-active like "2006"
$author > "yuriy" and last-active in ("2006-02-01T00:00:01")
$author > "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21")
$author > "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
${org.apache.ode.BPELProcess}author >= "yuriy" and pid = "HelloWorld"
${org.apache.ode.BPELProcess}author >= "yuriy" and pid < "HelloWorld"
${org.apache.ode.BPELProcess}author >= "yuriy" and pid <= "HelloWorld"
${org.apache.ode.BPELProcess}author >= "yuriy" and pid > "HelloWorld"
${org.apache.ode.BPELProcess}author >= "yuriy" and pid >= "HelloWorld"
${org.apache.ode.BPELProcess}author >= "yuriy" and pid like "HelloWorld"
${org.apache.ode.BPELProcess}author >= "yuriy" and pid in ("HelloWorld","Hello*","Hello*World")
${org.apache.ode.BPELProcess}author >= "yuriy" and pid in ("Hello*","Hello*World")
${org.apache.ode.BPELProcess}author >= "yuriy" and pid in ("Hello*World")
${org.apache.ode.BPELProcess}author >= "yuriy" and iid = "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" and iid < "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" and iid <= "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" and iid > "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" and iid >= "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" and iid in ("2006")
${org.apache.ode.BPELProcess}author >= "yuriy" and iid in ("2006","20061231")
${org.apache.ode.BPELProcess}author >= "yuriy" and status = "active"
${org.apache.ode.BPELProcess}author >= "yuriy" and status = "suspended"
${org.apache.ode.BPELProcess}author >= "yuriy" and status = "error"
${org.apache.ode.BPELProcess}author >= "yuriy" and status = "completed"
${org.apache.ode.BPELProcess}author >= "yuriy" and status = "terminated"
${org.apache.ode.BPELProcess}author >= "yuriy" and status = "faulted"
${org.apache.ode.BPELProcess}author >= "yuriy" and status in ("active","suspended")
${org.apache.ode.BPELProcess}author >= "yuriy" and status in ("active","suspended","error","completed","terminated","faulted")
${org.apache.ode.BPELProcess}author >= "yuriy" and started = "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" and started = "2006-01-31"
${org.apache.ode.BPELProcess}author >= "yuriy" and started = "2006-01"
${org.apache.ode.BPELProcess}author >= "yuriy" and started = "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" and started < "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" and started < "2006-01-31"
${org.apache.ode.BPELProcess}author >= "yuriy" and started < "2006-01"
${org.apache.ode.BPELProcess}author >= "yuriy" and started < "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" and started <= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" and started <= "2006-01-31"
${org.apache.ode.BPELProcess}author >= "yuriy" and started <= "2006-01"
${org.apache.ode.BPELProcess}author >= "yuriy" and started <= "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" and started > "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" and started > "2006-01-31"
${org.apache.ode.BPELProcess}author >= "yuriy" and started > "2006-01"
${org.apache.ode.BPELProcess}author >= "yuriy" and started > "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" and started >= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" and started >= "2006-01-31"
${org.apache.ode.BPELProcess}author >= "yuriy" and started >= "2006-01"
${org.apache.ode.BPELProcess}author >= "yuriy" and started >= "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" and started like "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" and started like "2006-01-31"
${org.apache.ode.BPELProcess}author >= "yuriy" and started like "2006-01"
${org.apache.ode.BPELProcess}author >= "yuriy" and started like "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" and started in ("2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" and started in ("2006-01-31","2006-01")
${org.apache.ode.BPELProcess}author >= "yuriy" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active = "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active = "2006-02-21"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active = "2006-02"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active = "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active < "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active < "2006-02-21"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active < "2006-02"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active < "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active <= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active <= "2006-02-21"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active <= "2006-02"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active <= "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active > "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active > "2006-02-21"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active > "2006-02"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active > "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active >= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active >= "2006-02-21"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active >= "2006-02"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active >= "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active like "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active like "2006-02-21"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active like "2006-02"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active like "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active in ("2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21")
${org.apache.ode.BPELProcess}author >= "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
$author >= "yuriy" and pid = "HelloWorld"
$author >= "yuriy" and pid < "HelloWorld"
$author >= "yuriy" and pid <= "HelloWorld"
$author >= "yuriy" and pid > "HelloWorld"
$author >= "yuriy" and pid >= "HelloWorld"
$author >= "yuriy" and pid like "HelloWorld"
$author >= "yuriy" and pid in ("HelloWorld","Hello*","Hello*World")
$author >= "yuriy" and pid in ("Hello*","Hello*World")
$author >= "yuriy" and pid in ("Hello*World")
$author >= "yuriy" and iid = "2006"
$author >= "yuriy" and iid < "2006"
$author >= "yuriy" and iid <= "2006"
$author >= "yuriy" and iid > "2006"
$author >= "yuriy" and iid >= "2006"
$author >= "yuriy" and iid in ("2006")
$author >= "yuriy" and iid in ("2006","20061231")
$author >= "yuriy" and status = "active"
$author >= "yuriy" and status = "suspended"
$author >= "yuriy" and status = "error"
$author >= "yuriy" and status = "completed"
$author >= "yuriy" and status = "terminated"
$author >= "yuriy" and status = "faulted"
$author >= "yuriy" and status in ("active","suspended")
$author >= "yuriy" and status in ("active","suspended","error","completed","terminated","faulted")
$author >= "yuriy" and started = "2006-01-01T00:00:01"
$author >= "yuriy" and started = "2006-01-31"
$author >= "yuriy" and started = "2006-01"
$author >= "yuriy" and started = "2006"
$author >= "yuriy" and started < "2006-01-01T00:00:01"
$author >= "yuriy" and started < "2006-01-31"
$author >= "yuriy" and started < "2006-01"
$author >= "yuriy" and started < "2006"
$author >= "yuriy" and started <= "2006-01-01T00:00:01"
$author >= "yuriy" and started <= "2006-01-31"
$author >= "yuriy" and started <= "2006-01"
$author >= "yuriy" and started <= "2006"
$author >= "yuriy" and started > "2006-01-01T00:00:01"
$author >= "yuriy" and started > "2006-01-31"
$author >= "yuriy" and started > "2006-01"
$author >= "yuriy" and started > "2006"
$author >= "yuriy" and started >= "2006-01-01T00:00:01"
$author >= "yuriy" and started >= "2006-01-31"
$author >= "yuriy" and started >= "2006-01"
$author >= "yuriy" and started >= "2006"
$author >= "yuriy" and started like "2006-01-01T00:00:01"
$author >= "yuriy" and started like "2006-01-31"
$author >= "yuriy" and started like "2006-01"
$author >= "yuriy" and started like "2006"
$author >= "yuriy" and started in ("2006-01-01T00:00:01")
$author >= "yuriy" and started in ("2006-01-31","2006-01")
$author >= "yuriy" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
$author >= "yuriy" and last-active = "2006-02-01T00:00:01"
$author >= "yuriy" and last-active = "2006-02-21"
$author >= "yuriy" and last-active = "2006-02"
$author >= "yuriy" and last-active = "2006"
$author >= "yuriy" and last-active < "2006-02-01T00:00:01"
$author >= "yuriy" and last-active < "2006-02-21"
$author >= "yuriy" and last-active < "2006-02"
$author >= "yuriy" and last-active < "2006"
$author >= "yuriy" and last-active <= "2006-02-01T00:00:01"
$author >= "yuriy" and last-active <= "2006-02-21"
$author >= "yuriy" and last-active <= "2006-02"
$author >= "yuriy" and last-active <= "2006"
$author >= "yuriy" and last-active > "2006-02-01T00:00:01"
$author >= "yuriy" and last-active > "2006-02-21"
$author >= "yuriy" and last-active > "2006-02"
$author >= "yuriy" and last-active > "2006"
$author >= "yuriy" and last-active >= "2006-02-01T00:00:01"
$author >= "yuriy" and last-active >= "2006-02-21"
$author >= "yuriy" and last-active >= "2006-02"
$author >= "yuriy" and last-active >= "2006"
$author >= "yuriy" and last-active like "2006-02-01T00:00:01"
$author >= "yuriy" and last-active like "2006-02-21"
$author >= "yuriy" and last-active like "2006-02"
$author >= "yuriy" and last-active like "2006"
$author >= "yuriy" and last-active in ("2006-02-01T00:00:01")
$author >= "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21")
$author >= "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
${org.apache.ode.BPELProcess}author like "yuriy" and pid = "HelloWorld"
${org.apache.ode.BPELProcess}author like "yuriy" and pid < "HelloWorld"
${org.apache.ode.BPELProcess}author like "yuriy" and pid <= "HelloWorld"
${org.apache.ode.BPELProcess}author like "yuriy" and pid > "HelloWorld"
${org.apache.ode.BPELProcess}author like "yuriy" and pid >= "HelloWorld"
${org.apache.ode.BPELProcess}author like "yuriy" and pid like "HelloWorld"
${org.apache.ode.BPELProcess}author like "yuriy" and pid in ("HelloWorld","Hello*","Hello*World")
${org.apache.ode.BPELProcess}author like "yuriy" and pid in ("Hello*","Hello*World")
${org.apache.ode.BPELProcess}author like "yuriy" and pid in ("Hello*World")
${org.apache.ode.BPELProcess}author like "yuriy" and iid = "2006"
${org.apache.ode.BPELProcess}author like "yuriy" and iid < "2006"
${org.apache.ode.BPELProcess}author like "yuriy" and iid <= "2006"
${org.apache.ode.BPELProcess}author like "yuriy" and iid > "2006"
${org.apache.ode.BPELProcess}author like "yuriy" and iid >= "2006"
${org.apache.ode.BPELProcess}author like "yuriy" and iid in ("2006")
${org.apache.ode.BPELProcess}author like "yuriy" and iid in ("2006","20061231")
${org.apache.ode.BPELProcess}author like "yuriy" and status = "active"
${org.apache.ode.BPELProcess}author like "yuriy" and status = "suspended"
${org.apache.ode.BPELProcess}author like "yuriy" and status = "error"
${org.apache.ode.BPELProcess}author like "yuriy" and status = "completed"
${org.apache.ode.BPELProcess}author like "yuriy" and status = "terminated"
${org.apache.ode.BPELProcess}author like "yuriy" and status = "faulted"
${org.apache.ode.BPELProcess}author like "yuriy" and status in ("active","suspended")
${org.apache.ode.BPELProcess}author like "yuriy" and status in ("active","suspended","error","completed","terminated","faulted")
${org.apache.ode.BPELProcess}author like "yuriy" and started = "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" and started = "2006-01-31"
${org.apache.ode.BPELProcess}author like "yuriy" and started = "2006-01"
${org.apache.ode.BPELProcess}author like "yuriy" and started = "2006"
${org.apache.ode.BPELProcess}author like "yuriy" and started < "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" and started < "2006-01-31"
${org.apache.ode.BPELProcess}author like "yuriy" and started < "2006-01"
${org.apache.ode.BPELProcess}author like "yuriy" and started < "2006"
${org.apache.ode.BPELProcess}author like "yuriy" and started <= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" and started <= "2006-01-31"
${org.apache.ode.BPELProcess}author like "yuriy" and started <= "2006-01"
${org.apache.ode.BPELProcess}author like "yuriy" and started <= "2006"
${org.apache.ode.BPELProcess}author like "yuriy" and started > "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" and started > "2006-01-31"
${org.apache.ode.BPELProcess}author like "yuriy" and started > "2006-01"
${org.apache.ode.BPELProcess}author like "yuriy" and started > "2006"
${org.apache.ode.BPELProcess}author like "yuriy" and started >= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" and started >= "2006-01-31"
${org.apache.ode.BPELProcess}author like "yuriy" and started >= "2006-01"
${org.apache.ode.BPELProcess}author like "yuriy" and started >= "2006"
${org.apache.ode.BPELProcess}author like "yuriy" and started like "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" and started like "2006-01-31"
${org.apache.ode.BPELProcess}author like "yuriy" and started like "2006-01"
${org.apache.ode.BPELProcess}author like "yuriy" and started like "2006"
${org.apache.ode.BPELProcess}author like "yuriy" and started in ("2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" and started in ("2006-01-31","2006-01")
${org.apache.ode.BPELProcess}author like "yuriy" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
${org.apache.ode.BPELProcess}author like "yuriy" and last-active = "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active = "2006-02-21"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active = "2006-02"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active = "2006"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active < "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active < "2006-02-21"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active < "2006-02"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active < "2006"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active <= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active <= "2006-02-21"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active <= "2006-02"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active <= "2006"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active > "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active > "2006-02-21"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active > "2006-02"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active > "2006"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active >= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active >= "2006-02-21"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active >= "2006-02"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active >= "2006"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active like "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active like "2006-02-21"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active like "2006-02"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active like "2006"
${org.apache.ode.BPELProcess}author like "yuriy" and last-active in ("2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21")
${org.apache.ode.BPELProcess}author like "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
$author like "yuriy" and pid = "HelloWorld"
$author like "yuriy" and pid < "HelloWorld"
$author like "yuriy" and pid <= "HelloWorld"
$author like "yuriy" and pid > "HelloWorld"
$author like "yuriy" and pid >= "HelloWorld"
$author like "yuriy" and pid like "HelloWorld"
$author like "yuriy" and pid in ("HelloWorld","Hello*","Hello*World")
$author like "yuriy" and pid in ("Hello*","Hello*World")
$author like "yuriy" and pid in ("Hello*World")
$author like "yuriy" and iid = "2006"
$author like "yuriy" and iid < "2006"
$author like "yuriy" and iid <= "2006"
$author like "yuriy" and iid > "2006"
$author like "yuriy" and iid >= "2006"
$author like "yuriy" and iid in ("2006")
$author like "yuriy" and iid in ("2006","20061231")
$author like "yuriy" and status = "active"
$author like "yuriy" and status = "suspended"
$author like "yuriy" and status = "error"
$author like "yuriy" and status = "completed"
$author like "yuriy" and status = "terminated"
$author like "yuriy" and status = "faulted"
$author like "yuriy" and status in ("active","suspended")
$author like "yuriy" and status in ("active","suspended","error","completed","terminated","faulted")
$author like "yuriy" and started = "2006-01-01T00:00:01"
$author like "yuriy" and started = "2006-01-31"
$author like "yuriy" and started = "2006-01"
$author like "yuriy" and started = "2006"
$author like "yuriy" and started < "2006-01-01T00:00:01"
$author like "yuriy" and started < "2006-01-31"
$author like "yuriy" and started < "2006-01"
$author like "yuriy" and started < "2006"
$author like "yuriy" and started <= "2006-01-01T00:00:01"
$author like "yuriy" and started <= "2006-01-31"
$author like "yuriy" and started <= "2006-01"
$author like "yuriy" and started <= "2006"
$author like "yuriy" and started > "2006-01-01T00:00:01"
$author like "yuriy" and started > "2006-01-31"
$author like "yuriy" and started > "2006-01"
$author like "yuriy" and started > "2006"
$author like "yuriy" and started >= "2006-01-01T00:00:01"
$author like "yuriy" and started >= "2006-01-31"
$author like "yuriy" and started >= "2006-01"
$author like "yuriy" and started >= "2006"
$author like "yuriy" and started like "2006-01-01T00:00:01"
$author like "yuriy" and started like "2006-01-31"
$author like "yuriy" and started like "2006-01"
$author like "yuriy" and started like "2006"
$author like "yuriy" and started in ("2006-01-01T00:00:01")
$author like "yuriy" and started in ("2006-01-31","2006-01")
$author like "yuriy" and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
$author like "yuriy" and last-active = "2006-02-01T00:00:01"
$author like "yuriy" and last-active = "2006-02-21"
$author like "yuriy" and last-active = "2006-02"
$author like "yuriy" and last-active = "2006"
$author like "yuriy" and last-active < "2006-02-01T00:00:01"
$author like "yuriy" and last-active < "2006-02-21"
$author like "yuriy" and last-active < "2006-02"
$author like "yuriy" and last-active < "2006"
$author like "yuriy" and last-active <= "2006-02-01T00:00:01"
$author like "yuriy" and last-active <= "2006-02-21"
$author like "yuriy" and last-active <= "2006-02"
$author like "yuriy" and last-active <= "2006"
$author like "yuriy" and last-active > "2006-02-01T00:00:01"
$author like "yuriy" and last-active > "2006-02-21"
$author like "yuriy" and last-active > "2006-02"
$author like "yuriy" and last-active > "2006"
$author like "yuriy" and last-active >= "2006-02-01T00:00:01"
$author like "yuriy" and last-active >= "2006-02-21"
$author like "yuriy" and last-active >= "2006-02"
$author like "yuriy" and last-active >= "2006"
$author like "yuriy" and last-active like "2006-02-01T00:00:01"
$author like "yuriy" and last-active like "2006-02-21"
$author like "yuriy" and last-active like "2006-02"
$author like "yuriy" and last-active like "2006"
$author like "yuriy" and last-active in ("2006-02-01T00:00:01")
$author like "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21")
$author like "yuriy" and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
${org.apache.ode.BPELProcess}author in ("yuriy") and pid = "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy") and pid < "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy") and pid <= "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy") and pid > "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy") and pid >= "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy") and pid like "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy") and pid in ("HelloWorld","Hello*","Hello*World")
${org.apache.ode.BPELProcess}author in ("yuriy") and pid in ("Hello*","Hello*World")
${org.apache.ode.BPELProcess}author in ("yuriy") and pid in ("Hello*World")
${org.apache.ode.BPELProcess}author in ("yuriy") and iid = "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") and iid < "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") and iid <= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") and iid > "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") and iid >= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") and iid in ("2006")
${org.apache.ode.BPELProcess}author in ("yuriy") and iid in ("2006","20061231")
${org.apache.ode.BPELProcess}author in ("yuriy") and status = "active"
${org.apache.ode.BPELProcess}author in ("yuriy") and status = "suspended"
${org.apache.ode.BPELProcess}author in ("yuriy") and status = "error"
${org.apache.ode.BPELProcess}author in ("yuriy") and status = "completed"
${org.apache.ode.BPELProcess}author in ("yuriy") and status = "terminated"
${org.apache.ode.BPELProcess}author in ("yuriy") and status = "faulted"
${org.apache.ode.BPELProcess}author in ("yuriy") and status in ("active","suspended")
${org.apache.ode.BPELProcess}author in ("yuriy") and status in ("active","suspended","error","completed","terminated","faulted")
${org.apache.ode.BPELProcess}author in ("yuriy") and started = "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") and started = "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy") and started = "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy") and started = "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") and started < "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") and started < "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy") and started < "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy") and started < "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") and started <= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") and started <= "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy") and started <= "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy") and started <= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") and started > "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") and started > "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy") and started > "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy") and started > "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") and started >= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") and started >= "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy") and started >= "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy") and started >= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") and started like "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") and started like "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy") and started like "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy") and started like "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") and started in ("2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") and started in ("2006-01-31","2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active = "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active = "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active = "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active = "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active < "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active < "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active < "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active < "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active <= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active <= "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active <= "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active <= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active > "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active > "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active > "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active > "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active >= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active >= "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active >= "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active >= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active like "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active like "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active like "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active like "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active in ("2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
$author in ("yuriy") and pid = "HelloWorld"
$author in ("yuriy") and pid < "HelloWorld"
$author in ("yuriy") and pid <= "HelloWorld"
$author in ("yuriy") and pid > "HelloWorld"
$author in ("yuriy") and pid >= "HelloWorld"
$author in ("yuriy") and pid like "HelloWorld"
$author in ("yuriy") and pid in ("HelloWorld","Hello*","Hello*World")
$author in ("yuriy") and pid in ("Hello*","Hello*World")
$author in ("yuriy") and pid in ("Hello*World")
$author in ("yuriy") and iid = "2006"
$author in ("yuriy") and iid < "2006"
$author in ("yuriy") and iid <= "2006"
$author in ("yuriy") and iid > "2006"
$author in ("yuriy") and iid >= "2006"
$author in ("yuriy") and iid in ("2006")
$author in ("yuriy") and iid in ("2006","20061231")
$author in ("yuriy") and status = "active"
$author in ("yuriy") and status = "suspended"
$author in ("yuriy") and status = "error"
$author in ("yuriy") and status = "completed"
$author in ("yuriy") and status = "terminated"
$author in ("yuriy") and status = "faulted"
$author in ("yuriy") and status in ("active","suspended")
$author in ("yuriy") and status in ("active","suspended","error","completed","terminated","faulted")
$author in ("yuriy") and started = "2006-01-01T00:00:01"
$author in ("yuriy") and started = "2006-01-31"
$author in ("yuriy") and started = "2006-01"
$author in ("yuriy") and started = "2006"
$author in ("yuriy") and started < "2006-01-01T00:00:01"
$author in ("yuriy") and started < "2006-01-31"
$author in ("yuriy") and started < "2006-01"
$author in ("yuriy") and started < "2006"
$author in ("yuriy") and started <= "2006-01-01T00:00:01"
$author in ("yuriy") and started <= "2006-01-31"
$author in ("yuriy") and started <= "2006-01"
$author in ("yuriy") and started <= "2006"
$author in ("yuriy") and started > "2006-01-01T00:00:01"
$author in ("yuriy") and started > "2006-01-31"
$author in ("yuriy") and started > "2006-01"
$author in ("yuriy") and started > "2006"
$author in ("yuriy") and started >= "2006-01-01T00:00:01"
$author in ("yuriy") and started >= "2006-01-31"
$author in ("yuriy") and started >= "2006-01"
$author in ("yuriy") and started >= "2006"
$author in ("yuriy") and started like "2006-01-01T00:00:01"
$author in ("yuriy") and started like "2006-01-31"
$author in ("yuriy") and started like "2006-01"
$author in ("yuriy") and started like "2006"
$author in ("yuriy") and started in ("2006-01-01T00:00:01")
$author in ("yuriy") and started in ("2006-01-31","2006-01")
$author in ("yuriy") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
$author in ("yuriy") and last-active = "2006-02-01T00:00:01"
$author in ("yuriy") and last-active = "2006-02-21"
$author in ("yuriy") and last-active = "2006-02"
$author in ("yuriy") and last-active = "2006"
$author in ("yuriy") and last-active < "2006-02-01T00:00:01"
$author in ("yuriy") and last-active < "2006-02-21"
$author in ("yuriy") and last-active < "2006-02"
$author in ("yuriy") and last-active < "2006"
$author in ("yuriy") and last-active <= "2006-02-01T00:00:01"
$author in ("yuriy") and last-active <= "2006-02-21"
$author in ("yuriy") and last-active <= "2006-02"
$author in ("yuriy") and last-active <= "2006"
$author in ("yuriy") and last-active > "2006-02-01T00:00:01"
$author in ("yuriy") and last-active > "2006-02-21"
$author in ("yuriy") and last-active > "2006-02"
$author in ("yuriy") and last-active > "2006"
$author in ("yuriy") and last-active >= "2006-02-01T00:00:01"
$author in ("yuriy") and last-active >= "2006-02-21"
$author in ("yuriy") and last-active >= "2006-02"
$author in ("yuriy") and last-active >= "2006"
$author in ("yuriy") and last-active like "2006-02-01T00:00:01"
$author in ("yuriy") and last-active like "2006-02-21"
$author in ("yuriy") and last-active like "2006-02"
$author in ("yuriy") and last-active like "2006"
$author in ("yuriy") and last-active in ("2006-02-01T00:00:01")
$author in ("yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21")
$author in ("yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and pid = "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and pid < "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and pid <= "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and pid > "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and pid >= "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and pid like "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and pid in ("HelloWorld","Hello*","Hello*World")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and pid in ("Hello*","Hello*World")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and pid in ("Hello*World")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and iid = "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and iid < "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and iid <= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and iid > "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and iid >= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and iid in ("2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and iid in ("2006","20061231")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and status = "active"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and status = "suspended"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and status = "error"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and status = "completed"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and status = "terminated"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and status = "faulted"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and status in ("active","suspended")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and status in ("active","suspended","error","completed","terminated","faulted")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started = "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started = "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started = "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started = "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started < "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started < "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started < "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started < "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started <= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started <= "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started <= "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started <= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started > "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started > "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started > "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started > "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started >= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started >= "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started >= "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started >= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started like "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started like "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started like "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started like "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started in ("2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started in ("2006-01-31","2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active = "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active = "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active = "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active = "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active < "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active < "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active < "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active < "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active <= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active <= "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active <= "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active <= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active > "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active > "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active > "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active > "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active >= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active >= "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active >= "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active >= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active like "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active like "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active like "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active like "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active in ("2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active in ("2006-02-01T00:00:01","2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
$author in ("yuriy","kostya","nazar","orest") and pid = "HelloWorld"
$author in ("yuriy","kostya","nazar","orest") and pid < "HelloWorld"
$author in ("yuriy","kostya","nazar","orest") and pid <= "HelloWorld"
$author in ("yuriy","kostya","nazar","orest") and pid > "HelloWorld"
$author in ("yuriy","kostya","nazar","orest") and pid >= "HelloWorld"
$author in ("yuriy","kostya","nazar","orest") and pid like "HelloWorld"
$author in ("yuriy","kostya","nazar","orest") and pid in ("HelloWorld","Hello*","Hello*World")
$author in ("yuriy","kostya","nazar","orest") and pid in ("Hello*","Hello*World")
$author in ("yuriy","kostya","nazar","orest") and pid in ("Hello*World")
$author in ("yuriy","kostya","nazar","orest") and iid = "2006"
$author in ("yuriy","kostya","nazar","orest") and iid < "2006"
$author in ("yuriy","kostya","nazar","orest") and iid <= "2006"
$author in ("yuriy","kostya","nazar","orest") and iid > "2006"
$author in ("yuriy","kostya","nazar","orest") and iid >= "2006"
$author in ("yuriy","kostya","nazar","orest") and iid in ("2006")
$author in ("yuriy","kostya","nazar","orest") and iid in ("2006","20061231")
$author in ("yuriy","kostya","nazar","orest") and status = "active"
$author in ("yuriy","kostya","nazar","orest") and status = "suspended"
$author in ("yuriy","kostya","nazar","orest") and status = "error"
$author in ("yuriy","kostya","nazar","orest") and status = "completed"
$author in ("yuriy","kostya","nazar","orest") and status = "terminated"
$author in ("yuriy","kostya","nazar","orest") and status = "faulted"
$author in ("yuriy","kostya","nazar","orest") and status in ("active","suspended")
$author in ("yuriy","kostya","nazar","orest") and status in ("active","suspended","error","completed","terminated","faulted")
$author in ("yuriy","kostya","nazar","orest") and started = "2006-01-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") and started = "2006-01-31"
$author in ("yuriy","kostya","nazar","orest") and started = "2006-01"
$author in ("yuriy","kostya","nazar","orest") and started = "2006"
$author in ("yuriy","kostya","nazar","orest") and started < "2006-01-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") and started < "2006-01-31"
$author in ("yuriy","kostya","nazar","orest") and started < "2006-01"
$author in ("yuriy","kostya","nazar","orest") and started < "2006"
$author in ("yuriy","kostya","nazar","orest") and started <= "2006-01-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") and started <= "2006-01-31"
$author in ("yuriy","kostya","nazar","orest") and started <= "2006-01"
$author in ("yuriy","kostya","nazar","orest") and started <= "2006"
$author in ("yuriy","kostya","nazar","orest") and started > "2006-01-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") and started > "2006-01-31"
$author in ("yuriy","kostya","nazar","orest") and started > "2006-01"
$author in ("yuriy","kostya","nazar","orest") and started > "2006"
$author in ("yuriy","kostya","nazar","orest") and started >= "2006-01-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") and started >= "2006-01-31"
$author in ("yuriy","kostya","nazar","orest") and started >= "2006-01"
$author in ("yuriy","kostya","nazar","orest") and started >= "2006"
$author in ("yuriy","kostya","nazar","orest") and started like "2006-01-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") and started like "2006-01-31"
$author in ("yuriy","kostya","nazar","orest") and started like "2006-01"
$author in ("yuriy","kostya","nazar","orest") and started like "2006"
$author in ("yuriy","kostya","nazar","orest") and started in ("2006-01-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") and started in ("2006-01-31","2006-01")
$author in ("yuriy","kostya","nazar","orest") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
$author in ("yuriy","kostya","nazar","orest") and last-active = "2006-02-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") and last-active = "2006-02-21"
$author in ("yuriy","kostya","nazar","orest") and last-active = "2006-02"
$author in ("yuriy","kostya","nazar","orest") and last-active = "2006"
$author in ("yuriy","kostya","nazar","orest") and last-active < "2006-02-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") and last-active < "2006-02-21"
$author in ("yuriy","kostya","nazar","orest") and last-active < "2006-02"
$author in ("yuriy","kostya","nazar","orest") and last-active < "2006"
$author in ("yuriy","kostya","nazar","orest") and last-active <= "2006-02-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") and last-active <= "2006-02-21"
$author in ("yuriy","kostya","nazar","orest") and last-active <= "2006-02"
$author in ("yuriy","kostya","nazar","orest") and last-active <= "2006"
$author in ("yuriy","kostya","nazar","orest") and last-active > "2006-02-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") and last-active > "2006-02-21"
$author in ("yuriy","kostya","nazar","orest") and last-active > "2006-02"
$author in ("yuriy","kostya","nazar","orest") and last-active > "2006"
$author in ("yuriy","kostya","nazar","orest") and last-active >= "2006-02-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") and last-active >= "2006-02-21"
$author in ("yuriy","kostya","nazar","orest") and last-active >= "2006-02"
$author in ("yuriy","kostya","nazar","orest") and last-active >= "2006"
$author in ("yuriy","kostya","nazar","orest") and last-active like "2006-02-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") and last-active like "2006-02-21"
$author in ("yuriy","kostya","nazar","orest") and last-active like "2006-02"
$author in ("yuriy","kostya","nazar","orest") and last-active like "2006"
$author in ("yuriy","kostya","nazar","orest") and last-active in ("2006-02-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") and last-active in ("2006-02-01T00:00:01","2006-02-21")
$author in ("yuriy","kostya","nazar","orest") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(${org.apache.ode.BPELProcess}author = "yuriy") and pid = "HelloWorld"
(${org.apache.ode.BPELProcess}author = "yuriy") and pid < "HelloWorld"
(${org.apache.ode.BPELProcess}author = "yuriy") and pid <= "HelloWorld"
(${org.apache.ode.BPELProcess}author = "yuriy") and pid > "HelloWorld"
(${org.apache.ode.BPELProcess}author = "yuriy") and pid >= "HelloWorld"
(${org.apache.ode.BPELProcess}author = "yuriy") and pid like "HelloWorld"
(${org.apache.ode.BPELProcess}author = "yuriy") and pid in ("HelloWorld","Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author = "yuriy") and pid in ("Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author = "yuriy") and pid in ("Hello*World")
(${org.apache.ode.BPELProcess}author = "yuriy") and iid = "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") and iid < "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") and iid <= "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") and iid > "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") and iid >= "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") and iid in ("2006")
(${org.apache.ode.BPELProcess}author = "yuriy") and iid in ("2006","20061231")
(${org.apache.ode.BPELProcess}author = "yuriy") and status = "active"
(${org.apache.ode.BPELProcess}author = "yuriy") and status = "suspended"
(${org.apache.ode.BPELProcess}author = "yuriy") and status = "error"
(${org.apache.ode.BPELProcess}author = "yuriy") and status = "completed"
(${org.apache.ode.BPELProcess}author = "yuriy") and status = "terminated"
(${org.apache.ode.BPELProcess}author = "yuriy") and status = "faulted"
(${org.apache.ode.BPELProcess}author = "yuriy") and status in ("active","suspended")
(${org.apache.ode.BPELProcess}author = "yuriy") and status in ("active","suspended","error","completed","terminated","faulted")
(${org.apache.ode.BPELProcess}author = "yuriy") and started = "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") and started = "2006-01-31"
(${org.apache.ode.BPELProcess}author = "yuriy") and started = "2006-01"
(${org.apache.ode.BPELProcess}author = "yuriy") and started = "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") and started < "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") and started < "2006-01-31"
(${org.apache.ode.BPELProcess}author = "yuriy") and started < "2006-01"
(${org.apache.ode.BPELProcess}author = "yuriy") and started < "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") and started <= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") and started <= "2006-01-31"
(${org.apache.ode.BPELProcess}author = "yuriy") and started <= "2006-01"
(${org.apache.ode.BPELProcess}author = "yuriy") and started <= "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") and started > "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") and started > "2006-01-31"
(${org.apache.ode.BPELProcess}author = "yuriy") and started > "2006-01"
(${org.apache.ode.BPELProcess}author = "yuriy") and started > "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") and started >= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") and started >= "2006-01-31"
(${org.apache.ode.BPELProcess}author = "yuriy") and started >= "2006-01"
(${org.apache.ode.BPELProcess}author = "yuriy") and started >= "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") and started like "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") and started like "2006-01-31"
(${org.apache.ode.BPELProcess}author = "yuriy") and started like "2006-01"
(${org.apache.ode.BPELProcess}author = "yuriy") and started like "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") and started in ("2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") and started in ("2006-01-31","2006-01")
(${org.apache.ode.BPELProcess}author = "yuriy") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active = "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active = "2006-02-21"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active = "2006-02"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active = "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active < "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active < "2006-02-21"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active < "2006-02"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active < "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active <= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active <= "2006-02-21"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active <= "2006-02"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active <= "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active > "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active > "2006-02-21"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active > "2006-02"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active > "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active >= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active >= "2006-02-21"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active >= "2006-02"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active >= "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active like "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active like "2006-02-21"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active like "2006-02"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active like "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active in ("2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(${org.apache.ode.BPELProcess}author = "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
($author = "yuriy") and pid = "HelloWorld"
($author = "yuriy") and pid < "HelloWorld"
($author = "yuriy") and pid <= "HelloWorld"
($author = "yuriy") and pid > "HelloWorld"
($author = "yuriy") and pid >= "HelloWorld"
($author = "yuriy") and pid like "HelloWorld"
($author = "yuriy") and pid in ("HelloWorld","Hello*","Hello*World")
($author = "yuriy") and pid in ("Hello*","Hello*World")
($author = "yuriy") and pid in ("Hello*World")
($author = "yuriy") and iid = "2006"
($author = "yuriy") and iid < "2006"
($author = "yuriy") and iid <= "2006"
($author = "yuriy") and iid > "2006"
($author = "yuriy") and iid >= "2006"
($author = "yuriy") and iid in ("2006")
($author = "yuriy") and iid in ("2006","20061231")
($author = "yuriy") and status = "active"
($author = "yuriy") and status = "suspended"
($author = "yuriy") and status = "error"
($author = "yuriy") and status = "completed"
($author = "yuriy") and status = "terminated"
($author = "yuriy") and status = "faulted"
($author = "yuriy") and status in ("active","suspended")
($author = "yuriy") and status in ("active","suspended","error","completed","terminated","faulted")
($author = "yuriy") and started = "2006-01-01T00:00:01"
($author = "yuriy") and started = "2006-01-31"
($author = "yuriy") and started = "2006-01"
($author = "yuriy") and started = "2006"
($author = "yuriy") and started < "2006-01-01T00:00:01"
($author = "yuriy") and started < "2006-01-31"
($author = "yuriy") and started < "2006-01"
($author = "yuriy") and started < "2006"
($author = "yuriy") and started <= "2006-01-01T00:00:01"
($author = "yuriy") and started <= "2006-01-31"
($author = "yuriy") and started <= "2006-01"
($author = "yuriy") and started <= "2006"
($author = "yuriy") and started > "2006-01-01T00:00:01"
($author = "yuriy") and started > "2006-01-31"
($author = "yuriy") and started > "2006-01"
($author = "yuriy") and started > "2006"
($author = "yuriy") and started >= "2006-01-01T00:00:01"
($author = "yuriy") and started >= "2006-01-31"
($author = "yuriy") and started >= "2006-01"
($author = "yuriy") and started >= "2006"
($author = "yuriy") and started like "2006-01-01T00:00:01"
($author = "yuriy") and started like "2006-01-31"
($author = "yuriy") and started like "2006-01"
($author = "yuriy") and started like "2006"
($author = "yuriy") and started in ("2006-01-01T00:00:01")
($author = "yuriy") and started in ("2006-01-31","2006-01")
($author = "yuriy") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
($author = "yuriy") and last-active = "2006-02-01T00:00:01"
($author = "yuriy") and last-active = "2006-02-21"
($author = "yuriy") and last-active = "2006-02"
($author = "yuriy") and last-active = "2006"
($author = "yuriy") and last-active < "2006-02-01T00:00:01"
($author = "yuriy") and last-active < "2006-02-21"
($author = "yuriy") and last-active < "2006-02"
($author = "yuriy") and last-active < "2006"
($author = "yuriy") and last-active <= "2006-02-01T00:00:01"
($author = "yuriy") and last-active <= "2006-02-21"
($author = "yuriy") and last-active <= "2006-02"
($author = "yuriy") and last-active <= "2006"
($author = "yuriy") and last-active > "2006-02-01T00:00:01"
($author = "yuriy") and last-active > "2006-02-21"
($author = "yuriy") and last-active > "2006-02"
($author = "yuriy") and last-active > "2006"
($author = "yuriy") and last-active >= "2006-02-01T00:00:01"
($author = "yuriy") and last-active >= "2006-02-21"
($author = "yuriy") and last-active >= "2006-02"
($author = "yuriy") and last-active >= "2006"
($author = "yuriy") and last-active like "2006-02-01T00:00:01"
($author = "yuriy") and last-active like "2006-02-21"
($author = "yuriy") and last-active like "2006-02"
($author = "yuriy") and last-active like "2006"
($author = "yuriy") and last-active in ("2006-02-01T00:00:01")
($author = "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21")
($author = "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(${org.apache.ode.BPELProcess}author < "yuriy") and pid = "HelloWorld"
(${org.apache.ode.BPELProcess}author < "yuriy") and pid < "HelloWorld"
(${org.apache.ode.BPELProcess}author < "yuriy") and pid <= "HelloWorld"
(${org.apache.ode.BPELProcess}author < "yuriy") and pid > "HelloWorld"
(${org.apache.ode.BPELProcess}author < "yuriy") and pid >= "HelloWorld"
(${org.apache.ode.BPELProcess}author < "yuriy") and pid like "HelloWorld"
(${org.apache.ode.BPELProcess}author < "yuriy") and pid in ("HelloWorld","Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author < "yuriy") and pid in ("Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author < "yuriy") and pid in ("Hello*World")
(${org.apache.ode.BPELProcess}author < "yuriy") and iid = "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") and iid < "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") and iid <= "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") and iid > "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") and iid >= "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") and iid in ("2006")
(${org.apache.ode.BPELProcess}author < "yuriy") and iid in ("2006","20061231")
(${org.apache.ode.BPELProcess}author < "yuriy") and status = "active"
(${org.apache.ode.BPELProcess}author < "yuriy") and status = "suspended"
(${org.apache.ode.BPELProcess}author < "yuriy") and status = "error"
(${org.apache.ode.BPELProcess}author < "yuriy") and status = "completed"
(${org.apache.ode.BPELProcess}author < "yuriy") and status = "terminated"
(${org.apache.ode.BPELProcess}author < "yuriy") and status = "faulted"
(${org.apache.ode.BPELProcess}author < "yuriy") and status in ("active","suspended")
(${org.apache.ode.BPELProcess}author < "yuriy") and status in ("active","suspended","error","completed","terminated","faulted")
(${org.apache.ode.BPELProcess}author < "yuriy") and started = "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") and started = "2006-01-31"
(${org.apache.ode.BPELProcess}author < "yuriy") and started = "2006-01"
(${org.apache.ode.BPELProcess}author < "yuriy") and started = "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") and started < "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") and started < "2006-01-31"
(${org.apache.ode.BPELProcess}author < "yuriy") and started < "2006-01"
(${org.apache.ode.BPELProcess}author < "yuriy") and started < "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") and started <= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") and started <= "2006-01-31"
(${org.apache.ode.BPELProcess}author < "yuriy") and started <= "2006-01"
(${org.apache.ode.BPELProcess}author < "yuriy") and started <= "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") and started > "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") and started > "2006-01-31"
(${org.apache.ode.BPELProcess}author < "yuriy") and started > "2006-01"
(${org.apache.ode.BPELProcess}author < "yuriy") and started > "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") and started >= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") and started >= "2006-01-31"
(${org.apache.ode.BPELProcess}author < "yuriy") and started >= "2006-01"
(${org.apache.ode.BPELProcess}author < "yuriy") and started >= "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") and started like "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") and started like "2006-01-31"
(${org.apache.ode.BPELProcess}author < "yuriy") and started like "2006-01"
(${org.apache.ode.BPELProcess}author < "yuriy") and started like "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") and started in ("2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") and started in ("2006-01-31","2006-01")
(${org.apache.ode.BPELProcess}author < "yuriy") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active = "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active = "2006-02-21"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active = "2006-02"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active = "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active < "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active < "2006-02-21"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active < "2006-02"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active < "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active <= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active <= "2006-02-21"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active <= "2006-02"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active <= "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active > "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active > "2006-02-21"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active > "2006-02"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active > "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active >= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active >= "2006-02-21"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active >= "2006-02"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active >= "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active like "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active like "2006-02-21"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active like "2006-02"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active like "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active in ("2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(${org.apache.ode.BPELProcess}author < "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
($author < "yuriy") and pid = "HelloWorld"
($author < "yuriy") and pid < "HelloWorld"
($author < "yuriy") and pid <= "HelloWorld"
($author < "yuriy") and pid > "HelloWorld"
($author < "yuriy") and pid >= "HelloWorld"
($author < "yuriy") and pid like "HelloWorld"
($author < "yuriy") and pid in ("HelloWorld","Hello*","Hello*World")
($author < "yuriy") and pid in ("Hello*","Hello*World")
($author < "yuriy") and pid in ("Hello*World")
($author < "yuriy") and iid = "2006"
($author < "yuriy") and iid < "2006"
($author < "yuriy") and iid <= "2006"
($author < "yuriy") and iid > "2006"
($author < "yuriy") and iid >= "2006"
($author < "yuriy") and iid in ("2006")
($author < "yuriy") and iid in ("2006","20061231")
($author < "yuriy") and status = "active"
($author < "yuriy") and status = "suspended"
($author < "yuriy") and status = "error"
($author < "yuriy") and status = "completed"
($author < "yuriy") and status = "terminated"
($author < "yuriy") and status = "faulted"
($author < "yuriy") and status in ("active","suspended")
($author < "yuriy") and status in ("active","suspended","error","completed","terminated","faulted")
($author < "yuriy") and started = "2006-01-01T00:00:01"
($author < "yuriy") and started = "2006-01-31"
($author < "yuriy") and started = "2006-01"
($author < "yuriy") and started = "2006"
($author < "yuriy") and started < "2006-01-01T00:00:01"
($author < "yuriy") and started < "2006-01-31"
($author < "yuriy") and started < "2006-01"
($author < "yuriy") and started < "2006"
($author < "yuriy") and started <= "2006-01-01T00:00:01"
($author < "yuriy") and started <= "2006-01-31"
($author < "yuriy") and started <= "2006-01"
($author < "yuriy") and started <= "2006"
($author < "yuriy") and started > "2006-01-01T00:00:01"
($author < "yuriy") and started > "2006-01-31"
($author < "yuriy") and started > "2006-01"
($author < "yuriy") and started > "2006"
($author < "yuriy") and started >= "2006-01-01T00:00:01"
($author < "yuriy") and started >= "2006-01-31"
($author < "yuriy") and started >= "2006-01"
($author < "yuriy") and started >= "2006"
($author < "yuriy") and started like "2006-01-01T00:00:01"
($author < "yuriy") and started like "2006-01-31"
($author < "yuriy") and started like "2006-01"
($author < "yuriy") and started like "2006"
($author < "yuriy") and started in ("2006-01-01T00:00:01")
($author < "yuriy") and started in ("2006-01-31","2006-01")
($author < "yuriy") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
($author < "yuriy") and last-active = "2006-02-01T00:00:01"
($author < "yuriy") and last-active = "2006-02-21"
($author < "yuriy") and last-active = "2006-02"
($author < "yuriy") and last-active = "2006"
($author < "yuriy") and last-active < "2006-02-01T00:00:01"
($author < "yuriy") and last-active < "2006-02-21"
($author < "yuriy") and last-active < "2006-02"
($author < "yuriy") and last-active < "2006"
($author < "yuriy") and last-active <= "2006-02-01T00:00:01"
($author < "yuriy") and last-active <= "2006-02-21"
($author < "yuriy") and last-active <= "2006-02"
($author < "yuriy") and last-active <= "2006"
($author < "yuriy") and last-active > "2006-02-01T00:00:01"
($author < "yuriy") and last-active > "2006-02-21"
($author < "yuriy") and last-active > "2006-02"
($author < "yuriy") and last-active > "2006"
($author < "yuriy") and last-active >= "2006-02-01T00:00:01"
($author < "yuriy") and last-active >= "2006-02-21"
($author < "yuriy") and last-active >= "2006-02"
($author < "yuriy") and last-active >= "2006"
($author < "yuriy") and last-active like "2006-02-01T00:00:01"
($author < "yuriy") and last-active like "2006-02-21"
($author < "yuriy") and last-active like "2006-02"
($author < "yuriy") and last-active like "2006"
($author < "yuriy") and last-active in ("2006-02-01T00:00:01")
($author < "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21")
($author < "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") and pid = "HelloWorld"
(${org.apache.ode.BPELProcess}author <= "yuriy") and pid < "HelloWorld"
(${org.apache.ode.BPELProcess}author <= "yuriy") and pid <= "HelloWorld"
(${org.apache.ode.BPELProcess}author <= "yuriy") and pid > "HelloWorld"
(${org.apache.ode.BPELProcess}author <= "yuriy") and pid >= "HelloWorld"
(${org.apache.ode.BPELProcess}author <= "yuriy") and pid like "HelloWorld"
(${org.apache.ode.BPELProcess}author <= "yuriy") and pid in ("HelloWorld","Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author <= "yuriy") and pid in ("Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author <= "yuriy") and pid in ("Hello*World")
(${org.apache.ode.BPELProcess}author <= "yuriy") and iid = "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") and iid < "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") and iid <= "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") and iid > "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") and iid >= "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") and iid in ("2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") and iid in ("2006","20061231")
(${org.apache.ode.BPELProcess}author <= "yuriy") and status = "active"
(${org.apache.ode.BPELProcess}author <= "yuriy") and status = "suspended"
(${org.apache.ode.BPELProcess}author <= "yuriy") and status = "error"
(${org.apache.ode.BPELProcess}author <= "yuriy") and status = "completed"
(${org.apache.ode.BPELProcess}author <= "yuriy") and status = "terminated"
(${org.apache.ode.BPELProcess}author <= "yuriy") and status = "faulted"
(${org.apache.ode.BPELProcess}author <= "yuriy") and status in ("active","suspended")
(${org.apache.ode.BPELProcess}author <= "yuriy") and status in ("active","suspended","error","completed","terminated","faulted")
(${org.apache.ode.BPELProcess}author <= "yuriy") and started = "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started = "2006-01-31"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started = "2006-01"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started = "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started < "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started < "2006-01-31"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started < "2006-01"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started < "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started <= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started <= "2006-01-31"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started <= "2006-01"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started <= "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started > "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started > "2006-01-31"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started > "2006-01"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started > "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started >= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started >= "2006-01-31"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started >= "2006-01"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started >= "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started like "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started like "2006-01-31"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started like "2006-01"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started like "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") and started in ("2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") and started in ("2006-01-31","2006-01")
(${org.apache.ode.BPELProcess}author <= "yuriy") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active = "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active = "2006-02-21"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active = "2006-02"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active = "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active < "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active < "2006-02-21"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active < "2006-02"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active < "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active <= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active <= "2006-02-21"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active <= "2006-02"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active <= "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active > "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active > "2006-02-21"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active > "2006-02"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active > "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active >= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active >= "2006-02-21"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active >= "2006-02"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active >= "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active like "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active like "2006-02-21"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active like "2006-02"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active like "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active in ("2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(${org.apache.ode.BPELProcess}author <= "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
($author <= "yuriy") and pid = "HelloWorld"
($author <= "yuriy") and pid < "HelloWorld"
($author <= "yuriy") and pid <= "HelloWorld"
($author <= "yuriy") and pid > "HelloWorld"
($author <= "yuriy") and pid >= "HelloWorld"
($author <= "yuriy") and pid like "HelloWorld"
($author <= "yuriy") and pid in ("HelloWorld","Hello*","Hello*World")
($author <= "yuriy") and pid in ("Hello*","Hello*World")
($author <= "yuriy") and pid in ("Hello*World")
($author <= "yuriy") and iid = "2006"
($author <= "yuriy") and iid < "2006"
($author <= "yuriy") and iid <= "2006"
($author <= "yuriy") and iid > "2006"
($author <= "yuriy") and iid >= "2006"
($author <= "yuriy") and iid in ("2006")
($author <= "yuriy") and iid in ("2006","20061231")
($author <= "yuriy") and status = "active"
($author <= "yuriy") and status = "suspended"
($author <= "yuriy") and status = "error"
($author <= "yuriy") and status = "completed"
($author <= "yuriy") and status = "terminated"
($author <= "yuriy") and status = "faulted"
($author <= "yuriy") and status in ("active","suspended")
($author <= "yuriy") and status in ("active","suspended","error","completed","terminated","faulted")
($author <= "yuriy") and started = "2006-01-01T00:00:01"
($author <= "yuriy") and started = "2006-01-31"
($author <= "yuriy") and started = "2006-01"
($author <= "yuriy") and started = "2006"
($author <= "yuriy") and started < "2006-01-01T00:00:01"
($author <= "yuriy") and started < "2006-01-31"
($author <= "yuriy") and started < "2006-01"
($author <= "yuriy") and started < "2006"
($author <= "yuriy") and started <= "2006-01-01T00:00:01"
($author <= "yuriy") and started <= "2006-01-31"
($author <= "yuriy") and started <= "2006-01"
($author <= "yuriy") and started <= "2006"
($author <= "yuriy") and started > "2006-01-01T00:00:01"
($author <= "yuriy") and started > "2006-01-31"
($author <= "yuriy") and started > "2006-01"
($author <= "yuriy") and started > "2006"
($author <= "yuriy") and started >= "2006-01-01T00:00:01"
($author <= "yuriy") and started >= "2006-01-31"
($author <= "yuriy") and started >= "2006-01"
($author <= "yuriy") and started >= "2006"
($author <= "yuriy") and started like "2006-01-01T00:00:01"
($author <= "yuriy") and started like "2006-01-31"
($author <= "yuriy") and started like "2006-01"
($author <= "yuriy") and started like "2006"
($author <= "yuriy") and started in ("2006-01-01T00:00:01")
($author <= "yuriy") and started in ("2006-01-31","2006-01")
($author <= "yuriy") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
($author <= "yuriy") and last-active = "2006-02-01T00:00:01"
($author <= "yuriy") and last-active = "2006-02-21"
($author <= "yuriy") and last-active = "2006-02"
($author <= "yuriy") and last-active = "2006"
($author <= "yuriy") and last-active < "2006-02-01T00:00:01"
($author <= "yuriy") and last-active < "2006-02-21"
($author <= "yuriy") and last-active < "2006-02"
($author <= "yuriy") and last-active < "2006"
($author <= "yuriy") and last-active <= "2006-02-01T00:00:01"
($author <= "yuriy") and last-active <= "2006-02-21"
($author <= "yuriy") and last-active <= "2006-02"
($author <= "yuriy") and last-active <= "2006"
($author <= "yuriy") and last-active > "2006-02-01T00:00:01"
($author <= "yuriy") and last-active > "2006-02-21"
($author <= "yuriy") and last-active > "2006-02"
($author <= "yuriy") and last-active > "2006"
($author <= "yuriy") and last-active >= "2006-02-01T00:00:01"
($author <= "yuriy") and last-active >= "2006-02-21"
($author <= "yuriy") and last-active >= "2006-02"
($author <= "yuriy") and last-active >= "2006"
($author <= "yuriy") and last-active like "2006-02-01T00:00:01"
($author <= "yuriy") and last-active like "2006-02-21"
($author <= "yuriy") and last-active like "2006-02"
($author <= "yuriy") and last-active like "2006"
($author <= "yuriy") and last-active in ("2006-02-01T00:00:01")
($author <= "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21")
($author <= "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(${org.apache.ode.BPELProcess}author > "yuriy") and pid = "HelloWorld"
(${org.apache.ode.BPELProcess}author > "yuriy") and pid < "HelloWorld"
(${org.apache.ode.BPELProcess}author > "yuriy") and pid <= "HelloWorld"
(${org.apache.ode.BPELProcess}author > "yuriy") and pid > "HelloWorld"
(${org.apache.ode.BPELProcess}author > "yuriy") and pid >= "HelloWorld"
(${org.apache.ode.BPELProcess}author > "yuriy") and pid like "HelloWorld"
(${org.apache.ode.BPELProcess}author > "yuriy") and pid in ("HelloWorld","Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author > "yuriy") and pid in ("Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author > "yuriy") and pid in ("Hello*World")
(${org.apache.ode.BPELProcess}author > "yuriy") and iid = "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") and iid < "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") and iid <= "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") and iid > "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") and iid >= "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") and iid in ("2006")
(${org.apache.ode.BPELProcess}author > "yuriy") and iid in ("2006","20061231")
(${org.apache.ode.BPELProcess}author > "yuriy") and status = "active"
(${org.apache.ode.BPELProcess}author > "yuriy") and status = "suspended"
(${org.apache.ode.BPELProcess}author > "yuriy") and status = "error"
(${org.apache.ode.BPELProcess}author > "yuriy") and status = "completed"
(${org.apache.ode.BPELProcess}author > "yuriy") and status = "terminated"
(${org.apache.ode.BPELProcess}author > "yuriy") and status = "faulted"
(${org.apache.ode.BPELProcess}author > "yuriy") and status in ("active","suspended")
(${org.apache.ode.BPELProcess}author > "yuriy") and status in ("active","suspended","error","completed","terminated","faulted")
(${org.apache.ode.BPELProcess}author > "yuriy") and started = "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") and started = "2006-01-31"
(${org.apache.ode.BPELProcess}author > "yuriy") and started = "2006-01"
(${org.apache.ode.BPELProcess}author > "yuriy") and started = "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") and started < "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") and started < "2006-01-31"
(${org.apache.ode.BPELProcess}author > "yuriy") and started < "2006-01"
(${org.apache.ode.BPELProcess}author > "yuriy") and started < "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") and started <= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") and started <= "2006-01-31"
(${org.apache.ode.BPELProcess}author > "yuriy") and started <= "2006-01"
(${org.apache.ode.BPELProcess}author > "yuriy") and started <= "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") and started > "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") and started > "2006-01-31"
(${org.apache.ode.BPELProcess}author > "yuriy") and started > "2006-01"
(${org.apache.ode.BPELProcess}author > "yuriy") and started > "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") and started >= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") and started >= "2006-01-31"
(${org.apache.ode.BPELProcess}author > "yuriy") and started >= "2006-01"
(${org.apache.ode.BPELProcess}author > "yuriy") and started >= "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") and started like "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") and started like "2006-01-31"
(${org.apache.ode.BPELProcess}author > "yuriy") and started like "2006-01"
(${org.apache.ode.BPELProcess}author > "yuriy") and started like "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") and started in ("2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") and started in ("2006-01-31","2006-01")
(${org.apache.ode.BPELProcess}author > "yuriy") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active = "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active = "2006-02-21"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active = "2006-02"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active = "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active < "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active < "2006-02-21"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active < "2006-02"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active < "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active <= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active <= "2006-02-21"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active <= "2006-02"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active <= "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active > "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active > "2006-02-21"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active > "2006-02"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active > "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active >= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active >= "2006-02-21"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active >= "2006-02"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active >= "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active like "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active like "2006-02-21"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active like "2006-02"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active like "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active in ("2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(${org.apache.ode.BPELProcess}author > "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
($author > "yuriy") and pid = "HelloWorld"
($author > "yuriy") and pid < "HelloWorld"
($author > "yuriy") and pid <= "HelloWorld"
($author > "yuriy") and pid > "HelloWorld"
($author > "yuriy") and pid >= "HelloWorld"
($author > "yuriy") and pid like "HelloWorld"
($author > "yuriy") and pid in ("HelloWorld","Hello*","Hello*World")
($author > "yuriy") and pid in ("Hello*","Hello*World")
($author > "yuriy") and pid in ("Hello*World")
($author > "yuriy") and iid = "2006"
($author > "yuriy") and iid < "2006"
($author > "yuriy") and iid <= "2006"
($author > "yuriy") and iid > "2006"
($author > "yuriy") and iid >= "2006"
($author > "yuriy") and iid in ("2006")
($author > "yuriy") and iid in ("2006","20061231")
($author > "yuriy") and status = "active"
($author > "yuriy") and status = "suspended"
($author > "yuriy") and status = "error"
($author > "yuriy") and status = "completed"
($author > "yuriy") and status = "terminated"
($author > "yuriy") and status = "faulted"
($author > "yuriy") and status in ("active","suspended")
($author > "yuriy") and status in ("active","suspended","error","completed","terminated","faulted")
($author > "yuriy") and started = "2006-01-01T00:00:01"
($author > "yuriy") and started = "2006-01-31"
($author > "yuriy") and started = "2006-01"
($author > "yuriy") and started = "2006"
($author > "yuriy") and started < "2006-01-01T00:00:01"
($author > "yuriy") and started < "2006-01-31"
($author > "yuriy") and started < "2006-01"
($author > "yuriy") and started < "2006"
($author > "yuriy") and started <= "2006-01-01T00:00:01"
($author > "yuriy") and started <= "2006-01-31"
($author > "yuriy") and started <= "2006-01"
($author > "yuriy") and started <= "2006"
($author > "yuriy") and started > "2006-01-01T00:00:01"
($author > "yuriy") and started > "2006-01-31"
($author > "yuriy") and started > "2006-01"
($author > "yuriy") and started > "2006"
($author > "yuriy") and started >= "2006-01-01T00:00:01"
($author > "yuriy") and started >= "2006-01-31"
($author > "yuriy") and started >= "2006-01"
($author > "yuriy") and started >= "2006"
($author > "yuriy") and started like "2006-01-01T00:00:01"
($author > "yuriy") and started like "2006-01-31"
($author > "yuriy") and started like "2006-01"
($author > "yuriy") and started like "2006"
($author > "yuriy") and started in ("2006-01-01T00:00:01")
($author > "yuriy") and started in ("2006-01-31","2006-01")
($author > "yuriy") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
($author > "yuriy") and last-active = "2006-02-01T00:00:01"
($author > "yuriy") and last-active = "2006-02-21"
($author > "yuriy") and last-active = "2006-02"
($author > "yuriy") and last-active = "2006"
($author > "yuriy") and last-active < "2006-02-01T00:00:01"
($author > "yuriy") and last-active < "2006-02-21"
($author > "yuriy") and last-active < "2006-02"
($author > "yuriy") and last-active < "2006"
($author > "yuriy") and last-active <= "2006-02-01T00:00:01"
($author > "yuriy") and last-active <= "2006-02-21"
($author > "yuriy") and last-active <= "2006-02"
($author > "yuriy") and last-active <= "2006"
($author > "yuriy") and last-active > "2006-02-01T00:00:01"
($author > "yuriy") and last-active > "2006-02-21"
($author > "yuriy") and last-active > "2006-02"
($author > "yuriy") and last-active > "2006"
($author > "yuriy") and last-active >= "2006-02-01T00:00:01"
($author > "yuriy") and last-active >= "2006-02-21"
($author > "yuriy") and last-active >= "2006-02"
($author > "yuriy") and last-active >= "2006"
($author > "yuriy") and last-active like "2006-02-01T00:00:01"
($author > "yuriy") and last-active like "2006-02-21"
($author > "yuriy") and last-active like "2006-02"
($author > "yuriy") and last-active like "2006"
($author > "yuriy") and last-active in ("2006-02-01T00:00:01")
($author > "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21")
($author > "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") and pid = "HelloWorld"
(${org.apache.ode.BPELProcess}author >= "yuriy") and pid < "HelloWorld"
(${org.apache.ode.BPELProcess}author >= "yuriy") and pid <= "HelloWorld"
(${org.apache.ode.BPELProcess}author >= "yuriy") and pid > "HelloWorld"
(${org.apache.ode.BPELProcess}author >= "yuriy") and pid >= "HelloWorld"
(${org.apache.ode.BPELProcess}author >= "yuriy") and pid like "HelloWorld"
(${org.apache.ode.BPELProcess}author >= "yuriy") and pid in ("HelloWorld","Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author >= "yuriy") and pid in ("Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author >= "yuriy") and pid in ("Hello*World")
(${org.apache.ode.BPELProcess}author >= "yuriy") and iid = "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") and iid < "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") and iid <= "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") and iid > "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") and iid >= "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") and iid in ("2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") and iid in ("2006","20061231")
(${org.apache.ode.BPELProcess}author >= "yuriy") and status = "active"
(${org.apache.ode.BPELProcess}author >= "yuriy") and status = "suspended"
(${org.apache.ode.BPELProcess}author >= "yuriy") and status = "error"
(${org.apache.ode.BPELProcess}author >= "yuriy") and status = "completed"
(${org.apache.ode.BPELProcess}author >= "yuriy") and status = "terminated"
(${org.apache.ode.BPELProcess}author >= "yuriy") and status = "faulted"
(${org.apache.ode.BPELProcess}author >= "yuriy") and status in ("active","suspended")
(${org.apache.ode.BPELProcess}author >= "yuriy") and status in ("active","suspended","error","completed","terminated","faulted")
(${org.apache.ode.BPELProcess}author >= "yuriy") and started = "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started = "2006-01-31"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started = "2006-01"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started = "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started < "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started < "2006-01-31"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started < "2006-01"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started < "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started <= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started <= "2006-01-31"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started <= "2006-01"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started <= "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started > "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started > "2006-01-31"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started > "2006-01"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started > "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started >= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started >= "2006-01-31"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started >= "2006-01"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started >= "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started like "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started like "2006-01-31"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started like "2006-01"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started like "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") and started in ("2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") and started in ("2006-01-31","2006-01")
(${org.apache.ode.BPELProcess}author >= "yuriy") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active = "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active = "2006-02-21"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active = "2006-02"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active = "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active < "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active < "2006-02-21"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active < "2006-02"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active < "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active <= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active <= "2006-02-21"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active <= "2006-02"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active <= "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active > "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active > "2006-02-21"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active > "2006-02"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active > "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active >= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active >= "2006-02-21"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active >= "2006-02"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active >= "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active like "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active like "2006-02-21"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active like "2006-02"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active like "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active in ("2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(${org.apache.ode.BPELProcess}author >= "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
($author >= "yuriy") and pid = "HelloWorld"
($author >= "yuriy") and pid < "HelloWorld"
($author >= "yuriy") and pid <= "HelloWorld"
($author >= "yuriy") and pid > "HelloWorld"
($author >= "yuriy") and pid >= "HelloWorld"
($author >= "yuriy") and pid like "HelloWorld"
($author >= "yuriy") and pid in ("HelloWorld","Hello*","Hello*World")
($author >= "yuriy") and pid in ("Hello*","Hello*World")
($author >= "yuriy") and pid in ("Hello*World")
($author >= "yuriy") and iid = "2006"
($author >= "yuriy") and iid < "2006"
($author >= "yuriy") and iid <= "2006"
($author >= "yuriy") and iid > "2006"
($author >= "yuriy") and iid >= "2006"
($author >= "yuriy") and iid in ("2006")
($author >= "yuriy") and iid in ("2006","20061231")
($author >= "yuriy") and status = "active"
($author >= "yuriy") and status = "suspended"
($author >= "yuriy") and status = "error"
($author >= "yuriy") and status = "completed"
($author >= "yuriy") and status = "terminated"
($author >= "yuriy") and status = "faulted"
($author >= "yuriy") and status in ("active","suspended")
($author >= "yuriy") and status in ("active","suspended","error","completed","terminated","faulted")
($author >= "yuriy") and started = "2006-01-01T00:00:01"
($author >= "yuriy") and started = "2006-01-31"
($author >= "yuriy") and started = "2006-01"
($author >= "yuriy") and started = "2006"
($author >= "yuriy") and started < "2006-01-01T00:00:01"
($author >= "yuriy") and started < "2006-01-31"
($author >= "yuriy") and started < "2006-01"
($author >= "yuriy") and started < "2006"
($author >= "yuriy") and started <= "2006-01-01T00:00:01"
($author >= "yuriy") and started <= "2006-01-31"
($author >= "yuriy") and started <= "2006-01"
($author >= "yuriy") and started <= "2006"
($author >= "yuriy") and started > "2006-01-01T00:00:01"
($author >= "yuriy") and started > "2006-01-31"
($author >= "yuriy") and started > "2006-01"
($author >= "yuriy") and started > "2006"
($author >= "yuriy") and started >= "2006-01-01T00:00:01"
($author >= "yuriy") and started >= "2006-01-31"
($author >= "yuriy") and started >= "2006-01"
($author >= "yuriy") and started >= "2006"
($author >= "yuriy") and started like "2006-01-01T00:00:01"
($author >= "yuriy") and started like "2006-01-31"
($author >= "yuriy") and started like "2006-01"
($author >= "yuriy") and started like "2006"
($author >= "yuriy") and started in ("2006-01-01T00:00:01")
($author >= "yuriy") and started in ("2006-01-31","2006-01")
($author >= "yuriy") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
($author >= "yuriy") and last-active = "2006-02-01T00:00:01"
($author >= "yuriy") and last-active = "2006-02-21"
($author >= "yuriy") and last-active = "2006-02"
($author >= "yuriy") and last-active = "2006"
($author >= "yuriy") and last-active < "2006-02-01T00:00:01"
($author >= "yuriy") and last-active < "2006-02-21"
($author >= "yuriy") and last-active < "2006-02"
($author >= "yuriy") and last-active < "2006"
($author >= "yuriy") and last-active <= "2006-02-01T00:00:01"
($author >= "yuriy") and last-active <= "2006-02-21"
($author >= "yuriy") and last-active <= "2006-02"
($author >= "yuriy") and last-active <= "2006"
($author >= "yuriy") and last-active > "2006-02-01T00:00:01"
($author >= "yuriy") and last-active > "2006-02-21"
($author >= "yuriy") and last-active > "2006-02"
($author >= "yuriy") and last-active > "2006"
($author >= "yuriy") and last-active >= "2006-02-01T00:00:01"
($author >= "yuriy") and last-active >= "2006-02-21"
($author >= "yuriy") and last-active >= "2006-02"
($author >= "yuriy") and last-active >= "2006"
($author >= "yuriy") and last-active like "2006-02-01T00:00:01"
($author >= "yuriy") and last-active like "2006-02-21"
($author >= "yuriy") and last-active like "2006-02"
($author >= "yuriy") and last-active like "2006"
($author >= "yuriy") and last-active in ("2006-02-01T00:00:01")
($author >= "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21")
($author >= "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(${org.apache.ode.BPELProcess}author like "yuriy") and pid = "HelloWorld"
(${org.apache.ode.BPELProcess}author like "yuriy") and pid < "HelloWorld"
(${org.apache.ode.BPELProcess}author like "yuriy") and pid <= "HelloWorld"
(${org.apache.ode.BPELProcess}author like "yuriy") and pid > "HelloWorld"
(${org.apache.ode.BPELProcess}author like "yuriy") and pid >= "HelloWorld"
(${org.apache.ode.BPELProcess}author like "yuriy") and pid like "HelloWorld"
(${org.apache.ode.BPELProcess}author like "yuriy") and pid in ("HelloWorld","Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author like "yuriy") and pid in ("Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author like "yuriy") and pid in ("Hello*World")
(${org.apache.ode.BPELProcess}author like "yuriy") and iid = "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") and iid < "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") and iid <= "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") and iid > "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") and iid >= "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") and iid in ("2006")
(${org.apache.ode.BPELProcess}author like "yuriy") and iid in ("2006","20061231")
(${org.apache.ode.BPELProcess}author like "yuriy") and status = "active"
(${org.apache.ode.BPELProcess}author like "yuriy") and status = "suspended"
(${org.apache.ode.BPELProcess}author like "yuriy") and status = "error"
(${org.apache.ode.BPELProcess}author like "yuriy") and status = "completed"
(${org.apache.ode.BPELProcess}author like "yuriy") and status = "terminated"
(${org.apache.ode.BPELProcess}author like "yuriy") and status = "faulted"
(${org.apache.ode.BPELProcess}author like "yuriy") and status in ("active","suspended")
(${org.apache.ode.BPELProcess}author like "yuriy") and status in ("active","suspended","error","completed","terminated","faulted")
(${org.apache.ode.BPELProcess}author like "yuriy") and started = "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") and started = "2006-01-31"
(${org.apache.ode.BPELProcess}author like "yuriy") and started = "2006-01"
(${org.apache.ode.BPELProcess}author like "yuriy") and started = "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") and started < "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") and started < "2006-01-31"
(${org.apache.ode.BPELProcess}author like "yuriy") and started < "2006-01"
(${org.apache.ode.BPELProcess}author like "yuriy") and started < "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") and started <= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") and started <= "2006-01-31"
(${org.apache.ode.BPELProcess}author like "yuriy") and started <= "2006-01"
(${org.apache.ode.BPELProcess}author like "yuriy") and started <= "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") and started > "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") and started > "2006-01-31"
(${org.apache.ode.BPELProcess}author like "yuriy") and started > "2006-01"
(${org.apache.ode.BPELProcess}author like "yuriy") and started > "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") and started >= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") and started >= "2006-01-31"
(${org.apache.ode.BPELProcess}author like "yuriy") and started >= "2006-01"
(${org.apache.ode.BPELProcess}author like "yuriy") and started >= "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") and started like "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") and started like "2006-01-31"
(${org.apache.ode.BPELProcess}author like "yuriy") and started like "2006-01"
(${org.apache.ode.BPELProcess}author like "yuriy") and started like "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") and started in ("2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") and started in ("2006-01-31","2006-01")
(${org.apache.ode.BPELProcess}author like "yuriy") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active = "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active = "2006-02-21"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active = "2006-02"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active = "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active < "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active < "2006-02-21"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active < "2006-02"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active < "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active <= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active <= "2006-02-21"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active <= "2006-02"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active <= "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active > "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active > "2006-02-21"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active > "2006-02"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active > "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active >= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active >= "2006-02-21"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active >= "2006-02"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active >= "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active like "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active like "2006-02-21"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active like "2006-02"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active like "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active in ("2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21")
(${org.apache.ode.BPELProcess}author like "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
($author like "yuriy") and pid = "HelloWorld"
($author like "yuriy") and pid < "HelloWorld"
($author like "yuriy") and pid <= "HelloWorld"
($author like "yuriy") and pid > "HelloWorld"
($author like "yuriy") and pid >= "HelloWorld"
($author like "yuriy") and pid like "HelloWorld"
($author like "yuriy") and pid in ("HelloWorld","Hello*","Hello*World")
($author like "yuriy") and pid in ("Hello*","Hello*World")
($author like "yuriy") and pid in ("Hello*World")
($author like "yuriy") and iid = "2006"
($author like "yuriy") and iid < "2006"
($author like "yuriy") and iid <= "2006"
($author like "yuriy") and iid > "2006"
($author like "yuriy") and iid >= "2006"
($author like "yuriy") and iid in ("2006")
($author like "yuriy") and iid in ("2006","20061231")
($author like "yuriy") and status = "active"
($author like "yuriy") and status = "suspended"
($author like "yuriy") and status = "error"
($author like "yuriy") and status = "completed"
($author like "yuriy") and status = "terminated"
($author like "yuriy") and status = "faulted"
($author like "yuriy") and status in ("active","suspended")
($author like "yuriy") and status in ("active","suspended","error","completed","terminated","faulted")
($author like "yuriy") and started = "2006-01-01T00:00:01"
($author like "yuriy") and started = "2006-01-31"
($author like "yuriy") and started = "2006-01"
($author like "yuriy") and started = "2006"
($author like "yuriy") and started < "2006-01-01T00:00:01"
($author like "yuriy") and started < "2006-01-31"
($author like "yuriy") and started < "2006-01"
($author like "yuriy") and started < "2006"
($author like "yuriy") and started <= "2006-01-01T00:00:01"
($author like "yuriy") and started <= "2006-01-31"
($author like "yuriy") and started <= "2006-01"
($author like "yuriy") and started <= "2006"
($author like "yuriy") and started > "2006-01-01T00:00:01"
($author like "yuriy") and started > "2006-01-31"
($author like "yuriy") and started > "2006-01"
($author like "yuriy") and started > "2006"
($author like "yuriy") and started >= "2006-01-01T00:00:01"
($author like "yuriy") and started >= "2006-01-31"
($author like "yuriy") and started >= "2006-01"
($author like "yuriy") and started >= "2006"
($author like "yuriy") and started like "2006-01-01T00:00:01"
($author like "yuriy") and started like "2006-01-31"
($author like "yuriy") and started like "2006-01"
($author like "yuriy") and started like "2006"
($author like "yuriy") and started in ("2006-01-01T00:00:01")
($author like "yuriy") and started in ("2006-01-31","2006-01")
($author like "yuriy") and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
($author like "yuriy") and last-active = "2006-02-01T00:00:01"
($author like "yuriy") and last-active = "2006-02-21"
($author like "yuriy") and last-active = "2006-02"
($author like "yuriy") and last-active = "2006"
($author like "yuriy") and last-active < "2006-02-01T00:00:01"
($author like "yuriy") and last-active < "2006-02-21"
($author like "yuriy") and last-active < "2006-02"
($author like "yuriy") and last-active < "2006"
($author like "yuriy") and last-active <= "2006-02-01T00:00:01"
($author like "yuriy") and last-active <= "2006-02-21"
($author like "yuriy") and last-active <= "2006-02"
($author like "yuriy") and last-active <= "2006"
($author like "yuriy") and last-active > "2006-02-01T00:00:01"
($author like "yuriy") and last-active > "2006-02-21"
($author like "yuriy") and last-active > "2006-02"
($author like "yuriy") and last-active > "2006"
($author like "yuriy") and last-active >= "2006-02-01T00:00:01"
($author like "yuriy") and last-active >= "2006-02-21"
($author like "yuriy") and last-active >= "2006-02"
($author like "yuriy") and last-active >= "2006"
($author like "yuriy") and last-active like "2006-02-01T00:00:01"
($author like "yuriy") and last-active like "2006-02-21"
($author like "yuriy") and last-active like "2006-02"
($author like "yuriy") and last-active like "2006"
($author like "yuriy") and last-active in ("2006-02-01T00:00:01")
($author like "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21")
($author like "yuriy") and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and pid = "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and pid < "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and pid <= "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and pid > "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and pid >= "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and pid like "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and pid in ("HelloWorld","Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and pid in ("Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and pid in ("Hello*World")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and iid = "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and iid < "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and iid <= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and iid > "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and iid >= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and iid in ("2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and iid in ("2006","20061231")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and status = "active"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and status = "suspended"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and status = "error"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and status = "completed"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and status = "terminated"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and status = "faulted"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and status in ("active","suspended")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and status in ("active","suspended","error","completed","terminated","faulted")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started = "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started = "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started = "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started = "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started < "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started < "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started < "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started < "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started <= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started <= "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started <= "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started <= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started > "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started > "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started > "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started > "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started >= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started >= "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started >= "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started >= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started like "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started like "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started like "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started like "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started in ("2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started in ("2006-01-31","2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active = "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active = "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active = "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active = "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active < "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active < "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active < "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active < "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active <= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active <= "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active <= "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active <= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active > "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active > "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active > "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active > "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active >= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active >= "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active >= "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active >= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active like "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active like "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active like "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active like "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active in ("2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active in ("2006-02-01T00:00:01","2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
($author in ("yuriy")) and pid = "HelloWorld"
($author in ("yuriy")) and pid < "HelloWorld"
($author in ("yuriy")) and pid <= "HelloWorld"
($author in ("yuriy")) and pid > "HelloWorld"
($author in ("yuriy")) and pid >= "HelloWorld"
($author in ("yuriy")) and pid like "HelloWorld"
($author in ("yuriy")) and pid in ("HelloWorld","Hello*","Hello*World")
($author in ("yuriy")) and pid in ("Hello*","Hello*World")
($author in ("yuriy")) and pid in ("Hello*World")
($author in ("yuriy")) and iid = "2006"
($author in ("yuriy")) and iid < "2006"
($author in ("yuriy")) and iid <= "2006"
($author in ("yuriy")) and iid > "2006"
($author in ("yuriy")) and iid >= "2006"
($author in ("yuriy")) and iid in ("2006")
($author in ("yuriy")) and iid in ("2006","20061231")
($author in ("yuriy")) and status = "active"
($author in ("yuriy")) and status = "suspended"
($author in ("yuriy")) and status = "error"
($author in ("yuriy")) and status = "completed"
($author in ("yuriy")) and status = "terminated"
($author in ("yuriy")) and status = "faulted"
($author in ("yuriy")) and status in ("active","suspended")
($author in ("yuriy")) and status in ("active","suspended","error","completed","terminated","faulted")
($author in ("yuriy")) and started = "2006-01-01T00:00:01"
($author in ("yuriy")) and started = "2006-01-31"
($author in ("yuriy")) and started = "2006-01"
($author in ("yuriy")) and started = "2006"
($author in ("yuriy")) and started < "2006-01-01T00:00:01"
($author in ("yuriy")) and started < "2006-01-31"
($author in ("yuriy")) and started < "2006-01"
($author in ("yuriy")) and started < "2006"
($author in ("yuriy")) and started <= "2006-01-01T00:00:01"
($author in ("yuriy")) and started <= "2006-01-31"
($author in ("yuriy")) and started <= "2006-01"
($author in ("yuriy")) and started <= "2006"
($author in ("yuriy")) and started > "2006-01-01T00:00:01"
($author in ("yuriy")) and started > "2006-01-31"
($author in ("yuriy")) and started > "2006-01"
($author in ("yuriy")) and started > "2006"
($author in ("yuriy")) and started >= "2006-01-01T00:00:01"
($author in ("yuriy")) and started >= "2006-01-31"
($author in ("yuriy")) and started >= "2006-01"
($author in ("yuriy")) and started >= "2006"
($author in ("yuriy")) and started like "2006-01-01T00:00:01"
($author in ("yuriy")) and started like "2006-01-31"
($author in ("yuriy")) and started like "2006-01"
($author in ("yuriy")) and started like "2006"
($author in ("yuriy")) and started in ("2006-01-01T00:00:01")
($author in ("yuriy")) and started in ("2006-01-31","2006-01")
($author in ("yuriy")) and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
($author in ("yuriy")) and last-active = "2006-02-01T00:00:01"
($author in ("yuriy")) and last-active = "2006-02-21"
($author in ("yuriy")) and last-active = "2006-02"
($author in ("yuriy")) and last-active = "2006"
($author in ("yuriy")) and last-active < "2006-02-01T00:00:01"
($author in ("yuriy")) and last-active < "2006-02-21"
($author in ("yuriy")) and last-active < "2006-02"
($author in ("yuriy")) and last-active < "2006"
($author in ("yuriy")) and last-active <= "2006-02-01T00:00:01"
($author in ("yuriy")) and last-active <= "2006-02-21"
($author in ("yuriy")) and last-active <= "2006-02"
($author in ("yuriy")) and last-active <= "2006"
($author in ("yuriy")) and last-active > "2006-02-01T00:00:01"
($author in ("yuriy")) and last-active > "2006-02-21"
($author in ("yuriy")) and last-active > "2006-02"
($author in ("yuriy")) and last-active > "2006"
($author in ("yuriy")) and last-active >= "2006-02-01T00:00:01"
($author in ("yuriy")) and last-active >= "2006-02-21"
($author in ("yuriy")) and last-active >= "2006-02"
($author in ("yuriy")) and last-active >= "2006"
($author in ("yuriy")) and last-active like "2006-02-01T00:00:01"
($author in ("yuriy")) and last-active like "2006-02-21"
($author in ("yuriy")) and last-active like "2006-02"
($author in ("yuriy")) and last-active like "2006"
($author in ("yuriy")) and last-active in ("2006-02-01T00:00:01")
($author in ("yuriy")) and last-active in ("2006-02-01T00:00:01","2006-02-21")
($author in ("yuriy")) and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and pid = "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and pid < "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and pid <= "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and pid > "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and pid >= "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and pid like "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and pid in ("HelloWorld","Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and pid in ("Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and pid in ("Hello*World")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and iid = "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and iid < "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and iid <= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and iid > "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and iid >= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and iid in ("2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and iid in ("2006","20061231")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and status = "active"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and status = "suspended"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and status = "error"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and status = "completed"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and status = "terminated"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and status = "faulted"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and status in ("active","suspended")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and status in ("active","suspended","error","completed","terminated","faulted")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started = "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started = "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started = "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started = "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started < "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started < "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started < "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started < "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started <= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started <= "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started <= "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started <= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started > "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started > "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started > "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started > "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started >= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started >= "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started >= "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started >= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started like "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started like "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started like "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started like "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started in ("2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started in ("2006-01-31","2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active = "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active = "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active = "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active = "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active < "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active < "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active < "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active < "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active <= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active <= "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active <= "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active <= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active > "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active > "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active > "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active > "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active >= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active >= "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active >= "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active >= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active like "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active like "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active like "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active like "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active in ("2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active in ("2006-02-01T00:00:01","2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
($author in ("yuriy","kostya","nazar","orest")) and pid = "HelloWorld"
($author in ("yuriy","kostya","nazar","orest")) and pid < "HelloWorld"
($author in ("yuriy","kostya","nazar","orest")) and pid <= "HelloWorld"
($author in ("yuriy","kostya","nazar","orest")) and pid > "HelloWorld"
($author in ("yuriy","kostya","nazar","orest")) and pid >= "HelloWorld"
($author in ("yuriy","kostya","nazar","orest")) and pid like "HelloWorld"
($author in ("yuriy","kostya","nazar","orest")) and pid in ("HelloWorld","Hello*","Hello*World")
($author in ("yuriy","kostya","nazar","orest")) and pid in ("Hello*","Hello*World")
($author in ("yuriy","kostya","nazar","orest")) and pid in ("Hello*World")
($author in ("yuriy","kostya","nazar","orest")) and iid = "2006"
($author in ("yuriy","kostya","nazar","orest")) and iid < "2006"
($author in ("yuriy","kostya","nazar","orest")) and iid <= "2006"
($author in ("yuriy","kostya","nazar","orest")) and iid > "2006"
($author in ("yuriy","kostya","nazar","orest")) and iid >= "2006"
($author in ("yuriy","kostya","nazar","orest")) and iid in ("2006")
($author in ("yuriy","kostya","nazar","orest")) and iid in ("2006","20061231")
($author in ("yuriy","kostya","nazar","orest")) and status = "active"
($author in ("yuriy","kostya","nazar","orest")) and status = "suspended"
($author in ("yuriy","kostya","nazar","orest")) and status = "error"
($author in ("yuriy","kostya","nazar","orest")) and status = "completed"
($author in ("yuriy","kostya","nazar","orest")) and status = "terminated"
($author in ("yuriy","kostya","nazar","orest")) and status = "faulted"
($author in ("yuriy","kostya","nazar","orest")) and status in ("active","suspended")
($author in ("yuriy","kostya","nazar","orest")) and status in ("active","suspended","error","completed","terminated","faulted")
($author in ("yuriy","kostya","nazar","orest")) and started = "2006-01-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) and started = "2006-01-31"
($author in ("yuriy","kostya","nazar","orest")) and started = "2006-01"
($author in ("yuriy","kostya","nazar","orest")) and started = "2006"
($author in ("yuriy","kostya","nazar","orest")) and started < "2006-01-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) and started < "2006-01-31"
($author in ("yuriy","kostya","nazar","orest")) and started < "2006-01"
($author in ("yuriy","kostya","nazar","orest")) and started < "2006"
($author in ("yuriy","kostya","nazar","orest")) and started <= "2006-01-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) and started <= "2006-01-31"
($author in ("yuriy","kostya","nazar","orest")) and started <= "2006-01"
($author in ("yuriy","kostya","nazar","orest")) and started <= "2006"
($author in ("yuriy","kostya","nazar","orest")) and started > "2006-01-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) and started > "2006-01-31"
($author in ("yuriy","kostya","nazar","orest")) and started > "2006-01"
($author in ("yuriy","kostya","nazar","orest")) and started > "2006"
($author in ("yuriy","kostya","nazar","orest")) and started >= "2006-01-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) and started >= "2006-01-31"
($author in ("yuriy","kostya","nazar","orest")) and started >= "2006-01"
($author in ("yuriy","kostya","nazar","orest")) and started >= "2006"
($author in ("yuriy","kostya","nazar","orest")) and started like "2006-01-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) and started like "2006-01-31"
($author in ("yuriy","kostya","nazar","orest")) and started like "2006-01"
($author in ("yuriy","kostya","nazar","orest")) and started like "2006"
($author in ("yuriy","kostya","nazar","orest")) and started in ("2006-01-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) and started in ("2006-01-31","2006-01")
($author in ("yuriy","kostya","nazar","orest")) and started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
($author in ("yuriy","kostya","nazar","orest")) and last-active = "2006-02-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) and last-active = "2006-02-21"
($author in ("yuriy","kostya","nazar","orest")) and last-active = "2006-02"
($author in ("yuriy","kostya","nazar","orest")) and last-active = "2006"
($author in ("yuriy","kostya","nazar","orest")) and last-active < "2006-02-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) and last-active < "2006-02-21"
($author in ("yuriy","kostya","nazar","orest")) and last-active < "2006-02"
($author in ("yuriy","kostya","nazar","orest")) and last-active < "2006"
($author in ("yuriy","kostya","nazar","orest")) and last-active <= "2006-02-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) and last-active <= "2006-02-21"
($author in ("yuriy","kostya","nazar","orest")) and last-active <= "2006-02"
($author in ("yuriy","kostya","nazar","orest")) and last-active <= "2006"
($author in ("yuriy","kostya","nazar","orest")) and last-active > "2006-02-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) and last-active > "2006-02-21"
($author in ("yuriy","kostya","nazar","orest")) and last-active > "2006-02"
($author in ("yuriy","kostya","nazar","orest")) and last-active > "2006"
($author in ("yuriy","kostya","nazar","orest")) and last-active >= "2006-02-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) and last-active >= "2006-02-21"
($author in ("yuriy","kostya","nazar","orest")) and last-active >= "2006-02"
($author in ("yuriy","kostya","nazar","orest")) and last-active >= "2006"
($author in ("yuriy","kostya","nazar","orest")) and last-active like "2006-02-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) and last-active like "2006-02-21"
($author in ("yuriy","kostya","nazar","orest")) and last-active like "2006-02"
($author in ("yuriy","kostya","nazar","orest")) and last-active like "2006"
($author in ("yuriy","kostya","nazar","orest")) and last-active in ("2006-02-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) and last-active in ("2006-02-01T00:00:01","2006-02-21")
($author in ("yuriy","kostya","nazar","orest")) and last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
${org.apache.ode.BPELProcess}author = "yuriy" and (pid = "HelloWorld")
${org.apache.ode.BPELProcess}author = "yuriy" and (pid < "HelloWorld")
${org.apache.ode.BPELProcess}author = "yuriy" and (pid <= "HelloWorld")
${org.apache.ode.BPELProcess}author = "yuriy" and (pid > "HelloWorld")
${org.apache.ode.BPELProcess}author = "yuriy" and (pid >= "HelloWorld")
${org.apache.ode.BPELProcess}author = "yuriy" and (pid like "HelloWorld")
${org.apache.ode.BPELProcess}author = "yuriy" and (pid in ("HelloWorld","Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author = "yuriy" and (pid in ("Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author = "yuriy" and (pid in ("Hello*World"))
${org.apache.ode.BPELProcess}author = "yuriy" and (iid = "2006")
${org.apache.ode.BPELProcess}author = "yuriy" and (iid < "2006")
${org.apache.ode.BPELProcess}author = "yuriy" and (iid <= "2006")
${org.apache.ode.BPELProcess}author = "yuriy" and (iid > "2006")
${org.apache.ode.BPELProcess}author = "yuriy" and (iid >= "2006")
${org.apache.ode.BPELProcess}author = "yuriy" and (iid in ("2006"))
${org.apache.ode.BPELProcess}author = "yuriy" and (iid in ("2006","20061231"))
${org.apache.ode.BPELProcess}author = "yuriy" and (status = "active")
${org.apache.ode.BPELProcess}author = "yuriy" and (status = "suspended")
${org.apache.ode.BPELProcess}author = "yuriy" and (status = "error")
${org.apache.ode.BPELProcess}author = "yuriy" and (status = "completed")
${org.apache.ode.BPELProcess}author = "yuriy" and (status = "terminated")
${org.apache.ode.BPELProcess}author = "yuriy" and (status = "faulted")
${org.apache.ode.BPELProcess}author = "yuriy" and (status in ("active","suspended"))
${org.apache.ode.BPELProcess}author = "yuriy" and (status in ("active","suspended","error","completed","terminated","faulted"))
${org.apache.ode.BPELProcess}author = "yuriy" and (started = "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" and (started = "2006-01-31")
${org.apache.ode.BPELProcess}author = "yuriy" and (started = "2006-01")
${org.apache.ode.BPELProcess}author = "yuriy" and (started = "2006")
${org.apache.ode.BPELProcess}author = "yuriy" and (started < "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" and (started < "2006-01-31")
${org.apache.ode.BPELProcess}author = "yuriy" and (started < "2006-01")
${org.apache.ode.BPELProcess}author = "yuriy" and (started < "2006")
${org.apache.ode.BPELProcess}author = "yuriy" and (started <= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" and (started <= "2006-01-31")
${org.apache.ode.BPELProcess}author = "yuriy" and (started <= "2006-01")
${org.apache.ode.BPELProcess}author = "yuriy" and (started <= "2006")
${org.apache.ode.BPELProcess}author = "yuriy" and (started > "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" and (started > "2006-01-31")
${org.apache.ode.BPELProcess}author = "yuriy" and (started > "2006-01")
${org.apache.ode.BPELProcess}author = "yuriy" and (started > "2006")
${org.apache.ode.BPELProcess}author = "yuriy" and (started >= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" and (started >= "2006-01-31")
${org.apache.ode.BPELProcess}author = "yuriy" and (started >= "2006-01")
${org.apache.ode.BPELProcess}author = "yuriy" and (started >= "2006")
${org.apache.ode.BPELProcess}author = "yuriy" and (started like "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" and (started like "2006-01-31")
${org.apache.ode.BPELProcess}author = "yuriy" and (started like "2006-01")
${org.apache.ode.BPELProcess}author = "yuriy" and (started like "2006")
${org.apache.ode.BPELProcess}author = "yuriy" and (started in ("2006-01-01T00:00:01"))
${org.apache.ode.BPELProcess}author = "yuriy" and (started in ("2006-01-31","2006-01"))
${org.apache.ode.BPELProcess}author = "yuriy" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active = "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active = "2006-02-21")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active = "2006-02")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active = "2006")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active < "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active < "2006-02-21")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active < "2006-02")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active < "2006")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active <= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active <= "2006-02-21")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active <= "2006-02")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active <= "2006")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active > "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active > "2006-02-21")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active > "2006-02")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active > "2006")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active >= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active >= "2006-02-21")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active >= "2006-02")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active >= "2006")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active like "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active like "2006-02-21")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active like "2006-02")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active like "2006")
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active in ("2006-02-01T00:00:01"))
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
${org.apache.ode.BPELProcess}author = "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
$author = "yuriy" and (pid = "HelloWorld")
$author = "yuriy" and (pid < "HelloWorld")
$author = "yuriy" and (pid <= "HelloWorld")
$author = "yuriy" and (pid > "HelloWorld")
$author = "yuriy" and (pid >= "HelloWorld")
$author = "yuriy" and (pid like "HelloWorld")
$author = "yuriy" and (pid in ("HelloWorld","Hello*","Hello*World"))
$author = "yuriy" and (pid in ("Hello*","Hello*World"))
$author = "yuriy" and (pid in ("Hello*World"))
$author = "yuriy" and (iid = "2006")
$author = "yuriy" and (iid < "2006")
$author = "yuriy" and (iid <= "2006")
$author = "yuriy" and (iid > "2006")
$author = "yuriy" and (iid >= "2006")
$author = "yuriy" and (iid in ("2006"))
$author = "yuriy" and (iid in ("2006","20061231"))
$author = "yuriy" and (status = "active")
$author = "yuriy" and (status = "suspended")
$author = "yuriy" and (status = "error")
$author = "yuriy" and (status = "completed")
$author = "yuriy" and (status = "terminated")
$author = "yuriy" and (status = "faulted")
$author = "yuriy" and (status in ("active","suspended"))
$author = "yuriy" and (status in ("active","suspended","error","completed","terminated","faulted"))
$author = "yuriy" and (started = "2006-01-01T00:00:01")
$author = "yuriy" and (started = "2006-01-31")
$author = "yuriy" and (started = "2006-01")
$author = "yuriy" and (started = "2006")
$author = "yuriy" and (started < "2006-01-01T00:00:01")
$author = "yuriy" and (started < "2006-01-31")
$author = "yuriy" and (started < "2006-01")
$author = "yuriy" and (started < "2006")
$author = "yuriy" and (started <= "2006-01-01T00:00:01")
$author = "yuriy" and (started <= "2006-01-31")
$author = "yuriy" and (started <= "2006-01")
$author = "yuriy" and (started <= "2006")
$author = "yuriy" and (started > "2006-01-01T00:00:01")
$author = "yuriy" and (started > "2006-01-31")
$author = "yuriy" and (started > "2006-01")
$author = "yuriy" and (started > "2006")
$author = "yuriy" and (started >= "2006-01-01T00:00:01")
$author = "yuriy" and (started >= "2006-01-31")
$author = "yuriy" and (started >= "2006-01")
$author = "yuriy" and (started >= "2006")
$author = "yuriy" and (started like "2006-01-01T00:00:01")
$author = "yuriy" and (started like "2006-01-31")
$author = "yuriy" and (started like "2006-01")
$author = "yuriy" and (started like "2006")
$author = "yuriy" and (started in ("2006-01-01T00:00:01"))
$author = "yuriy" and (started in ("2006-01-31","2006-01"))
$author = "yuriy" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
$author = "yuriy" and (last-active = "2006-02-01T00:00:01")
$author = "yuriy" and (last-active = "2006-02-21")
$author = "yuriy" and (last-active = "2006-02")
$author = "yuriy" and (last-active = "2006")
$author = "yuriy" and (last-active < "2006-02-01T00:00:01")
$author = "yuriy" and (last-active < "2006-02-21")
$author = "yuriy" and (last-active < "2006-02")
$author = "yuriy" and (last-active < "2006")
$author = "yuriy" and (last-active <= "2006-02-01T00:00:01")
$author = "yuriy" and (last-active <= "2006-02-21")
$author = "yuriy" and (last-active <= "2006-02")
$author = "yuriy" and (last-active <= "2006")
$author = "yuriy" and (last-active > "2006-02-01T00:00:01")
$author = "yuriy" and (last-active > "2006-02-21")
$author = "yuriy" and (last-active > "2006-02")
$author = "yuriy" and (last-active > "2006")
$author = "yuriy" and (last-active >= "2006-02-01T00:00:01")
$author = "yuriy" and (last-active >= "2006-02-21")
$author = "yuriy" and (last-active >= "2006-02")
$author = "yuriy" and (last-active >= "2006")
$author = "yuriy" and (last-active like "2006-02-01T00:00:01")
$author = "yuriy" and (last-active like "2006-02-21")
$author = "yuriy" and (last-active like "2006-02")
$author = "yuriy" and (last-active like "2006")
$author = "yuriy" and (last-active in ("2006-02-01T00:00:01"))
$author = "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
$author = "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
${org.apache.ode.BPELProcess}author < "yuriy" and (pid = "HelloWorld")
${org.apache.ode.BPELProcess}author < "yuriy" and (pid < "HelloWorld")
${org.apache.ode.BPELProcess}author < "yuriy" and (pid <= "HelloWorld")
${org.apache.ode.BPELProcess}author < "yuriy" and (pid > "HelloWorld")
${org.apache.ode.BPELProcess}author < "yuriy" and (pid >= "HelloWorld")
${org.apache.ode.BPELProcess}author < "yuriy" and (pid like "HelloWorld")
${org.apache.ode.BPELProcess}author < "yuriy" and (pid in ("HelloWorld","Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author < "yuriy" and (pid in ("Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author < "yuriy" and (pid in ("Hello*World"))
${org.apache.ode.BPELProcess}author < "yuriy" and (iid = "2006")
${org.apache.ode.BPELProcess}author < "yuriy" and (iid < "2006")
${org.apache.ode.BPELProcess}author < "yuriy" and (iid <= "2006")
${org.apache.ode.BPELProcess}author < "yuriy" and (iid > "2006")
${org.apache.ode.BPELProcess}author < "yuriy" and (iid >= "2006")
${org.apache.ode.BPELProcess}author < "yuriy" and (iid in ("2006"))
${org.apache.ode.BPELProcess}author < "yuriy" and (iid in ("2006","20061231"))
${org.apache.ode.BPELProcess}author < "yuriy" and (status = "active")
${org.apache.ode.BPELProcess}author < "yuriy" and (status = "suspended")
${org.apache.ode.BPELProcess}author < "yuriy" and (status = "error")
${org.apache.ode.BPELProcess}author < "yuriy" and (status = "completed")
${org.apache.ode.BPELProcess}author < "yuriy" and (status = "terminated")
${org.apache.ode.BPELProcess}author < "yuriy" and (status = "faulted")
${org.apache.ode.BPELProcess}author < "yuriy" and (status in ("active","suspended"))
${org.apache.ode.BPELProcess}author < "yuriy" and (status in ("active","suspended","error","completed","terminated","faulted"))
${org.apache.ode.BPELProcess}author < "yuriy" and (started = "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" and (started = "2006-01-31")
${org.apache.ode.BPELProcess}author < "yuriy" and (started = "2006-01")
${org.apache.ode.BPELProcess}author < "yuriy" and (started = "2006")
${org.apache.ode.BPELProcess}author < "yuriy" and (started < "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" and (started < "2006-01-31")
${org.apache.ode.BPELProcess}author < "yuriy" and (started < "2006-01")
${org.apache.ode.BPELProcess}author < "yuriy" and (started < "2006")
${org.apache.ode.BPELProcess}author < "yuriy" and (started <= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" and (started <= "2006-01-31")
${org.apache.ode.BPELProcess}author < "yuriy" and (started <= "2006-01")
${org.apache.ode.BPELProcess}author < "yuriy" and (started <= "2006")
${org.apache.ode.BPELProcess}author < "yuriy" and (started > "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" and (started > "2006-01-31")
${org.apache.ode.BPELProcess}author < "yuriy" and (started > "2006-01")
${org.apache.ode.BPELProcess}author < "yuriy" and (started > "2006")
${org.apache.ode.BPELProcess}author < "yuriy" and (started >= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" and (started >= "2006-01-31")
${org.apache.ode.BPELProcess}author < "yuriy" and (started >= "2006-01")
${org.apache.ode.BPELProcess}author < "yuriy" and (started >= "2006")
${org.apache.ode.BPELProcess}author < "yuriy" and (started like "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" and (started like "2006-01-31")
${org.apache.ode.BPELProcess}author < "yuriy" and (started like "2006-01")
${org.apache.ode.BPELProcess}author < "yuriy" and (started like "2006")
${org.apache.ode.BPELProcess}author < "yuriy" and (started in ("2006-01-01T00:00:01"))
${org.apache.ode.BPELProcess}author < "yuriy" and (started in ("2006-01-31","2006-01"))
${org.apache.ode.BPELProcess}author < "yuriy" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active = "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active = "2006-02-21")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active = "2006-02")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active = "2006")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active < "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active < "2006-02-21")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active < "2006-02")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active < "2006")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active <= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active <= "2006-02-21")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active <= "2006-02")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active <= "2006")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active > "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active > "2006-02-21")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active > "2006-02")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active > "2006")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active >= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active >= "2006-02-21")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active >= "2006-02")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active >= "2006")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active like "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active like "2006-02-21")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active like "2006-02")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active like "2006")
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active in ("2006-02-01T00:00:01"))
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
${org.apache.ode.BPELProcess}author < "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
$author < "yuriy" and (pid = "HelloWorld")
$author < "yuriy" and (pid < "HelloWorld")
$author < "yuriy" and (pid <= "HelloWorld")
$author < "yuriy" and (pid > "HelloWorld")
$author < "yuriy" and (pid >= "HelloWorld")
$author < "yuriy" and (pid like "HelloWorld")
$author < "yuriy" and (pid in ("HelloWorld","Hello*","Hello*World"))
$author < "yuriy" and (pid in ("Hello*","Hello*World"))
$author < "yuriy" and (pid in ("Hello*World"))
$author < "yuriy" and (iid = "2006")
$author < "yuriy" and (iid < "2006")
$author < "yuriy" and (iid <= "2006")
$author < "yuriy" and (iid > "2006")
$author < "yuriy" and (iid >= "2006")
$author < "yuriy" and (iid in ("2006"))
$author < "yuriy" and (iid in ("2006","20061231"))
$author < "yuriy" and (status = "active")
$author < "yuriy" and (status = "suspended")
$author < "yuriy" and (status = "error")
$author < "yuriy" and (status = "completed")
$author < "yuriy" and (status = "terminated")
$author < "yuriy" and (status = "faulted")
$author < "yuriy" and (status in ("active","suspended"))
$author < "yuriy" and (status in ("active","suspended","error","completed","terminated","faulted"))
$author < "yuriy" and (started = "2006-01-01T00:00:01")
$author < "yuriy" and (started = "2006-01-31")
$author < "yuriy" and (started = "2006-01")
$author < "yuriy" and (started = "2006")
$author < "yuriy" and (started < "2006-01-01T00:00:01")
$author < "yuriy" and (started < "2006-01-31")
$author < "yuriy" and (started < "2006-01")
$author < "yuriy" and (started < "2006")
$author < "yuriy" and (started <= "2006-01-01T00:00:01")
$author < "yuriy" and (started <= "2006-01-31")
$author < "yuriy" and (started <= "2006-01")
$author < "yuriy" and (started <= "2006")
$author < "yuriy" and (started > "2006-01-01T00:00:01")
$author < "yuriy" and (started > "2006-01-31")
$author < "yuriy" and (started > "2006-01")
$author < "yuriy" and (started > "2006")
$author < "yuriy" and (started >= "2006-01-01T00:00:01")
$author < "yuriy" and (started >= "2006-01-31")
$author < "yuriy" and (started >= "2006-01")
$author < "yuriy" and (started >= "2006")
$author < "yuriy" and (started like "2006-01-01T00:00:01")
$author < "yuriy" and (started like "2006-01-31")
$author < "yuriy" and (started like "2006-01")
$author < "yuriy" and (started like "2006")
$author < "yuriy" and (started in ("2006-01-01T00:00:01"))
$author < "yuriy" and (started in ("2006-01-31","2006-01"))
$author < "yuriy" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
$author < "yuriy" and (last-active = "2006-02-01T00:00:01")
$author < "yuriy" and (last-active = "2006-02-21")
$author < "yuriy" and (last-active = "2006-02")
$author < "yuriy" and (last-active = "2006")
$author < "yuriy" and (last-active < "2006-02-01T00:00:01")
$author < "yuriy" and (last-active < "2006-02-21")
$author < "yuriy" and (last-active < "2006-02")
$author < "yuriy" and (last-active < "2006")
$author < "yuriy" and (last-active <= "2006-02-01T00:00:01")
$author < "yuriy" and (last-active <= "2006-02-21")
$author < "yuriy" and (last-active <= "2006-02")
$author < "yuriy" and (last-active <= "2006")
$author < "yuriy" and (last-active > "2006-02-01T00:00:01")
$author < "yuriy" and (last-active > "2006-02-21")
$author < "yuriy" and (last-active > "2006-02")
$author < "yuriy" and (last-active > "2006")
$author < "yuriy" and (last-active >= "2006-02-01T00:00:01")
$author < "yuriy" and (last-active >= "2006-02-21")
$author < "yuriy" and (last-active >= "2006-02")
$author < "yuriy" and (last-active >= "2006")
$author < "yuriy" and (last-active like "2006-02-01T00:00:01")
$author < "yuriy" and (last-active like "2006-02-21")
$author < "yuriy" and (last-active like "2006-02")
$author < "yuriy" and (last-active like "2006")
$author < "yuriy" and (last-active in ("2006-02-01T00:00:01"))
$author < "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
$author < "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
${org.apache.ode.BPELProcess}author <= "yuriy" and (pid = "HelloWorld")
${org.apache.ode.BPELProcess}author <= "yuriy" and (pid < "HelloWorld")
${org.apache.ode.BPELProcess}author <= "yuriy" and (pid <= "HelloWorld")
${org.apache.ode.BPELProcess}author <= "yuriy" and (pid > "HelloWorld")
${org.apache.ode.BPELProcess}author <= "yuriy" and (pid >= "HelloWorld")
${org.apache.ode.BPELProcess}author <= "yuriy" and (pid like "HelloWorld")
${org.apache.ode.BPELProcess}author <= "yuriy" and (pid in ("HelloWorld","Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author <= "yuriy" and (pid in ("Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author <= "yuriy" and (pid in ("Hello*World"))
${org.apache.ode.BPELProcess}author <= "yuriy" and (iid = "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" and (iid < "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" and (iid <= "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" and (iid > "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" and (iid >= "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" and (iid in ("2006"))
${org.apache.ode.BPELProcess}author <= "yuriy" and (iid in ("2006","20061231"))
${org.apache.ode.BPELProcess}author <= "yuriy" and (status = "active")
${org.apache.ode.BPELProcess}author <= "yuriy" and (status = "suspended")
${org.apache.ode.BPELProcess}author <= "yuriy" and (status = "error")
${org.apache.ode.BPELProcess}author <= "yuriy" and (status = "completed")
${org.apache.ode.BPELProcess}author <= "yuriy" and (status = "terminated")
${org.apache.ode.BPELProcess}author <= "yuriy" and (status = "faulted")
${org.apache.ode.BPELProcess}author <= "yuriy" and (status in ("active","suspended"))
${org.apache.ode.BPELProcess}author <= "yuriy" and (status in ("active","suspended","error","completed","terminated","faulted"))
${org.apache.ode.BPELProcess}author <= "yuriy" and (started = "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started = "2006-01-31")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started = "2006-01")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started = "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started < "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started < "2006-01-31")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started < "2006-01")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started < "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started <= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started <= "2006-01-31")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started <= "2006-01")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started <= "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started > "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started > "2006-01-31")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started > "2006-01")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started > "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started >= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started >= "2006-01-31")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started >= "2006-01")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started >= "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started like "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started like "2006-01-31")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started like "2006-01")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started like "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" and (started in ("2006-01-01T00:00:01"))
${org.apache.ode.BPELProcess}author <= "yuriy" and (started in ("2006-01-31","2006-01"))
${org.apache.ode.BPELProcess}author <= "yuriy" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active = "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active = "2006-02-21")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active = "2006-02")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active = "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active < "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active < "2006-02-21")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active < "2006-02")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active < "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active <= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active <= "2006-02-21")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active <= "2006-02")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active <= "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active > "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active > "2006-02-21")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active > "2006-02")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active > "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active >= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active >= "2006-02-21")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active >= "2006-02")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active >= "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active like "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active like "2006-02-21")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active like "2006-02")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active like "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active in ("2006-02-01T00:00:01"))
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
${org.apache.ode.BPELProcess}author <= "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
$author <= "yuriy" and (pid = "HelloWorld")
$author <= "yuriy" and (pid < "HelloWorld")
$author <= "yuriy" and (pid <= "HelloWorld")
$author <= "yuriy" and (pid > "HelloWorld")
$author <= "yuriy" and (pid >= "HelloWorld")
$author <= "yuriy" and (pid like "HelloWorld")
$author <= "yuriy" and (pid in ("HelloWorld","Hello*","Hello*World"))
$author <= "yuriy" and (pid in ("Hello*","Hello*World"))
$author <= "yuriy" and (pid in ("Hello*World"))
$author <= "yuriy" and (iid = "2006")
$author <= "yuriy" and (iid < "2006")
$author <= "yuriy" and (iid <= "2006")
$author <= "yuriy" and (iid > "2006")
$author <= "yuriy" and (iid >= "2006")
$author <= "yuriy" and (iid in ("2006"))
$author <= "yuriy" and (iid in ("2006","20061231"))
$author <= "yuriy" and (status = "active")
$author <= "yuriy" and (status = "suspended")
$author <= "yuriy" and (status = "error")
$author <= "yuriy" and (status = "completed")
$author <= "yuriy" and (status = "terminated")
$author <= "yuriy" and (status = "faulted")
$author <= "yuriy" and (status in ("active","suspended"))
$author <= "yuriy" and (status in ("active","suspended","error","completed","terminated","faulted"))
$author <= "yuriy" and (started = "2006-01-01T00:00:01")
$author <= "yuriy" and (started = "2006-01-31")
$author <= "yuriy" and (started = "2006-01")
$author <= "yuriy" and (started = "2006")
$author <= "yuriy" and (started < "2006-01-01T00:00:01")
$author <= "yuriy" and (started < "2006-01-31")
$author <= "yuriy" and (started < "2006-01")
$author <= "yuriy" and (started < "2006")
$author <= "yuriy" and (started <= "2006-01-01T00:00:01")
$author <= "yuriy" and (started <= "2006-01-31")
$author <= "yuriy" and (started <= "2006-01")
$author <= "yuriy" and (started <= "2006")
$author <= "yuriy" and (started > "2006-01-01T00:00:01")
$author <= "yuriy" and (started > "2006-01-31")
$author <= "yuriy" and (started > "2006-01")
$author <= "yuriy" and (started > "2006")
$author <= "yuriy" and (started >= "2006-01-01T00:00:01")
$author <= "yuriy" and (started >= "2006-01-31")
$author <= "yuriy" and (started >= "2006-01")
$author <= "yuriy" and (started >= "2006")
$author <= "yuriy" and (started like "2006-01-01T00:00:01")
$author <= "yuriy" and (started like "2006-01-31")
$author <= "yuriy" and (started like "2006-01")
$author <= "yuriy" and (started like "2006")
$author <= "yuriy" and (started in ("2006-01-01T00:00:01"))
$author <= "yuriy" and (started in ("2006-01-31","2006-01"))
$author <= "yuriy" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
$author <= "yuriy" and (last-active = "2006-02-01T00:00:01")
$author <= "yuriy" and (last-active = "2006-02-21")
$author <= "yuriy" and (last-active = "2006-02")
$author <= "yuriy" and (last-active = "2006")
$author <= "yuriy" and (last-active < "2006-02-01T00:00:01")
$author <= "yuriy" and (last-active < "2006-02-21")
$author <= "yuriy" and (last-active < "2006-02")
$author <= "yuriy" and (last-active < "2006")
$author <= "yuriy" and (last-active <= "2006-02-01T00:00:01")
$author <= "yuriy" and (last-active <= "2006-02-21")
$author <= "yuriy" and (last-active <= "2006-02")
$author <= "yuriy" and (last-active <= "2006")
$author <= "yuriy" and (last-active > "2006-02-01T00:00:01")
$author <= "yuriy" and (last-active > "2006-02-21")
$author <= "yuriy" and (last-active > "2006-02")
$author <= "yuriy" and (last-active > "2006")
$author <= "yuriy" and (last-active >= "2006-02-01T00:00:01")
$author <= "yuriy" and (last-active >= "2006-02-21")
$author <= "yuriy" and (last-active >= "2006-02")
$author <= "yuriy" and (last-active >= "2006")
$author <= "yuriy" and (last-active like "2006-02-01T00:00:01")
$author <= "yuriy" and (last-active like "2006-02-21")
$author <= "yuriy" and (last-active like "2006-02")
$author <= "yuriy" and (last-active like "2006")
$author <= "yuriy" and (last-active in ("2006-02-01T00:00:01"))
$author <= "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
$author <= "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
${org.apache.ode.BPELProcess}author > "yuriy" and (pid = "HelloWorld")
${org.apache.ode.BPELProcess}author > "yuriy" and (pid < "HelloWorld")
${org.apache.ode.BPELProcess}author > "yuriy" and (pid <= "HelloWorld")
${org.apache.ode.BPELProcess}author > "yuriy" and (pid > "HelloWorld")
${org.apache.ode.BPELProcess}author > "yuriy" and (pid >= "HelloWorld")
${org.apache.ode.BPELProcess}author > "yuriy" and (pid like "HelloWorld")
${org.apache.ode.BPELProcess}author > "yuriy" and (pid in ("HelloWorld","Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author > "yuriy" and (pid in ("Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author > "yuriy" and (pid in ("Hello*World"))
${org.apache.ode.BPELProcess}author > "yuriy" and (iid = "2006")
${org.apache.ode.BPELProcess}author > "yuriy" and (iid < "2006")
${org.apache.ode.BPELProcess}author > "yuriy" and (iid <= "2006")
${org.apache.ode.BPELProcess}author > "yuriy" and (iid > "2006")
${org.apache.ode.BPELProcess}author > "yuriy" and (iid >= "2006")
${org.apache.ode.BPELProcess}author > "yuriy" and (iid in ("2006"))
${org.apache.ode.BPELProcess}author > "yuriy" and (iid in ("2006","20061231"))
${org.apache.ode.BPELProcess}author > "yuriy" and (status = "active")
${org.apache.ode.BPELProcess}author > "yuriy" and (status = "suspended")
${org.apache.ode.BPELProcess}author > "yuriy" and (status = "error")
${org.apache.ode.BPELProcess}author > "yuriy" and (status = "completed")
${org.apache.ode.BPELProcess}author > "yuriy" and (status = "terminated")
${org.apache.ode.BPELProcess}author > "yuriy" and (status = "faulted")
${org.apache.ode.BPELProcess}author > "yuriy" and (status in ("active","suspended"))
${org.apache.ode.BPELProcess}author > "yuriy" and (status in ("active","suspended","error","completed","terminated","faulted"))
${org.apache.ode.BPELProcess}author > "yuriy" and (started = "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" and (started = "2006-01-31")
${org.apache.ode.BPELProcess}author > "yuriy" and (started = "2006-01")
${org.apache.ode.BPELProcess}author > "yuriy" and (started = "2006")
${org.apache.ode.BPELProcess}author > "yuriy" and (started < "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" and (started < "2006-01-31")
${org.apache.ode.BPELProcess}author > "yuriy" and (started < "2006-01")
${org.apache.ode.BPELProcess}author > "yuriy" and (started < "2006")
${org.apache.ode.BPELProcess}author > "yuriy" and (started <= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" and (started <= "2006-01-31")
${org.apache.ode.BPELProcess}author > "yuriy" and (started <= "2006-01")
${org.apache.ode.BPELProcess}author > "yuriy" and (started <= "2006")
${org.apache.ode.BPELProcess}author > "yuriy" and (started > "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" and (started > "2006-01-31")
${org.apache.ode.BPELProcess}author > "yuriy" and (started > "2006-01")
${org.apache.ode.BPELProcess}author > "yuriy" and (started > "2006")
${org.apache.ode.BPELProcess}author > "yuriy" and (started >= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" and (started >= "2006-01-31")
${org.apache.ode.BPELProcess}author > "yuriy" and (started >= "2006-01")
${org.apache.ode.BPELProcess}author > "yuriy" and (started >= "2006")
${org.apache.ode.BPELProcess}author > "yuriy" and (started like "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" and (started like "2006-01-31")
${org.apache.ode.BPELProcess}author > "yuriy" and (started like "2006-01")
${org.apache.ode.BPELProcess}author > "yuriy" and (started like "2006")
${org.apache.ode.BPELProcess}author > "yuriy" and (started in ("2006-01-01T00:00:01"))
${org.apache.ode.BPELProcess}author > "yuriy" and (started in ("2006-01-31","2006-01"))
${org.apache.ode.BPELProcess}author > "yuriy" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active = "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active = "2006-02-21")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active = "2006-02")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active = "2006")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active < "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active < "2006-02-21")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active < "2006-02")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active < "2006")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active <= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active <= "2006-02-21")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active <= "2006-02")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active <= "2006")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active > "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active > "2006-02-21")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active > "2006-02")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active > "2006")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active >= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active >= "2006-02-21")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active >= "2006-02")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active >= "2006")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active like "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active like "2006-02-21")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active like "2006-02")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active like "2006")
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active in ("2006-02-01T00:00:01"))
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
${org.apache.ode.BPELProcess}author > "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
$author > "yuriy" and (pid = "HelloWorld")
$author > "yuriy" and (pid < "HelloWorld")
$author > "yuriy" and (pid <= "HelloWorld")
$author > "yuriy" and (pid > "HelloWorld")
$author > "yuriy" and (pid >= "HelloWorld")
$author > "yuriy" and (pid like "HelloWorld")
$author > "yuriy" and (pid in ("HelloWorld","Hello*","Hello*World"))
$author > "yuriy" and (pid in ("Hello*","Hello*World"))
$author > "yuriy" and (pid in ("Hello*World"))
$author > "yuriy" and (iid = "2006")
$author > "yuriy" and (iid < "2006")
$author > "yuriy" and (iid <= "2006")
$author > "yuriy" and (iid > "2006")
$author > "yuriy" and (iid >= "2006")
$author > "yuriy" and (iid in ("2006"))
$author > "yuriy" and (iid in ("2006","20061231"))
$author > "yuriy" and (status = "active")
$author > "yuriy" and (status = "suspended")
$author > "yuriy" and (status = "error")
$author > "yuriy" and (status = "completed")
$author > "yuriy" and (status = "terminated")
$author > "yuriy" and (status = "faulted")
$author > "yuriy" and (status in ("active","suspended"))
$author > "yuriy" and (status in ("active","suspended","error","completed","terminated","faulted"))
$author > "yuriy" and (started = "2006-01-01T00:00:01")
$author > "yuriy" and (started = "2006-01-31")
$author > "yuriy" and (started = "2006-01")
$author > "yuriy" and (started = "2006")
$author > "yuriy" and (started < "2006-01-01T00:00:01")
$author > "yuriy" and (started < "2006-01-31")
$author > "yuriy" and (started < "2006-01")
$author > "yuriy" and (started < "2006")
$author > "yuriy" and (started <= "2006-01-01T00:00:01")
$author > "yuriy" and (started <= "2006-01-31")
$author > "yuriy" and (started <= "2006-01")
$author > "yuriy" and (started <= "2006")
$author > "yuriy" and (started > "2006-01-01T00:00:01")
$author > "yuriy" and (started > "2006-01-31")
$author > "yuriy" and (started > "2006-01")
$author > "yuriy" and (started > "2006")
$author > "yuriy" and (started >= "2006-01-01T00:00:01")
$author > "yuriy" and (started >= "2006-01-31")
$author > "yuriy" and (started >= "2006-01")
$author > "yuriy" and (started >= "2006")
$author > "yuriy" and (started like "2006-01-01T00:00:01")
$author > "yuriy" and (started like "2006-01-31")
$author > "yuriy" and (started like "2006-01")
$author > "yuriy" and (started like "2006")
$author > "yuriy" and (started in ("2006-01-01T00:00:01"))
$author > "yuriy" and (started in ("2006-01-31","2006-01"))
$author > "yuriy" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
$author > "yuriy" and (last-active = "2006-02-01T00:00:01")
$author > "yuriy" and (last-active = "2006-02-21")
$author > "yuriy" and (last-active = "2006-02")
$author > "yuriy" and (last-active = "2006")
$author > "yuriy" and (last-active < "2006-02-01T00:00:01")
$author > "yuriy" and (last-active < "2006-02-21")
$author > "yuriy" and (last-active < "2006-02")
$author > "yuriy" and (last-active < "2006")
$author > "yuriy" and (last-active <= "2006-02-01T00:00:01")
$author > "yuriy" and (last-active <= "2006-02-21")
$author > "yuriy" and (last-active <= "2006-02")
$author > "yuriy" and (last-active <= "2006")
$author > "yuriy" and (last-active > "2006-02-01T00:00:01")
$author > "yuriy" and (last-active > "2006-02-21")
$author > "yuriy" and (last-active > "2006-02")
$author > "yuriy" and (last-active > "2006")
$author > "yuriy" and (last-active >= "2006-02-01T00:00:01")
$author > "yuriy" and (last-active >= "2006-02-21")
$author > "yuriy" and (last-active >= "2006-02")
$author > "yuriy" and (last-active >= "2006")
$author > "yuriy" and (last-active like "2006-02-01T00:00:01")
$author > "yuriy" and (last-active like "2006-02-21")
$author > "yuriy" and (last-active like "2006-02")
$author > "yuriy" and (last-active like "2006")
$author > "yuriy" and (last-active in ("2006-02-01T00:00:01"))
$author > "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
$author > "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
${org.apache.ode.BPELProcess}author >= "yuriy" and (pid = "HelloWorld")
${org.apache.ode.BPELProcess}author >= "yuriy" and (pid < "HelloWorld")
${org.apache.ode.BPELProcess}author >= "yuriy" and (pid <= "HelloWorld")
${org.apache.ode.BPELProcess}author >= "yuriy" and (pid > "HelloWorld")
${org.apache.ode.BPELProcess}author >= "yuriy" and (pid >= "HelloWorld")
${org.apache.ode.BPELProcess}author >= "yuriy" and (pid like "HelloWorld")
${org.apache.ode.BPELProcess}author >= "yuriy" and (pid in ("HelloWorld","Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author >= "yuriy" and (pid in ("Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author >= "yuriy" and (pid in ("Hello*World"))
${org.apache.ode.BPELProcess}author >= "yuriy" and (iid = "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" and (iid < "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" and (iid <= "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" and (iid > "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" and (iid >= "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" and (iid in ("2006"))
${org.apache.ode.BPELProcess}author >= "yuriy" and (iid in ("2006","20061231"))
${org.apache.ode.BPELProcess}author >= "yuriy" and (status = "active")
${org.apache.ode.BPELProcess}author >= "yuriy" and (status = "suspended")
${org.apache.ode.BPELProcess}author >= "yuriy" and (status = "error")
${org.apache.ode.BPELProcess}author >= "yuriy" and (status = "completed")
${org.apache.ode.BPELProcess}author >= "yuriy" and (status = "terminated")
${org.apache.ode.BPELProcess}author >= "yuriy" and (status = "faulted")
${org.apache.ode.BPELProcess}author >= "yuriy" and (status in ("active","suspended"))
${org.apache.ode.BPELProcess}author >= "yuriy" and (status in ("active","suspended","error","completed","terminated","faulted"))
${org.apache.ode.BPELProcess}author >= "yuriy" and (started = "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started = "2006-01-31")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started = "2006-01")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started = "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started < "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started < "2006-01-31")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started < "2006-01")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started < "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started <= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started <= "2006-01-31")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started <= "2006-01")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started <= "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started > "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started > "2006-01-31")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started > "2006-01")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started > "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started >= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started >= "2006-01-31")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started >= "2006-01")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started >= "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started like "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started like "2006-01-31")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started like "2006-01")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started like "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" and (started in ("2006-01-01T00:00:01"))
${org.apache.ode.BPELProcess}author >= "yuriy" and (started in ("2006-01-31","2006-01"))
${org.apache.ode.BPELProcess}author >= "yuriy" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active = "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active = "2006-02-21")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active = "2006-02")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active = "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active < "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active < "2006-02-21")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active < "2006-02")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active < "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active <= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active <= "2006-02-21")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active <= "2006-02")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active <= "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active > "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active > "2006-02-21")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active > "2006-02")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active > "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active >= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active >= "2006-02-21")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active >= "2006-02")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active >= "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active like "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active like "2006-02-21")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active like "2006-02")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active like "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active in ("2006-02-01T00:00:01"))
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
${org.apache.ode.BPELProcess}author >= "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
$author >= "yuriy" and (pid = "HelloWorld")
$author >= "yuriy" and (pid < "HelloWorld")
$author >= "yuriy" and (pid <= "HelloWorld")
$author >= "yuriy" and (pid > "HelloWorld")
$author >= "yuriy" and (pid >= "HelloWorld")
$author >= "yuriy" and (pid like "HelloWorld")
$author >= "yuriy" and (pid in ("HelloWorld","Hello*","Hello*World"))
$author >= "yuriy" and (pid in ("Hello*","Hello*World"))
$author >= "yuriy" and (pid in ("Hello*World"))
$author >= "yuriy" and (iid = "2006")
$author >= "yuriy" and (iid < "2006")
$author >= "yuriy" and (iid <= "2006")
$author >= "yuriy" and (iid > "2006")
$author >= "yuriy" and (iid >= "2006")
$author >= "yuriy" and (iid in ("2006"))
$author >= "yuriy" and (iid in ("2006","20061231"))
$author >= "yuriy" and (status = "active")
$author >= "yuriy" and (status = "suspended")
$author >= "yuriy" and (status = "error")
$author >= "yuriy" and (status = "completed")
$author >= "yuriy" and (status = "terminated")
$author >= "yuriy" and (status = "faulted")
$author >= "yuriy" and (status in ("active","suspended"))
$author >= "yuriy" and (status in ("active","suspended","error","completed","terminated","faulted"))
$author >= "yuriy" and (started = "2006-01-01T00:00:01")
$author >= "yuriy" and (started = "2006-01-31")
$author >= "yuriy" and (started = "2006-01")
$author >= "yuriy" and (started = "2006")
$author >= "yuriy" and (started < "2006-01-01T00:00:01")
$author >= "yuriy" and (started < "2006-01-31")
$author >= "yuriy" and (started < "2006-01")
$author >= "yuriy" and (started < "2006")
$author >= "yuriy" and (started <= "2006-01-01T00:00:01")
$author >= "yuriy" and (started <= "2006-01-31")
$author >= "yuriy" and (started <= "2006-01")
$author >= "yuriy" and (started <= "2006")
$author >= "yuriy" and (started > "2006-01-01T00:00:01")
$author >= "yuriy" and (started > "2006-01-31")
$author >= "yuriy" and (started > "2006-01")
$author >= "yuriy" and (started > "2006")
$author >= "yuriy" and (started >= "2006-01-01T00:00:01")
$author >= "yuriy" and (started >= "2006-01-31")
$author >= "yuriy" and (started >= "2006-01")
$author >= "yuriy" and (started >= "2006")
$author >= "yuriy" and (started like "2006-01-01T00:00:01")
$author >= "yuriy" and (started like "2006-01-31")
$author >= "yuriy" and (started like "2006-01")
$author >= "yuriy" and (started like "2006")
$author >= "yuriy" and (started in ("2006-01-01T00:00:01"))
$author >= "yuriy" and (started in ("2006-01-31","2006-01"))
$author >= "yuriy" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
$author >= "yuriy" and (last-active = "2006-02-01T00:00:01")
$author >= "yuriy" and (last-active = "2006-02-21")
$author >= "yuriy" and (last-active = "2006-02")
$author >= "yuriy" and (last-active = "2006")
$author >= "yuriy" and (last-active < "2006-02-01T00:00:01")
$author >= "yuriy" and (last-active < "2006-02-21")
$author >= "yuriy" and (last-active < "2006-02")
$author >= "yuriy" and (last-active < "2006")
$author >= "yuriy" and (last-active <= "2006-02-01T00:00:01")
$author >= "yuriy" and (last-active <= "2006-02-21")
$author >= "yuriy" and (last-active <= "2006-02")
$author >= "yuriy" and (last-active <= "2006")
$author >= "yuriy" and (last-active > "2006-02-01T00:00:01")
$author >= "yuriy" and (last-active > "2006-02-21")
$author >= "yuriy" and (last-active > "2006-02")
$author >= "yuriy" and (last-active > "2006")
$author >= "yuriy" and (last-active >= "2006-02-01T00:00:01")
$author >= "yuriy" and (last-active >= "2006-02-21")
$author >= "yuriy" and (last-active >= "2006-02")
$author >= "yuriy" and (last-active >= "2006")
$author >= "yuriy" and (last-active like "2006-02-01T00:00:01")
$author >= "yuriy" and (last-active like "2006-02-21")
$author >= "yuriy" and (last-active like "2006-02")
$author >= "yuriy" and (last-active like "2006")
$author >= "yuriy" and (last-active in ("2006-02-01T00:00:01"))
$author >= "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
$author >= "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
${org.apache.ode.BPELProcess}author like "yuriy" and (pid = "HelloWorld")
${org.apache.ode.BPELProcess}author like "yuriy" and (pid < "HelloWorld")
${org.apache.ode.BPELProcess}author like "yuriy" and (pid <= "HelloWorld")
${org.apache.ode.BPELProcess}author like "yuriy" and (pid > "HelloWorld")
${org.apache.ode.BPELProcess}author like "yuriy" and (pid >= "HelloWorld")
${org.apache.ode.BPELProcess}author like "yuriy" and (pid like "HelloWorld")
${org.apache.ode.BPELProcess}author like "yuriy" and (pid in ("HelloWorld","Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author like "yuriy" and (pid in ("Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author like "yuriy" and (pid in ("Hello*World"))
${org.apache.ode.BPELProcess}author like "yuriy" and (iid = "2006")
${org.apache.ode.BPELProcess}author like "yuriy" and (iid < "2006")
${org.apache.ode.BPELProcess}author like "yuriy" and (iid <= "2006")
${org.apache.ode.BPELProcess}author like "yuriy" and (iid > "2006")
${org.apache.ode.BPELProcess}author like "yuriy" and (iid >= "2006")
${org.apache.ode.BPELProcess}author like "yuriy" and (iid in ("2006"))
${org.apache.ode.BPELProcess}author like "yuriy" and (iid in ("2006","20061231"))
${org.apache.ode.BPELProcess}author like "yuriy" and (status = "active")
${org.apache.ode.BPELProcess}author like "yuriy" and (status = "suspended")
${org.apache.ode.BPELProcess}author like "yuriy" and (status = "error")
${org.apache.ode.BPELProcess}author like "yuriy" and (status = "completed")
${org.apache.ode.BPELProcess}author like "yuriy" and (status = "terminated")
${org.apache.ode.BPELProcess}author like "yuriy" and (status = "faulted")
${org.apache.ode.BPELProcess}author like "yuriy" and (status in ("active","suspended"))
${org.apache.ode.BPELProcess}author like "yuriy" and (status in ("active","suspended","error","completed","terminated","faulted"))
${org.apache.ode.BPELProcess}author like "yuriy" and (started = "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" and (started = "2006-01-31")
${org.apache.ode.BPELProcess}author like "yuriy" and (started = "2006-01")
${org.apache.ode.BPELProcess}author like "yuriy" and (started = "2006")
${org.apache.ode.BPELProcess}author like "yuriy" and (started < "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" and (started < "2006-01-31")
${org.apache.ode.BPELProcess}author like "yuriy" and (started < "2006-01")
${org.apache.ode.BPELProcess}author like "yuriy" and (started < "2006")
${org.apache.ode.BPELProcess}author like "yuriy" and (started <= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" and (started <= "2006-01-31")
${org.apache.ode.BPELProcess}author like "yuriy" and (started <= "2006-01")
${org.apache.ode.BPELProcess}author like "yuriy" and (started <= "2006")
${org.apache.ode.BPELProcess}author like "yuriy" and (started > "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" and (started > "2006-01-31")
${org.apache.ode.BPELProcess}author like "yuriy" and (started > "2006-01")
${org.apache.ode.BPELProcess}author like "yuriy" and (started > "2006")
${org.apache.ode.BPELProcess}author like "yuriy" and (started >= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" and (started >= "2006-01-31")
${org.apache.ode.BPELProcess}author like "yuriy" and (started >= "2006-01")
${org.apache.ode.BPELProcess}author like "yuriy" and (started >= "2006")
${org.apache.ode.BPELProcess}author like "yuriy" and (started like "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" and (started like "2006-01-31")
${org.apache.ode.BPELProcess}author like "yuriy" and (started like "2006-01")
${org.apache.ode.BPELProcess}author like "yuriy" and (started like "2006")
${org.apache.ode.BPELProcess}author like "yuriy" and (started in ("2006-01-01T00:00:01"))
${org.apache.ode.BPELProcess}author like "yuriy" and (started in ("2006-01-31","2006-01"))
${org.apache.ode.BPELProcess}author like "yuriy" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active = "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active = "2006-02-21")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active = "2006-02")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active = "2006")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active < "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active < "2006-02-21")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active < "2006-02")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active < "2006")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active <= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active <= "2006-02-21")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active <= "2006-02")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active <= "2006")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active > "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active > "2006-02-21")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active > "2006-02")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active > "2006")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active >= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active >= "2006-02-21")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active >= "2006-02")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active >= "2006")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active like "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active like "2006-02-21")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active like "2006-02")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active like "2006")
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active in ("2006-02-01T00:00:01"))
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
${org.apache.ode.BPELProcess}author like "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
$author like "yuriy" and (pid = "HelloWorld")
$author like "yuriy" and (pid < "HelloWorld")
$author like "yuriy" and (pid <= "HelloWorld")
$author like "yuriy" and (pid > "HelloWorld")
$author like "yuriy" and (pid >= "HelloWorld")
$author like "yuriy" and (pid like "HelloWorld")
$author like "yuriy" and (pid in ("HelloWorld","Hello*","Hello*World"))
$author like "yuriy" and (pid in ("Hello*","Hello*World"))
$author like "yuriy" and (pid in ("Hello*World"))
$author like "yuriy" and (iid = "2006")
$author like "yuriy" and (iid < "2006")
$author like "yuriy" and (iid <= "2006")
$author like "yuriy" and (iid > "2006")
$author like "yuriy" and (iid >= "2006")
$author like "yuriy" and (iid in ("2006"))
$author like "yuriy" and (iid in ("2006","20061231"))
$author like "yuriy" and (status = "active")
$author like "yuriy" and (status = "suspended")
$author like "yuriy" and (status = "error")
$author like "yuriy" and (status = "completed")
$author like "yuriy" and (status = "terminated")
$author like "yuriy" and (status = "faulted")
$author like "yuriy" and (status in ("active","suspended"))
$author like "yuriy" and (status in ("active","suspended","error","completed","terminated","faulted"))
$author like "yuriy" and (started = "2006-01-01T00:00:01")
$author like "yuriy" and (started = "2006-01-31")
$author like "yuriy" and (started = "2006-01")
$author like "yuriy" and (started = "2006")
$author like "yuriy" and (started < "2006-01-01T00:00:01")
$author like "yuriy" and (started < "2006-01-31")
$author like "yuriy" and (started < "2006-01")
$author like "yuriy" and (started < "2006")
$author like "yuriy" and (started <= "2006-01-01T00:00:01")
$author like "yuriy" and (started <= "2006-01-31")
$author like "yuriy" and (started <= "2006-01")
$author like "yuriy" and (started <= "2006")
$author like "yuriy" and (started > "2006-01-01T00:00:01")
$author like "yuriy" and (started > "2006-01-31")
$author like "yuriy" and (started > "2006-01")
$author like "yuriy" and (started > "2006")
$author like "yuriy" and (started >= "2006-01-01T00:00:01")
$author like "yuriy" and (started >= "2006-01-31")
$author like "yuriy" and (started >= "2006-01")
$author like "yuriy" and (started >= "2006")
$author like "yuriy" and (started like "2006-01-01T00:00:01")
$author like "yuriy" and (started like "2006-01-31")
$author like "yuriy" and (started like "2006-01")
$author like "yuriy" and (started like "2006")
$author like "yuriy" and (started in ("2006-01-01T00:00:01"))
$author like "yuriy" and (started in ("2006-01-31","2006-01"))
$author like "yuriy" and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
$author like "yuriy" and (last-active = "2006-02-01T00:00:01")
$author like "yuriy" and (last-active = "2006-02-21")
$author like "yuriy" and (last-active = "2006-02")
$author like "yuriy" and (last-active = "2006")
$author like "yuriy" and (last-active < "2006-02-01T00:00:01")
$author like "yuriy" and (last-active < "2006-02-21")
$author like "yuriy" and (last-active < "2006-02")
$author like "yuriy" and (last-active < "2006")
$author like "yuriy" and (last-active <= "2006-02-01T00:00:01")
$author like "yuriy" and (last-active <= "2006-02-21")
$author like "yuriy" and (last-active <= "2006-02")
$author like "yuriy" and (last-active <= "2006")
$author like "yuriy" and (last-active > "2006-02-01T00:00:01")
$author like "yuriy" and (last-active > "2006-02-21")
$author like "yuriy" and (last-active > "2006-02")
$author like "yuriy" and (last-active > "2006")
$author like "yuriy" and (last-active >= "2006-02-01T00:00:01")
$author like "yuriy" and (last-active >= "2006-02-21")
$author like "yuriy" and (last-active >= "2006-02")
$author like "yuriy" and (last-active >= "2006")
$author like "yuriy" and (last-active like "2006-02-01T00:00:01")
$author like "yuriy" and (last-active like "2006-02-21")
$author like "yuriy" and (last-active like "2006-02")
$author like "yuriy" and (last-active like "2006")
$author like "yuriy" and (last-active in ("2006-02-01T00:00:01"))
$author like "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
$author like "yuriy" and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
${org.apache.ode.BPELProcess}author in ("yuriy") and (pid = "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy") and (pid < "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy") and (pid <= "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy") and (pid > "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy") and (pid >= "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy") and (pid like "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy") and (pid in ("HelloWorld","Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author in ("yuriy") and (pid in ("Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author in ("yuriy") and (pid in ("Hello*World"))
${org.apache.ode.BPELProcess}author in ("yuriy") and (iid = "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") and (iid < "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") and (iid <= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") and (iid > "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") and (iid >= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") and (iid in ("2006"))
${org.apache.ode.BPELProcess}author in ("yuriy") and (iid in ("2006","20061231"))
${org.apache.ode.BPELProcess}author in ("yuriy") and (status = "active")
${org.apache.ode.BPELProcess}author in ("yuriy") and (status = "suspended")
${org.apache.ode.BPELProcess}author in ("yuriy") and (status = "error")
${org.apache.ode.BPELProcess}author in ("yuriy") and (status = "completed")
${org.apache.ode.BPELProcess}author in ("yuriy") and (status = "terminated")
${org.apache.ode.BPELProcess}author in ("yuriy") and (status = "faulted")
${org.apache.ode.BPELProcess}author in ("yuriy") and (status in ("active","suspended"))
${org.apache.ode.BPELProcess}author in ("yuriy") and (status in ("active","suspended","error","completed","terminated","faulted"))
${org.apache.ode.BPELProcess}author in ("yuriy") and (started = "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started = "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started = "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started = "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started < "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started < "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started < "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started < "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started <= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started <= "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started <= "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started <= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started > "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started > "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started > "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started > "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started >= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started >= "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started >= "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started >= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started like "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started like "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started like "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started like "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") and (started in ("2006-01-01T00:00:01"))
${org.apache.ode.BPELProcess}author in ("yuriy") and (started in ("2006-01-31","2006-01"))
${org.apache.ode.BPELProcess}author in ("yuriy") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active = "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active = "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active = "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active = "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active < "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active < "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active < "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active < "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active <= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active <= "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active <= "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active <= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active > "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active > "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active > "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active > "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active >= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active >= "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active >= "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active >= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active like "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active like "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active like "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active like "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active in ("2006-02-01T00:00:01"))
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
${org.apache.ode.BPELProcess}author in ("yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
$author in ("yuriy") and (pid = "HelloWorld")
$author in ("yuriy") and (pid < "HelloWorld")
$author in ("yuriy") and (pid <= "HelloWorld")
$author in ("yuriy") and (pid > "HelloWorld")
$author in ("yuriy") and (pid >= "HelloWorld")
$author in ("yuriy") and (pid like "HelloWorld")
$author in ("yuriy") and (pid in ("HelloWorld","Hello*","Hello*World"))
$author in ("yuriy") and (pid in ("Hello*","Hello*World"))
$author in ("yuriy") and (pid in ("Hello*World"))
$author in ("yuriy") and (iid = "2006")
$author in ("yuriy") and (iid < "2006")
$author in ("yuriy") and (iid <= "2006")
$author in ("yuriy") and (iid > "2006")
$author in ("yuriy") and (iid >= "2006")
$author in ("yuriy") and (iid in ("2006"))
$author in ("yuriy") and (iid in ("2006","20061231"))
$author in ("yuriy") and (status = "active")
$author in ("yuriy") and (status = "suspended")
$author in ("yuriy") and (status = "error")
$author in ("yuriy") and (status = "completed")
$author in ("yuriy") and (status = "terminated")
$author in ("yuriy") and (status = "faulted")
$author in ("yuriy") and (status in ("active","suspended"))
$author in ("yuriy") and (status in ("active","suspended","error","completed","terminated","faulted"))
$author in ("yuriy") and (started = "2006-01-01T00:00:01")
$author in ("yuriy") and (started = "2006-01-31")
$author in ("yuriy") and (started = "2006-01")
$author in ("yuriy") and (started = "2006")
$author in ("yuriy") and (started < "2006-01-01T00:00:01")
$author in ("yuriy") and (started < "2006-01-31")
$author in ("yuriy") and (started < "2006-01")
$author in ("yuriy") and (started < "2006")
$author in ("yuriy") and (started <= "2006-01-01T00:00:01")
$author in ("yuriy") and (started <= "2006-01-31")
$author in ("yuriy") and (started <= "2006-01")
$author in ("yuriy") and (started <= "2006")
$author in ("yuriy") and (started > "2006-01-01T00:00:01")
$author in ("yuriy") and (started > "2006-01-31")
$author in ("yuriy") and (started > "2006-01")
$author in ("yuriy") and (started > "2006")
$author in ("yuriy") and (started >= "2006-01-01T00:00:01")
$author in ("yuriy") and (started >= "2006-01-31")
$author in ("yuriy") and (started >= "2006-01")
$author in ("yuriy") and (started >= "2006")
$author in ("yuriy") and (started like "2006-01-01T00:00:01")
$author in ("yuriy") and (started like "2006-01-31")
$author in ("yuriy") and (started like "2006-01")
$author in ("yuriy") and (started like "2006")
$author in ("yuriy") and (started in ("2006-01-01T00:00:01"))
$author in ("yuriy") and (started in ("2006-01-31","2006-01"))
$author in ("yuriy") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
$author in ("yuriy") and (last-active = "2006-02-01T00:00:01")
$author in ("yuriy") and (last-active = "2006-02-21")
$author in ("yuriy") and (last-active = "2006-02")
$author in ("yuriy") and (last-active = "2006")
$author in ("yuriy") and (last-active < "2006-02-01T00:00:01")
$author in ("yuriy") and (last-active < "2006-02-21")
$author in ("yuriy") and (last-active < "2006-02")
$author in ("yuriy") and (last-active < "2006")
$author in ("yuriy") and (last-active <= "2006-02-01T00:00:01")
$author in ("yuriy") and (last-active <= "2006-02-21")
$author in ("yuriy") and (last-active <= "2006-02")
$author in ("yuriy") and (last-active <= "2006")
$author in ("yuriy") and (last-active > "2006-02-01T00:00:01")
$author in ("yuriy") and (last-active > "2006-02-21")
$author in ("yuriy") and (last-active > "2006-02")
$author in ("yuriy") and (last-active > "2006")
$author in ("yuriy") and (last-active >= "2006-02-01T00:00:01")
$author in ("yuriy") and (last-active >= "2006-02-21")
$author in ("yuriy") and (last-active >= "2006-02")
$author in ("yuriy") and (last-active >= "2006")
$author in ("yuriy") and (last-active like "2006-02-01T00:00:01")
$author in ("yuriy") and (last-active like "2006-02-21")
$author in ("yuriy") and (last-active like "2006-02")
$author in ("yuriy") and (last-active like "2006")
$author in ("yuriy") and (last-active in ("2006-02-01T00:00:01"))
$author in ("yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
$author in ("yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (pid = "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (pid < "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (pid <= "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (pid > "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (pid >= "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (pid like "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (pid in ("HelloWorld","Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (pid in ("Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (pid in ("Hello*World"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (iid = "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (iid < "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (iid <= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (iid > "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (iid >= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (iid in ("2006"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (iid in ("2006","20061231"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (status = "active")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (status = "suspended")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (status = "error")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (status = "completed")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (status = "terminated")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (status = "faulted")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (status in ("active","suspended"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (status in ("active","suspended","error","completed","terminated","faulted"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started = "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started = "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started = "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started = "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started < "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started < "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started < "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started < "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started <= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started <= "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started <= "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started <= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started > "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started > "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started > "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started > "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started >= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started >= "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started >= "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started >= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started like "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started like "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started like "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started like "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started in ("2006-01-01T00:00:01"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started in ("2006-01-31","2006-01"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active = "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active = "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active = "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active = "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active < "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active < "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active < "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active < "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active <= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active <= "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active <= "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active <= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active > "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active > "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active > "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active > "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active >= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active >= "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active >= "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active >= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active like "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active like "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active like "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active like "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active in ("2006-02-01T00:00:01"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
$author in ("yuriy","kostya","nazar","orest") and (pid = "HelloWorld")
$author in ("yuriy","kostya","nazar","orest") and (pid < "HelloWorld")
$author in ("yuriy","kostya","nazar","orest") and (pid <= "HelloWorld")
$author in ("yuriy","kostya","nazar","orest") and (pid > "HelloWorld")
$author in ("yuriy","kostya","nazar","orest") and (pid >= "HelloWorld")
$author in ("yuriy","kostya","nazar","orest") and (pid like "HelloWorld")
$author in ("yuriy","kostya","nazar","orest") and (pid in ("HelloWorld","Hello*","Hello*World"))
$author in ("yuriy","kostya","nazar","orest") and (pid in ("Hello*","Hello*World"))
$author in ("yuriy","kostya","nazar","orest") and (pid in ("Hello*World"))
$author in ("yuriy","kostya","nazar","orest") and (iid = "2006")
$author in ("yuriy","kostya","nazar","orest") and (iid < "2006")
$author in ("yuriy","kostya","nazar","orest") and (iid <= "2006")
$author in ("yuriy","kostya","nazar","orest") and (iid > "2006")
$author in ("yuriy","kostya","nazar","orest") and (iid >= "2006")
$author in ("yuriy","kostya","nazar","orest") and (iid in ("2006"))
$author in ("yuriy","kostya","nazar","orest") and (iid in ("2006","20061231"))
$author in ("yuriy","kostya","nazar","orest") and (status = "active")
$author in ("yuriy","kostya","nazar","orest") and (status = "suspended")
$author in ("yuriy","kostya","nazar","orest") and (status = "error")
$author in ("yuriy","kostya","nazar","orest") and (status = "completed")
$author in ("yuriy","kostya","nazar","orest") and (status = "terminated")
$author in ("yuriy","kostya","nazar","orest") and (status = "faulted")
$author in ("yuriy","kostya","nazar","orest") and (status in ("active","suspended"))
$author in ("yuriy","kostya","nazar","orest") and (status in ("active","suspended","error","completed","terminated","faulted"))
$author in ("yuriy","kostya","nazar","orest") and (started = "2006-01-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") and (started = "2006-01-31")
$author in ("yuriy","kostya","nazar","orest") and (started = "2006-01")
$author in ("yuriy","kostya","nazar","orest") and (started = "2006")
$author in ("yuriy","kostya","nazar","orest") and (started < "2006-01-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") and (started < "2006-01-31")
$author in ("yuriy","kostya","nazar","orest") and (started < "2006-01")
$author in ("yuriy","kostya","nazar","orest") and (started < "2006")
$author in ("yuriy","kostya","nazar","orest") and (started <= "2006-01-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") and (started <= "2006-01-31")
$author in ("yuriy","kostya","nazar","orest") and (started <= "2006-01")
$author in ("yuriy","kostya","nazar","orest") and (started <= "2006")
$author in ("yuriy","kostya","nazar","orest") and (started > "2006-01-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") and (started > "2006-01-31")
$author in ("yuriy","kostya","nazar","orest") and (started > "2006-01")
$author in ("yuriy","kostya","nazar","orest") and (started > "2006")
$author in ("yuriy","kostya","nazar","orest") and (started >= "2006-01-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") and (started >= "2006-01-31")
$author in ("yuriy","kostya","nazar","orest") and (started >= "2006-01")
$author in ("yuriy","kostya","nazar","orest") and (started >= "2006")
$author in ("yuriy","kostya","nazar","orest") and (started like "2006-01-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") and (started like "2006-01-31")
$author in ("yuriy","kostya","nazar","orest") and (started like "2006-01")
$author in ("yuriy","kostya","nazar","orest") and (started like "2006")
$author in ("yuriy","kostya","nazar","orest") and (started in ("2006-01-01T00:00:01"))
$author in ("yuriy","kostya","nazar","orest") and (started in ("2006-01-31","2006-01"))
$author in ("yuriy","kostya","nazar","orest") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
$author in ("yuriy","kostya","nazar","orest") and (last-active = "2006-02-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") and (last-active = "2006-02-21")
$author in ("yuriy","kostya","nazar","orest") and (last-active = "2006-02")
$author in ("yuriy","kostya","nazar","orest") and (last-active = "2006")
$author in ("yuriy","kostya","nazar","orest") and (last-active < "2006-02-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") and (last-active < "2006-02-21")
$author in ("yuriy","kostya","nazar","orest") and (last-active < "2006-02")
$author in ("yuriy","kostya","nazar","orest") and (last-active < "2006")
$author in ("yuriy","kostya","nazar","orest") and (last-active <= "2006-02-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") and (last-active <= "2006-02-21")
$author in ("yuriy","kostya","nazar","orest") and (last-active <= "2006-02")
$author in ("yuriy","kostya","nazar","orest") and (last-active <= "2006")
$author in ("yuriy","kostya","nazar","orest") and (last-active > "2006-02-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") and (last-active > "2006-02-21")
$author in ("yuriy","kostya","nazar","orest") and (last-active > "2006-02")
$author in ("yuriy","kostya","nazar","orest") and (last-active > "2006")
$author in ("yuriy","kostya","nazar","orest") and (last-active >= "2006-02-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") and (last-active >= "2006-02-21")
$author in ("yuriy","kostya","nazar","orest") and (last-active >= "2006-02")
$author in ("yuriy","kostya","nazar","orest") and (last-active >= "2006")
$author in ("yuriy","kostya","nazar","orest") and (last-active like "2006-02-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") and (last-active like "2006-02-21")
$author in ("yuriy","kostya","nazar","orest") and (last-active like "2006-02")
$author in ("yuriy","kostya","nazar","orest") and (last-active like "2006")
$author in ("yuriy","kostya","nazar","orest") and (last-active in ("2006-02-01T00:00:01"))
$author in ("yuriy","kostya","nazar","orest") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
$author in ("yuriy","kostya","nazar","orest") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(${org.apache.ode.BPELProcess}author = "yuriy") and (pid = "HelloWorld")
(${org.apache.ode.BPELProcess}author = "yuriy") and (pid < "HelloWorld")
(${org.apache.ode.BPELProcess}author = "yuriy") and (pid <= "HelloWorld")
(${org.apache.ode.BPELProcess}author = "yuriy") and (pid > "HelloWorld")
(${org.apache.ode.BPELProcess}author = "yuriy") and (pid >= "HelloWorld")
(${org.apache.ode.BPELProcess}author = "yuriy") and (pid like "HelloWorld")
(${org.apache.ode.BPELProcess}author = "yuriy") and (pid in ("HelloWorld","Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author = "yuriy") and (pid in ("Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author = "yuriy") and (pid in ("Hello*World"))
(${org.apache.ode.BPELProcess}author = "yuriy") and (iid = "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") and (iid < "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") and (iid <= "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") and (iid > "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") and (iid >= "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") and (iid in ("2006"))
(${org.apache.ode.BPELProcess}author = "yuriy") and (iid in ("2006","20061231"))
(${org.apache.ode.BPELProcess}author = "yuriy") and (status = "active")
(${org.apache.ode.BPELProcess}author = "yuriy") and (status = "suspended")
(${org.apache.ode.BPELProcess}author = "yuriy") and (status = "error")
(${org.apache.ode.BPELProcess}author = "yuriy") and (status = "completed")
(${org.apache.ode.BPELProcess}author = "yuriy") and (status = "terminated")
(${org.apache.ode.BPELProcess}author = "yuriy") and (status = "faulted")
(${org.apache.ode.BPELProcess}author = "yuriy") and (status in ("active","suspended"))
(${org.apache.ode.BPELProcess}author = "yuriy") and (status in ("active","suspended","error","completed","terminated","faulted"))
(${org.apache.ode.BPELProcess}author = "yuriy") and (started = "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started = "2006-01-31")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started = "2006-01")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started = "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started < "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started < "2006-01-31")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started < "2006-01")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started < "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started <= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started <= "2006-01-31")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started <= "2006-01")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started <= "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started > "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started > "2006-01-31")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started > "2006-01")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started > "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started >= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started >= "2006-01-31")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started >= "2006-01")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started >= "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started like "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started like "2006-01-31")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started like "2006-01")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started like "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") and (started in ("2006-01-01T00:00:01"))
(${org.apache.ode.BPELProcess}author = "yuriy") and (started in ("2006-01-31","2006-01"))
(${org.apache.ode.BPELProcess}author = "yuriy") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active = "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active = "2006-02-21")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active = "2006-02")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active = "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active < "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active < "2006-02-21")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active < "2006-02")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active < "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active <= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active <= "2006-02-21")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active <= "2006-02")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active <= "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active > "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active > "2006-02-21")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active > "2006-02")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active > "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active >= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active >= "2006-02-21")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active >= "2006-02")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active >= "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active like "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active like "2006-02-21")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active like "2006-02")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active like "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active in ("2006-02-01T00:00:01"))
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(${org.apache.ode.BPELProcess}author = "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
($author = "yuriy") and (pid = "HelloWorld")
($author = "yuriy") and (pid < "HelloWorld")
($author = "yuriy") and (pid <= "HelloWorld")
($author = "yuriy") and (pid > "HelloWorld")
($author = "yuriy") and (pid >= "HelloWorld")
($author = "yuriy") and (pid like "HelloWorld")
($author = "yuriy") and (pid in ("HelloWorld","Hello*","Hello*World"))
($author = "yuriy") and (pid in ("Hello*","Hello*World"))
($author = "yuriy") and (pid in ("Hello*World"))
($author = "yuriy") and (iid = "2006")
($author = "yuriy") and (iid < "2006")
($author = "yuriy") and (iid <= "2006")
($author = "yuriy") and (iid > "2006")
($author = "yuriy") and (iid >= "2006")
($author = "yuriy") and (iid in ("2006"))
($author = "yuriy") and (iid in ("2006","20061231"))
($author = "yuriy") and (status = "active")
($author = "yuriy") and (status = "suspended")
($author = "yuriy") and (status = "error")
($author = "yuriy") and (status = "completed")
($author = "yuriy") and (status = "terminated")
($author = "yuriy") and (status = "faulted")
($author = "yuriy") and (status in ("active","suspended"))
($author = "yuriy") and (status in ("active","suspended","error","completed","terminated","faulted"))
($author = "yuriy") and (started = "2006-01-01T00:00:01")
($author = "yuriy") and (started = "2006-01-31")
($author = "yuriy") and (started = "2006-01")
($author = "yuriy") and (started = "2006")
($author = "yuriy") and (started < "2006-01-01T00:00:01")
($author = "yuriy") and (started < "2006-01-31")
($author = "yuriy") and (started < "2006-01")
($author = "yuriy") and (started < "2006")
($author = "yuriy") and (started <= "2006-01-01T00:00:01")
($author = "yuriy") and (started <= "2006-01-31")
($author = "yuriy") and (started <= "2006-01")
($author = "yuriy") and (started <= "2006")
($author = "yuriy") and (started > "2006-01-01T00:00:01")
($author = "yuriy") and (started > "2006-01-31")
($author = "yuriy") and (started > "2006-01")
($author = "yuriy") and (started > "2006")
($author = "yuriy") and (started >= "2006-01-01T00:00:01")
($author = "yuriy") and (started >= "2006-01-31")
($author = "yuriy") and (started >= "2006-01")
($author = "yuriy") and (started >= "2006")
($author = "yuriy") and (started like "2006-01-01T00:00:01")
($author = "yuriy") and (started like "2006-01-31")
($author = "yuriy") and (started like "2006-01")
($author = "yuriy") and (started like "2006")
($author = "yuriy") and (started in ("2006-01-01T00:00:01"))
($author = "yuriy") and (started in ("2006-01-31","2006-01"))
($author = "yuriy") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
($author = "yuriy") and (last-active = "2006-02-01T00:00:01")
($author = "yuriy") and (last-active = "2006-02-21")
($author = "yuriy") and (last-active = "2006-02")
($author = "yuriy") and (last-active = "2006")
($author = "yuriy") and (last-active < "2006-02-01T00:00:01")
($author = "yuriy") and (last-active < "2006-02-21")
($author = "yuriy") and (last-active < "2006-02")
($author = "yuriy") and (last-active < "2006")
($author = "yuriy") and (last-active <= "2006-02-01T00:00:01")
($author = "yuriy") and (last-active <= "2006-02-21")
($author = "yuriy") and (last-active <= "2006-02")
($author = "yuriy") and (last-active <= "2006")
($author = "yuriy") and (last-active > "2006-02-01T00:00:01")
($author = "yuriy") and (last-active > "2006-02-21")
($author = "yuriy") and (last-active > "2006-02")
($author = "yuriy") and (last-active > "2006")
($author = "yuriy") and (last-active >= "2006-02-01T00:00:01")
($author = "yuriy") and (last-active >= "2006-02-21")
($author = "yuriy") and (last-active >= "2006-02")
($author = "yuriy") and (last-active >= "2006")
($author = "yuriy") and (last-active like "2006-02-01T00:00:01")
($author = "yuriy") and (last-active like "2006-02-21")
($author = "yuriy") and (last-active like "2006-02")
($author = "yuriy") and (last-active like "2006")
($author = "yuriy") and (last-active in ("2006-02-01T00:00:01"))
($author = "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
($author = "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(${org.apache.ode.BPELProcess}author < "yuriy") and (pid = "HelloWorld")
(${org.apache.ode.BPELProcess}author < "yuriy") and (pid < "HelloWorld")
(${org.apache.ode.BPELProcess}author < "yuriy") and (pid <= "HelloWorld")
(${org.apache.ode.BPELProcess}author < "yuriy") and (pid > "HelloWorld")
(${org.apache.ode.BPELProcess}author < "yuriy") and (pid >= "HelloWorld")
(${org.apache.ode.BPELProcess}author < "yuriy") and (pid like "HelloWorld")
(${org.apache.ode.BPELProcess}author < "yuriy") and (pid in ("HelloWorld","Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author < "yuriy") and (pid in ("Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author < "yuriy") and (pid in ("Hello*World"))
(${org.apache.ode.BPELProcess}author < "yuriy") and (iid = "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") and (iid < "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") and (iid <= "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") and (iid > "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") and (iid >= "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") and (iid in ("2006"))
(${org.apache.ode.BPELProcess}author < "yuriy") and (iid in ("2006","20061231"))
(${org.apache.ode.BPELProcess}author < "yuriy") and (status = "active")
(${org.apache.ode.BPELProcess}author < "yuriy") and (status = "suspended")
(${org.apache.ode.BPELProcess}author < "yuriy") and (status = "error")
(${org.apache.ode.BPELProcess}author < "yuriy") and (status = "completed")
(${org.apache.ode.BPELProcess}author < "yuriy") and (status = "terminated")
(${org.apache.ode.BPELProcess}author < "yuriy") and (status = "faulted")
(${org.apache.ode.BPELProcess}author < "yuriy") and (status in ("active","suspended"))
(${org.apache.ode.BPELProcess}author < "yuriy") and (status in ("active","suspended","error","completed","terminated","faulted"))
(${org.apache.ode.BPELProcess}author < "yuriy") and (started = "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started = "2006-01-31")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started = "2006-01")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started = "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started < "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started < "2006-01-31")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started < "2006-01")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started < "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started <= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started <= "2006-01-31")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started <= "2006-01")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started <= "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started > "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started > "2006-01-31")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started > "2006-01")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started > "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started >= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started >= "2006-01-31")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started >= "2006-01")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started >= "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started like "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started like "2006-01-31")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started like "2006-01")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started like "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") and (started in ("2006-01-01T00:00:01"))
(${org.apache.ode.BPELProcess}author < "yuriy") and (started in ("2006-01-31","2006-01"))
(${org.apache.ode.BPELProcess}author < "yuriy") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active = "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active = "2006-02-21")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active = "2006-02")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active = "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active < "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active < "2006-02-21")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active < "2006-02")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active < "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active <= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active <= "2006-02-21")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active <= "2006-02")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active <= "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active > "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active > "2006-02-21")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active > "2006-02")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active > "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active >= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active >= "2006-02-21")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active >= "2006-02")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active >= "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active like "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active like "2006-02-21")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active like "2006-02")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active like "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active in ("2006-02-01T00:00:01"))
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(${org.apache.ode.BPELProcess}author < "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
($author < "yuriy") and (pid = "HelloWorld")
($author < "yuriy") and (pid < "HelloWorld")
($author < "yuriy") and (pid <= "HelloWorld")
($author < "yuriy") and (pid > "HelloWorld")
($author < "yuriy") and (pid >= "HelloWorld")
($author < "yuriy") and (pid like "HelloWorld")
($author < "yuriy") and (pid in ("HelloWorld","Hello*","Hello*World"))
($author < "yuriy") and (pid in ("Hello*","Hello*World"))
($author < "yuriy") and (pid in ("Hello*World"))
($author < "yuriy") and (iid = "2006")
($author < "yuriy") and (iid < "2006")
($author < "yuriy") and (iid <= "2006")
($author < "yuriy") and (iid > "2006")
($author < "yuriy") and (iid >= "2006")
($author < "yuriy") and (iid in ("2006"))
($author < "yuriy") and (iid in ("2006","20061231"))
($author < "yuriy") and (status = "active")
($author < "yuriy") and (status = "suspended")
($author < "yuriy") and (status = "error")
($author < "yuriy") and (status = "completed")
($author < "yuriy") and (status = "terminated")
($author < "yuriy") and (status = "faulted")
($author < "yuriy") and (status in ("active","suspended"))
($author < "yuriy") and (status in ("active","suspended","error","completed","terminated","faulted"))
($author < "yuriy") and (started = "2006-01-01T00:00:01")
($author < "yuriy") and (started = "2006-01-31")
($author < "yuriy") and (started = "2006-01")
($author < "yuriy") and (started = "2006")
($author < "yuriy") and (started < "2006-01-01T00:00:01")
($author < "yuriy") and (started < "2006-01-31")
($author < "yuriy") and (started < "2006-01")
($author < "yuriy") and (started < "2006")
($author < "yuriy") and (started <= "2006-01-01T00:00:01")
($author < "yuriy") and (started <= "2006-01-31")
($author < "yuriy") and (started <= "2006-01")
($author < "yuriy") and (started <= "2006")
($author < "yuriy") and (started > "2006-01-01T00:00:01")
($author < "yuriy") and (started > "2006-01-31")
($author < "yuriy") and (started > "2006-01")
($author < "yuriy") and (started > "2006")
($author < "yuriy") and (started >= "2006-01-01T00:00:01")
($author < "yuriy") and (started >= "2006-01-31")
($author < "yuriy") and (started >= "2006-01")
($author < "yuriy") and (started >= "2006")
($author < "yuriy") and (started like "2006-01-01T00:00:01")
($author < "yuriy") and (started like "2006-01-31")
($author < "yuriy") and (started like "2006-01")
($author < "yuriy") and (started like "2006")
($author < "yuriy") and (started in ("2006-01-01T00:00:01"))
($author < "yuriy") and (started in ("2006-01-31","2006-01"))
($author < "yuriy") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
($author < "yuriy") and (last-active = "2006-02-01T00:00:01")
($author < "yuriy") and (last-active = "2006-02-21")
($author < "yuriy") and (last-active = "2006-02")
($author < "yuriy") and (last-active = "2006")
($author < "yuriy") and (last-active < "2006-02-01T00:00:01")
($author < "yuriy") and (last-active < "2006-02-21")
($author < "yuriy") and (last-active < "2006-02")
($author < "yuriy") and (last-active < "2006")
($author < "yuriy") and (last-active <= "2006-02-01T00:00:01")
($author < "yuriy") and (last-active <= "2006-02-21")
($author < "yuriy") and (last-active <= "2006-02")
($author < "yuriy") and (last-active <= "2006")
($author < "yuriy") and (last-active > "2006-02-01T00:00:01")
($author < "yuriy") and (last-active > "2006-02-21")
($author < "yuriy") and (last-active > "2006-02")
($author < "yuriy") and (last-active > "2006")
($author < "yuriy") and (last-active >= "2006-02-01T00:00:01")
($author < "yuriy") and (last-active >= "2006-02-21")
($author < "yuriy") and (last-active >= "2006-02")
($author < "yuriy") and (last-active >= "2006")
($author < "yuriy") and (last-active like "2006-02-01T00:00:01")
($author < "yuriy") and (last-active like "2006-02-21")
($author < "yuriy") and (last-active like "2006-02")
($author < "yuriy") and (last-active like "2006")
($author < "yuriy") and (last-active in ("2006-02-01T00:00:01"))
($author < "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
($author < "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(${org.apache.ode.BPELProcess}author <= "yuriy") and (pid = "HelloWorld")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (pid < "HelloWorld")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (pid <= "HelloWorld")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (pid > "HelloWorld")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (pid >= "HelloWorld")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (pid like "HelloWorld")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (pid in ("HelloWorld","Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author <= "yuriy") and (pid in ("Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author <= "yuriy") and (pid in ("Hello*World"))
(${org.apache.ode.BPELProcess}author <= "yuriy") and (iid = "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (iid < "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (iid <= "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (iid > "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (iid >= "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (iid in ("2006"))
(${org.apache.ode.BPELProcess}author <= "yuriy") and (iid in ("2006","20061231"))
(${org.apache.ode.BPELProcess}author <= "yuriy") and (status = "active")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (status = "suspended")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (status = "error")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (status = "completed")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (status = "terminated")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (status = "faulted")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (status in ("active","suspended"))
(${org.apache.ode.BPELProcess}author <= "yuriy") and (status in ("active","suspended","error","completed","terminated","faulted"))
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started = "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started = "2006-01-31")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started = "2006-01")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started = "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started < "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started < "2006-01-31")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started < "2006-01")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started < "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started <= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started <= "2006-01-31")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started <= "2006-01")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started <= "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started > "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started > "2006-01-31")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started > "2006-01")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started > "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started >= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started >= "2006-01-31")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started >= "2006-01")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started >= "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started like "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started like "2006-01-31")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started like "2006-01")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started like "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started in ("2006-01-01T00:00:01"))
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started in ("2006-01-31","2006-01"))
(${org.apache.ode.BPELProcess}author <= "yuriy") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active = "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active = "2006-02-21")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active = "2006-02")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active = "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active < "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active < "2006-02-21")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active < "2006-02")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active < "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active <= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active <= "2006-02-21")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active <= "2006-02")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active <= "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active > "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active > "2006-02-21")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active > "2006-02")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active > "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active >= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active >= "2006-02-21")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active >= "2006-02")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active >= "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active like "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active like "2006-02-21")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active like "2006-02")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active like "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active in ("2006-02-01T00:00:01"))
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(${org.apache.ode.BPELProcess}author <= "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
($author <= "yuriy") and (pid = "HelloWorld")
($author <= "yuriy") and (pid < "HelloWorld")
($author <= "yuriy") and (pid <= "HelloWorld")
($author <= "yuriy") and (pid > "HelloWorld")
($author <= "yuriy") and (pid >= "HelloWorld")
($author <= "yuriy") and (pid like "HelloWorld")
($author <= "yuriy") and (pid in ("HelloWorld","Hello*","Hello*World"))
($author <= "yuriy") and (pid in ("Hello*","Hello*World"))
($author <= "yuriy") and (pid in ("Hello*World"))
($author <= "yuriy") and (iid = "2006")
($author <= "yuriy") and (iid < "2006")
($author <= "yuriy") and (iid <= "2006")
($author <= "yuriy") and (iid > "2006")
($author <= "yuriy") and (iid >= "2006")
($author <= "yuriy") and (iid in ("2006"))
($author <= "yuriy") and (iid in ("2006","20061231"))
($author <= "yuriy") and (status = "active")
($author <= "yuriy") and (status = "suspended")
($author <= "yuriy") and (status = "error")
($author <= "yuriy") and (status = "completed")
($author <= "yuriy") and (status = "terminated")
($author <= "yuriy") and (status = "faulted")
($author <= "yuriy") and (status in ("active","suspended"))
($author <= "yuriy") and (status in ("active","suspended","error","completed","terminated","faulted"))
($author <= "yuriy") and (started = "2006-01-01T00:00:01")
($author <= "yuriy") and (started = "2006-01-31")
($author <= "yuriy") and (started = "2006-01")
($author <= "yuriy") and (started = "2006")
($author <= "yuriy") and (started < "2006-01-01T00:00:01")
($author <= "yuriy") and (started < "2006-01-31")
($author <= "yuriy") and (started < "2006-01")
($author <= "yuriy") and (started < "2006")
($author <= "yuriy") and (started <= "2006-01-01T00:00:01")
($author <= "yuriy") and (started <= "2006-01-31")
($author <= "yuriy") and (started <= "2006-01")
($author <= "yuriy") and (started <= "2006")
($author <= "yuriy") and (started > "2006-01-01T00:00:01")
($author <= "yuriy") and (started > "2006-01-31")
($author <= "yuriy") and (started > "2006-01")
($author <= "yuriy") and (started > "2006")
($author <= "yuriy") and (started >= "2006-01-01T00:00:01")
($author <= "yuriy") and (started >= "2006-01-31")
($author <= "yuriy") and (started >= "2006-01")
($author <= "yuriy") and (started >= "2006")
($author <= "yuriy") and (started like "2006-01-01T00:00:01")
($author <= "yuriy") and (started like "2006-01-31")
($author <= "yuriy") and (started like "2006-01")
($author <= "yuriy") and (started like "2006")
($author <= "yuriy") and (started in ("2006-01-01T00:00:01"))
($author <= "yuriy") and (started in ("2006-01-31","2006-01"))
($author <= "yuriy") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
($author <= "yuriy") and (last-active = "2006-02-01T00:00:01")
($author <= "yuriy") and (last-active = "2006-02-21")
($author <= "yuriy") and (last-active = "2006-02")
($author <= "yuriy") and (last-active = "2006")
($author <= "yuriy") and (last-active < "2006-02-01T00:00:01")
($author <= "yuriy") and (last-active < "2006-02-21")
($author <= "yuriy") and (last-active < "2006-02")
($author <= "yuriy") and (last-active < "2006")
($author <= "yuriy") and (last-active <= "2006-02-01T00:00:01")
($author <= "yuriy") and (last-active <= "2006-02-21")
($author <= "yuriy") and (last-active <= "2006-02")
($author <= "yuriy") and (last-active <= "2006")
($author <= "yuriy") and (last-active > "2006-02-01T00:00:01")
($author <= "yuriy") and (last-active > "2006-02-21")
($author <= "yuriy") and (last-active > "2006-02")
($author <= "yuriy") and (last-active > "2006")
($author <= "yuriy") and (last-active >= "2006-02-01T00:00:01")
($author <= "yuriy") and (last-active >= "2006-02-21")
($author <= "yuriy") and (last-active >= "2006-02")
($author <= "yuriy") and (last-active >= "2006")
($author <= "yuriy") and (last-active like "2006-02-01T00:00:01")
($author <= "yuriy") and (last-active like "2006-02-21")
($author <= "yuriy") and (last-active like "2006-02")
($author <= "yuriy") and (last-active like "2006")
($author <= "yuriy") and (last-active in ("2006-02-01T00:00:01"))
($author <= "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
($author <= "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(${org.apache.ode.BPELProcess}author > "yuriy") and (pid = "HelloWorld")
(${org.apache.ode.BPELProcess}author > "yuriy") and (pid < "HelloWorld")
(${org.apache.ode.BPELProcess}author > "yuriy") and (pid <= "HelloWorld")
(${org.apache.ode.BPELProcess}author > "yuriy") and (pid > "HelloWorld")
(${org.apache.ode.BPELProcess}author > "yuriy") and (pid >= "HelloWorld")
(${org.apache.ode.BPELProcess}author > "yuriy") and (pid like "HelloWorld")
(${org.apache.ode.BPELProcess}author > "yuriy") and (pid in ("HelloWorld","Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author > "yuriy") and (pid in ("Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author > "yuriy") and (pid in ("Hello*World"))
(${org.apache.ode.BPELProcess}author > "yuriy") and (iid = "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") and (iid < "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") and (iid <= "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") and (iid > "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") and (iid >= "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") and (iid in ("2006"))
(${org.apache.ode.BPELProcess}author > "yuriy") and (iid in ("2006","20061231"))
(${org.apache.ode.BPELProcess}author > "yuriy") and (status = "active")
(${org.apache.ode.BPELProcess}author > "yuriy") and (status = "suspended")
(${org.apache.ode.BPELProcess}author > "yuriy") and (status = "error")
(${org.apache.ode.BPELProcess}author > "yuriy") and (status = "completed")
(${org.apache.ode.BPELProcess}author > "yuriy") and (status = "terminated")
(${org.apache.ode.BPELProcess}author > "yuriy") and (status = "faulted")
(${org.apache.ode.BPELProcess}author > "yuriy") and (status in ("active","suspended"))
(${org.apache.ode.BPELProcess}author > "yuriy") and (status in ("active","suspended","error","completed","terminated","faulted"))
(${org.apache.ode.BPELProcess}author > "yuriy") and (started = "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started = "2006-01-31")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started = "2006-01")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started = "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started < "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started < "2006-01-31")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started < "2006-01")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started < "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started <= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started <= "2006-01-31")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started <= "2006-01")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started <= "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started > "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started > "2006-01-31")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started > "2006-01")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started > "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started >= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started >= "2006-01-31")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started >= "2006-01")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started >= "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started like "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started like "2006-01-31")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started like "2006-01")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started like "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") and (started in ("2006-01-01T00:00:01"))
(${org.apache.ode.BPELProcess}author > "yuriy") and (started in ("2006-01-31","2006-01"))
(${org.apache.ode.BPELProcess}author > "yuriy") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active = "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active = "2006-02-21")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active = "2006-02")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active = "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active < "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active < "2006-02-21")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active < "2006-02")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active < "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active <= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active <= "2006-02-21")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active <= "2006-02")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active <= "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active > "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active > "2006-02-21")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active > "2006-02")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active > "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active >= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active >= "2006-02-21")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active >= "2006-02")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active >= "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active like "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active like "2006-02-21")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active like "2006-02")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active like "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active in ("2006-02-01T00:00:01"))
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(${org.apache.ode.BPELProcess}author > "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
($author > "yuriy") and (pid = "HelloWorld")
($author > "yuriy") and (pid < "HelloWorld")
($author > "yuriy") and (pid <= "HelloWorld")
($author > "yuriy") and (pid > "HelloWorld")
($author > "yuriy") and (pid >= "HelloWorld")
($author > "yuriy") and (pid like "HelloWorld")
($author > "yuriy") and (pid in ("HelloWorld","Hello*","Hello*World"))
($author > "yuriy") and (pid in ("Hello*","Hello*World"))
($author > "yuriy") and (pid in ("Hello*World"))
($author > "yuriy") and (iid = "2006")
($author > "yuriy") and (iid < "2006")
($author > "yuriy") and (iid <= "2006")
($author > "yuriy") and (iid > "2006")
($author > "yuriy") and (iid >= "2006")
($author > "yuriy") and (iid in ("2006"))
($author > "yuriy") and (iid in ("2006","20061231"))
($author > "yuriy") and (status = "active")
($author > "yuriy") and (status = "suspended")
($author > "yuriy") and (status = "error")
($author > "yuriy") and (status = "completed")
($author > "yuriy") and (status = "terminated")
($author > "yuriy") and (status = "faulted")
($author > "yuriy") and (status in ("active","suspended"))
($author > "yuriy") and (status in ("active","suspended","error","completed","terminated","faulted"))
($author > "yuriy") and (started = "2006-01-01T00:00:01")
($author > "yuriy") and (started = "2006-01-31")
($author > "yuriy") and (started = "2006-01")
($author > "yuriy") and (started = "2006")
($author > "yuriy") and (started < "2006-01-01T00:00:01")
($author > "yuriy") and (started < "2006-01-31")
($author > "yuriy") and (started < "2006-01")
($author > "yuriy") and (started < "2006")
($author > "yuriy") and (started <= "2006-01-01T00:00:01")
($author > "yuriy") and (started <= "2006-01-31")
($author > "yuriy") and (started <= "2006-01")
($author > "yuriy") and (started <= "2006")
($author > "yuriy") and (started > "2006-01-01T00:00:01")
($author > "yuriy") and (started > "2006-01-31")
($author > "yuriy") and (started > "2006-01")
($author > "yuriy") and (started > "2006")
($author > "yuriy") and (started >= "2006-01-01T00:00:01")
($author > "yuriy") and (started >= "2006-01-31")
($author > "yuriy") and (started >= "2006-01")
($author > "yuriy") and (started >= "2006")
($author > "yuriy") and (started like "2006-01-01T00:00:01")
($author > "yuriy") and (started like "2006-01-31")
($author > "yuriy") and (started like "2006-01")
($author > "yuriy") and (started like "2006")
($author > "yuriy") and (started in ("2006-01-01T00:00:01"))
($author > "yuriy") and (started in ("2006-01-31","2006-01"))
($author > "yuriy") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
($author > "yuriy") and (last-active = "2006-02-01T00:00:01")
($author > "yuriy") and (last-active = "2006-02-21")
($author > "yuriy") and (last-active = "2006-02")
($author > "yuriy") and (last-active = "2006")
($author > "yuriy") and (last-active < "2006-02-01T00:00:01")
($author > "yuriy") and (last-active < "2006-02-21")
($author > "yuriy") and (last-active < "2006-02")
($author > "yuriy") and (last-active < "2006")
($author > "yuriy") and (last-active <= "2006-02-01T00:00:01")
($author > "yuriy") and (last-active <= "2006-02-21")
($author > "yuriy") and (last-active <= "2006-02")
($author > "yuriy") and (last-active <= "2006")
($author > "yuriy") and (last-active > "2006-02-01T00:00:01")
($author > "yuriy") and (last-active > "2006-02-21")
($author > "yuriy") and (last-active > "2006-02")
($author > "yuriy") and (last-active > "2006")
($author > "yuriy") and (last-active >= "2006-02-01T00:00:01")
($author > "yuriy") and (last-active >= "2006-02-21")
($author > "yuriy") and (last-active >= "2006-02")
($author > "yuriy") and (last-active >= "2006")
($author > "yuriy") and (last-active like "2006-02-01T00:00:01")
($author > "yuriy") and (last-active like "2006-02-21")
($author > "yuriy") and (last-active like "2006-02")
($author > "yuriy") and (last-active like "2006")
($author > "yuriy") and (last-active in ("2006-02-01T00:00:01"))
($author > "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
($author > "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(${org.apache.ode.BPELProcess}author >= "yuriy") and (pid = "HelloWorld")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (pid < "HelloWorld")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (pid <= "HelloWorld")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (pid > "HelloWorld")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (pid >= "HelloWorld")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (pid like "HelloWorld")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (pid in ("HelloWorld","Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author >= "yuriy") and (pid in ("Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author >= "yuriy") and (pid in ("Hello*World"))
(${org.apache.ode.BPELProcess}author >= "yuriy") and (iid = "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (iid < "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (iid <= "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (iid > "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (iid >= "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (iid in ("2006"))
(${org.apache.ode.BPELProcess}author >= "yuriy") and (iid in ("2006","20061231"))
(${org.apache.ode.BPELProcess}author >= "yuriy") and (status = "active")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (status = "suspended")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (status = "error")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (status = "completed")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (status = "terminated")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (status = "faulted")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (status in ("active","suspended"))
(${org.apache.ode.BPELProcess}author >= "yuriy") and (status in ("active","suspended","error","completed","terminated","faulted"))
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started = "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started = "2006-01-31")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started = "2006-01")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started = "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started < "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started < "2006-01-31")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started < "2006-01")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started < "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started <= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started <= "2006-01-31")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started <= "2006-01")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started <= "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started > "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started > "2006-01-31")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started > "2006-01")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started > "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started >= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started >= "2006-01-31")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started >= "2006-01")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started >= "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started like "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started like "2006-01-31")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started like "2006-01")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started like "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started in ("2006-01-01T00:00:01"))
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started in ("2006-01-31","2006-01"))
(${org.apache.ode.BPELProcess}author >= "yuriy") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active = "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active = "2006-02-21")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active = "2006-02")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active = "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active < "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active < "2006-02-21")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active < "2006-02")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active < "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active <= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active <= "2006-02-21")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active <= "2006-02")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active <= "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active > "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active > "2006-02-21")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active > "2006-02")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active > "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active >= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active >= "2006-02-21")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active >= "2006-02")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active >= "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active like "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active like "2006-02-21")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active like "2006-02")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active like "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active in ("2006-02-01T00:00:01"))
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(${org.apache.ode.BPELProcess}author >= "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
($author >= "yuriy") and (pid = "HelloWorld")
($author >= "yuriy") and (pid < "HelloWorld")
($author >= "yuriy") and (pid <= "HelloWorld")
($author >= "yuriy") and (pid > "HelloWorld")
($author >= "yuriy") and (pid >= "HelloWorld")
($author >= "yuriy") and (pid like "HelloWorld")
($author >= "yuriy") and (pid in ("HelloWorld","Hello*","Hello*World"))
($author >= "yuriy") and (pid in ("Hello*","Hello*World"))
($author >= "yuriy") and (pid in ("Hello*World"))
($author >= "yuriy") and (iid = "2006")
($author >= "yuriy") and (iid < "2006")
($author >= "yuriy") and (iid <= "2006")
($author >= "yuriy") and (iid > "2006")
($author >= "yuriy") and (iid >= "2006")
($author >= "yuriy") and (iid in ("2006"))
($author >= "yuriy") and (iid in ("2006","20061231"))
($author >= "yuriy") and (status = "active")
($author >= "yuriy") and (status = "suspended")
($author >= "yuriy") and (status = "error")
($author >= "yuriy") and (status = "completed")
($author >= "yuriy") and (status = "terminated")
($author >= "yuriy") and (status = "faulted")
($author >= "yuriy") and (status in ("active","suspended"))
($author >= "yuriy") and (status in ("active","suspended","error","completed","terminated","faulted"))
($author >= "yuriy") and (started = "2006-01-01T00:00:01")
($author >= "yuriy") and (started = "2006-01-31")
($author >= "yuriy") and (started = "2006-01")
($author >= "yuriy") and (started = "2006")
($author >= "yuriy") and (started < "2006-01-01T00:00:01")
($author >= "yuriy") and (started < "2006-01-31")
($author >= "yuriy") and (started < "2006-01")
($author >= "yuriy") and (started < "2006")
($author >= "yuriy") and (started <= "2006-01-01T00:00:01")
($author >= "yuriy") and (started <= "2006-01-31")
($author >= "yuriy") and (started <= "2006-01")
($author >= "yuriy") and (started <= "2006")
($author >= "yuriy") and (started > "2006-01-01T00:00:01")
($author >= "yuriy") and (started > "2006-01-31")
($author >= "yuriy") and (started > "2006-01")
($author >= "yuriy") and (started > "2006")
($author >= "yuriy") and (started >= "2006-01-01T00:00:01")
($author >= "yuriy") and (started >= "2006-01-31")
($author >= "yuriy") and (started >= "2006-01")
($author >= "yuriy") and (started >= "2006")
($author >= "yuriy") and (started like "2006-01-01T00:00:01")
($author >= "yuriy") and (started like "2006-01-31")
($author >= "yuriy") and (started like "2006-01")
($author >= "yuriy") and (started like "2006")
($author >= "yuriy") and (started in ("2006-01-01T00:00:01"))
($author >= "yuriy") and (started in ("2006-01-31","2006-01"))
($author >= "yuriy") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
($author >= "yuriy") and (last-active = "2006-02-01T00:00:01")
($author >= "yuriy") and (last-active = "2006-02-21")
($author >= "yuriy") and (last-active = "2006-02")
($author >= "yuriy") and (last-active = "2006")
($author >= "yuriy") and (last-active < "2006-02-01T00:00:01")
($author >= "yuriy") and (last-active < "2006-02-21")
($author >= "yuriy") and (last-active < "2006-02")
($author >= "yuriy") and (last-active < "2006")
($author >= "yuriy") and (last-active <= "2006-02-01T00:00:01")
($author >= "yuriy") and (last-active <= "2006-02-21")
($author >= "yuriy") and (last-active <= "2006-02")
($author >= "yuriy") and (last-active <= "2006")
($author >= "yuriy") and (last-active > "2006-02-01T00:00:01")
($author >= "yuriy") and (last-active > "2006-02-21")
($author >= "yuriy") and (last-active > "2006-02")
($author >= "yuriy") and (last-active > "2006")
($author >= "yuriy") and (last-active >= "2006-02-01T00:00:01")
($author >= "yuriy") and (last-active >= "2006-02-21")
($author >= "yuriy") and (last-active >= "2006-02")
($author >= "yuriy") and (last-active >= "2006")
($author >= "yuriy") and (last-active like "2006-02-01T00:00:01")
($author >= "yuriy") and (last-active like "2006-02-21")
($author >= "yuriy") and (last-active like "2006-02")
($author >= "yuriy") and (last-active like "2006")
($author >= "yuriy") and (last-active in ("2006-02-01T00:00:01"))
($author >= "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
($author >= "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(${org.apache.ode.BPELProcess}author like "yuriy") and (pid = "HelloWorld")
(${org.apache.ode.BPELProcess}author like "yuriy") and (pid < "HelloWorld")
(${org.apache.ode.BPELProcess}author like "yuriy") and (pid <= "HelloWorld")
(${org.apache.ode.BPELProcess}author like "yuriy") and (pid > "HelloWorld")
(${org.apache.ode.BPELProcess}author like "yuriy") and (pid >= "HelloWorld")
(${org.apache.ode.BPELProcess}author like "yuriy") and (pid like "HelloWorld")
(${org.apache.ode.BPELProcess}author like "yuriy") and (pid in ("HelloWorld","Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author like "yuriy") and (pid in ("Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author like "yuriy") and (pid in ("Hello*World"))
(${org.apache.ode.BPELProcess}author like "yuriy") and (iid = "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") and (iid < "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") and (iid <= "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") and (iid > "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") and (iid >= "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") and (iid in ("2006"))
(${org.apache.ode.BPELProcess}author like "yuriy") and (iid in ("2006","20061231"))
(${org.apache.ode.BPELProcess}author like "yuriy") and (status = "active")
(${org.apache.ode.BPELProcess}author like "yuriy") and (status = "suspended")
(${org.apache.ode.BPELProcess}author like "yuriy") and (status = "error")
(${org.apache.ode.BPELProcess}author like "yuriy") and (status = "completed")
(${org.apache.ode.BPELProcess}author like "yuriy") and (status = "terminated")
(${org.apache.ode.BPELProcess}author like "yuriy") and (status = "faulted")
(${org.apache.ode.BPELProcess}author like "yuriy") and (status in ("active","suspended"))
(${org.apache.ode.BPELProcess}author like "yuriy") and (status in ("active","suspended","error","completed","terminated","faulted"))
(${org.apache.ode.BPELProcess}author like "yuriy") and (started = "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started = "2006-01-31")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started = "2006-01")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started = "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started < "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started < "2006-01-31")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started < "2006-01")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started < "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started <= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started <= "2006-01-31")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started <= "2006-01")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started <= "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started > "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started > "2006-01-31")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started > "2006-01")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started > "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started >= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started >= "2006-01-31")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started >= "2006-01")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started >= "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started like "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started like "2006-01-31")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started like "2006-01")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started like "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") and (started in ("2006-01-01T00:00:01"))
(${org.apache.ode.BPELProcess}author like "yuriy") and (started in ("2006-01-31","2006-01"))
(${org.apache.ode.BPELProcess}author like "yuriy") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active = "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active = "2006-02-21")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active = "2006-02")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active = "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active < "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active < "2006-02-21")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active < "2006-02")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active < "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active <= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active <= "2006-02-21")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active <= "2006-02")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active <= "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active > "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active > "2006-02-21")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active > "2006-02")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active > "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active >= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active >= "2006-02-21")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active >= "2006-02")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active >= "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active like "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active like "2006-02-21")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active like "2006-02")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active like "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active in ("2006-02-01T00:00:01"))
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(${org.apache.ode.BPELProcess}author like "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
($author like "yuriy") and (pid = "HelloWorld")
($author like "yuriy") and (pid < "HelloWorld")
($author like "yuriy") and (pid <= "HelloWorld")
($author like "yuriy") and (pid > "HelloWorld")
($author like "yuriy") and (pid >= "HelloWorld")
($author like "yuriy") and (pid like "HelloWorld")
($author like "yuriy") and (pid in ("HelloWorld","Hello*","Hello*World"))
($author like "yuriy") and (pid in ("Hello*","Hello*World"))
($author like "yuriy") and (pid in ("Hello*World"))
($author like "yuriy") and (iid = "2006")
($author like "yuriy") and (iid < "2006")
($author like "yuriy") and (iid <= "2006")
($author like "yuriy") and (iid > "2006")
($author like "yuriy") and (iid >= "2006")
($author like "yuriy") and (iid in ("2006"))
($author like "yuriy") and (iid in ("2006","20061231"))
($author like "yuriy") and (status = "active")
($author like "yuriy") and (status = "suspended")
($author like "yuriy") and (status = "error")
($author like "yuriy") and (status = "completed")
($author like "yuriy") and (status = "terminated")
($author like "yuriy") and (status = "faulted")
($author like "yuriy") and (status in ("active","suspended"))
($author like "yuriy") and (status in ("active","suspended","error","completed","terminated","faulted"))
($author like "yuriy") and (started = "2006-01-01T00:00:01")
($author like "yuriy") and (started = "2006-01-31")
($author like "yuriy") and (started = "2006-01")
($author like "yuriy") and (started = "2006")
($author like "yuriy") and (started < "2006-01-01T00:00:01")
($author like "yuriy") and (started < "2006-01-31")
($author like "yuriy") and (started < "2006-01")
($author like "yuriy") and (started < "2006")
($author like "yuriy") and (started <= "2006-01-01T00:00:01")
($author like "yuriy") and (started <= "2006-01-31")
($author like "yuriy") and (started <= "2006-01")
($author like "yuriy") and (started <= "2006")
($author like "yuriy") and (started > "2006-01-01T00:00:01")
($author like "yuriy") and (started > "2006-01-31")
($author like "yuriy") and (started > "2006-01")
($author like "yuriy") and (started > "2006")
($author like "yuriy") and (started >= "2006-01-01T00:00:01")
($author like "yuriy") and (started >= "2006-01-31")
($author like "yuriy") and (started >= "2006-01")
($author like "yuriy") and (started >= "2006")
($author like "yuriy") and (started like "2006-01-01T00:00:01")
($author like "yuriy") and (started like "2006-01-31")
($author like "yuriy") and (started like "2006-01")
($author like "yuriy") and (started like "2006")
($author like "yuriy") and (started in ("2006-01-01T00:00:01"))
($author like "yuriy") and (started in ("2006-01-31","2006-01"))
($author like "yuriy") and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
($author like "yuriy") and (last-active = "2006-02-01T00:00:01")
($author like "yuriy") and (last-active = "2006-02-21")
($author like "yuriy") and (last-active = "2006-02")
($author like "yuriy") and (last-active = "2006")
($author like "yuriy") and (last-active < "2006-02-01T00:00:01")
($author like "yuriy") and (last-active < "2006-02-21")
($author like "yuriy") and (last-active < "2006-02")
($author like "yuriy") and (last-active < "2006")
($author like "yuriy") and (last-active <= "2006-02-01T00:00:01")
($author like "yuriy") and (last-active <= "2006-02-21")
($author like "yuriy") and (last-active <= "2006-02")
($author like "yuriy") and (last-active <= "2006")
($author like "yuriy") and (last-active > "2006-02-01T00:00:01")
($author like "yuriy") and (last-active > "2006-02-21")
($author like "yuriy") and (last-active > "2006-02")
($author like "yuriy") and (last-active > "2006")
($author like "yuriy") and (last-active >= "2006-02-01T00:00:01")
($author like "yuriy") and (last-active >= "2006-02-21")
($author like "yuriy") and (last-active >= "2006-02")
($author like "yuriy") and (last-active >= "2006")
($author like "yuriy") and (last-active like "2006-02-01T00:00:01")
($author like "yuriy") and (last-active like "2006-02-21")
($author like "yuriy") and (last-active like "2006-02")
($author like "yuriy") and (last-active like "2006")
($author like "yuriy") and (last-active in ("2006-02-01T00:00:01"))
($author like "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
($author like "yuriy") and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (pid = "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (pid < "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (pid <= "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (pid > "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (pid >= "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (pid like "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (pid in ("HelloWorld","Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (pid in ("Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (pid in ("Hello*World"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (iid = "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (iid < "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (iid <= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (iid > "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (iid >= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (iid in ("2006"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (iid in ("2006","20061231"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (status = "active")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (status = "suspended")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (status = "error")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (status = "completed")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (status = "terminated")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (status = "faulted")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (status in ("active","suspended"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (status in ("active","suspended","error","completed","terminated","faulted"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started = "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started = "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started = "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started = "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started < "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started < "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started < "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started < "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started <= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started <= "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started <= "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started <= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started > "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started > "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started > "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started > "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started >= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started >= "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started >= "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started >= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started like "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started like "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started like "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started like "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started in ("2006-01-01T00:00:01"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started in ("2006-01-31","2006-01"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active = "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active = "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active = "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active = "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active < "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active < "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active < "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active < "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active <= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active <= "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active <= "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active <= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active > "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active > "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active > "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active > "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active >= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active >= "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active >= "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active >= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active like "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active like "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active like "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active like "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active in ("2006-02-01T00:00:01"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
($author in ("yuriy")) and (pid = "HelloWorld")
($author in ("yuriy")) and (pid < "HelloWorld")
($author in ("yuriy")) and (pid <= "HelloWorld")
($author in ("yuriy")) and (pid > "HelloWorld")
($author in ("yuriy")) and (pid >= "HelloWorld")
($author in ("yuriy")) and (pid like "HelloWorld")
($author in ("yuriy")) and (pid in ("HelloWorld","Hello*","Hello*World"))
($author in ("yuriy")) and (pid in ("Hello*","Hello*World"))
($author in ("yuriy")) and (pid in ("Hello*World"))
($author in ("yuriy")) and (iid = "2006")
($author in ("yuriy")) and (iid < "2006")
($author in ("yuriy")) and (iid <= "2006")
($author in ("yuriy")) and (iid > "2006")
($author in ("yuriy")) and (iid >= "2006")
($author in ("yuriy")) and (iid in ("2006"))
($author in ("yuriy")) and (iid in ("2006","20061231"))
($author in ("yuriy")) and (status = "active")
($author in ("yuriy")) and (status = "suspended")
($author in ("yuriy")) and (status = "error")
($author in ("yuriy")) and (status = "completed")
($author in ("yuriy")) and (status = "terminated")
($author in ("yuriy")) and (status = "faulted")
($author in ("yuriy")) and (status in ("active","suspended"))
($author in ("yuriy")) and (status in ("active","suspended","error","completed","terminated","faulted"))
($author in ("yuriy")) and (started = "2006-01-01T00:00:01")
($author in ("yuriy")) and (started = "2006-01-31")
($author in ("yuriy")) and (started = "2006-01")
($author in ("yuriy")) and (started = "2006")
($author in ("yuriy")) and (started < "2006-01-01T00:00:01")
($author in ("yuriy")) and (started < "2006-01-31")
($author in ("yuriy")) and (started < "2006-01")
($author in ("yuriy")) and (started < "2006")
($author in ("yuriy")) and (started <= "2006-01-01T00:00:01")
($author in ("yuriy")) and (started <= "2006-01-31")
($author in ("yuriy")) and (started <= "2006-01")
($author in ("yuriy")) and (started <= "2006")
($author in ("yuriy")) and (started > "2006-01-01T00:00:01")
($author in ("yuriy")) and (started > "2006-01-31")
($author in ("yuriy")) and (started > "2006-01")
($author in ("yuriy")) and (started > "2006")
($author in ("yuriy")) and (started >= "2006-01-01T00:00:01")
($author in ("yuriy")) and (started >= "2006-01-31")
($author in ("yuriy")) and (started >= "2006-01")
($author in ("yuriy")) and (started >= "2006")
($author in ("yuriy")) and (started like "2006-01-01T00:00:01")
($author in ("yuriy")) and (started like "2006-01-31")
($author in ("yuriy")) and (started like "2006-01")
($author in ("yuriy")) and (started like "2006")
($author in ("yuriy")) and (started in ("2006-01-01T00:00:01"))
($author in ("yuriy")) and (started in ("2006-01-31","2006-01"))
($author in ("yuriy")) and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
($author in ("yuriy")) and (last-active = "2006-02-01T00:00:01")
($author in ("yuriy")) and (last-active = "2006-02-21")
($author in ("yuriy")) and (last-active = "2006-02")
($author in ("yuriy")) and (last-active = "2006")
($author in ("yuriy")) and (last-active < "2006-02-01T00:00:01")
($author in ("yuriy")) and (last-active < "2006-02-21")
($author in ("yuriy")) and (last-active < "2006-02")
($author in ("yuriy")) and (last-active < "2006")
($author in ("yuriy")) and (last-active <= "2006-02-01T00:00:01")
($author in ("yuriy")) and (last-active <= "2006-02-21")
($author in ("yuriy")) and (last-active <= "2006-02")
($author in ("yuriy")) and (last-active <= "2006")
($author in ("yuriy")) and (last-active > "2006-02-01T00:00:01")
($author in ("yuriy")) and (last-active > "2006-02-21")
($author in ("yuriy")) and (last-active > "2006-02")
($author in ("yuriy")) and (last-active > "2006")
($author in ("yuriy")) and (last-active >= "2006-02-01T00:00:01")
($author in ("yuriy")) and (last-active >= "2006-02-21")
($author in ("yuriy")) and (last-active >= "2006-02")
($author in ("yuriy")) and (last-active >= "2006")
($author in ("yuriy")) and (last-active like "2006-02-01T00:00:01")
($author in ("yuriy")) and (last-active like "2006-02-21")
($author in ("yuriy")) and (last-active like "2006-02")
($author in ("yuriy")) and (last-active like "2006")
($author in ("yuriy")) and (last-active in ("2006-02-01T00:00:01"))
($author in ("yuriy")) and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
($author in ("yuriy")) and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (pid = "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (pid < "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (pid <= "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (pid > "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (pid >= "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (pid like "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (pid in ("HelloWorld","Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (pid in ("Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (pid in ("Hello*World"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (iid = "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (iid < "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (iid <= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (iid > "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (iid >= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (iid in ("2006"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (iid in ("2006","20061231"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (status = "active")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (status = "suspended")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (status = "error")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (status = "completed")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (status = "terminated")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (status = "faulted")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (status in ("active","suspended"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (status in ("active","suspended","error","completed","terminated","faulted"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started = "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started = "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started = "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started = "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started < "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started < "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started < "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started < "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started <= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started <= "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started <= "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started <= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started > "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started > "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started > "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started > "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started >= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started >= "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started >= "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started >= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started like "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started like "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started like "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started like "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started in ("2006-01-01T00:00:01"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started in ("2006-01-31","2006-01"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active = "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active = "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active = "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active = "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active < "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active < "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active < "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active < "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active <= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active <= "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active <= "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active <= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active > "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active > "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active > "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active > "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active >= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active >= "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active >= "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active >= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active like "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active like "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active like "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active like "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active in ("2006-02-01T00:00:01"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
($author in ("yuriy","kostya","nazar","orest")) and (pid = "HelloWorld")
($author in ("yuriy","kostya","nazar","orest")) and (pid < "HelloWorld")
($author in ("yuriy","kostya","nazar","orest")) and (pid <= "HelloWorld")
($author in ("yuriy","kostya","nazar","orest")) and (pid > "HelloWorld")
($author in ("yuriy","kostya","nazar","orest")) and (pid >= "HelloWorld")
($author in ("yuriy","kostya","nazar","orest")) and (pid like "HelloWorld")
($author in ("yuriy","kostya","nazar","orest")) and (pid in ("HelloWorld","Hello*","Hello*World"))
($author in ("yuriy","kostya","nazar","orest")) and (pid in ("Hello*","Hello*World"))
($author in ("yuriy","kostya","nazar","orest")) and (pid in ("Hello*World"))
($author in ("yuriy","kostya","nazar","orest")) and (iid = "2006")
($author in ("yuriy","kostya","nazar","orest")) and (iid < "2006")
($author in ("yuriy","kostya","nazar","orest")) and (iid <= "2006")
($author in ("yuriy","kostya","nazar","orest")) and (iid > "2006")
($author in ("yuriy","kostya","nazar","orest")) and (iid >= "2006")
($author in ("yuriy","kostya","nazar","orest")) and (iid in ("2006"))
($author in ("yuriy","kostya","nazar","orest")) and (iid in ("2006","20061231"))
($author in ("yuriy","kostya","nazar","orest")) and (status = "active")
($author in ("yuriy","kostya","nazar","orest")) and (status = "suspended")
($author in ("yuriy","kostya","nazar","orest")) and (status = "error")
($author in ("yuriy","kostya","nazar","orest")) and (status = "completed")
($author in ("yuriy","kostya","nazar","orest")) and (status = "terminated")
($author in ("yuriy","kostya","nazar","orest")) and (status = "faulted")
($author in ("yuriy","kostya","nazar","orest")) and (status in ("active","suspended"))
($author in ("yuriy","kostya","nazar","orest")) and (status in ("active","suspended","error","completed","terminated","faulted"))
($author in ("yuriy","kostya","nazar","orest")) and (started = "2006-01-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) and (started = "2006-01-31")
($author in ("yuriy","kostya","nazar","orest")) and (started = "2006-01")
($author in ("yuriy","kostya","nazar","orest")) and (started = "2006")
($author in ("yuriy","kostya","nazar","orest")) and (started < "2006-01-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) and (started < "2006-01-31")
($author in ("yuriy","kostya","nazar","orest")) and (started < "2006-01")
($author in ("yuriy","kostya","nazar","orest")) and (started < "2006")
($author in ("yuriy","kostya","nazar","orest")) and (started <= "2006-01-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) and (started <= "2006-01-31")
($author in ("yuriy","kostya","nazar","orest")) and (started <= "2006-01")
($author in ("yuriy","kostya","nazar","orest")) and (started <= "2006")
($author in ("yuriy","kostya","nazar","orest")) and (started > "2006-01-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) and (started > "2006-01-31")
($author in ("yuriy","kostya","nazar","orest")) and (started > "2006-01")
($author in ("yuriy","kostya","nazar","orest")) and (started > "2006")
($author in ("yuriy","kostya","nazar","orest")) and (started >= "2006-01-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) and (started >= "2006-01-31")
($author in ("yuriy","kostya","nazar","orest")) and (started >= "2006-01")
($author in ("yuriy","kostya","nazar","orest")) and (started >= "2006")
($author in ("yuriy","kostya","nazar","orest")) and (started like "2006-01-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) and (started like "2006-01-31")
($author in ("yuriy","kostya","nazar","orest")) and (started like "2006-01")
($author in ("yuriy","kostya","nazar","orest")) and (started like "2006")
($author in ("yuriy","kostya","nazar","orest")) and (started in ("2006-01-01T00:00:01"))
($author in ("yuriy","kostya","nazar","orest")) and (started in ("2006-01-31","2006-01"))
($author in ("yuriy","kostya","nazar","orest")) and (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
($author in ("yuriy","kostya","nazar","orest")) and (last-active = "2006-02-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) and (last-active = "2006-02-21")
($author in ("yuriy","kostya","nazar","orest")) and (last-active = "2006-02")
($author in ("yuriy","kostya","nazar","orest")) and (last-active = "2006")
($author in ("yuriy","kostya","nazar","orest")) and (last-active < "2006-02-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) and (last-active < "2006-02-21")
($author in ("yuriy","kostya","nazar","orest")) and (last-active < "2006-02")
($author in ("yuriy","kostya","nazar","orest")) and (last-active < "2006")
($author in ("yuriy","kostya","nazar","orest")) and (last-active <= "2006-02-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) and (last-active <= "2006-02-21")
($author in ("yuriy","kostya","nazar","orest")) and (last-active <= "2006-02")
($author in ("yuriy","kostya","nazar","orest")) and (last-active <= "2006")
($author in ("yuriy","kostya","nazar","orest")) and (last-active > "2006-02-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) and (last-active > "2006-02-21")
($author in ("yuriy","kostya","nazar","orest")) and (last-active > "2006-02")
($author in ("yuriy","kostya","nazar","orest")) and (last-active > "2006")
($author in ("yuriy","kostya","nazar","orest")) and (last-active >= "2006-02-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) and (last-active >= "2006-02-21")
($author in ("yuriy","kostya","nazar","orest")) and (last-active >= "2006-02")
($author in ("yuriy","kostya","nazar","orest")) and (last-active >= "2006")
($author in ("yuriy","kostya","nazar","orest")) and (last-active like "2006-02-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) and (last-active like "2006-02-21")
($author in ("yuriy","kostya","nazar","orest")) and (last-active like "2006-02")
($author in ("yuriy","kostya","nazar","orest")) and (last-active like "2006")
($author in ("yuriy","kostya","nazar","orest")) and (last-active in ("2006-02-01T00:00:01"))
($author in ("yuriy","kostya","nazar","orest")) and (last-active in ("2006-02-01T00:00:01","2006-02-21"))
($author in ("yuriy","kostya","nazar","orest")) and (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
${org.apache.ode.BPELProcess}author = "yuriy" or pid = "HelloWorld"
${org.apache.ode.BPELProcess}author = "yuriy" or pid < "HelloWorld"
${org.apache.ode.BPELProcess}author = "yuriy" or pid <= "HelloWorld"
${org.apache.ode.BPELProcess}author = "yuriy" or pid > "HelloWorld"
${org.apache.ode.BPELProcess}author = "yuriy" or pid >= "HelloWorld"
${org.apache.ode.BPELProcess}author = "yuriy" or pid like "HelloWorld"
${org.apache.ode.BPELProcess}author = "yuriy" or pid in ("HelloWorld","Hello*","Hello*World")
${org.apache.ode.BPELProcess}author = "yuriy" or pid in ("Hello*","Hello*World")
${org.apache.ode.BPELProcess}author = "yuriy" or pid in ("Hello*World")
${org.apache.ode.BPELProcess}author = "yuriy" or iid = "2006"
${org.apache.ode.BPELProcess}author = "yuriy" or iid < "2006"
${org.apache.ode.BPELProcess}author = "yuriy" or iid <= "2006"
${org.apache.ode.BPELProcess}author = "yuriy" or iid > "2006"
${org.apache.ode.BPELProcess}author = "yuriy" or iid >= "2006"
${org.apache.ode.BPELProcess}author = "yuriy" or iid in ("2006")
${org.apache.ode.BPELProcess}author = "yuriy" or iid in ("2006","20061231")
${org.apache.ode.BPELProcess}author = "yuriy" or status = "active"
${org.apache.ode.BPELProcess}author = "yuriy" or status = "suspended"
${org.apache.ode.BPELProcess}author = "yuriy" or status = "error"
${org.apache.ode.BPELProcess}author = "yuriy" or status = "completed"
${org.apache.ode.BPELProcess}author = "yuriy" or status = "terminated"
${org.apache.ode.BPELProcess}author = "yuriy" or status = "faulted"
${org.apache.ode.BPELProcess}author = "yuriy" or status in ("active","suspended")
${org.apache.ode.BPELProcess}author = "yuriy" or status in ("active","suspended","error","completed","terminated","faulted")
${org.apache.ode.BPELProcess}author = "yuriy" or started = "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" or started = "2006-01-31"
${org.apache.ode.BPELProcess}author = "yuriy" or started = "2006-01"
${org.apache.ode.BPELProcess}author = "yuriy" or started = "2006"
${org.apache.ode.BPELProcess}author = "yuriy" or started < "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" or started < "2006-01-31"
${org.apache.ode.BPELProcess}author = "yuriy" or started < "2006-01"
${org.apache.ode.BPELProcess}author = "yuriy" or started < "2006"
${org.apache.ode.BPELProcess}author = "yuriy" or started <= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" or started <= "2006-01-31"
${org.apache.ode.BPELProcess}author = "yuriy" or started <= "2006-01"
${org.apache.ode.BPELProcess}author = "yuriy" or started <= "2006"
${org.apache.ode.BPELProcess}author = "yuriy" or started > "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" or started > "2006-01-31"
${org.apache.ode.BPELProcess}author = "yuriy" or started > "2006-01"
${org.apache.ode.BPELProcess}author = "yuriy" or started > "2006"
${org.apache.ode.BPELProcess}author = "yuriy" or started >= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" or started >= "2006-01-31"
${org.apache.ode.BPELProcess}author = "yuriy" or started >= "2006-01"
${org.apache.ode.BPELProcess}author = "yuriy" or started >= "2006"
${org.apache.ode.BPELProcess}author = "yuriy" or started like "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" or started like "2006-01-31"
${org.apache.ode.BPELProcess}author = "yuriy" or started like "2006-01"
${org.apache.ode.BPELProcess}author = "yuriy" or started like "2006"
${org.apache.ode.BPELProcess}author = "yuriy" or started in ("2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" or started in ("2006-01-31","2006-01")
${org.apache.ode.BPELProcess}author = "yuriy" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
${org.apache.ode.BPELProcess}author = "yuriy" or last-active = "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active = "2006-02-21"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active = "2006-02"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active = "2006"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active < "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active < "2006-02-21"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active < "2006-02"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active < "2006"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active <= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active <= "2006-02-21"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active <= "2006-02"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active <= "2006"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active > "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active > "2006-02-21"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active > "2006-02"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active > "2006"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active >= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active >= "2006-02-21"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active >= "2006-02"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active >= "2006"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active like "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active like "2006-02-21"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active like "2006-02"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active like "2006"
${org.apache.ode.BPELProcess}author = "yuriy" or last-active in ("2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21")
${org.apache.ode.BPELProcess}author = "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
$author = "yuriy" or pid = "HelloWorld"
$author = "yuriy" or pid < "HelloWorld"
$author = "yuriy" or pid <= "HelloWorld"
$author = "yuriy" or pid > "HelloWorld"
$author = "yuriy" or pid >= "HelloWorld"
$author = "yuriy" or pid like "HelloWorld"
$author = "yuriy" or pid in ("HelloWorld","Hello*","Hello*World")
$author = "yuriy" or pid in ("Hello*","Hello*World")
$author = "yuriy" or pid in ("Hello*World")
$author = "yuriy" or iid = "2006"
$author = "yuriy" or iid < "2006"
$author = "yuriy" or iid <= "2006"
$author = "yuriy" or iid > "2006"
$author = "yuriy" or iid >= "2006"
$author = "yuriy" or iid in ("2006")
$author = "yuriy" or iid in ("2006","20061231")
$author = "yuriy" or status = "active"
$author = "yuriy" or status = "suspended"
$author = "yuriy" or status = "error"
$author = "yuriy" or status = "completed"
$author = "yuriy" or status = "terminated"
$author = "yuriy" or status = "faulted"
$author = "yuriy" or status in ("active","suspended")
$author = "yuriy" or status in ("active","suspended","error","completed","terminated","faulted")
$author = "yuriy" or started = "2006-01-01T00:00:01"
$author = "yuriy" or started = "2006-01-31"
$author = "yuriy" or started = "2006-01"
$author = "yuriy" or started = "2006"
$author = "yuriy" or started < "2006-01-01T00:00:01"
$author = "yuriy" or started < "2006-01-31"
$author = "yuriy" or started < "2006-01"
$author = "yuriy" or started < "2006"
$author = "yuriy" or started <= "2006-01-01T00:00:01"
$author = "yuriy" or started <= "2006-01-31"
$author = "yuriy" or started <= "2006-01"
$author = "yuriy" or started <= "2006"
$author = "yuriy" or started > "2006-01-01T00:00:01"
$author = "yuriy" or started > "2006-01-31"
$author = "yuriy" or started > "2006-01"
$author = "yuriy" or started > "2006"
$author = "yuriy" or started >= "2006-01-01T00:00:01"
$author = "yuriy" or started >= "2006-01-31"
$author = "yuriy" or started >= "2006-01"
$author = "yuriy" or started >= "2006"
$author = "yuriy" or started like "2006-01-01T00:00:01"
$author = "yuriy" or started like "2006-01-31"
$author = "yuriy" or started like "2006-01"
$author = "yuriy" or started like "2006"
$author = "yuriy" or started in ("2006-01-01T00:00:01")
$author = "yuriy" or started in ("2006-01-31","2006-01")
$author = "yuriy" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
$author = "yuriy" or last-active = "2006-02-01T00:00:01"
$author = "yuriy" or last-active = "2006-02-21"
$author = "yuriy" or last-active = "2006-02"
$author = "yuriy" or last-active = "2006"
$author = "yuriy" or last-active < "2006-02-01T00:00:01"
$author = "yuriy" or last-active < "2006-02-21"
$author = "yuriy" or last-active < "2006-02"
$author = "yuriy" or last-active < "2006"
$author = "yuriy" or last-active <= "2006-02-01T00:00:01"
$author = "yuriy" or last-active <= "2006-02-21"
$author = "yuriy" or last-active <= "2006-02"
$author = "yuriy" or last-active <= "2006"
$author = "yuriy" or last-active > "2006-02-01T00:00:01"
$author = "yuriy" or last-active > "2006-02-21"
$author = "yuriy" or last-active > "2006-02"
$author = "yuriy" or last-active > "2006"
$author = "yuriy" or last-active >= "2006-02-01T00:00:01"
$author = "yuriy" or last-active >= "2006-02-21"
$author = "yuriy" or last-active >= "2006-02"
$author = "yuriy" or last-active >= "2006"
$author = "yuriy" or last-active like "2006-02-01T00:00:01"
$author = "yuriy" or last-active like "2006-02-21"
$author = "yuriy" or last-active like "2006-02"
$author = "yuriy" or last-active like "2006"
$author = "yuriy" or last-active in ("2006-02-01T00:00:01")
$author = "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21")
$author = "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
${org.apache.ode.BPELProcess}author < "yuriy" or pid = "HelloWorld"
${org.apache.ode.BPELProcess}author < "yuriy" or pid < "HelloWorld"
${org.apache.ode.BPELProcess}author < "yuriy" or pid <= "HelloWorld"
${org.apache.ode.BPELProcess}author < "yuriy" or pid > "HelloWorld"
${org.apache.ode.BPELProcess}author < "yuriy" or pid >= "HelloWorld"
${org.apache.ode.BPELProcess}author < "yuriy" or pid like "HelloWorld"
${org.apache.ode.BPELProcess}author < "yuriy" or pid in ("HelloWorld","Hello*","Hello*World")
${org.apache.ode.BPELProcess}author < "yuriy" or pid in ("Hello*","Hello*World")
${org.apache.ode.BPELProcess}author < "yuriy" or pid in ("Hello*World")
${org.apache.ode.BPELProcess}author < "yuriy" or iid = "2006"
${org.apache.ode.BPELProcess}author < "yuriy" or iid < "2006"
${org.apache.ode.BPELProcess}author < "yuriy" or iid <= "2006"
${org.apache.ode.BPELProcess}author < "yuriy" or iid > "2006"
${org.apache.ode.BPELProcess}author < "yuriy" or iid >= "2006"
${org.apache.ode.BPELProcess}author < "yuriy" or iid in ("2006")
${org.apache.ode.BPELProcess}author < "yuriy" or iid in ("2006","20061231")
${org.apache.ode.BPELProcess}author < "yuriy" or status = "active"
${org.apache.ode.BPELProcess}author < "yuriy" or status = "suspended"
${org.apache.ode.BPELProcess}author < "yuriy" or status = "error"
${org.apache.ode.BPELProcess}author < "yuriy" or status = "completed"
${org.apache.ode.BPELProcess}author < "yuriy" or status = "terminated"
${org.apache.ode.BPELProcess}author < "yuriy" or status = "faulted"
${org.apache.ode.BPELProcess}author < "yuriy" or status in ("active","suspended")
${org.apache.ode.BPELProcess}author < "yuriy" or status in ("active","suspended","error","completed","terminated","faulted")
${org.apache.ode.BPELProcess}author < "yuriy" or started = "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" or started = "2006-01-31"
${org.apache.ode.BPELProcess}author < "yuriy" or started = "2006-01"
${org.apache.ode.BPELProcess}author < "yuriy" or started = "2006"
${org.apache.ode.BPELProcess}author < "yuriy" or started < "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" or started < "2006-01-31"
${org.apache.ode.BPELProcess}author < "yuriy" or started < "2006-01"
${org.apache.ode.BPELProcess}author < "yuriy" or started < "2006"
${org.apache.ode.BPELProcess}author < "yuriy" or started <= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" or started <= "2006-01-31"
${org.apache.ode.BPELProcess}author < "yuriy" or started <= "2006-01"
${org.apache.ode.BPELProcess}author < "yuriy" or started <= "2006"
${org.apache.ode.BPELProcess}author < "yuriy" or started > "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" or started > "2006-01-31"
${org.apache.ode.BPELProcess}author < "yuriy" or started > "2006-01"
${org.apache.ode.BPELProcess}author < "yuriy" or started > "2006"
${org.apache.ode.BPELProcess}author < "yuriy" or started >= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" or started >= "2006-01-31"
${org.apache.ode.BPELProcess}author < "yuriy" or started >= "2006-01"
${org.apache.ode.BPELProcess}author < "yuriy" or started >= "2006"
${org.apache.ode.BPELProcess}author < "yuriy" or started like "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" or started like "2006-01-31"
${org.apache.ode.BPELProcess}author < "yuriy" or started like "2006-01"
${org.apache.ode.BPELProcess}author < "yuriy" or started like "2006"
${org.apache.ode.BPELProcess}author < "yuriy" or started in ("2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" or started in ("2006-01-31","2006-01")
${org.apache.ode.BPELProcess}author < "yuriy" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
${org.apache.ode.BPELProcess}author < "yuriy" or last-active = "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active = "2006-02-21"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active = "2006-02"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active = "2006"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active < "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active < "2006-02-21"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active < "2006-02"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active < "2006"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active <= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active <= "2006-02-21"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active <= "2006-02"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active <= "2006"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active > "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active > "2006-02-21"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active > "2006-02"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active > "2006"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active >= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active >= "2006-02-21"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active >= "2006-02"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active >= "2006"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active like "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active like "2006-02-21"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active like "2006-02"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active like "2006"
${org.apache.ode.BPELProcess}author < "yuriy" or last-active in ("2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21")
${org.apache.ode.BPELProcess}author < "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
$author < "yuriy" or pid = "HelloWorld"
$author < "yuriy" or pid < "HelloWorld"
$author < "yuriy" or pid <= "HelloWorld"
$author < "yuriy" or pid > "HelloWorld"
$author < "yuriy" or pid >= "HelloWorld"
$author < "yuriy" or pid like "HelloWorld"
$author < "yuriy" or pid in ("HelloWorld","Hello*","Hello*World")
$author < "yuriy" or pid in ("Hello*","Hello*World")
$author < "yuriy" or pid in ("Hello*World")
$author < "yuriy" or iid = "2006"
$author < "yuriy" or iid < "2006"
$author < "yuriy" or iid <= "2006"
$author < "yuriy" or iid > "2006"
$author < "yuriy" or iid >= "2006"
$author < "yuriy" or iid in ("2006")
$author < "yuriy" or iid in ("2006","20061231")
$author < "yuriy" or status = "active"
$author < "yuriy" or status = "suspended"
$author < "yuriy" or status = "error"
$author < "yuriy" or status = "completed"
$author < "yuriy" or status = "terminated"
$author < "yuriy" or status = "faulted"
$author < "yuriy" or status in ("active","suspended")
$author < "yuriy" or status in ("active","suspended","error","completed","terminated","faulted")
$author < "yuriy" or started = "2006-01-01T00:00:01"
$author < "yuriy" or started = "2006-01-31"
$author < "yuriy" or started = "2006-01"
$author < "yuriy" or started = "2006"
$author < "yuriy" or started < "2006-01-01T00:00:01"
$author < "yuriy" or started < "2006-01-31"
$author < "yuriy" or started < "2006-01"
$author < "yuriy" or started < "2006"
$author < "yuriy" or started <= "2006-01-01T00:00:01"
$author < "yuriy" or started <= "2006-01-31"
$author < "yuriy" or started <= "2006-01"
$author < "yuriy" or started <= "2006"
$author < "yuriy" or started > "2006-01-01T00:00:01"
$author < "yuriy" or started > "2006-01-31"
$author < "yuriy" or started > "2006-01"
$author < "yuriy" or started > "2006"
$author < "yuriy" or started >= "2006-01-01T00:00:01"
$author < "yuriy" or started >= "2006-01-31"
$author < "yuriy" or started >= "2006-01"
$author < "yuriy" or started >= "2006"
$author < "yuriy" or started like "2006-01-01T00:00:01"
$author < "yuriy" or started like "2006-01-31"
$author < "yuriy" or started like "2006-01"
$author < "yuriy" or started like "2006"
$author < "yuriy" or started in ("2006-01-01T00:00:01")
$author < "yuriy" or started in ("2006-01-31","2006-01")
$author < "yuriy" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
$author < "yuriy" or last-active = "2006-02-01T00:00:01"
$author < "yuriy" or last-active = "2006-02-21"
$author < "yuriy" or last-active = "2006-02"
$author < "yuriy" or last-active = "2006"
$author < "yuriy" or last-active < "2006-02-01T00:00:01"
$author < "yuriy" or last-active < "2006-02-21"
$author < "yuriy" or last-active < "2006-02"
$author < "yuriy" or last-active < "2006"
$author < "yuriy" or last-active <= "2006-02-01T00:00:01"
$author < "yuriy" or last-active <= "2006-02-21"
$author < "yuriy" or last-active <= "2006-02"
$author < "yuriy" or last-active <= "2006"
$author < "yuriy" or last-active > "2006-02-01T00:00:01"
$author < "yuriy" or last-active > "2006-02-21"
$author < "yuriy" or last-active > "2006-02"
$author < "yuriy" or last-active > "2006"
$author < "yuriy" or last-active >= "2006-02-01T00:00:01"
$author < "yuriy" or last-active >= "2006-02-21"
$author < "yuriy" or last-active >= "2006-02"
$author < "yuriy" or last-active >= "2006"
$author < "yuriy" or last-active like "2006-02-01T00:00:01"
$author < "yuriy" or last-active like "2006-02-21"
$author < "yuriy" or last-active like "2006-02"
$author < "yuriy" or last-active like "2006"
$author < "yuriy" or last-active in ("2006-02-01T00:00:01")
$author < "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21")
$author < "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
${org.apache.ode.BPELProcess}author <= "yuriy" or pid = "HelloWorld"
${org.apache.ode.BPELProcess}author <= "yuriy" or pid < "HelloWorld"
${org.apache.ode.BPELProcess}author <= "yuriy" or pid <= "HelloWorld"
${org.apache.ode.BPELProcess}author <= "yuriy" or pid > "HelloWorld"
${org.apache.ode.BPELProcess}author <= "yuriy" or pid >= "HelloWorld"
${org.apache.ode.BPELProcess}author <= "yuriy" or pid like "HelloWorld"
${org.apache.ode.BPELProcess}author <= "yuriy" or pid in ("HelloWorld","Hello*","Hello*World")
${org.apache.ode.BPELProcess}author <= "yuriy" or pid in ("Hello*","Hello*World")
${org.apache.ode.BPELProcess}author <= "yuriy" or pid in ("Hello*World")
${org.apache.ode.BPELProcess}author <= "yuriy" or iid = "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" or iid < "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" or iid <= "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" or iid > "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" or iid >= "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" or iid in ("2006")
${org.apache.ode.BPELProcess}author <= "yuriy" or iid in ("2006","20061231")
${org.apache.ode.BPELProcess}author <= "yuriy" or status = "active"
${org.apache.ode.BPELProcess}author <= "yuriy" or status = "suspended"
${org.apache.ode.BPELProcess}author <= "yuriy" or status = "error"
${org.apache.ode.BPELProcess}author <= "yuriy" or status = "completed"
${org.apache.ode.BPELProcess}author <= "yuriy" or status = "terminated"
${org.apache.ode.BPELProcess}author <= "yuriy" or status = "faulted"
${org.apache.ode.BPELProcess}author <= "yuriy" or status in ("active","suspended")
${org.apache.ode.BPELProcess}author <= "yuriy" or status in ("active","suspended","error","completed","terminated","faulted")
${org.apache.ode.BPELProcess}author <= "yuriy" or started = "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" or started = "2006-01-31"
${org.apache.ode.BPELProcess}author <= "yuriy" or started = "2006-01"
${org.apache.ode.BPELProcess}author <= "yuriy" or started = "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" or started < "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" or started < "2006-01-31"
${org.apache.ode.BPELProcess}author <= "yuriy" or started < "2006-01"
${org.apache.ode.BPELProcess}author <= "yuriy" or started < "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" or started <= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" or started <= "2006-01-31"
${org.apache.ode.BPELProcess}author <= "yuriy" or started <= "2006-01"
${org.apache.ode.BPELProcess}author <= "yuriy" or started <= "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" or started > "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" or started > "2006-01-31"
${org.apache.ode.BPELProcess}author <= "yuriy" or started > "2006-01"
${org.apache.ode.BPELProcess}author <= "yuriy" or started > "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" or started >= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" or started >= "2006-01-31"
${org.apache.ode.BPELProcess}author <= "yuriy" or started >= "2006-01"
${org.apache.ode.BPELProcess}author <= "yuriy" or started >= "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" or started like "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" or started like "2006-01-31"
${org.apache.ode.BPELProcess}author <= "yuriy" or started like "2006-01"
${org.apache.ode.BPELProcess}author <= "yuriy" or started like "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" or started in ("2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" or started in ("2006-01-31","2006-01")
${org.apache.ode.BPELProcess}author <= "yuriy" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active = "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active = "2006-02-21"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active = "2006-02"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active = "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active < "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active < "2006-02-21"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active < "2006-02"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active < "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active <= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active <= "2006-02-21"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active <= "2006-02"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active <= "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active > "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active > "2006-02-21"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active > "2006-02"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active > "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active >= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active >= "2006-02-21"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active >= "2006-02"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active >= "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active like "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active like "2006-02-21"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active like "2006-02"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active like "2006"
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active in ("2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21")
${org.apache.ode.BPELProcess}author <= "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
$author <= "yuriy" or pid = "HelloWorld"
$author <= "yuriy" or pid < "HelloWorld"
$author <= "yuriy" or pid <= "HelloWorld"
$author <= "yuriy" or pid > "HelloWorld"
$author <= "yuriy" or pid >= "HelloWorld"
$author <= "yuriy" or pid like "HelloWorld"
$author <= "yuriy" or pid in ("HelloWorld","Hello*","Hello*World")
$author <= "yuriy" or pid in ("Hello*","Hello*World")
$author <= "yuriy" or pid in ("Hello*World")
$author <= "yuriy" or iid = "2006"
$author <= "yuriy" or iid < "2006"
$author <= "yuriy" or iid <= "2006"
$author <= "yuriy" or iid > "2006"
$author <= "yuriy" or iid >= "2006"
$author <= "yuriy" or iid in ("2006")
$author <= "yuriy" or iid in ("2006","20061231")
$author <= "yuriy" or status = "active"
$author <= "yuriy" or status = "suspended"
$author <= "yuriy" or status = "error"
$author <= "yuriy" or status = "completed"
$author <= "yuriy" or status = "terminated"
$author <= "yuriy" or status = "faulted"
$author <= "yuriy" or status in ("active","suspended")
$author <= "yuriy" or status in ("active","suspended","error","completed","terminated","faulted")
$author <= "yuriy" or started = "2006-01-01T00:00:01"
$author <= "yuriy" or started = "2006-01-31"
$author <= "yuriy" or started = "2006-01"
$author <= "yuriy" or started = "2006"
$author <= "yuriy" or started < "2006-01-01T00:00:01"
$author <= "yuriy" or started < "2006-01-31"
$author <= "yuriy" or started < "2006-01"
$author <= "yuriy" or started < "2006"
$author <= "yuriy" or started <= "2006-01-01T00:00:01"
$author <= "yuriy" or started <= "2006-01-31"
$author <= "yuriy" or started <= "2006-01"
$author <= "yuriy" or started <= "2006"
$author <= "yuriy" or started > "2006-01-01T00:00:01"
$author <= "yuriy" or started > "2006-01-31"
$author <= "yuriy" or started > "2006-01"
$author <= "yuriy" or started > "2006"
$author <= "yuriy" or started >= "2006-01-01T00:00:01"
$author <= "yuriy" or started >= "2006-01-31"
$author <= "yuriy" or started >= "2006-01"
$author <= "yuriy" or started >= "2006"
$author <= "yuriy" or started like "2006-01-01T00:00:01"
$author <= "yuriy" or started like "2006-01-31"
$author <= "yuriy" or started like "2006-01"
$author <= "yuriy" or started like "2006"
$author <= "yuriy" or started in ("2006-01-01T00:00:01")
$author <= "yuriy" or started in ("2006-01-31","2006-01")
$author <= "yuriy" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
$author <= "yuriy" or last-active = "2006-02-01T00:00:01"
$author <= "yuriy" or last-active = "2006-02-21"
$author <= "yuriy" or last-active = "2006-02"
$author <= "yuriy" or last-active = "2006"
$author <= "yuriy" or last-active < "2006-02-01T00:00:01"
$author <= "yuriy" or last-active < "2006-02-21"
$author <= "yuriy" or last-active < "2006-02"
$author <= "yuriy" or last-active < "2006"
$author <= "yuriy" or last-active <= "2006-02-01T00:00:01"
$author <= "yuriy" or last-active <= "2006-02-21"
$author <= "yuriy" or last-active <= "2006-02"
$author <= "yuriy" or last-active <= "2006"
$author <= "yuriy" or last-active > "2006-02-01T00:00:01"
$author <= "yuriy" or last-active > "2006-02-21"
$author <= "yuriy" or last-active > "2006-02"
$author <= "yuriy" or last-active > "2006"
$author <= "yuriy" or last-active >= "2006-02-01T00:00:01"
$author <= "yuriy" or last-active >= "2006-02-21"
$author <= "yuriy" or last-active >= "2006-02"
$author <= "yuriy" or last-active >= "2006"
$author <= "yuriy" or last-active like "2006-02-01T00:00:01"
$author <= "yuriy" or last-active like "2006-02-21"
$author <= "yuriy" or last-active like "2006-02"
$author <= "yuriy" or last-active like "2006"
$author <= "yuriy" or last-active in ("2006-02-01T00:00:01")
$author <= "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21")
$author <= "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
${org.apache.ode.BPELProcess}author > "yuriy" or pid = "HelloWorld"
${org.apache.ode.BPELProcess}author > "yuriy" or pid < "HelloWorld"
${org.apache.ode.BPELProcess}author > "yuriy" or pid <= "HelloWorld"
${org.apache.ode.BPELProcess}author > "yuriy" or pid > "HelloWorld"
${org.apache.ode.BPELProcess}author > "yuriy" or pid >= "HelloWorld"
${org.apache.ode.BPELProcess}author > "yuriy" or pid like "HelloWorld"
${org.apache.ode.BPELProcess}author > "yuriy" or pid in ("HelloWorld","Hello*","Hello*World")
${org.apache.ode.BPELProcess}author > "yuriy" or pid in ("Hello*","Hello*World")
${org.apache.ode.BPELProcess}author > "yuriy" or pid in ("Hello*World")
${org.apache.ode.BPELProcess}author > "yuriy" or iid = "2006"
${org.apache.ode.BPELProcess}author > "yuriy" or iid < "2006"
${org.apache.ode.BPELProcess}author > "yuriy" or iid <= "2006"
${org.apache.ode.BPELProcess}author > "yuriy" or iid > "2006"
${org.apache.ode.BPELProcess}author > "yuriy" or iid >= "2006"
${org.apache.ode.BPELProcess}author > "yuriy" or iid in ("2006")
${org.apache.ode.BPELProcess}author > "yuriy" or iid in ("2006","20061231")
${org.apache.ode.BPELProcess}author > "yuriy" or status = "active"
${org.apache.ode.BPELProcess}author > "yuriy" or status = "suspended"
${org.apache.ode.BPELProcess}author > "yuriy" or status = "error"
${org.apache.ode.BPELProcess}author > "yuriy" or status = "completed"
${org.apache.ode.BPELProcess}author > "yuriy" or status = "terminated"
${org.apache.ode.BPELProcess}author > "yuriy" or status = "faulted"
${org.apache.ode.BPELProcess}author > "yuriy" or status in ("active","suspended")
${org.apache.ode.BPELProcess}author > "yuriy" or status in ("active","suspended","error","completed","terminated","faulted")
${org.apache.ode.BPELProcess}author > "yuriy" or started = "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" or started = "2006-01-31"
${org.apache.ode.BPELProcess}author > "yuriy" or started = "2006-01"
${org.apache.ode.BPELProcess}author > "yuriy" or started = "2006"
${org.apache.ode.BPELProcess}author > "yuriy" or started < "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" or started < "2006-01-31"
${org.apache.ode.BPELProcess}author > "yuriy" or started < "2006-01"
${org.apache.ode.BPELProcess}author > "yuriy" or started < "2006"
${org.apache.ode.BPELProcess}author > "yuriy" or started <= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" or started <= "2006-01-31"
${org.apache.ode.BPELProcess}author > "yuriy" or started <= "2006-01"
${org.apache.ode.BPELProcess}author > "yuriy" or started <= "2006"
${org.apache.ode.BPELProcess}author > "yuriy" or started > "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" or started > "2006-01-31"
${org.apache.ode.BPELProcess}author > "yuriy" or started > "2006-01"
${org.apache.ode.BPELProcess}author > "yuriy" or started > "2006"
${org.apache.ode.BPELProcess}author > "yuriy" or started >= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" or started >= "2006-01-31"
${org.apache.ode.BPELProcess}author > "yuriy" or started >= "2006-01"
${org.apache.ode.BPELProcess}author > "yuriy" or started >= "2006"
${org.apache.ode.BPELProcess}author > "yuriy" or started like "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" or started like "2006-01-31"
${org.apache.ode.BPELProcess}author > "yuriy" or started like "2006-01"
${org.apache.ode.BPELProcess}author > "yuriy" or started like "2006"
${org.apache.ode.BPELProcess}author > "yuriy" or started in ("2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" or started in ("2006-01-31","2006-01")
${org.apache.ode.BPELProcess}author > "yuriy" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
${org.apache.ode.BPELProcess}author > "yuriy" or last-active = "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active = "2006-02-21"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active = "2006-02"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active = "2006"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active < "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active < "2006-02-21"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active < "2006-02"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active < "2006"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active <= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active <= "2006-02-21"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active <= "2006-02"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active <= "2006"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active > "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active > "2006-02-21"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active > "2006-02"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active > "2006"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active >= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active >= "2006-02-21"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active >= "2006-02"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active >= "2006"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active like "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active like "2006-02-21"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active like "2006-02"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active like "2006"
${org.apache.ode.BPELProcess}author > "yuriy" or last-active in ("2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21")
${org.apache.ode.BPELProcess}author > "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
$author > "yuriy" or pid = "HelloWorld"
$author > "yuriy" or pid < "HelloWorld"
$author > "yuriy" or pid <= "HelloWorld"
$author > "yuriy" or pid > "HelloWorld"
$author > "yuriy" or pid >= "HelloWorld"
$author > "yuriy" or pid like "HelloWorld"
$author > "yuriy" or pid in ("HelloWorld","Hello*","Hello*World")
$author > "yuriy" or pid in ("Hello*","Hello*World")
$author > "yuriy" or pid in ("Hello*World")
$author > "yuriy" or iid = "2006"
$author > "yuriy" or iid < "2006"
$author > "yuriy" or iid <= "2006"
$author > "yuriy" or iid > "2006"
$author > "yuriy" or iid >= "2006"
$author > "yuriy" or iid in ("2006")
$author > "yuriy" or iid in ("2006","20061231")
$author > "yuriy" or status = "active"
$author > "yuriy" or status = "suspended"
$author > "yuriy" or status = "error"
$author > "yuriy" or status = "completed"
$author > "yuriy" or status = "terminated"
$author > "yuriy" or status = "faulted"
$author > "yuriy" or status in ("active","suspended")
$author > "yuriy" or status in ("active","suspended","error","completed","terminated","faulted")
$author > "yuriy" or started = "2006-01-01T00:00:01"
$author > "yuriy" or started = "2006-01-31"
$author > "yuriy" or started = "2006-01"
$author > "yuriy" or started = "2006"
$author > "yuriy" or started < "2006-01-01T00:00:01"
$author > "yuriy" or started < "2006-01-31"
$author > "yuriy" or started < "2006-01"
$author > "yuriy" or started < "2006"
$author > "yuriy" or started <= "2006-01-01T00:00:01"
$author > "yuriy" or started <= "2006-01-31"
$author > "yuriy" or started <= "2006-01"
$author > "yuriy" or started <= "2006"
$author > "yuriy" or started > "2006-01-01T00:00:01"
$author > "yuriy" or started > "2006-01-31"
$author > "yuriy" or started > "2006-01"
$author > "yuriy" or started > "2006"
$author > "yuriy" or started >= "2006-01-01T00:00:01"
$author > "yuriy" or started >= "2006-01-31"
$author > "yuriy" or started >= "2006-01"
$author > "yuriy" or started >= "2006"
$author > "yuriy" or started like "2006-01-01T00:00:01"
$author > "yuriy" or started like "2006-01-31"
$author > "yuriy" or started like "2006-01"
$author > "yuriy" or started like "2006"
$author > "yuriy" or started in ("2006-01-01T00:00:01")
$author > "yuriy" or started in ("2006-01-31","2006-01")
$author > "yuriy" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
$author > "yuriy" or last-active = "2006-02-01T00:00:01"
$author > "yuriy" or last-active = "2006-02-21"
$author > "yuriy" or last-active = "2006-02"
$author > "yuriy" or last-active = "2006"
$author > "yuriy" or last-active < "2006-02-01T00:00:01"
$author > "yuriy" or last-active < "2006-02-21"
$author > "yuriy" or last-active < "2006-02"
$author > "yuriy" or last-active < "2006"
$author > "yuriy" or last-active <= "2006-02-01T00:00:01"
$author > "yuriy" or last-active <= "2006-02-21"
$author > "yuriy" or last-active <= "2006-02"
$author > "yuriy" or last-active <= "2006"
$author > "yuriy" or last-active > "2006-02-01T00:00:01"
$author > "yuriy" or last-active > "2006-02-21"
$author > "yuriy" or last-active > "2006-02"
$author > "yuriy" or last-active > "2006"
$author > "yuriy" or last-active >= "2006-02-01T00:00:01"
$author > "yuriy" or last-active >= "2006-02-21"
$author > "yuriy" or last-active >= "2006-02"
$author > "yuriy" or last-active >= "2006"
$author > "yuriy" or last-active like "2006-02-01T00:00:01"
$author > "yuriy" or last-active like "2006-02-21"
$author > "yuriy" or last-active like "2006-02"
$author > "yuriy" or last-active like "2006"
$author > "yuriy" or last-active in ("2006-02-01T00:00:01")
$author > "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21")
$author > "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
${org.apache.ode.BPELProcess}author >= "yuriy" or pid = "HelloWorld"
${org.apache.ode.BPELProcess}author >= "yuriy" or pid < "HelloWorld"
${org.apache.ode.BPELProcess}author >= "yuriy" or pid <= "HelloWorld"
${org.apache.ode.BPELProcess}author >= "yuriy" or pid > "HelloWorld"
${org.apache.ode.BPELProcess}author >= "yuriy" or pid >= "HelloWorld"
${org.apache.ode.BPELProcess}author >= "yuriy" or pid like "HelloWorld"
${org.apache.ode.BPELProcess}author >= "yuriy" or pid in ("HelloWorld","Hello*","Hello*World")
${org.apache.ode.BPELProcess}author >= "yuriy" or pid in ("Hello*","Hello*World")
${org.apache.ode.BPELProcess}author >= "yuriy" or pid in ("Hello*World")
${org.apache.ode.BPELProcess}author >= "yuriy" or iid = "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" or iid < "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" or iid <= "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" or iid > "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" or iid >= "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" or iid in ("2006")
${org.apache.ode.BPELProcess}author >= "yuriy" or iid in ("2006","20061231")
${org.apache.ode.BPELProcess}author >= "yuriy" or status = "active"
${org.apache.ode.BPELProcess}author >= "yuriy" or status = "suspended"
${org.apache.ode.BPELProcess}author >= "yuriy" or status = "error"
${org.apache.ode.BPELProcess}author >= "yuriy" or status = "completed"
${org.apache.ode.BPELProcess}author >= "yuriy" or status = "terminated"
${org.apache.ode.BPELProcess}author >= "yuriy" or status = "faulted"
${org.apache.ode.BPELProcess}author >= "yuriy" or status in ("active","suspended")
${org.apache.ode.BPELProcess}author >= "yuriy" or status in ("active","suspended","error","completed","terminated","faulted")
${org.apache.ode.BPELProcess}author >= "yuriy" or started = "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" or started = "2006-01-31"
${org.apache.ode.BPELProcess}author >= "yuriy" or started = "2006-01"
${org.apache.ode.BPELProcess}author >= "yuriy" or started = "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" or started < "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" or started < "2006-01-31"
${org.apache.ode.BPELProcess}author >= "yuriy" or started < "2006-01"
${org.apache.ode.BPELProcess}author >= "yuriy" or started < "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" or started <= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" or started <= "2006-01-31"
${org.apache.ode.BPELProcess}author >= "yuriy" or started <= "2006-01"
${org.apache.ode.BPELProcess}author >= "yuriy" or started <= "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" or started > "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" or started > "2006-01-31"
${org.apache.ode.BPELProcess}author >= "yuriy" or started > "2006-01"
${org.apache.ode.BPELProcess}author >= "yuriy" or started > "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" or started >= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" or started >= "2006-01-31"
${org.apache.ode.BPELProcess}author >= "yuriy" or started >= "2006-01"
${org.apache.ode.BPELProcess}author >= "yuriy" or started >= "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" or started like "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" or started like "2006-01-31"
${org.apache.ode.BPELProcess}author >= "yuriy" or started like "2006-01"
${org.apache.ode.BPELProcess}author >= "yuriy" or started like "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" or started in ("2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" or started in ("2006-01-31","2006-01")
${org.apache.ode.BPELProcess}author >= "yuriy" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active = "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active = "2006-02-21"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active = "2006-02"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active = "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active < "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active < "2006-02-21"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active < "2006-02"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active < "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active <= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active <= "2006-02-21"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active <= "2006-02"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active <= "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active > "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active > "2006-02-21"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active > "2006-02"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active > "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active >= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active >= "2006-02-21"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active >= "2006-02"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active >= "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active like "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active like "2006-02-21"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active like "2006-02"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active like "2006"
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active in ("2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21")
${org.apache.ode.BPELProcess}author >= "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
$author >= "yuriy" or pid = "HelloWorld"
$author >= "yuriy" or pid < "HelloWorld"
$author >= "yuriy" or pid <= "HelloWorld"
$author >= "yuriy" or pid > "HelloWorld"
$author >= "yuriy" or pid >= "HelloWorld"
$author >= "yuriy" or pid like "HelloWorld"
$author >= "yuriy" or pid in ("HelloWorld","Hello*","Hello*World")
$author >= "yuriy" or pid in ("Hello*","Hello*World")
$author >= "yuriy" or pid in ("Hello*World")
$author >= "yuriy" or iid = "2006"
$author >= "yuriy" or iid < "2006"
$author >= "yuriy" or iid <= "2006"
$author >= "yuriy" or iid > "2006"
$author >= "yuriy" or iid >= "2006"
$author >= "yuriy" or iid in ("2006")
$author >= "yuriy" or iid in ("2006","20061231")
$author >= "yuriy" or status = "active"
$author >= "yuriy" or status = "suspended"
$author >= "yuriy" or status = "error"
$author >= "yuriy" or status = "completed"
$author >= "yuriy" or status = "terminated"
$author >= "yuriy" or status = "faulted"
$author >= "yuriy" or status in ("active","suspended")
$author >= "yuriy" or status in ("active","suspended","error","completed","terminated","faulted")
$author >= "yuriy" or started = "2006-01-01T00:00:01"
$author >= "yuriy" or started = "2006-01-31"
$author >= "yuriy" or started = "2006-01"
$author >= "yuriy" or started = "2006"
$author >= "yuriy" or started < "2006-01-01T00:00:01"
$author >= "yuriy" or started < "2006-01-31"
$author >= "yuriy" or started < "2006-01"
$author >= "yuriy" or started < "2006"
$author >= "yuriy" or started <= "2006-01-01T00:00:01"
$author >= "yuriy" or started <= "2006-01-31"
$author >= "yuriy" or started <= "2006-01"
$author >= "yuriy" or started <= "2006"
$author >= "yuriy" or started > "2006-01-01T00:00:01"
$author >= "yuriy" or started > "2006-01-31"
$author >= "yuriy" or started > "2006-01"
$author >= "yuriy" or started > "2006"
$author >= "yuriy" or started >= "2006-01-01T00:00:01"
$author >= "yuriy" or started >= "2006-01-31"
$author >= "yuriy" or started >= "2006-01"
$author >= "yuriy" or started >= "2006"
$author >= "yuriy" or started like "2006-01-01T00:00:01"
$author >= "yuriy" or started like "2006-01-31"
$author >= "yuriy" or started like "2006-01"
$author >= "yuriy" or started like "2006"
$author >= "yuriy" or started in ("2006-01-01T00:00:01")
$author >= "yuriy" or started in ("2006-01-31","2006-01")
$author >= "yuriy" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
$author >= "yuriy" or last-active = "2006-02-01T00:00:01"
$author >= "yuriy" or last-active = "2006-02-21"
$author >= "yuriy" or last-active = "2006-02"
$author >= "yuriy" or last-active = "2006"
$author >= "yuriy" or last-active < "2006-02-01T00:00:01"
$author >= "yuriy" or last-active < "2006-02-21"
$author >= "yuriy" or last-active < "2006-02"
$author >= "yuriy" or last-active < "2006"
$author >= "yuriy" or last-active <= "2006-02-01T00:00:01"
$author >= "yuriy" or last-active <= "2006-02-21"
$author >= "yuriy" or last-active <= "2006-02"
$author >= "yuriy" or last-active <= "2006"
$author >= "yuriy" or last-active > "2006-02-01T00:00:01"
$author >= "yuriy" or last-active > "2006-02-21"
$author >= "yuriy" or last-active > "2006-02"
$author >= "yuriy" or last-active > "2006"
$author >= "yuriy" or last-active >= "2006-02-01T00:00:01"
$author >= "yuriy" or last-active >= "2006-02-21"
$author >= "yuriy" or last-active >= "2006-02"
$author >= "yuriy" or last-active >= "2006"
$author >= "yuriy" or last-active like "2006-02-01T00:00:01"
$author >= "yuriy" or last-active like "2006-02-21"
$author >= "yuriy" or last-active like "2006-02"
$author >= "yuriy" or last-active like "2006"
$author >= "yuriy" or last-active in ("2006-02-01T00:00:01")
$author >= "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21")
$author >= "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
${org.apache.ode.BPELProcess}author like "yuriy" or pid = "HelloWorld"
${org.apache.ode.BPELProcess}author like "yuriy" or pid < "HelloWorld"
${org.apache.ode.BPELProcess}author like "yuriy" or pid <= "HelloWorld"
${org.apache.ode.BPELProcess}author like "yuriy" or pid > "HelloWorld"
${org.apache.ode.BPELProcess}author like "yuriy" or pid >= "HelloWorld"
${org.apache.ode.BPELProcess}author like "yuriy" or pid like "HelloWorld"
${org.apache.ode.BPELProcess}author like "yuriy" or pid in ("HelloWorld","Hello*","Hello*World")
${org.apache.ode.BPELProcess}author like "yuriy" or pid in ("Hello*","Hello*World")
${org.apache.ode.BPELProcess}author like "yuriy" or pid in ("Hello*World")
${org.apache.ode.BPELProcess}author like "yuriy" or iid = "2006"
${org.apache.ode.BPELProcess}author like "yuriy" or iid < "2006"
${org.apache.ode.BPELProcess}author like "yuriy" or iid <= "2006"
${org.apache.ode.BPELProcess}author like "yuriy" or iid > "2006"
${org.apache.ode.BPELProcess}author like "yuriy" or iid >= "2006"
${org.apache.ode.BPELProcess}author like "yuriy" or iid in ("2006")
${org.apache.ode.BPELProcess}author like "yuriy" or iid in ("2006","20061231")
${org.apache.ode.BPELProcess}author like "yuriy" or status = "active"
${org.apache.ode.BPELProcess}author like "yuriy" or status = "suspended"
${org.apache.ode.BPELProcess}author like "yuriy" or status = "error"
${org.apache.ode.BPELProcess}author like "yuriy" or status = "completed"
${org.apache.ode.BPELProcess}author like "yuriy" or status = "terminated"
${org.apache.ode.BPELProcess}author like "yuriy" or status = "faulted"
${org.apache.ode.BPELProcess}author like "yuriy" or status in ("active","suspended")
${org.apache.ode.BPELProcess}author like "yuriy" or status in ("active","suspended","error","completed","terminated","faulted")
${org.apache.ode.BPELProcess}author like "yuriy" or started = "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" or started = "2006-01-31"
${org.apache.ode.BPELProcess}author like "yuriy" or started = "2006-01"
${org.apache.ode.BPELProcess}author like "yuriy" or started = "2006"
${org.apache.ode.BPELProcess}author like "yuriy" or started < "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" or started < "2006-01-31"
${org.apache.ode.BPELProcess}author like "yuriy" or started < "2006-01"
${org.apache.ode.BPELProcess}author like "yuriy" or started < "2006"
${org.apache.ode.BPELProcess}author like "yuriy" or started <= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" or started <= "2006-01-31"
${org.apache.ode.BPELProcess}author like "yuriy" or started <= "2006-01"
${org.apache.ode.BPELProcess}author like "yuriy" or started <= "2006"
${org.apache.ode.BPELProcess}author like "yuriy" or started > "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" or started > "2006-01-31"
${org.apache.ode.BPELProcess}author like "yuriy" or started > "2006-01"
${org.apache.ode.BPELProcess}author like "yuriy" or started > "2006"
${org.apache.ode.BPELProcess}author like "yuriy" or started >= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" or started >= "2006-01-31"
${org.apache.ode.BPELProcess}author like "yuriy" or started >= "2006-01"
${org.apache.ode.BPELProcess}author like "yuriy" or started >= "2006"
${org.apache.ode.BPELProcess}author like "yuriy" or started like "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" or started like "2006-01-31"
${org.apache.ode.BPELProcess}author like "yuriy" or started like "2006-01"
${org.apache.ode.BPELProcess}author like "yuriy" or started like "2006"
${org.apache.ode.BPELProcess}author like "yuriy" or started in ("2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" or started in ("2006-01-31","2006-01")
${org.apache.ode.BPELProcess}author like "yuriy" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
${org.apache.ode.BPELProcess}author like "yuriy" or last-active = "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active = "2006-02-21"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active = "2006-02"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active = "2006"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active < "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active < "2006-02-21"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active < "2006-02"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active < "2006"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active <= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active <= "2006-02-21"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active <= "2006-02"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active <= "2006"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active > "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active > "2006-02-21"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active > "2006-02"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active > "2006"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active >= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active >= "2006-02-21"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active >= "2006-02"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active >= "2006"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active like "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active like "2006-02-21"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active like "2006-02"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active like "2006"
${org.apache.ode.BPELProcess}author like "yuriy" or last-active in ("2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21")
${org.apache.ode.BPELProcess}author like "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
$author like "yuriy" or pid = "HelloWorld"
$author like "yuriy" or pid < "HelloWorld"
$author like "yuriy" or pid <= "HelloWorld"
$author like "yuriy" or pid > "HelloWorld"
$author like "yuriy" or pid >= "HelloWorld"
$author like "yuriy" or pid like "HelloWorld"
$author like "yuriy" or pid in ("HelloWorld","Hello*","Hello*World")
$author like "yuriy" or pid in ("Hello*","Hello*World")
$author like "yuriy" or pid in ("Hello*World")
$author like "yuriy" or iid = "2006"
$author like "yuriy" or iid < "2006"
$author like "yuriy" or iid <= "2006"
$author like "yuriy" or iid > "2006"
$author like "yuriy" or iid >= "2006"
$author like "yuriy" or iid in ("2006")
$author like "yuriy" or iid in ("2006","20061231")
$author like "yuriy" or status = "active"
$author like "yuriy" or status = "suspended"
$author like "yuriy" or status = "error"
$author like "yuriy" or status = "completed"
$author like "yuriy" or status = "terminated"
$author like "yuriy" or status = "faulted"
$author like "yuriy" or status in ("active","suspended")
$author like "yuriy" or status in ("active","suspended","error","completed","terminated","faulted")
$author like "yuriy" or started = "2006-01-01T00:00:01"
$author like "yuriy" or started = "2006-01-31"
$author like "yuriy" or started = "2006-01"
$author like "yuriy" or started = "2006"
$author like "yuriy" or started < "2006-01-01T00:00:01"
$author like "yuriy" or started < "2006-01-31"
$author like "yuriy" or started < "2006-01"
$author like "yuriy" or started < "2006"
$author like "yuriy" or started <= "2006-01-01T00:00:01"
$author like "yuriy" or started <= "2006-01-31"
$author like "yuriy" or started <= "2006-01"
$author like "yuriy" or started <= "2006"
$author like "yuriy" or started > "2006-01-01T00:00:01"
$author like "yuriy" or started > "2006-01-31"
$author like "yuriy" or started > "2006-01"
$author like "yuriy" or started > "2006"
$author like "yuriy" or started >= "2006-01-01T00:00:01"
$author like "yuriy" or started >= "2006-01-31"
$author like "yuriy" or started >= "2006-01"
$author like "yuriy" or started >= "2006"
$author like "yuriy" or started like "2006-01-01T00:00:01"
$author like "yuriy" or started like "2006-01-31"
$author like "yuriy" or started like "2006-01"
$author like "yuriy" or started like "2006"
$author like "yuriy" or started in ("2006-01-01T00:00:01")
$author like "yuriy" or started in ("2006-01-31","2006-01")
$author like "yuriy" or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
$author like "yuriy" or last-active = "2006-02-01T00:00:01"
$author like "yuriy" or last-active = "2006-02-21"
$author like "yuriy" or last-active = "2006-02"
$author like "yuriy" or last-active = "2006"
$author like "yuriy" or last-active < "2006-02-01T00:00:01"
$author like "yuriy" or last-active < "2006-02-21"
$author like "yuriy" or last-active < "2006-02"
$author like "yuriy" or last-active < "2006"
$author like "yuriy" or last-active <= "2006-02-01T00:00:01"
$author like "yuriy" or last-active <= "2006-02-21"
$author like "yuriy" or last-active <= "2006-02"
$author like "yuriy" or last-active <= "2006"
$author like "yuriy" or last-active > "2006-02-01T00:00:01"
$author like "yuriy" or last-active > "2006-02-21"
$author like "yuriy" or last-active > "2006-02"
$author like "yuriy" or last-active > "2006"
$author like "yuriy" or last-active >= "2006-02-01T00:00:01"
$author like "yuriy" or last-active >= "2006-02-21"
$author like "yuriy" or last-active >= "2006-02"
$author like "yuriy" or last-active >= "2006"
$author like "yuriy" or last-active like "2006-02-01T00:00:01"
$author like "yuriy" or last-active like "2006-02-21"
$author like "yuriy" or last-active like "2006-02"
$author like "yuriy" or last-active like "2006"
$author like "yuriy" or last-active in ("2006-02-01T00:00:01")
$author like "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21")
$author like "yuriy" or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
${org.apache.ode.BPELProcess}author in ("yuriy") or pid = "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy") or pid < "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy") or pid <= "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy") or pid > "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy") or pid >= "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy") or pid like "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy") or pid in ("HelloWorld","Hello*","Hello*World")
${org.apache.ode.BPELProcess}author in ("yuriy") or pid in ("Hello*","Hello*World")
${org.apache.ode.BPELProcess}author in ("yuriy") or pid in ("Hello*World")
${org.apache.ode.BPELProcess}author in ("yuriy") or iid = "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") or iid < "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") or iid <= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") or iid > "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") or iid >= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") or iid in ("2006")
${org.apache.ode.BPELProcess}author in ("yuriy") or iid in ("2006","20061231")
${org.apache.ode.BPELProcess}author in ("yuriy") or status = "active"
${org.apache.ode.BPELProcess}author in ("yuriy") or status = "suspended"
${org.apache.ode.BPELProcess}author in ("yuriy") or status = "error"
${org.apache.ode.BPELProcess}author in ("yuriy") or status = "completed"
${org.apache.ode.BPELProcess}author in ("yuriy") or status = "terminated"
${org.apache.ode.BPELProcess}author in ("yuriy") or status = "faulted"
${org.apache.ode.BPELProcess}author in ("yuriy") or status in ("active","suspended")
${org.apache.ode.BPELProcess}author in ("yuriy") or status in ("active","suspended","error","completed","terminated","faulted")
${org.apache.ode.BPELProcess}author in ("yuriy") or started = "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") or started = "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy") or started = "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy") or started = "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") or started < "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") or started < "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy") or started < "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy") or started < "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") or started <= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") or started <= "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy") or started <= "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy") or started <= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") or started > "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") or started > "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy") or started > "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy") or started > "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") or started >= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") or started >= "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy") or started >= "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy") or started >= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") or started like "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") or started like "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy") or started like "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy") or started like "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") or started in ("2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") or started in ("2006-01-31","2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active = "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active = "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active = "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active = "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active < "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active < "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active < "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active < "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active <= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active <= "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active <= "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active <= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active > "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active > "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active > "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active > "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active >= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active >= "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active >= "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active >= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active like "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active like "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active like "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active like "2006"
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active in ("2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
$author in ("yuriy") or pid = "HelloWorld"
$author in ("yuriy") or pid < "HelloWorld"
$author in ("yuriy") or pid <= "HelloWorld"
$author in ("yuriy") or pid > "HelloWorld"
$author in ("yuriy") or pid >= "HelloWorld"
$author in ("yuriy") or pid like "HelloWorld"
$author in ("yuriy") or pid in ("HelloWorld","Hello*","Hello*World")
$author in ("yuriy") or pid in ("Hello*","Hello*World")
$author in ("yuriy") or pid in ("Hello*World")
$author in ("yuriy") or iid = "2006"
$author in ("yuriy") or iid < "2006"
$author in ("yuriy") or iid <= "2006"
$author in ("yuriy") or iid > "2006"
$author in ("yuriy") or iid >= "2006"
$author in ("yuriy") or iid in ("2006")
$author in ("yuriy") or iid in ("2006","20061231")
$author in ("yuriy") or status = "active"
$author in ("yuriy") or status = "suspended"
$author in ("yuriy") or status = "error"
$author in ("yuriy") or status = "completed"
$author in ("yuriy") or status = "terminated"
$author in ("yuriy") or status = "faulted"
$author in ("yuriy") or status in ("active","suspended")
$author in ("yuriy") or status in ("active","suspended","error","completed","terminated","faulted")
$author in ("yuriy") or started = "2006-01-01T00:00:01"
$author in ("yuriy") or started = "2006-01-31"
$author in ("yuriy") or started = "2006-01"
$author in ("yuriy") or started = "2006"
$author in ("yuriy") or started < "2006-01-01T00:00:01"
$author in ("yuriy") or started < "2006-01-31"
$author in ("yuriy") or started < "2006-01"
$author in ("yuriy") or started < "2006"
$author in ("yuriy") or started <= "2006-01-01T00:00:01"
$author in ("yuriy") or started <= "2006-01-31"
$author in ("yuriy") or started <= "2006-01"
$author in ("yuriy") or started <= "2006"
$author in ("yuriy") or started > "2006-01-01T00:00:01"
$author in ("yuriy") or started > "2006-01-31"
$author in ("yuriy") or started > "2006-01"
$author in ("yuriy") or started > "2006"
$author in ("yuriy") or started >= "2006-01-01T00:00:01"
$author in ("yuriy") or started >= "2006-01-31"
$author in ("yuriy") or started >= "2006-01"
$author in ("yuriy") or started >= "2006"
$author in ("yuriy") or started like "2006-01-01T00:00:01"
$author in ("yuriy") or started like "2006-01-31"
$author in ("yuriy") or started like "2006-01"
$author in ("yuriy") or started like "2006"
$author in ("yuriy") or started in ("2006-01-01T00:00:01")
$author in ("yuriy") or started in ("2006-01-31","2006-01")
$author in ("yuriy") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
$author in ("yuriy") or last-active = "2006-02-01T00:00:01"
$author in ("yuriy") or last-active = "2006-02-21"
$author in ("yuriy") or last-active = "2006-02"
$author in ("yuriy") or last-active = "2006"
$author in ("yuriy") or last-active < "2006-02-01T00:00:01"
$author in ("yuriy") or last-active < "2006-02-21"
$author in ("yuriy") or last-active < "2006-02"
$author in ("yuriy") or last-active < "2006"
$author in ("yuriy") or last-active <= "2006-02-01T00:00:01"
$author in ("yuriy") or last-active <= "2006-02-21"
$author in ("yuriy") or last-active <= "2006-02"
$author in ("yuriy") or last-active <= "2006"
$author in ("yuriy") or last-active > "2006-02-01T00:00:01"
$author in ("yuriy") or last-active > "2006-02-21"
$author in ("yuriy") or last-active > "2006-02"
$author in ("yuriy") or last-active > "2006"
$author in ("yuriy") or last-active >= "2006-02-01T00:00:01"
$author in ("yuriy") or last-active >= "2006-02-21"
$author in ("yuriy") or last-active >= "2006-02"
$author in ("yuriy") or last-active >= "2006"
$author in ("yuriy") or last-active like "2006-02-01T00:00:01"
$author in ("yuriy") or last-active like "2006-02-21"
$author in ("yuriy") or last-active like "2006-02"
$author in ("yuriy") or last-active like "2006"
$author in ("yuriy") or last-active in ("2006-02-01T00:00:01")
$author in ("yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21")
$author in ("yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or pid = "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or pid < "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or pid <= "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or pid > "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or pid >= "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or pid like "HelloWorld"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or pid in ("HelloWorld","Hello*","Hello*World")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or pid in ("Hello*","Hello*World")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or pid in ("Hello*World")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or iid = "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or iid < "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or iid <= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or iid > "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or iid >= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or iid in ("2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or iid in ("2006","20061231")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or status = "active"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or status = "suspended"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or status = "error"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or status = "completed"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or status = "terminated"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or status = "faulted"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or status in ("active","suspended")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or status in ("active","suspended","error","completed","terminated","faulted")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started = "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started = "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started = "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started = "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started < "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started < "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started < "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started < "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started <= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started <= "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started <= "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started <= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started > "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started > "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started > "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started > "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started >= "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started >= "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started >= "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started >= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started like "2006-01-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started like "2006-01-31"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started like "2006-01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started like "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started in ("2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started in ("2006-01-31","2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active = "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active = "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active = "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active = "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active < "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active < "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active < "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active < "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active <= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active <= "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active <= "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active <= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active > "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active > "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active > "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active > "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active >= "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active >= "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active >= "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active >= "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active like "2006-02-01T00:00:01"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active like "2006-02-21"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active like "2006-02"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active like "2006"
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active in ("2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active in ("2006-02-01T00:00:01","2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
$author in ("yuriy","kostya","nazar","orest") or pid = "HelloWorld"
$author in ("yuriy","kostya","nazar","orest") or pid < "HelloWorld"
$author in ("yuriy","kostya","nazar","orest") or pid <= "HelloWorld"
$author in ("yuriy","kostya","nazar","orest") or pid > "HelloWorld"
$author in ("yuriy","kostya","nazar","orest") or pid >= "HelloWorld"
$author in ("yuriy","kostya","nazar","orest") or pid like "HelloWorld"
$author in ("yuriy","kostya","nazar","orest") or pid in ("HelloWorld","Hello*","Hello*World")
$author in ("yuriy","kostya","nazar","orest") or pid in ("Hello*","Hello*World")
$author in ("yuriy","kostya","nazar","orest") or pid in ("Hello*World")
$author in ("yuriy","kostya","nazar","orest") or iid = "2006"
$author in ("yuriy","kostya","nazar","orest") or iid < "2006"
$author in ("yuriy","kostya","nazar","orest") or iid <= "2006"
$author in ("yuriy","kostya","nazar","orest") or iid > "2006"
$author in ("yuriy","kostya","nazar","orest") or iid >= "2006"
$author in ("yuriy","kostya","nazar","orest") or iid in ("2006")
$author in ("yuriy","kostya","nazar","orest") or iid in ("2006","20061231")
$author in ("yuriy","kostya","nazar","orest") or status = "active"
$author in ("yuriy","kostya","nazar","orest") or status = "suspended"
$author in ("yuriy","kostya","nazar","orest") or status = "error"
$author in ("yuriy","kostya","nazar","orest") or status = "completed"
$author in ("yuriy","kostya","nazar","orest") or status = "terminated"
$author in ("yuriy","kostya","nazar","orest") or status = "faulted"
$author in ("yuriy","kostya","nazar","orest") or status in ("active","suspended")
$author in ("yuriy","kostya","nazar","orest") or status in ("active","suspended","error","completed","terminated","faulted")
$author in ("yuriy","kostya","nazar","orest") or started = "2006-01-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") or started = "2006-01-31"
$author in ("yuriy","kostya","nazar","orest") or started = "2006-01"
$author in ("yuriy","kostya","nazar","orest") or started = "2006"
$author in ("yuriy","kostya","nazar","orest") or started < "2006-01-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") or started < "2006-01-31"
$author in ("yuriy","kostya","nazar","orest") or started < "2006-01"
$author in ("yuriy","kostya","nazar","orest") or started < "2006"
$author in ("yuriy","kostya","nazar","orest") or started <= "2006-01-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") or started <= "2006-01-31"
$author in ("yuriy","kostya","nazar","orest") or started <= "2006-01"
$author in ("yuriy","kostya","nazar","orest") or started <= "2006"
$author in ("yuriy","kostya","nazar","orest") or started > "2006-01-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") or started > "2006-01-31"
$author in ("yuriy","kostya","nazar","orest") or started > "2006-01"
$author in ("yuriy","kostya","nazar","orest") or started > "2006"
$author in ("yuriy","kostya","nazar","orest") or started >= "2006-01-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") or started >= "2006-01-31"
$author in ("yuriy","kostya","nazar","orest") or started >= "2006-01"
$author in ("yuriy","kostya","nazar","orest") or started >= "2006"
$author in ("yuriy","kostya","nazar","orest") or started like "2006-01-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") or started like "2006-01-31"
$author in ("yuriy","kostya","nazar","orest") or started like "2006-01"
$author in ("yuriy","kostya","nazar","orest") or started like "2006"
$author in ("yuriy","kostya","nazar","orest") or started in ("2006-01-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") or started in ("2006-01-31","2006-01")
$author in ("yuriy","kostya","nazar","orest") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
$author in ("yuriy","kostya","nazar","orest") or last-active = "2006-02-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") or last-active = "2006-02-21"
$author in ("yuriy","kostya","nazar","orest") or last-active = "2006-02"
$author in ("yuriy","kostya","nazar","orest") or last-active = "2006"
$author in ("yuriy","kostya","nazar","orest") or last-active < "2006-02-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") or last-active < "2006-02-21"
$author in ("yuriy","kostya","nazar","orest") or last-active < "2006-02"
$author in ("yuriy","kostya","nazar","orest") or last-active < "2006"
$author in ("yuriy","kostya","nazar","orest") or last-active <= "2006-02-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") or last-active <= "2006-02-21"
$author in ("yuriy","kostya","nazar","orest") or last-active <= "2006-02"
$author in ("yuriy","kostya","nazar","orest") or last-active <= "2006"
$author in ("yuriy","kostya","nazar","orest") or last-active > "2006-02-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") or last-active > "2006-02-21"
$author in ("yuriy","kostya","nazar","orest") or last-active > "2006-02"
$author in ("yuriy","kostya","nazar","orest") or last-active > "2006"
$author in ("yuriy","kostya","nazar","orest") or last-active >= "2006-02-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") or last-active >= "2006-02-21"
$author in ("yuriy","kostya","nazar","orest") or last-active >= "2006-02"
$author in ("yuriy","kostya","nazar","orest") or last-active >= "2006"
$author in ("yuriy","kostya","nazar","orest") or last-active like "2006-02-01T00:00:01"
$author in ("yuriy","kostya","nazar","orest") or last-active like "2006-02-21"
$author in ("yuriy","kostya","nazar","orest") or last-active like "2006-02"
$author in ("yuriy","kostya","nazar","orest") or last-active like "2006"
$author in ("yuriy","kostya","nazar","orest") or last-active in ("2006-02-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") or last-active in ("2006-02-01T00:00:01","2006-02-21")
$author in ("yuriy","kostya","nazar","orest") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(${org.apache.ode.BPELProcess}author = "yuriy") or pid = "HelloWorld"
(${org.apache.ode.BPELProcess}author = "yuriy") or pid < "HelloWorld"
(${org.apache.ode.BPELProcess}author = "yuriy") or pid <= "HelloWorld"
(${org.apache.ode.BPELProcess}author = "yuriy") or pid > "HelloWorld"
(${org.apache.ode.BPELProcess}author = "yuriy") or pid >= "HelloWorld"
(${org.apache.ode.BPELProcess}author = "yuriy") or pid like "HelloWorld"
(${org.apache.ode.BPELProcess}author = "yuriy") or pid in ("HelloWorld","Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author = "yuriy") or pid in ("Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author = "yuriy") or pid in ("Hello*World")
(${org.apache.ode.BPELProcess}author = "yuriy") or iid = "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") or iid < "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") or iid <= "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") or iid > "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") or iid >= "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") or iid in ("2006")
(${org.apache.ode.BPELProcess}author = "yuriy") or iid in ("2006","20061231")
(${org.apache.ode.BPELProcess}author = "yuriy") or status = "active"
(${org.apache.ode.BPELProcess}author = "yuriy") or status = "suspended"
(${org.apache.ode.BPELProcess}author = "yuriy") or status = "error"
(${org.apache.ode.BPELProcess}author = "yuriy") or status = "completed"
(${org.apache.ode.BPELProcess}author = "yuriy") or status = "terminated"
(${org.apache.ode.BPELProcess}author = "yuriy") or status = "faulted"
(${org.apache.ode.BPELProcess}author = "yuriy") or status in ("active","suspended")
(${org.apache.ode.BPELProcess}author = "yuriy") or status in ("active","suspended","error","completed","terminated","faulted")
(${org.apache.ode.BPELProcess}author = "yuriy") or started = "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") or started = "2006-01-31"
(${org.apache.ode.BPELProcess}author = "yuriy") or started = "2006-01"
(${org.apache.ode.BPELProcess}author = "yuriy") or started = "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") or started < "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") or started < "2006-01-31"
(${org.apache.ode.BPELProcess}author = "yuriy") or started < "2006-01"
(${org.apache.ode.BPELProcess}author = "yuriy") or started < "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") or started <= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") or started <= "2006-01-31"
(${org.apache.ode.BPELProcess}author = "yuriy") or started <= "2006-01"
(${org.apache.ode.BPELProcess}author = "yuriy") or started <= "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") or started > "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") or started > "2006-01-31"
(${org.apache.ode.BPELProcess}author = "yuriy") or started > "2006-01"
(${org.apache.ode.BPELProcess}author = "yuriy") or started > "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") or started >= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") or started >= "2006-01-31"
(${org.apache.ode.BPELProcess}author = "yuriy") or started >= "2006-01"
(${org.apache.ode.BPELProcess}author = "yuriy") or started >= "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") or started like "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") or started like "2006-01-31"
(${org.apache.ode.BPELProcess}author = "yuriy") or started like "2006-01"
(${org.apache.ode.BPELProcess}author = "yuriy") or started like "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") or started in ("2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") or started in ("2006-01-31","2006-01")
(${org.apache.ode.BPELProcess}author = "yuriy") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active = "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active = "2006-02-21"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active = "2006-02"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active = "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active < "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active < "2006-02-21"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active < "2006-02"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active < "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active <= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active <= "2006-02-21"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active <= "2006-02"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active <= "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active > "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active > "2006-02-21"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active > "2006-02"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active > "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active >= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active >= "2006-02-21"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active >= "2006-02"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active >= "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active like "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active like "2006-02-21"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active like "2006-02"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active like "2006"
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active in ("2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(${org.apache.ode.BPELProcess}author = "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
($author = "yuriy") or pid = "HelloWorld"
($author = "yuriy") or pid < "HelloWorld"
($author = "yuriy") or pid <= "HelloWorld"
($author = "yuriy") or pid > "HelloWorld"
($author = "yuriy") or pid >= "HelloWorld"
($author = "yuriy") or pid like "HelloWorld"
($author = "yuriy") or pid in ("HelloWorld","Hello*","Hello*World")
($author = "yuriy") or pid in ("Hello*","Hello*World")
($author = "yuriy") or pid in ("Hello*World")
($author = "yuriy") or iid = "2006"
($author = "yuriy") or iid < "2006"
($author = "yuriy") or iid <= "2006"
($author = "yuriy") or iid > "2006"
($author = "yuriy") or iid >= "2006"
($author = "yuriy") or iid in ("2006")
($author = "yuriy") or iid in ("2006","20061231")
($author = "yuriy") or status = "active"
($author = "yuriy") or status = "suspended"
($author = "yuriy") or status = "error"
($author = "yuriy") or status = "completed"
($author = "yuriy") or status = "terminated"
($author = "yuriy") or status = "faulted"
($author = "yuriy") or status in ("active","suspended")
($author = "yuriy") or status in ("active","suspended","error","completed","terminated","faulted")
($author = "yuriy") or started = "2006-01-01T00:00:01"
($author = "yuriy") or started = "2006-01-31"
($author = "yuriy") or started = "2006-01"
($author = "yuriy") or started = "2006"
($author = "yuriy") or started < "2006-01-01T00:00:01"
($author = "yuriy") or started < "2006-01-31"
($author = "yuriy") or started < "2006-01"
($author = "yuriy") or started < "2006"
($author = "yuriy") or started <= "2006-01-01T00:00:01"
($author = "yuriy") or started <= "2006-01-31"
($author = "yuriy") or started <= "2006-01"
($author = "yuriy") or started <= "2006"
($author = "yuriy") or started > "2006-01-01T00:00:01"
($author = "yuriy") or started > "2006-01-31"
($author = "yuriy") or started > "2006-01"
($author = "yuriy") or started > "2006"
($author = "yuriy") or started >= "2006-01-01T00:00:01"
($author = "yuriy") or started >= "2006-01-31"
($author = "yuriy") or started >= "2006-01"
($author = "yuriy") or started >= "2006"
($author = "yuriy") or started like "2006-01-01T00:00:01"
($author = "yuriy") or started like "2006-01-31"
($author = "yuriy") or started like "2006-01"
($author = "yuriy") or started like "2006"
($author = "yuriy") or started in ("2006-01-01T00:00:01")
($author = "yuriy") or started in ("2006-01-31","2006-01")
($author = "yuriy") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
($author = "yuriy") or last-active = "2006-02-01T00:00:01"
($author = "yuriy") or last-active = "2006-02-21"
($author = "yuriy") or last-active = "2006-02"
($author = "yuriy") or last-active = "2006"
($author = "yuriy") or last-active < "2006-02-01T00:00:01"
($author = "yuriy") or last-active < "2006-02-21"
($author = "yuriy") or last-active < "2006-02"
($author = "yuriy") or last-active < "2006"
($author = "yuriy") or last-active <= "2006-02-01T00:00:01"
($author = "yuriy") or last-active <= "2006-02-21"
($author = "yuriy") or last-active <= "2006-02"
($author = "yuriy") or last-active <= "2006"
($author = "yuriy") or last-active > "2006-02-01T00:00:01"
($author = "yuriy") or last-active > "2006-02-21"
($author = "yuriy") or last-active > "2006-02"
($author = "yuriy") or last-active > "2006"
($author = "yuriy") or last-active >= "2006-02-01T00:00:01"
($author = "yuriy") or last-active >= "2006-02-21"
($author = "yuriy") or last-active >= "2006-02"
($author = "yuriy") or last-active >= "2006"
($author = "yuriy") or last-active like "2006-02-01T00:00:01"
($author = "yuriy") or last-active like "2006-02-21"
($author = "yuriy") or last-active like "2006-02"
($author = "yuriy") or last-active like "2006"
($author = "yuriy") or last-active in ("2006-02-01T00:00:01")
($author = "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21")
($author = "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(${org.apache.ode.BPELProcess}author < "yuriy") or pid = "HelloWorld"
(${org.apache.ode.BPELProcess}author < "yuriy") or pid < "HelloWorld"
(${org.apache.ode.BPELProcess}author < "yuriy") or pid <= "HelloWorld"
(${org.apache.ode.BPELProcess}author < "yuriy") or pid > "HelloWorld"
(${org.apache.ode.BPELProcess}author < "yuriy") or pid >= "HelloWorld"
(${org.apache.ode.BPELProcess}author < "yuriy") or pid like "HelloWorld"
(${org.apache.ode.BPELProcess}author < "yuriy") or pid in ("HelloWorld","Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author < "yuriy") or pid in ("Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author < "yuriy") or pid in ("Hello*World")
(${org.apache.ode.BPELProcess}author < "yuriy") or iid = "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") or iid < "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") or iid <= "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") or iid > "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") or iid >= "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") or iid in ("2006")
(${org.apache.ode.BPELProcess}author < "yuriy") or iid in ("2006","20061231")
(${org.apache.ode.BPELProcess}author < "yuriy") or status = "active"
(${org.apache.ode.BPELProcess}author < "yuriy") or status = "suspended"
(${org.apache.ode.BPELProcess}author < "yuriy") or status = "error"
(${org.apache.ode.BPELProcess}author < "yuriy") or status = "completed"
(${org.apache.ode.BPELProcess}author < "yuriy") or status = "terminated"
(${org.apache.ode.BPELProcess}author < "yuriy") or status = "faulted"
(${org.apache.ode.BPELProcess}author < "yuriy") or status in ("active","suspended")
(${org.apache.ode.BPELProcess}author < "yuriy") or status in ("active","suspended","error","completed","terminated","faulted")
(${org.apache.ode.BPELProcess}author < "yuriy") or started = "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") or started = "2006-01-31"
(${org.apache.ode.BPELProcess}author < "yuriy") or started = "2006-01"
(${org.apache.ode.BPELProcess}author < "yuriy") or started = "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") or started < "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") or started < "2006-01-31"
(${org.apache.ode.BPELProcess}author < "yuriy") or started < "2006-01"
(${org.apache.ode.BPELProcess}author < "yuriy") or started < "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") or started <= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") or started <= "2006-01-31"
(${org.apache.ode.BPELProcess}author < "yuriy") or started <= "2006-01"
(${org.apache.ode.BPELProcess}author < "yuriy") or started <= "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") or started > "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") or started > "2006-01-31"
(${org.apache.ode.BPELProcess}author < "yuriy") or started > "2006-01"
(${org.apache.ode.BPELProcess}author < "yuriy") or started > "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") or started >= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") or started >= "2006-01-31"
(${org.apache.ode.BPELProcess}author < "yuriy") or started >= "2006-01"
(${org.apache.ode.BPELProcess}author < "yuriy") or started >= "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") or started like "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") or started like "2006-01-31"
(${org.apache.ode.BPELProcess}author < "yuriy") or started like "2006-01"
(${org.apache.ode.BPELProcess}author < "yuriy") or started like "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") or started in ("2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") or started in ("2006-01-31","2006-01")
(${org.apache.ode.BPELProcess}author < "yuriy") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active = "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active = "2006-02-21"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active = "2006-02"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active = "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active < "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active < "2006-02-21"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active < "2006-02"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active < "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active <= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active <= "2006-02-21"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active <= "2006-02"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active <= "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active > "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active > "2006-02-21"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active > "2006-02"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active > "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active >= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active >= "2006-02-21"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active >= "2006-02"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active >= "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active like "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active like "2006-02-21"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active like "2006-02"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active like "2006"
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active in ("2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(${org.apache.ode.BPELProcess}author < "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
($author < "yuriy") or pid = "HelloWorld"
($author < "yuriy") or pid < "HelloWorld"
($author < "yuriy") or pid <= "HelloWorld"
($author < "yuriy") or pid > "HelloWorld"
($author < "yuriy") or pid >= "HelloWorld"
($author < "yuriy") or pid like "HelloWorld"
($author < "yuriy") or pid in ("HelloWorld","Hello*","Hello*World")
($author < "yuriy") or pid in ("Hello*","Hello*World")
($author < "yuriy") or pid in ("Hello*World")
($author < "yuriy") or iid = "2006"
($author < "yuriy") or iid < "2006"
($author < "yuriy") or iid <= "2006"
($author < "yuriy") or iid > "2006"
($author < "yuriy") or iid >= "2006"
($author < "yuriy") or iid in ("2006")
($author < "yuriy") or iid in ("2006","20061231")
($author < "yuriy") or status = "active"
($author < "yuriy") or status = "suspended"
($author < "yuriy") or status = "error"
($author < "yuriy") or status = "completed"
($author < "yuriy") or status = "terminated"
($author < "yuriy") or status = "faulted"
($author < "yuriy") or status in ("active","suspended")
($author < "yuriy") or status in ("active","suspended","error","completed","terminated","faulted")
($author < "yuriy") or started = "2006-01-01T00:00:01"
($author < "yuriy") or started = "2006-01-31"
($author < "yuriy") or started = "2006-01"
($author < "yuriy") or started = "2006"
($author < "yuriy") or started < "2006-01-01T00:00:01"
($author < "yuriy") or started < "2006-01-31"
($author < "yuriy") or started < "2006-01"
($author < "yuriy") or started < "2006"
($author < "yuriy") or started <= "2006-01-01T00:00:01"
($author < "yuriy") or started <= "2006-01-31"
($author < "yuriy") or started <= "2006-01"
($author < "yuriy") or started <= "2006"
($author < "yuriy") or started > "2006-01-01T00:00:01"
($author < "yuriy") or started > "2006-01-31"
($author < "yuriy") or started > "2006-01"
($author < "yuriy") or started > "2006"
($author < "yuriy") or started >= "2006-01-01T00:00:01"
($author < "yuriy") or started >= "2006-01-31"
($author < "yuriy") or started >= "2006-01"
($author < "yuriy") or started >= "2006"
($author < "yuriy") or started like "2006-01-01T00:00:01"
($author < "yuriy") or started like "2006-01-31"
($author < "yuriy") or started like "2006-01"
($author < "yuriy") or started like "2006"
($author < "yuriy") or started in ("2006-01-01T00:00:01")
($author < "yuriy") or started in ("2006-01-31","2006-01")
($author < "yuriy") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
($author < "yuriy") or last-active = "2006-02-01T00:00:01"
($author < "yuriy") or last-active = "2006-02-21"
($author < "yuriy") or last-active = "2006-02"
($author < "yuriy") or last-active = "2006"
($author < "yuriy") or last-active < "2006-02-01T00:00:01"
($author < "yuriy") or last-active < "2006-02-21"
($author < "yuriy") or last-active < "2006-02"
($author < "yuriy") or last-active < "2006"
($author < "yuriy") or last-active <= "2006-02-01T00:00:01"
($author < "yuriy") or last-active <= "2006-02-21"
($author < "yuriy") or last-active <= "2006-02"
($author < "yuriy") or last-active <= "2006"
($author < "yuriy") or last-active > "2006-02-01T00:00:01"
($author < "yuriy") or last-active > "2006-02-21"
($author < "yuriy") or last-active > "2006-02"
($author < "yuriy") or last-active > "2006"
($author < "yuriy") or last-active >= "2006-02-01T00:00:01"
($author < "yuriy") or last-active >= "2006-02-21"
($author < "yuriy") or last-active >= "2006-02"
($author < "yuriy") or last-active >= "2006"
($author < "yuriy") or last-active like "2006-02-01T00:00:01"
($author < "yuriy") or last-active like "2006-02-21"
($author < "yuriy") or last-active like "2006-02"
($author < "yuriy") or last-active like "2006"
($author < "yuriy") or last-active in ("2006-02-01T00:00:01")
($author < "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21")
($author < "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") or pid = "HelloWorld"
(${org.apache.ode.BPELProcess}author <= "yuriy") or pid < "HelloWorld"
(${org.apache.ode.BPELProcess}author <= "yuriy") or pid <= "HelloWorld"
(${org.apache.ode.BPELProcess}author <= "yuriy") or pid > "HelloWorld"
(${org.apache.ode.BPELProcess}author <= "yuriy") or pid >= "HelloWorld"
(${org.apache.ode.BPELProcess}author <= "yuriy") or pid like "HelloWorld"
(${org.apache.ode.BPELProcess}author <= "yuriy") or pid in ("HelloWorld","Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author <= "yuriy") or pid in ("Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author <= "yuriy") or pid in ("Hello*World")
(${org.apache.ode.BPELProcess}author <= "yuriy") or iid = "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") or iid < "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") or iid <= "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") or iid > "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") or iid >= "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") or iid in ("2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") or iid in ("2006","20061231")
(${org.apache.ode.BPELProcess}author <= "yuriy") or status = "active"
(${org.apache.ode.BPELProcess}author <= "yuriy") or status = "suspended"
(${org.apache.ode.BPELProcess}author <= "yuriy") or status = "error"
(${org.apache.ode.BPELProcess}author <= "yuriy") or status = "completed"
(${org.apache.ode.BPELProcess}author <= "yuriy") or status = "terminated"
(${org.apache.ode.BPELProcess}author <= "yuriy") or status = "faulted"
(${org.apache.ode.BPELProcess}author <= "yuriy") or status in ("active","suspended")
(${org.apache.ode.BPELProcess}author <= "yuriy") or status in ("active","suspended","error","completed","terminated","faulted")
(${org.apache.ode.BPELProcess}author <= "yuriy") or started = "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started = "2006-01-31"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started = "2006-01"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started = "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started < "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started < "2006-01-31"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started < "2006-01"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started < "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started <= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started <= "2006-01-31"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started <= "2006-01"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started <= "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started > "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started > "2006-01-31"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started > "2006-01"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started > "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started >= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started >= "2006-01-31"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started >= "2006-01"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started >= "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started like "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started like "2006-01-31"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started like "2006-01"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started like "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") or started in ("2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") or started in ("2006-01-31","2006-01")
(${org.apache.ode.BPELProcess}author <= "yuriy") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active = "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active = "2006-02-21"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active = "2006-02"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active = "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active < "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active < "2006-02-21"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active < "2006-02"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active < "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active <= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active <= "2006-02-21"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active <= "2006-02"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active <= "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active > "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active > "2006-02-21"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active > "2006-02"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active > "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active >= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active >= "2006-02-21"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active >= "2006-02"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active >= "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active like "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active like "2006-02-21"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active like "2006-02"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active like "2006"
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active in ("2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(${org.apache.ode.BPELProcess}author <= "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
($author <= "yuriy") or pid = "HelloWorld"
($author <= "yuriy") or pid < "HelloWorld"
($author <= "yuriy") or pid <= "HelloWorld"
($author <= "yuriy") or pid > "HelloWorld"
($author <= "yuriy") or pid >= "HelloWorld"
($author <= "yuriy") or pid like "HelloWorld"
($author <= "yuriy") or pid in ("HelloWorld","Hello*","Hello*World")
($author <= "yuriy") or pid in ("Hello*","Hello*World")
($author <= "yuriy") or pid in ("Hello*World")
($author <= "yuriy") or iid = "2006"
($author <= "yuriy") or iid < "2006"
($author <= "yuriy") or iid <= "2006"
($author <= "yuriy") or iid > "2006"
($author <= "yuriy") or iid >= "2006"
($author <= "yuriy") or iid in ("2006")
($author <= "yuriy") or iid in ("2006","20061231")
($author <= "yuriy") or status = "active"
($author <= "yuriy") or status = "suspended"
($author <= "yuriy") or status = "error"
($author <= "yuriy") or status = "completed"
($author <= "yuriy") or status = "terminated"
($author <= "yuriy") or status = "faulted"
($author <= "yuriy") or status in ("active","suspended")
($author <= "yuriy") or status in ("active","suspended","error","completed","terminated","faulted")
($author <= "yuriy") or started = "2006-01-01T00:00:01"
($author <= "yuriy") or started = "2006-01-31"
($author <= "yuriy") or started = "2006-01"
($author <= "yuriy") or started = "2006"
($author <= "yuriy") or started < "2006-01-01T00:00:01"
($author <= "yuriy") or started < "2006-01-31"
($author <= "yuriy") or started < "2006-01"
($author <= "yuriy") or started < "2006"
($author <= "yuriy") or started <= "2006-01-01T00:00:01"
($author <= "yuriy") or started <= "2006-01-31"
($author <= "yuriy") or started <= "2006-01"
($author <= "yuriy") or started <= "2006"
($author <= "yuriy") or started > "2006-01-01T00:00:01"
($author <= "yuriy") or started > "2006-01-31"
($author <= "yuriy") or started > "2006-01"
($author <= "yuriy") or started > "2006"
($author <= "yuriy") or started >= "2006-01-01T00:00:01"
($author <= "yuriy") or started >= "2006-01-31"
($author <= "yuriy") or started >= "2006-01"
($author <= "yuriy") or started >= "2006"
($author <= "yuriy") or started like "2006-01-01T00:00:01"
($author <= "yuriy") or started like "2006-01-31"
($author <= "yuriy") or started like "2006-01"
($author <= "yuriy") or started like "2006"
($author <= "yuriy") or started in ("2006-01-01T00:00:01")
($author <= "yuriy") or started in ("2006-01-31","2006-01")
($author <= "yuriy") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
($author <= "yuriy") or last-active = "2006-02-01T00:00:01"
($author <= "yuriy") or last-active = "2006-02-21"
($author <= "yuriy") or last-active = "2006-02"
($author <= "yuriy") or last-active = "2006"
($author <= "yuriy") or last-active < "2006-02-01T00:00:01"
($author <= "yuriy") or last-active < "2006-02-21"
($author <= "yuriy") or last-active < "2006-02"
($author <= "yuriy") or last-active < "2006"
($author <= "yuriy") or last-active <= "2006-02-01T00:00:01"
($author <= "yuriy") or last-active <= "2006-02-21"
($author <= "yuriy") or last-active <= "2006-02"
($author <= "yuriy") or last-active <= "2006"
($author <= "yuriy") or last-active > "2006-02-01T00:00:01"
($author <= "yuriy") or last-active > "2006-02-21"
($author <= "yuriy") or last-active > "2006-02"
($author <= "yuriy") or last-active > "2006"
($author <= "yuriy") or last-active >= "2006-02-01T00:00:01"
($author <= "yuriy") or last-active >= "2006-02-21"
($author <= "yuriy") or last-active >= "2006-02"
($author <= "yuriy") or last-active >= "2006"
($author <= "yuriy") or last-active like "2006-02-01T00:00:01"
($author <= "yuriy") or last-active like "2006-02-21"
($author <= "yuriy") or last-active like "2006-02"
($author <= "yuriy") or last-active like "2006"
($author <= "yuriy") or last-active in ("2006-02-01T00:00:01")
($author <= "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21")
($author <= "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(${org.apache.ode.BPELProcess}author > "yuriy") or pid = "HelloWorld"
(${org.apache.ode.BPELProcess}author > "yuriy") or pid < "HelloWorld"
(${org.apache.ode.BPELProcess}author > "yuriy") or pid <= "HelloWorld"
(${org.apache.ode.BPELProcess}author > "yuriy") or pid > "HelloWorld"
(${org.apache.ode.BPELProcess}author > "yuriy") or pid >= "HelloWorld"
(${org.apache.ode.BPELProcess}author > "yuriy") or pid like "HelloWorld"
(${org.apache.ode.BPELProcess}author > "yuriy") or pid in ("HelloWorld","Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author > "yuriy") or pid in ("Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author > "yuriy") or pid in ("Hello*World")
(${org.apache.ode.BPELProcess}author > "yuriy") or iid = "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") or iid < "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") or iid <= "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") or iid > "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") or iid >= "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") or iid in ("2006")
(${org.apache.ode.BPELProcess}author > "yuriy") or iid in ("2006","20061231")
(${org.apache.ode.BPELProcess}author > "yuriy") or status = "active"
(${org.apache.ode.BPELProcess}author > "yuriy") or status = "suspended"
(${org.apache.ode.BPELProcess}author > "yuriy") or status = "error"
(${org.apache.ode.BPELProcess}author > "yuriy") or status = "completed"
(${org.apache.ode.BPELProcess}author > "yuriy") or status = "terminated"
(${org.apache.ode.BPELProcess}author > "yuriy") or status = "faulted"
(${org.apache.ode.BPELProcess}author > "yuriy") or status in ("active","suspended")
(${org.apache.ode.BPELProcess}author > "yuriy") or status in ("active","suspended","error","completed","terminated","faulted")
(${org.apache.ode.BPELProcess}author > "yuriy") or started = "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") or started = "2006-01-31"
(${org.apache.ode.BPELProcess}author > "yuriy") or started = "2006-01"
(${org.apache.ode.BPELProcess}author > "yuriy") or started = "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") or started < "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") or started < "2006-01-31"
(${org.apache.ode.BPELProcess}author > "yuriy") or started < "2006-01"
(${org.apache.ode.BPELProcess}author > "yuriy") or started < "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") or started <= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") or started <= "2006-01-31"
(${org.apache.ode.BPELProcess}author > "yuriy") or started <= "2006-01"
(${org.apache.ode.BPELProcess}author > "yuriy") or started <= "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") or started > "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") or started > "2006-01-31"
(${org.apache.ode.BPELProcess}author > "yuriy") or started > "2006-01"
(${org.apache.ode.BPELProcess}author > "yuriy") or started > "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") or started >= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") or started >= "2006-01-31"
(${org.apache.ode.BPELProcess}author > "yuriy") or started >= "2006-01"
(${org.apache.ode.BPELProcess}author > "yuriy") or started >= "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") or started like "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") or started like "2006-01-31"
(${org.apache.ode.BPELProcess}author > "yuriy") or started like "2006-01"
(${org.apache.ode.BPELProcess}author > "yuriy") or started like "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") or started in ("2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") or started in ("2006-01-31","2006-01")
(${org.apache.ode.BPELProcess}author > "yuriy") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active = "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active = "2006-02-21"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active = "2006-02"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active = "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active < "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active < "2006-02-21"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active < "2006-02"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active < "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active <= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active <= "2006-02-21"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active <= "2006-02"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active <= "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active > "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active > "2006-02-21"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active > "2006-02"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active > "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active >= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active >= "2006-02-21"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active >= "2006-02"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active >= "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active like "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active like "2006-02-21"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active like "2006-02"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active like "2006"
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active in ("2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(${org.apache.ode.BPELProcess}author > "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
($author > "yuriy") or pid = "HelloWorld"
($author > "yuriy") or pid < "HelloWorld"
($author > "yuriy") or pid <= "HelloWorld"
($author > "yuriy") or pid > "HelloWorld"
($author > "yuriy") or pid >= "HelloWorld"
($author > "yuriy") or pid like "HelloWorld"
($author > "yuriy") or pid in ("HelloWorld","Hello*","Hello*World")
($author > "yuriy") or pid in ("Hello*","Hello*World")
($author > "yuriy") or pid in ("Hello*World")
($author > "yuriy") or iid = "2006"
($author > "yuriy") or iid < "2006"
($author > "yuriy") or iid <= "2006"
($author > "yuriy") or iid > "2006"
($author > "yuriy") or iid >= "2006"
($author > "yuriy") or iid in ("2006")
($author > "yuriy") or iid in ("2006","20061231")
($author > "yuriy") or status = "active"
($author > "yuriy") or status = "suspended"
($author > "yuriy") or status = "error"
($author > "yuriy") or status = "completed"
($author > "yuriy") or status = "terminated"
($author > "yuriy") or status = "faulted"
($author > "yuriy") or status in ("active","suspended")
($author > "yuriy") or status in ("active","suspended","error","completed","terminated","faulted")
($author > "yuriy") or started = "2006-01-01T00:00:01"
($author > "yuriy") or started = "2006-01-31"
($author > "yuriy") or started = "2006-01"
($author > "yuriy") or started = "2006"
($author > "yuriy") or started < "2006-01-01T00:00:01"
($author > "yuriy") or started < "2006-01-31"
($author > "yuriy") or started < "2006-01"
($author > "yuriy") or started < "2006"
($author > "yuriy") or started <= "2006-01-01T00:00:01"
($author > "yuriy") or started <= "2006-01-31"
($author > "yuriy") or started <= "2006-01"
($author > "yuriy") or started <= "2006"
($author > "yuriy") or started > "2006-01-01T00:00:01"
($author > "yuriy") or started > "2006-01-31"
($author > "yuriy") or started > "2006-01"
($author > "yuriy") or started > "2006"
($author > "yuriy") or started >= "2006-01-01T00:00:01"
($author > "yuriy") or started >= "2006-01-31"
($author > "yuriy") or started >= "2006-01"
($author > "yuriy") or started >= "2006"
($author > "yuriy") or started like "2006-01-01T00:00:01"
($author > "yuriy") or started like "2006-01-31"
($author > "yuriy") or started like "2006-01"
($author > "yuriy") or started like "2006"
($author > "yuriy") or started in ("2006-01-01T00:00:01")
($author > "yuriy") or started in ("2006-01-31","2006-01")
($author > "yuriy") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
($author > "yuriy") or last-active = "2006-02-01T00:00:01"
($author > "yuriy") or last-active = "2006-02-21"
($author > "yuriy") or last-active = "2006-02"
($author > "yuriy") or last-active = "2006"
($author > "yuriy") or last-active < "2006-02-01T00:00:01"
($author > "yuriy") or last-active < "2006-02-21"
($author > "yuriy") or last-active < "2006-02"
($author > "yuriy") or last-active < "2006"
($author > "yuriy") or last-active <= "2006-02-01T00:00:01"
($author > "yuriy") or last-active <= "2006-02-21"
($author > "yuriy") or last-active <= "2006-02"
($author > "yuriy") or last-active <= "2006"
($author > "yuriy") or last-active > "2006-02-01T00:00:01"
($author > "yuriy") or last-active > "2006-02-21"
($author > "yuriy") or last-active > "2006-02"
($author > "yuriy") or last-active > "2006"
($author > "yuriy") or last-active >= "2006-02-01T00:00:01"
($author > "yuriy") or last-active >= "2006-02-21"
($author > "yuriy") or last-active >= "2006-02"
($author > "yuriy") or last-active >= "2006"
($author > "yuriy") or last-active like "2006-02-01T00:00:01"
($author > "yuriy") or last-active like "2006-02-21"
($author > "yuriy") or last-active like "2006-02"
($author > "yuriy") or last-active like "2006"
($author > "yuriy") or last-active in ("2006-02-01T00:00:01")
($author > "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21")
($author > "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") or pid = "HelloWorld"
(${org.apache.ode.BPELProcess}author >= "yuriy") or pid < "HelloWorld"
(${org.apache.ode.BPELProcess}author >= "yuriy") or pid <= "HelloWorld"
(${org.apache.ode.BPELProcess}author >= "yuriy") or pid > "HelloWorld"
(${org.apache.ode.BPELProcess}author >= "yuriy") or pid >= "HelloWorld"
(${org.apache.ode.BPELProcess}author >= "yuriy") or pid like "HelloWorld"
(${org.apache.ode.BPELProcess}author >= "yuriy") or pid in ("HelloWorld","Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author >= "yuriy") or pid in ("Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author >= "yuriy") or pid in ("Hello*World")
(${org.apache.ode.BPELProcess}author >= "yuriy") or iid = "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") or iid < "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") or iid <= "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") or iid > "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") or iid >= "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") or iid in ("2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") or iid in ("2006","20061231")
(${org.apache.ode.BPELProcess}author >= "yuriy") or status = "active"
(${org.apache.ode.BPELProcess}author >= "yuriy") or status = "suspended"
(${org.apache.ode.BPELProcess}author >= "yuriy") or status = "error"
(${org.apache.ode.BPELProcess}author >= "yuriy") or status = "completed"
(${org.apache.ode.BPELProcess}author >= "yuriy") or status = "terminated"
(${org.apache.ode.BPELProcess}author >= "yuriy") or status = "faulted"
(${org.apache.ode.BPELProcess}author >= "yuriy") or status in ("active","suspended")
(${org.apache.ode.BPELProcess}author >= "yuriy") or status in ("active","suspended","error","completed","terminated","faulted")
(${org.apache.ode.BPELProcess}author >= "yuriy") or started = "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started = "2006-01-31"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started = "2006-01"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started = "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started < "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started < "2006-01-31"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started < "2006-01"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started < "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started <= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started <= "2006-01-31"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started <= "2006-01"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started <= "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started > "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started > "2006-01-31"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started > "2006-01"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started > "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started >= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started >= "2006-01-31"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started >= "2006-01"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started >= "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started like "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started like "2006-01-31"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started like "2006-01"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started like "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") or started in ("2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") or started in ("2006-01-31","2006-01")
(${org.apache.ode.BPELProcess}author >= "yuriy") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active = "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active = "2006-02-21"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active = "2006-02"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active = "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active < "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active < "2006-02-21"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active < "2006-02"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active < "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active <= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active <= "2006-02-21"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active <= "2006-02"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active <= "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active > "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active > "2006-02-21"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active > "2006-02"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active > "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active >= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active >= "2006-02-21"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active >= "2006-02"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active >= "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active like "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active like "2006-02-21"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active like "2006-02"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active like "2006"
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active in ("2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(${org.apache.ode.BPELProcess}author >= "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
($author >= "yuriy") or pid = "HelloWorld"
($author >= "yuriy") or pid < "HelloWorld"
($author >= "yuriy") or pid <= "HelloWorld"
($author >= "yuriy") or pid > "HelloWorld"
($author >= "yuriy") or pid >= "HelloWorld"
($author >= "yuriy") or pid like "HelloWorld"
($author >= "yuriy") or pid in ("HelloWorld","Hello*","Hello*World")
($author >= "yuriy") or pid in ("Hello*","Hello*World")
($author >= "yuriy") or pid in ("Hello*World")
($author >= "yuriy") or iid = "2006"
($author >= "yuriy") or iid < "2006"
($author >= "yuriy") or iid <= "2006"
($author >= "yuriy") or iid > "2006"
($author >= "yuriy") or iid >= "2006"
($author >= "yuriy") or iid in ("2006")
($author >= "yuriy") or iid in ("2006","20061231")
($author >= "yuriy") or status = "active"
($author >= "yuriy") or status = "suspended"
($author >= "yuriy") or status = "error"
($author >= "yuriy") or status = "completed"
($author >= "yuriy") or status = "terminated"
($author >= "yuriy") or status = "faulted"
($author >= "yuriy") or status in ("active","suspended")
($author >= "yuriy") or status in ("active","suspended","error","completed","terminated","faulted")
($author >= "yuriy") or started = "2006-01-01T00:00:01"
($author >= "yuriy") or started = "2006-01-31"
($author >= "yuriy") or started = "2006-01"
($author >= "yuriy") or started = "2006"
($author >= "yuriy") or started < "2006-01-01T00:00:01"
($author >= "yuriy") or started < "2006-01-31"
($author >= "yuriy") or started < "2006-01"
($author >= "yuriy") or started < "2006"
($author >= "yuriy") or started <= "2006-01-01T00:00:01"
($author >= "yuriy") or started <= "2006-01-31"
($author >= "yuriy") or started <= "2006-01"
($author >= "yuriy") or started <= "2006"
($author >= "yuriy") or started > "2006-01-01T00:00:01"
($author >= "yuriy") or started > "2006-01-31"
($author >= "yuriy") or started > "2006-01"
($author >= "yuriy") or started > "2006"
($author >= "yuriy") or started >= "2006-01-01T00:00:01"
($author >= "yuriy") or started >= "2006-01-31"
($author >= "yuriy") or started >= "2006-01"
($author >= "yuriy") or started >= "2006"
($author >= "yuriy") or started like "2006-01-01T00:00:01"
($author >= "yuriy") or started like "2006-01-31"
($author >= "yuriy") or started like "2006-01"
($author >= "yuriy") or started like "2006"
($author >= "yuriy") or started in ("2006-01-01T00:00:01")
($author >= "yuriy") or started in ("2006-01-31","2006-01")
($author >= "yuriy") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
($author >= "yuriy") or last-active = "2006-02-01T00:00:01"
($author >= "yuriy") or last-active = "2006-02-21"
($author >= "yuriy") or last-active = "2006-02"
($author >= "yuriy") or last-active = "2006"
($author >= "yuriy") or last-active < "2006-02-01T00:00:01"
($author >= "yuriy") or last-active < "2006-02-21"
($author >= "yuriy") or last-active < "2006-02"
($author >= "yuriy") or last-active < "2006"
($author >= "yuriy") or last-active <= "2006-02-01T00:00:01"
($author >= "yuriy") or last-active <= "2006-02-21"
($author >= "yuriy") or last-active <= "2006-02"
($author >= "yuriy") or last-active <= "2006"
($author >= "yuriy") or last-active > "2006-02-01T00:00:01"
($author >= "yuriy") or last-active > "2006-02-21"
($author >= "yuriy") or last-active > "2006-02"
($author >= "yuriy") or last-active > "2006"
($author >= "yuriy") or last-active >= "2006-02-01T00:00:01"
($author >= "yuriy") or last-active >= "2006-02-21"
($author >= "yuriy") or last-active >= "2006-02"
($author >= "yuriy") or last-active >= "2006"
($author >= "yuriy") or last-active like "2006-02-01T00:00:01"
($author >= "yuriy") or last-active like "2006-02-21"
($author >= "yuriy") or last-active like "2006-02"
($author >= "yuriy") or last-active like "2006"
($author >= "yuriy") or last-active in ("2006-02-01T00:00:01")
($author >= "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21")
($author >= "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(${org.apache.ode.BPELProcess}author like "yuriy") or pid = "HelloWorld"
(${org.apache.ode.BPELProcess}author like "yuriy") or pid < "HelloWorld"
(${org.apache.ode.BPELProcess}author like "yuriy") or pid <= "HelloWorld"
(${org.apache.ode.BPELProcess}author like "yuriy") or pid > "HelloWorld"
(${org.apache.ode.BPELProcess}author like "yuriy") or pid >= "HelloWorld"
(${org.apache.ode.BPELProcess}author like "yuriy") or pid like "HelloWorld"
(${org.apache.ode.BPELProcess}author like "yuriy") or pid in ("HelloWorld","Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author like "yuriy") or pid in ("Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author like "yuriy") or pid in ("Hello*World")
(${org.apache.ode.BPELProcess}author like "yuriy") or iid = "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") or iid < "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") or iid <= "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") or iid > "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") or iid >= "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") or iid in ("2006")
(${org.apache.ode.BPELProcess}author like "yuriy") or iid in ("2006","20061231")
(${org.apache.ode.BPELProcess}author like "yuriy") or status = "active"
(${org.apache.ode.BPELProcess}author like "yuriy") or status = "suspended"
(${org.apache.ode.BPELProcess}author like "yuriy") or status = "error"
(${org.apache.ode.BPELProcess}author like "yuriy") or status = "completed"
(${org.apache.ode.BPELProcess}author like "yuriy") or status = "terminated"
(${org.apache.ode.BPELProcess}author like "yuriy") or status = "faulted"
(${org.apache.ode.BPELProcess}author like "yuriy") or status in ("active","suspended")
(${org.apache.ode.BPELProcess}author like "yuriy") or status in ("active","suspended","error","completed","terminated","faulted")
(${org.apache.ode.BPELProcess}author like "yuriy") or started = "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") or started = "2006-01-31"
(${org.apache.ode.BPELProcess}author like "yuriy") or started = "2006-01"
(${org.apache.ode.BPELProcess}author like "yuriy") or started = "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") or started < "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") or started < "2006-01-31"
(${org.apache.ode.BPELProcess}author like "yuriy") or started < "2006-01"
(${org.apache.ode.BPELProcess}author like "yuriy") or started < "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") or started <= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") or started <= "2006-01-31"
(${org.apache.ode.BPELProcess}author like "yuriy") or started <= "2006-01"
(${org.apache.ode.BPELProcess}author like "yuriy") or started <= "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") or started > "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") or started > "2006-01-31"
(${org.apache.ode.BPELProcess}author like "yuriy") or started > "2006-01"
(${org.apache.ode.BPELProcess}author like "yuriy") or started > "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") or started >= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") or started >= "2006-01-31"
(${org.apache.ode.BPELProcess}author like "yuriy") or started >= "2006-01"
(${org.apache.ode.BPELProcess}author like "yuriy") or started >= "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") or started like "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") or started like "2006-01-31"
(${org.apache.ode.BPELProcess}author like "yuriy") or started like "2006-01"
(${org.apache.ode.BPELProcess}author like "yuriy") or started like "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") or started in ("2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") or started in ("2006-01-31","2006-01")
(${org.apache.ode.BPELProcess}author like "yuriy") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active = "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active = "2006-02-21"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active = "2006-02"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active = "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active < "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active < "2006-02-21"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active < "2006-02"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active < "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active <= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active <= "2006-02-21"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active <= "2006-02"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active <= "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active > "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active > "2006-02-21"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active > "2006-02"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active > "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active >= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active >= "2006-02-21"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active >= "2006-02"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active >= "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active like "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active like "2006-02-21"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active like "2006-02"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active like "2006"
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active in ("2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21")
(${org.apache.ode.BPELProcess}author like "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
($author like "yuriy") or pid = "HelloWorld"
($author like "yuriy") or pid < "HelloWorld"
($author like "yuriy") or pid <= "HelloWorld"
($author like "yuriy") or pid > "HelloWorld"
($author like "yuriy") or pid >= "HelloWorld"
($author like "yuriy") or pid like "HelloWorld"
($author like "yuriy") or pid in ("HelloWorld","Hello*","Hello*World")
($author like "yuriy") or pid in ("Hello*","Hello*World")
($author like "yuriy") or pid in ("Hello*World")
($author like "yuriy") or iid = "2006"
($author like "yuriy") or iid < "2006"
($author like "yuriy") or iid <= "2006"
($author like "yuriy") or iid > "2006"
($author like "yuriy") or iid >= "2006"
($author like "yuriy") or iid in ("2006")
($author like "yuriy") or iid in ("2006","20061231")
($author like "yuriy") or status = "active"
($author like "yuriy") or status = "suspended"
($author like "yuriy") or status = "error"
($author like "yuriy") or status = "completed"
($author like "yuriy") or status = "terminated"
($author like "yuriy") or status = "faulted"
($author like "yuriy") or status in ("active","suspended")
($author like "yuriy") or status in ("active","suspended","error","completed","terminated","faulted")
($author like "yuriy") or started = "2006-01-01T00:00:01"
($author like "yuriy") or started = "2006-01-31"
($author like "yuriy") or started = "2006-01"
($author like "yuriy") or started = "2006"
($author like "yuriy") or started < "2006-01-01T00:00:01"
($author like "yuriy") or started < "2006-01-31"
($author like "yuriy") or started < "2006-01"
($author like "yuriy") or started < "2006"
($author like "yuriy") or started <= "2006-01-01T00:00:01"
($author like "yuriy") or started <= "2006-01-31"
($author like "yuriy") or started <= "2006-01"
($author like "yuriy") or started <= "2006"
($author like "yuriy") or started > "2006-01-01T00:00:01"
($author like "yuriy") or started > "2006-01-31"
($author like "yuriy") or started > "2006-01"
($author like "yuriy") or started > "2006"
($author like "yuriy") or started >= "2006-01-01T00:00:01"
($author like "yuriy") or started >= "2006-01-31"
($author like "yuriy") or started >= "2006-01"
($author like "yuriy") or started >= "2006"
($author like "yuriy") or started like "2006-01-01T00:00:01"
($author like "yuriy") or started like "2006-01-31"
($author like "yuriy") or started like "2006-01"
($author like "yuriy") or started like "2006"
($author like "yuriy") or started in ("2006-01-01T00:00:01")
($author like "yuriy") or started in ("2006-01-31","2006-01")
($author like "yuriy") or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
($author like "yuriy") or last-active = "2006-02-01T00:00:01"
($author like "yuriy") or last-active = "2006-02-21"
($author like "yuriy") or last-active = "2006-02"
($author like "yuriy") or last-active = "2006"
($author like "yuriy") or last-active < "2006-02-01T00:00:01"
($author like "yuriy") or last-active < "2006-02-21"
($author like "yuriy") or last-active < "2006-02"
($author like "yuriy") or last-active < "2006"
($author like "yuriy") or last-active <= "2006-02-01T00:00:01"
($author like "yuriy") or last-active <= "2006-02-21"
($author like "yuriy") or last-active <= "2006-02"
($author like "yuriy") or last-active <= "2006"
($author like "yuriy") or last-active > "2006-02-01T00:00:01"
($author like "yuriy") or last-active > "2006-02-21"
($author like "yuriy") or last-active > "2006-02"
($author like "yuriy") or last-active > "2006"
($author like "yuriy") or last-active >= "2006-02-01T00:00:01"
($author like "yuriy") or last-active >= "2006-02-21"
($author like "yuriy") or last-active >= "2006-02"
($author like "yuriy") or last-active >= "2006"
($author like "yuriy") or last-active like "2006-02-01T00:00:01"
($author like "yuriy") or last-active like "2006-02-21"
($author like "yuriy") or last-active like "2006-02"
($author like "yuriy") or last-active like "2006"
($author like "yuriy") or last-active in ("2006-02-01T00:00:01")
($author like "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21")
($author like "yuriy") or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or pid = "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or pid < "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or pid <= "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or pid > "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or pid >= "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or pid like "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or pid in ("HelloWorld","Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or pid in ("Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or pid in ("Hello*World")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or iid = "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or iid < "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or iid <= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or iid > "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or iid >= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or iid in ("2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or iid in ("2006","20061231")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or status = "active"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or status = "suspended"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or status = "error"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or status = "completed"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or status = "terminated"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or status = "faulted"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or status in ("active","suspended")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or status in ("active","suspended","error","completed","terminated","faulted")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started = "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started = "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started = "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started = "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started < "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started < "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started < "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started < "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started <= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started <= "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started <= "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started <= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started > "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started > "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started > "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started > "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started >= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started >= "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started >= "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started >= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started like "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started like "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started like "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started like "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started in ("2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started in ("2006-01-31","2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active = "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active = "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active = "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active = "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active < "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active < "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active < "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active < "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active <= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active <= "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active <= "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active <= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active > "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active > "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active > "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active > "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active >= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active >= "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active >= "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active >= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active like "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active like "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active like "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active like "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active in ("2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active in ("2006-02-01T00:00:01","2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
($author in ("yuriy")) or pid = "HelloWorld"
($author in ("yuriy")) or pid < "HelloWorld"
($author in ("yuriy")) or pid <= "HelloWorld"
($author in ("yuriy")) or pid > "HelloWorld"
($author in ("yuriy")) or pid >= "HelloWorld"
($author in ("yuriy")) or pid like "HelloWorld"
($author in ("yuriy")) or pid in ("HelloWorld","Hello*","Hello*World")
($author in ("yuriy")) or pid in ("Hello*","Hello*World")
($author in ("yuriy")) or pid in ("Hello*World")
($author in ("yuriy")) or iid = "2006"
($author in ("yuriy")) or iid < "2006"
($author in ("yuriy")) or iid <= "2006"
($author in ("yuriy")) or iid > "2006"
($author in ("yuriy")) or iid >= "2006"
($author in ("yuriy")) or iid in ("2006")
($author in ("yuriy")) or iid in ("2006","20061231")
($author in ("yuriy")) or status = "active"
($author in ("yuriy")) or status = "suspended"
($author in ("yuriy")) or status = "error"
($author in ("yuriy")) or status = "completed"
($author in ("yuriy")) or status = "terminated"
($author in ("yuriy")) or status = "faulted"
($author in ("yuriy")) or status in ("active","suspended")
($author in ("yuriy")) or status in ("active","suspended","error","completed","terminated","faulted")
($author in ("yuriy")) or started = "2006-01-01T00:00:01"
($author in ("yuriy")) or started = "2006-01-31"
($author in ("yuriy")) or started = "2006-01"
($author in ("yuriy")) or started = "2006"
($author in ("yuriy")) or started < "2006-01-01T00:00:01"
($author in ("yuriy")) or started < "2006-01-31"
($author in ("yuriy")) or started < "2006-01"
($author in ("yuriy")) or started < "2006"
($author in ("yuriy")) or started <= "2006-01-01T00:00:01"
($author in ("yuriy")) or started <= "2006-01-31"
($author in ("yuriy")) or started <= "2006-01"
($author in ("yuriy")) or started <= "2006"
($author in ("yuriy")) or started > "2006-01-01T00:00:01"
($author in ("yuriy")) or started > "2006-01-31"
($author in ("yuriy")) or started > "2006-01"
($author in ("yuriy")) or started > "2006"
($author in ("yuriy")) or started >= "2006-01-01T00:00:01"
($author in ("yuriy")) or started >= "2006-01-31"
($author in ("yuriy")) or started >= "2006-01"
($author in ("yuriy")) or started >= "2006"
($author in ("yuriy")) or started like "2006-01-01T00:00:01"
($author in ("yuriy")) or started like "2006-01-31"
($author in ("yuriy")) or started like "2006-01"
($author in ("yuriy")) or started like "2006"
($author in ("yuriy")) or started in ("2006-01-01T00:00:01")
($author in ("yuriy")) or started in ("2006-01-31","2006-01")
($author in ("yuriy")) or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
($author in ("yuriy")) or last-active = "2006-02-01T00:00:01"
($author in ("yuriy")) or last-active = "2006-02-21"
($author in ("yuriy")) or last-active = "2006-02"
($author in ("yuriy")) or last-active = "2006"
($author in ("yuriy")) or last-active < "2006-02-01T00:00:01"
($author in ("yuriy")) or last-active < "2006-02-21"
($author in ("yuriy")) or last-active < "2006-02"
($author in ("yuriy")) or last-active < "2006"
($author in ("yuriy")) or last-active <= "2006-02-01T00:00:01"
($author in ("yuriy")) or last-active <= "2006-02-21"
($author in ("yuriy")) or last-active <= "2006-02"
($author in ("yuriy")) or last-active <= "2006"
($author in ("yuriy")) or last-active > "2006-02-01T00:00:01"
($author in ("yuriy")) or last-active > "2006-02-21"
($author in ("yuriy")) or last-active > "2006-02"
($author in ("yuriy")) or last-active > "2006"
($author in ("yuriy")) or last-active >= "2006-02-01T00:00:01"
($author in ("yuriy")) or last-active >= "2006-02-21"
($author in ("yuriy")) or last-active >= "2006-02"
($author in ("yuriy")) or last-active >= "2006"
($author in ("yuriy")) or last-active like "2006-02-01T00:00:01"
($author in ("yuriy")) or last-active like "2006-02-21"
($author in ("yuriy")) or last-active like "2006-02"
($author in ("yuriy")) or last-active like "2006"
($author in ("yuriy")) or last-active in ("2006-02-01T00:00:01")
($author in ("yuriy")) or last-active in ("2006-02-01T00:00:01","2006-02-21")
($author in ("yuriy")) or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or pid = "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or pid < "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or pid <= "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or pid > "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or pid >= "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or pid like "HelloWorld"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or pid in ("HelloWorld","Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or pid in ("Hello*","Hello*World")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or pid in ("Hello*World")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or iid = "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or iid < "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or iid <= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or iid > "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or iid >= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or iid in ("2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or iid in ("2006","20061231")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or status = "active"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or status = "suspended"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or status = "error"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or status = "completed"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or status = "terminated"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or status = "faulted"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or status in ("active","suspended")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or status in ("active","suspended","error","completed","terminated","faulted")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started = "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started = "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started = "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started = "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started < "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started < "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started < "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started < "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started <= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started <= "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started <= "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started <= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started > "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started > "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started > "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started > "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started >= "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started >= "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started >= "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started >= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started like "2006-01-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started like "2006-01-31"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started like "2006-01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started like "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started in ("2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started in ("2006-01-31","2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active = "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active = "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active = "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active = "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active < "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active < "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active < "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active < "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active <= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active <= "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active <= "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active <= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active > "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active > "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active > "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active > "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active >= "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active >= "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active >= "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active >= "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active like "2006-02-01T00:00:01"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active like "2006-02-21"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active like "2006-02"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active like "2006"
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active in ("2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active in ("2006-02-01T00:00:01","2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
($author in ("yuriy","kostya","nazar","orest")) or pid = "HelloWorld"
($author in ("yuriy","kostya","nazar","orest")) or pid < "HelloWorld"
($author in ("yuriy","kostya","nazar","orest")) or pid <= "HelloWorld"
($author in ("yuriy","kostya","nazar","orest")) or pid > "HelloWorld"
($author in ("yuriy","kostya","nazar","orest")) or pid >= "HelloWorld"
($author in ("yuriy","kostya","nazar","orest")) or pid like "HelloWorld"
($author in ("yuriy","kostya","nazar","orest")) or pid in ("HelloWorld","Hello*","Hello*World")
($author in ("yuriy","kostya","nazar","orest")) or pid in ("Hello*","Hello*World")
($author in ("yuriy","kostya","nazar","orest")) or pid in ("Hello*World")
($author in ("yuriy","kostya","nazar","orest")) or iid = "2006"
($author in ("yuriy","kostya","nazar","orest")) or iid < "2006"
($author in ("yuriy","kostya","nazar","orest")) or iid <= "2006"
($author in ("yuriy","kostya","nazar","orest")) or iid > "2006"
($author in ("yuriy","kostya","nazar","orest")) or iid >= "2006"
($author in ("yuriy","kostya","nazar","orest")) or iid in ("2006")
($author in ("yuriy","kostya","nazar","orest")) or iid in ("2006","20061231")
($author in ("yuriy","kostya","nazar","orest")) or status = "active"
($author in ("yuriy","kostya","nazar","orest")) or status = "suspended"
($author in ("yuriy","kostya","nazar","orest")) or status = "error"
($author in ("yuriy","kostya","nazar","orest")) or status = "completed"
($author in ("yuriy","kostya","nazar","orest")) or status = "terminated"
($author in ("yuriy","kostya","nazar","orest")) or status = "faulted"
($author in ("yuriy","kostya","nazar","orest")) or status in ("active","suspended")
($author in ("yuriy","kostya","nazar","orest")) or status in ("active","suspended","error","completed","terminated","faulted")
($author in ("yuriy","kostya","nazar","orest")) or started = "2006-01-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) or started = "2006-01-31"
($author in ("yuriy","kostya","nazar","orest")) or started = "2006-01"
($author in ("yuriy","kostya","nazar","orest")) or started = "2006"
($author in ("yuriy","kostya","nazar","orest")) or started < "2006-01-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) or started < "2006-01-31"
($author in ("yuriy","kostya","nazar","orest")) or started < "2006-01"
($author in ("yuriy","kostya","nazar","orest")) or started < "2006"
($author in ("yuriy","kostya","nazar","orest")) or started <= "2006-01-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) or started <= "2006-01-31"
($author in ("yuriy","kostya","nazar","orest")) or started <= "2006-01"
($author in ("yuriy","kostya","nazar","orest")) or started <= "2006"
($author in ("yuriy","kostya","nazar","orest")) or started > "2006-01-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) or started > "2006-01-31"
($author in ("yuriy","kostya","nazar","orest")) or started > "2006-01"
($author in ("yuriy","kostya","nazar","orest")) or started > "2006"
($author in ("yuriy","kostya","nazar","orest")) or started >= "2006-01-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) or started >= "2006-01-31"
($author in ("yuriy","kostya","nazar","orest")) or started >= "2006-01"
($author in ("yuriy","kostya","nazar","orest")) or started >= "2006"
($author in ("yuriy","kostya","nazar","orest")) or started like "2006-01-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) or started like "2006-01-31"
($author in ("yuriy","kostya","nazar","orest")) or started like "2006-01"
($author in ("yuriy","kostya","nazar","orest")) or started like "2006"
($author in ("yuriy","kostya","nazar","orest")) or started in ("2006-01-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) or started in ("2006-01-31","2006-01")
($author in ("yuriy","kostya","nazar","orest")) or started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006")
($author in ("yuriy","kostya","nazar","orest")) or last-active = "2006-02-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) or last-active = "2006-02-21"
($author in ("yuriy","kostya","nazar","orest")) or last-active = "2006-02"
($author in ("yuriy","kostya","nazar","orest")) or last-active = "2006"
($author in ("yuriy","kostya","nazar","orest")) or last-active < "2006-02-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) or last-active < "2006-02-21"
($author in ("yuriy","kostya","nazar","orest")) or last-active < "2006-02"
($author in ("yuriy","kostya","nazar","orest")) or last-active < "2006"
($author in ("yuriy","kostya","nazar","orest")) or last-active <= "2006-02-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) or last-active <= "2006-02-21"
($author in ("yuriy","kostya","nazar","orest")) or last-active <= "2006-02"
($author in ("yuriy","kostya","nazar","orest")) or last-active <= "2006"
($author in ("yuriy","kostya","nazar","orest")) or last-active > "2006-02-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) or last-active > "2006-02-21"
($author in ("yuriy","kostya","nazar","orest")) or last-active > "2006-02"
($author in ("yuriy","kostya","nazar","orest")) or last-active > "2006"
($author in ("yuriy","kostya","nazar","orest")) or last-active >= "2006-02-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) or last-active >= "2006-02-21"
($author in ("yuriy","kostya","nazar","orest")) or last-active >= "2006-02"
($author in ("yuriy","kostya","nazar","orest")) or last-active >= "2006"
($author in ("yuriy","kostya","nazar","orest")) or last-active like "2006-02-01T00:00:01"
($author in ("yuriy","kostya","nazar","orest")) or last-active like "2006-02-21"
($author in ("yuriy","kostya","nazar","orest")) or last-active like "2006-02"
($author in ("yuriy","kostya","nazar","orest")) or last-active like "2006"
($author in ("yuriy","kostya","nazar","orest")) or last-active in ("2006-02-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) or last-active in ("2006-02-01T00:00:01","2006-02-21")
($author in ("yuriy","kostya","nazar","orest")) or last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006")
${org.apache.ode.BPELProcess}author = "yuriy" or (pid = "HelloWorld")
${org.apache.ode.BPELProcess}author = "yuriy" or (pid < "HelloWorld")
${org.apache.ode.BPELProcess}author = "yuriy" or (pid <= "HelloWorld")
${org.apache.ode.BPELProcess}author = "yuriy" or (pid > "HelloWorld")
${org.apache.ode.BPELProcess}author = "yuriy" or (pid >= "HelloWorld")
${org.apache.ode.BPELProcess}author = "yuriy" or (pid like "HelloWorld")
${org.apache.ode.BPELProcess}author = "yuriy" or (pid in ("HelloWorld","Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author = "yuriy" or (pid in ("Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author = "yuriy" or (pid in ("Hello*World"))
${org.apache.ode.BPELProcess}author = "yuriy" or (iid = "2006")
${org.apache.ode.BPELProcess}author = "yuriy" or (iid < "2006")
${org.apache.ode.BPELProcess}author = "yuriy" or (iid <= "2006")
${org.apache.ode.BPELProcess}author = "yuriy" or (iid > "2006")
${org.apache.ode.BPELProcess}author = "yuriy" or (iid >= "2006")
${org.apache.ode.BPELProcess}author = "yuriy" or (iid in ("2006"))
${org.apache.ode.BPELProcess}author = "yuriy" or (iid in ("2006","20061231"))
${org.apache.ode.BPELProcess}author = "yuriy" or (status = "active")
${org.apache.ode.BPELProcess}author = "yuriy" or (status = "suspended")
${org.apache.ode.BPELProcess}author = "yuriy" or (status = "error")
${org.apache.ode.BPELProcess}author = "yuriy" or (status = "completed")
${org.apache.ode.BPELProcess}author = "yuriy" or (status = "terminated")
${org.apache.ode.BPELProcess}author = "yuriy" or (status = "faulted")
${org.apache.ode.BPELProcess}author = "yuriy" or (status in ("active","suspended"))
${org.apache.ode.BPELProcess}author = "yuriy" or (status in ("active","suspended","error","completed","terminated","faulted"))
${org.apache.ode.BPELProcess}author = "yuriy" or (started = "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" or (started = "2006-01-31")
${org.apache.ode.BPELProcess}author = "yuriy" or (started = "2006-01")
${org.apache.ode.BPELProcess}author = "yuriy" or (started = "2006")
${org.apache.ode.BPELProcess}author = "yuriy" or (started < "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" or (started < "2006-01-31")
${org.apache.ode.BPELProcess}author = "yuriy" or (started < "2006-01")
${org.apache.ode.BPELProcess}author = "yuriy" or (started < "2006")
${org.apache.ode.BPELProcess}author = "yuriy" or (started <= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" or (started <= "2006-01-31")
${org.apache.ode.BPELProcess}author = "yuriy" or (started <= "2006-01")
${org.apache.ode.BPELProcess}author = "yuriy" or (started <= "2006")
${org.apache.ode.BPELProcess}author = "yuriy" or (started > "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" or (started > "2006-01-31")
${org.apache.ode.BPELProcess}author = "yuriy" or (started > "2006-01")
${org.apache.ode.BPELProcess}author = "yuriy" or (started > "2006")
${org.apache.ode.BPELProcess}author = "yuriy" or (started >= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" or (started >= "2006-01-31")
${org.apache.ode.BPELProcess}author = "yuriy" or (started >= "2006-01")
${org.apache.ode.BPELProcess}author = "yuriy" or (started >= "2006")
${org.apache.ode.BPELProcess}author = "yuriy" or (started like "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" or (started like "2006-01-31")
${org.apache.ode.BPELProcess}author = "yuriy" or (started like "2006-01")
${org.apache.ode.BPELProcess}author = "yuriy" or (started like "2006")
${org.apache.ode.BPELProcess}author = "yuriy" or (started in ("2006-01-01T00:00:01"))
${org.apache.ode.BPELProcess}author = "yuriy" or (started in ("2006-01-31","2006-01"))
${org.apache.ode.BPELProcess}author = "yuriy" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active = "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active = "2006-02-21")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active = "2006-02")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active = "2006")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active < "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active < "2006-02-21")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active < "2006-02")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active < "2006")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active <= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active <= "2006-02-21")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active <= "2006-02")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active <= "2006")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active > "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active > "2006-02-21")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active > "2006-02")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active > "2006")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active >= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active >= "2006-02-21")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active >= "2006-02")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active >= "2006")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active like "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active like "2006-02-21")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active like "2006-02")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active like "2006")
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active in ("2006-02-01T00:00:01"))
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
${org.apache.ode.BPELProcess}author = "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
$author = "yuriy" or (pid = "HelloWorld")
$author = "yuriy" or (pid < "HelloWorld")
$author = "yuriy" or (pid <= "HelloWorld")
$author = "yuriy" or (pid > "HelloWorld")
$author = "yuriy" or (pid >= "HelloWorld")
$author = "yuriy" or (pid like "HelloWorld")
$author = "yuriy" or (pid in ("HelloWorld","Hello*","Hello*World"))
$author = "yuriy" or (pid in ("Hello*","Hello*World"))
$author = "yuriy" or (pid in ("Hello*World"))
$author = "yuriy" or (iid = "2006")
$author = "yuriy" or (iid < "2006")
$author = "yuriy" or (iid <= "2006")
$author = "yuriy" or (iid > "2006")
$author = "yuriy" or (iid >= "2006")
$author = "yuriy" or (iid in ("2006"))
$author = "yuriy" or (iid in ("2006","20061231"))
$author = "yuriy" or (status = "active")
$author = "yuriy" or (status = "suspended")
$author = "yuriy" or (status = "error")
$author = "yuriy" or (status = "completed")
$author = "yuriy" or (status = "terminated")
$author = "yuriy" or (status = "faulted")
$author = "yuriy" or (status in ("active","suspended"))
$author = "yuriy" or (status in ("active","suspended","error","completed","terminated","faulted"))
$author = "yuriy" or (started = "2006-01-01T00:00:01")
$author = "yuriy" or (started = "2006-01-31")
$author = "yuriy" or (started = "2006-01")
$author = "yuriy" or (started = "2006")
$author = "yuriy" or (started < "2006-01-01T00:00:01")
$author = "yuriy" or (started < "2006-01-31")
$author = "yuriy" or (started < "2006-01")
$author = "yuriy" or (started < "2006")
$author = "yuriy" or (started <= "2006-01-01T00:00:01")
$author = "yuriy" or (started <= "2006-01-31")
$author = "yuriy" or (started <= "2006-01")
$author = "yuriy" or (started <= "2006")
$author = "yuriy" or (started > "2006-01-01T00:00:01")
$author = "yuriy" or (started > "2006-01-31")
$author = "yuriy" or (started > "2006-01")
$author = "yuriy" or (started > "2006")
$author = "yuriy" or (started >= "2006-01-01T00:00:01")
$author = "yuriy" or (started >= "2006-01-31")
$author = "yuriy" or (started >= "2006-01")
$author = "yuriy" or (started >= "2006")
$author = "yuriy" or (started like "2006-01-01T00:00:01")
$author = "yuriy" or (started like "2006-01-31")
$author = "yuriy" or (started like "2006-01")
$author = "yuriy" or (started like "2006")
$author = "yuriy" or (started in ("2006-01-01T00:00:01"))
$author = "yuriy" or (started in ("2006-01-31","2006-01"))
$author = "yuriy" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
$author = "yuriy" or (last-active = "2006-02-01T00:00:01")
$author = "yuriy" or (last-active = "2006-02-21")
$author = "yuriy" or (last-active = "2006-02")
$author = "yuriy" or (last-active = "2006")
$author = "yuriy" or (last-active < "2006-02-01T00:00:01")
$author = "yuriy" or (last-active < "2006-02-21")
$author = "yuriy" or (last-active < "2006-02")
$author = "yuriy" or (last-active < "2006")
$author = "yuriy" or (last-active <= "2006-02-01T00:00:01")
$author = "yuriy" or (last-active <= "2006-02-21")
$author = "yuriy" or (last-active <= "2006-02")
$author = "yuriy" or (last-active <= "2006")
$author = "yuriy" or (last-active > "2006-02-01T00:00:01")
$author = "yuriy" or (last-active > "2006-02-21")
$author = "yuriy" or (last-active > "2006-02")
$author = "yuriy" or (last-active > "2006")
$author = "yuriy" or (last-active >= "2006-02-01T00:00:01")
$author = "yuriy" or (last-active >= "2006-02-21")
$author = "yuriy" or (last-active >= "2006-02")
$author = "yuriy" or (last-active >= "2006")
$author = "yuriy" or (last-active like "2006-02-01T00:00:01")
$author = "yuriy" or (last-active like "2006-02-21")
$author = "yuriy" or (last-active like "2006-02")
$author = "yuriy" or (last-active like "2006")
$author = "yuriy" or (last-active in ("2006-02-01T00:00:01"))
$author = "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
$author = "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
${org.apache.ode.BPELProcess}author < "yuriy" or (pid = "HelloWorld")
${org.apache.ode.BPELProcess}author < "yuriy" or (pid < "HelloWorld")
${org.apache.ode.BPELProcess}author < "yuriy" or (pid <= "HelloWorld")
${org.apache.ode.BPELProcess}author < "yuriy" or (pid > "HelloWorld")
${org.apache.ode.BPELProcess}author < "yuriy" or (pid >= "HelloWorld")
${org.apache.ode.BPELProcess}author < "yuriy" or (pid like "HelloWorld")
${org.apache.ode.BPELProcess}author < "yuriy" or (pid in ("HelloWorld","Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author < "yuriy" or (pid in ("Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author < "yuriy" or (pid in ("Hello*World"))
${org.apache.ode.BPELProcess}author < "yuriy" or (iid = "2006")
${org.apache.ode.BPELProcess}author < "yuriy" or (iid < "2006")
${org.apache.ode.BPELProcess}author < "yuriy" or (iid <= "2006")
${org.apache.ode.BPELProcess}author < "yuriy" or (iid > "2006")
${org.apache.ode.BPELProcess}author < "yuriy" or (iid >= "2006")
${org.apache.ode.BPELProcess}author < "yuriy" or (iid in ("2006"))
${org.apache.ode.BPELProcess}author < "yuriy" or (iid in ("2006","20061231"))
${org.apache.ode.BPELProcess}author < "yuriy" or (status = "active")
${org.apache.ode.BPELProcess}author < "yuriy" or (status = "suspended")
${org.apache.ode.BPELProcess}author < "yuriy" or (status = "error")
${org.apache.ode.BPELProcess}author < "yuriy" or (status = "completed")
${org.apache.ode.BPELProcess}author < "yuriy" or (status = "terminated")
${org.apache.ode.BPELProcess}author < "yuriy" or (status = "faulted")
${org.apache.ode.BPELProcess}author < "yuriy" or (status in ("active","suspended"))
${org.apache.ode.BPELProcess}author < "yuriy" or (status in ("active","suspended","error","completed","terminated","faulted"))
${org.apache.ode.BPELProcess}author < "yuriy" or (started = "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" or (started = "2006-01-31")
${org.apache.ode.BPELProcess}author < "yuriy" or (started = "2006-01")
${org.apache.ode.BPELProcess}author < "yuriy" or (started = "2006")
${org.apache.ode.BPELProcess}author < "yuriy" or (started < "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" or (started < "2006-01-31")
${org.apache.ode.BPELProcess}author < "yuriy" or (started < "2006-01")
${org.apache.ode.BPELProcess}author < "yuriy" or (started < "2006")
${org.apache.ode.BPELProcess}author < "yuriy" or (started <= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" or (started <= "2006-01-31")
${org.apache.ode.BPELProcess}author < "yuriy" or (started <= "2006-01")
${org.apache.ode.BPELProcess}author < "yuriy" or (started <= "2006")
${org.apache.ode.BPELProcess}author < "yuriy" or (started > "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" or (started > "2006-01-31")
${org.apache.ode.BPELProcess}author < "yuriy" or (started > "2006-01")
${org.apache.ode.BPELProcess}author < "yuriy" or (started > "2006")
${org.apache.ode.BPELProcess}author < "yuriy" or (started >= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" or (started >= "2006-01-31")
${org.apache.ode.BPELProcess}author < "yuriy" or (started >= "2006-01")
${org.apache.ode.BPELProcess}author < "yuriy" or (started >= "2006")
${org.apache.ode.BPELProcess}author < "yuriy" or (started like "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" or (started like "2006-01-31")
${org.apache.ode.BPELProcess}author < "yuriy" or (started like "2006-01")
${org.apache.ode.BPELProcess}author < "yuriy" or (started like "2006")
${org.apache.ode.BPELProcess}author < "yuriy" or (started in ("2006-01-01T00:00:01"))
${org.apache.ode.BPELProcess}author < "yuriy" or (started in ("2006-01-31","2006-01"))
${org.apache.ode.BPELProcess}author < "yuriy" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active = "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active = "2006-02-21")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active = "2006-02")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active = "2006")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active < "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active < "2006-02-21")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active < "2006-02")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active < "2006")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active <= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active <= "2006-02-21")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active <= "2006-02")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active <= "2006")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active > "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active > "2006-02-21")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active > "2006-02")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active > "2006")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active >= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active >= "2006-02-21")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active >= "2006-02")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active >= "2006")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active like "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active like "2006-02-21")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active like "2006-02")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active like "2006")
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active in ("2006-02-01T00:00:01"))
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
${org.apache.ode.BPELProcess}author < "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
$author < "yuriy" or (pid = "HelloWorld")
$author < "yuriy" or (pid < "HelloWorld")
$author < "yuriy" or (pid <= "HelloWorld")
$author < "yuriy" or (pid > "HelloWorld")
$author < "yuriy" or (pid >= "HelloWorld")
$author < "yuriy" or (pid like "HelloWorld")
$author < "yuriy" or (pid in ("HelloWorld","Hello*","Hello*World"))
$author < "yuriy" or (pid in ("Hello*","Hello*World"))
$author < "yuriy" or (pid in ("Hello*World"))
$author < "yuriy" or (iid = "2006")
$author < "yuriy" or (iid < "2006")
$author < "yuriy" or (iid <= "2006")
$author < "yuriy" or (iid > "2006")
$author < "yuriy" or (iid >= "2006")
$author < "yuriy" or (iid in ("2006"))
$author < "yuriy" or (iid in ("2006","20061231"))
$author < "yuriy" or (status = "active")
$author < "yuriy" or (status = "suspended")
$author < "yuriy" or (status = "error")
$author < "yuriy" or (status = "completed")
$author < "yuriy" or (status = "terminated")
$author < "yuriy" or (status = "faulted")
$author < "yuriy" or (status in ("active","suspended"))
$author < "yuriy" or (status in ("active","suspended","error","completed","terminated","faulted"))
$author < "yuriy" or (started = "2006-01-01T00:00:01")
$author < "yuriy" or (started = "2006-01-31")
$author < "yuriy" or (started = "2006-01")
$author < "yuriy" or (started = "2006")
$author < "yuriy" or (started < "2006-01-01T00:00:01")
$author < "yuriy" or (started < "2006-01-31")
$author < "yuriy" or (started < "2006-01")
$author < "yuriy" or (started < "2006")
$author < "yuriy" or (started <= "2006-01-01T00:00:01")
$author < "yuriy" or (started <= "2006-01-31")
$author < "yuriy" or (started <= "2006-01")
$author < "yuriy" or (started <= "2006")
$author < "yuriy" or (started > "2006-01-01T00:00:01")
$author < "yuriy" or (started > "2006-01-31")
$author < "yuriy" or (started > "2006-01")
$author < "yuriy" or (started > "2006")
$author < "yuriy" or (started >= "2006-01-01T00:00:01")
$author < "yuriy" or (started >= "2006-01-31")
$author < "yuriy" or (started >= "2006-01")
$author < "yuriy" or (started >= "2006")
$author < "yuriy" or (started like "2006-01-01T00:00:01")
$author < "yuriy" or (started like "2006-01-31")
$author < "yuriy" or (started like "2006-01")
$author < "yuriy" or (started like "2006")
$author < "yuriy" or (started in ("2006-01-01T00:00:01"))
$author < "yuriy" or (started in ("2006-01-31","2006-01"))
$author < "yuriy" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
$author < "yuriy" or (last-active = "2006-02-01T00:00:01")
$author < "yuriy" or (last-active = "2006-02-21")
$author < "yuriy" or (last-active = "2006-02")
$author < "yuriy" or (last-active = "2006")
$author < "yuriy" or (last-active < "2006-02-01T00:00:01")
$author < "yuriy" or (last-active < "2006-02-21")
$author < "yuriy" or (last-active < "2006-02")
$author < "yuriy" or (last-active < "2006")
$author < "yuriy" or (last-active <= "2006-02-01T00:00:01")
$author < "yuriy" or (last-active <= "2006-02-21")
$author < "yuriy" or (last-active <= "2006-02")
$author < "yuriy" or (last-active <= "2006")
$author < "yuriy" or (last-active > "2006-02-01T00:00:01")
$author < "yuriy" or (last-active > "2006-02-21")
$author < "yuriy" or (last-active > "2006-02")
$author < "yuriy" or (last-active > "2006")
$author < "yuriy" or (last-active >= "2006-02-01T00:00:01")
$author < "yuriy" or (last-active >= "2006-02-21")
$author < "yuriy" or (last-active >= "2006-02")
$author < "yuriy" or (last-active >= "2006")
$author < "yuriy" or (last-active like "2006-02-01T00:00:01")
$author < "yuriy" or (last-active like "2006-02-21")
$author < "yuriy" or (last-active like "2006-02")
$author < "yuriy" or (last-active like "2006")
$author < "yuriy" or (last-active in ("2006-02-01T00:00:01"))
$author < "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
$author < "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
${org.apache.ode.BPELProcess}author <= "yuriy" or (pid = "HelloWorld")
${org.apache.ode.BPELProcess}author <= "yuriy" or (pid < "HelloWorld")
${org.apache.ode.BPELProcess}author <= "yuriy" or (pid <= "HelloWorld")
${org.apache.ode.BPELProcess}author <= "yuriy" or (pid > "HelloWorld")
${org.apache.ode.BPELProcess}author <= "yuriy" or (pid >= "HelloWorld")
${org.apache.ode.BPELProcess}author <= "yuriy" or (pid like "HelloWorld")
${org.apache.ode.BPELProcess}author <= "yuriy" or (pid in ("HelloWorld","Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author <= "yuriy" or (pid in ("Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author <= "yuriy" or (pid in ("Hello*World"))
${org.apache.ode.BPELProcess}author <= "yuriy" or (iid = "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" or (iid < "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" or (iid <= "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" or (iid > "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" or (iid >= "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" or (iid in ("2006"))
${org.apache.ode.BPELProcess}author <= "yuriy" or (iid in ("2006","20061231"))
${org.apache.ode.BPELProcess}author <= "yuriy" or (status = "active")
${org.apache.ode.BPELProcess}author <= "yuriy" or (status = "suspended")
${org.apache.ode.BPELProcess}author <= "yuriy" or (status = "error")
${org.apache.ode.BPELProcess}author <= "yuriy" or (status = "completed")
${org.apache.ode.BPELProcess}author <= "yuriy" or (status = "terminated")
${org.apache.ode.BPELProcess}author <= "yuriy" or (status = "faulted")
${org.apache.ode.BPELProcess}author <= "yuriy" or (status in ("active","suspended"))
${org.apache.ode.BPELProcess}author <= "yuriy" or (status in ("active","suspended","error","completed","terminated","faulted"))
${org.apache.ode.BPELProcess}author <= "yuriy" or (started = "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started = "2006-01-31")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started = "2006-01")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started = "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started < "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started < "2006-01-31")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started < "2006-01")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started < "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started <= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started <= "2006-01-31")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started <= "2006-01")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started <= "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started > "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started > "2006-01-31")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started > "2006-01")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started > "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started >= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started >= "2006-01-31")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started >= "2006-01")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started >= "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started like "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started like "2006-01-31")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started like "2006-01")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started like "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" or (started in ("2006-01-01T00:00:01"))
${org.apache.ode.BPELProcess}author <= "yuriy" or (started in ("2006-01-31","2006-01"))
${org.apache.ode.BPELProcess}author <= "yuriy" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active = "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active = "2006-02-21")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active = "2006-02")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active = "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active < "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active < "2006-02-21")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active < "2006-02")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active < "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active <= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active <= "2006-02-21")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active <= "2006-02")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active <= "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active > "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active > "2006-02-21")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active > "2006-02")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active > "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active >= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active >= "2006-02-21")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active >= "2006-02")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active >= "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active like "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active like "2006-02-21")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active like "2006-02")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active like "2006")
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active in ("2006-02-01T00:00:01"))
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
${org.apache.ode.BPELProcess}author <= "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
$author <= "yuriy" or (pid = "HelloWorld")
$author <= "yuriy" or (pid < "HelloWorld")
$author <= "yuriy" or (pid <= "HelloWorld")
$author <= "yuriy" or (pid > "HelloWorld")
$author <= "yuriy" or (pid >= "HelloWorld")
$author <= "yuriy" or (pid like "HelloWorld")
$author <= "yuriy" or (pid in ("HelloWorld","Hello*","Hello*World"))
$author <= "yuriy" or (pid in ("Hello*","Hello*World"))
$author <= "yuriy" or (pid in ("Hello*World"))
$author <= "yuriy" or (iid = "2006")
$author <= "yuriy" or (iid < "2006")
$author <= "yuriy" or (iid <= "2006")
$author <= "yuriy" or (iid > "2006")
$author <= "yuriy" or (iid >= "2006")
$author <= "yuriy" or (iid in ("2006"))
$author <= "yuriy" or (iid in ("2006","20061231"))
$author <= "yuriy" or (status = "active")
$author <= "yuriy" or (status = "suspended")
$author <= "yuriy" or (status = "error")
$author <= "yuriy" or (status = "completed")
$author <= "yuriy" or (status = "terminated")
$author <= "yuriy" or (status = "faulted")
$author <= "yuriy" or (status in ("active","suspended"))
$author <= "yuriy" or (status in ("active","suspended","error","completed","terminated","faulted"))
$author <= "yuriy" or (started = "2006-01-01T00:00:01")
$author <= "yuriy" or (started = "2006-01-31")
$author <= "yuriy" or (started = "2006-01")
$author <= "yuriy" or (started = "2006")
$author <= "yuriy" or (started < "2006-01-01T00:00:01")
$author <= "yuriy" or (started < "2006-01-31")
$author <= "yuriy" or (started < "2006-01")
$author <= "yuriy" or (started < "2006")
$author <= "yuriy" or (started <= "2006-01-01T00:00:01")
$author <= "yuriy" or (started <= "2006-01-31")
$author <= "yuriy" or (started <= "2006-01")
$author <= "yuriy" or (started <= "2006")
$author <= "yuriy" or (started > "2006-01-01T00:00:01")
$author <= "yuriy" or (started > "2006-01-31")
$author <= "yuriy" or (started > "2006-01")
$author <= "yuriy" or (started > "2006")
$author <= "yuriy" or (started >= "2006-01-01T00:00:01")
$author <= "yuriy" or (started >= "2006-01-31")
$author <= "yuriy" or (started >= "2006-01")
$author <= "yuriy" or (started >= "2006")
$author <= "yuriy" or (started like "2006-01-01T00:00:01")
$author <= "yuriy" or (started like "2006-01-31")
$author <= "yuriy" or (started like "2006-01")
$author <= "yuriy" or (started like "2006")
$author <= "yuriy" or (started in ("2006-01-01T00:00:01"))
$author <= "yuriy" or (started in ("2006-01-31","2006-01"))
$author <= "yuriy" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
$author <= "yuriy" or (last-active = "2006-02-01T00:00:01")
$author <= "yuriy" or (last-active = "2006-02-21")
$author <= "yuriy" or (last-active = "2006-02")
$author <= "yuriy" or (last-active = "2006")
$author <= "yuriy" or (last-active < "2006-02-01T00:00:01")
$author <= "yuriy" or (last-active < "2006-02-21")
$author <= "yuriy" or (last-active < "2006-02")
$author <= "yuriy" or (last-active < "2006")
$author <= "yuriy" or (last-active <= "2006-02-01T00:00:01")
$author <= "yuriy" or (last-active <= "2006-02-21")
$author <= "yuriy" or (last-active <= "2006-02")
$author <= "yuriy" or (last-active <= "2006")
$author <= "yuriy" or (last-active > "2006-02-01T00:00:01")
$author <= "yuriy" or (last-active > "2006-02-21")
$author <= "yuriy" or (last-active > "2006-02")
$author <= "yuriy" or (last-active > "2006")
$author <= "yuriy" or (last-active >= "2006-02-01T00:00:01")
$author <= "yuriy" or (last-active >= "2006-02-21")
$author <= "yuriy" or (last-active >= "2006-02")
$author <= "yuriy" or (last-active >= "2006")
$author <= "yuriy" or (last-active like "2006-02-01T00:00:01")
$author <= "yuriy" or (last-active like "2006-02-21")
$author <= "yuriy" or (last-active like "2006-02")
$author <= "yuriy" or (last-active like "2006")
$author <= "yuriy" or (last-active in ("2006-02-01T00:00:01"))
$author <= "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
$author <= "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
${org.apache.ode.BPELProcess}author > "yuriy" or (pid = "HelloWorld")
${org.apache.ode.BPELProcess}author > "yuriy" or (pid < "HelloWorld")
${org.apache.ode.BPELProcess}author > "yuriy" or (pid <= "HelloWorld")
${org.apache.ode.BPELProcess}author > "yuriy" or (pid > "HelloWorld")
${org.apache.ode.BPELProcess}author > "yuriy" or (pid >= "HelloWorld")
${org.apache.ode.BPELProcess}author > "yuriy" or (pid like "HelloWorld")
${org.apache.ode.BPELProcess}author > "yuriy" or (pid in ("HelloWorld","Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author > "yuriy" or (pid in ("Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author > "yuriy" or (pid in ("Hello*World"))
${org.apache.ode.BPELProcess}author > "yuriy" or (iid = "2006")
${org.apache.ode.BPELProcess}author > "yuriy" or (iid < "2006")
${org.apache.ode.BPELProcess}author > "yuriy" or (iid <= "2006")
${org.apache.ode.BPELProcess}author > "yuriy" or (iid > "2006")
${org.apache.ode.BPELProcess}author > "yuriy" or (iid >= "2006")
${org.apache.ode.BPELProcess}author > "yuriy" or (iid in ("2006"))
${org.apache.ode.BPELProcess}author > "yuriy" or (iid in ("2006","20061231"))
${org.apache.ode.BPELProcess}author > "yuriy" or (status = "active")
${org.apache.ode.BPELProcess}author > "yuriy" or (status = "suspended")
${org.apache.ode.BPELProcess}author > "yuriy" or (status = "error")
${org.apache.ode.BPELProcess}author > "yuriy" or (status = "completed")
${org.apache.ode.BPELProcess}author > "yuriy" or (status = "terminated")
${org.apache.ode.BPELProcess}author > "yuriy" or (status = "faulted")
${org.apache.ode.BPELProcess}author > "yuriy" or (status in ("active","suspended"))
${org.apache.ode.BPELProcess}author > "yuriy" or (status in ("active","suspended","error","completed","terminated","faulted"))
${org.apache.ode.BPELProcess}author > "yuriy" or (started = "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" or (started = "2006-01-31")
${org.apache.ode.BPELProcess}author > "yuriy" or (started = "2006-01")
${org.apache.ode.BPELProcess}author > "yuriy" or (started = "2006")
${org.apache.ode.BPELProcess}author > "yuriy" or (started < "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" or (started < "2006-01-31")
${org.apache.ode.BPELProcess}author > "yuriy" or (started < "2006-01")
${org.apache.ode.BPELProcess}author > "yuriy" or (started < "2006")
${org.apache.ode.BPELProcess}author > "yuriy" or (started <= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" or (started <= "2006-01-31")
${org.apache.ode.BPELProcess}author > "yuriy" or (started <= "2006-01")
${org.apache.ode.BPELProcess}author > "yuriy" or (started <= "2006")
${org.apache.ode.BPELProcess}author > "yuriy" or (started > "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" or (started > "2006-01-31")
${org.apache.ode.BPELProcess}author > "yuriy" or (started > "2006-01")
${org.apache.ode.BPELProcess}author > "yuriy" or (started > "2006")
${org.apache.ode.BPELProcess}author > "yuriy" or (started >= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" or (started >= "2006-01-31")
${org.apache.ode.BPELProcess}author > "yuriy" or (started >= "2006-01")
${org.apache.ode.BPELProcess}author > "yuriy" or (started >= "2006")
${org.apache.ode.BPELProcess}author > "yuriy" or (started like "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" or (started like "2006-01-31")
${org.apache.ode.BPELProcess}author > "yuriy" or (started like "2006-01")
${org.apache.ode.BPELProcess}author > "yuriy" or (started like "2006")
${org.apache.ode.BPELProcess}author > "yuriy" or (started in ("2006-01-01T00:00:01"))
${org.apache.ode.BPELProcess}author > "yuriy" or (started in ("2006-01-31","2006-01"))
${org.apache.ode.BPELProcess}author > "yuriy" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active = "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active = "2006-02-21")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active = "2006-02")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active = "2006")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active < "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active < "2006-02-21")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active < "2006-02")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active < "2006")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active <= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active <= "2006-02-21")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active <= "2006-02")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active <= "2006")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active > "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active > "2006-02-21")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active > "2006-02")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active > "2006")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active >= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active >= "2006-02-21")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active >= "2006-02")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active >= "2006")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active like "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active like "2006-02-21")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active like "2006-02")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active like "2006")
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active in ("2006-02-01T00:00:01"))
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
${org.apache.ode.BPELProcess}author > "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
$author > "yuriy" or (pid = "HelloWorld")
$author > "yuriy" or (pid < "HelloWorld")
$author > "yuriy" or (pid <= "HelloWorld")
$author > "yuriy" or (pid > "HelloWorld")
$author > "yuriy" or (pid >= "HelloWorld")
$author > "yuriy" or (pid like "HelloWorld")
$author > "yuriy" or (pid in ("HelloWorld","Hello*","Hello*World"))
$author > "yuriy" or (pid in ("Hello*","Hello*World"))
$author > "yuriy" or (pid in ("Hello*World"))
$author > "yuriy" or (iid = "2006")
$author > "yuriy" or (iid < "2006")
$author > "yuriy" or (iid <= "2006")
$author > "yuriy" or (iid > "2006")
$author > "yuriy" or (iid >= "2006")
$author > "yuriy" or (iid in ("2006"))
$author > "yuriy" or (iid in ("2006","20061231"))
$author > "yuriy" or (status = "active")
$author > "yuriy" or (status = "suspended")
$author > "yuriy" or (status = "error")
$author > "yuriy" or (status = "completed")
$author > "yuriy" or (status = "terminated")
$author > "yuriy" or (status = "faulted")
$author > "yuriy" or (status in ("active","suspended"))
$author > "yuriy" or (status in ("active","suspended","error","completed","terminated","faulted"))
$author > "yuriy" or (started = "2006-01-01T00:00:01")
$author > "yuriy" or (started = "2006-01-31")
$author > "yuriy" or (started = "2006-01")
$author > "yuriy" or (started = "2006")
$author > "yuriy" or (started < "2006-01-01T00:00:01")
$author > "yuriy" or (started < "2006-01-31")
$author > "yuriy" or (started < "2006-01")
$author > "yuriy" or (started < "2006")
$author > "yuriy" or (started <= "2006-01-01T00:00:01")
$author > "yuriy" or (started <= "2006-01-31")
$author > "yuriy" or (started <= "2006-01")
$author > "yuriy" or (started <= "2006")
$author > "yuriy" or (started > "2006-01-01T00:00:01")
$author > "yuriy" or (started > "2006-01-31")
$author > "yuriy" or (started > "2006-01")
$author > "yuriy" or (started > "2006")
$author > "yuriy" or (started >= "2006-01-01T00:00:01")
$author > "yuriy" or (started >= "2006-01-31")
$author > "yuriy" or (started >= "2006-01")
$author > "yuriy" or (started >= "2006")
$author > "yuriy" or (started like "2006-01-01T00:00:01")
$author > "yuriy" or (started like "2006-01-31")
$author > "yuriy" or (started like "2006-01")
$author > "yuriy" or (started like "2006")
$author > "yuriy" or (started in ("2006-01-01T00:00:01"))
$author > "yuriy" or (started in ("2006-01-31","2006-01"))
$author > "yuriy" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
$author > "yuriy" or (last-active = "2006-02-01T00:00:01")
$author > "yuriy" or (last-active = "2006-02-21")
$author > "yuriy" or (last-active = "2006-02")
$author > "yuriy" or (last-active = "2006")
$author > "yuriy" or (last-active < "2006-02-01T00:00:01")
$author > "yuriy" or (last-active < "2006-02-21")
$author > "yuriy" or (last-active < "2006-02")
$author > "yuriy" or (last-active < "2006")
$author > "yuriy" or (last-active <= "2006-02-01T00:00:01")
$author > "yuriy" or (last-active <= "2006-02-21")
$author > "yuriy" or (last-active <= "2006-02")
$author > "yuriy" or (last-active <= "2006")
$author > "yuriy" or (last-active > "2006-02-01T00:00:01")
$author > "yuriy" or (last-active > "2006-02-21")
$author > "yuriy" or (last-active > "2006-02")
$author > "yuriy" or (last-active > "2006")
$author > "yuriy" or (last-active >= "2006-02-01T00:00:01")
$author > "yuriy" or (last-active >= "2006-02-21")
$author > "yuriy" or (last-active >= "2006-02")
$author > "yuriy" or (last-active >= "2006")
$author > "yuriy" or (last-active like "2006-02-01T00:00:01")
$author > "yuriy" or (last-active like "2006-02-21")
$author > "yuriy" or (last-active like "2006-02")
$author > "yuriy" or (last-active like "2006")
$author > "yuriy" or (last-active in ("2006-02-01T00:00:01"))
$author > "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
$author > "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
${org.apache.ode.BPELProcess}author >= "yuriy" or (pid = "HelloWorld")
${org.apache.ode.BPELProcess}author >= "yuriy" or (pid < "HelloWorld")
${org.apache.ode.BPELProcess}author >= "yuriy" or (pid <= "HelloWorld")
${org.apache.ode.BPELProcess}author >= "yuriy" or (pid > "HelloWorld")
${org.apache.ode.BPELProcess}author >= "yuriy" or (pid >= "HelloWorld")
${org.apache.ode.BPELProcess}author >= "yuriy" or (pid like "HelloWorld")
${org.apache.ode.BPELProcess}author >= "yuriy" or (pid in ("HelloWorld","Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author >= "yuriy" or (pid in ("Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author >= "yuriy" or (pid in ("Hello*World"))
${org.apache.ode.BPELProcess}author >= "yuriy" or (iid = "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" or (iid < "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" or (iid <= "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" or (iid > "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" or (iid >= "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" or (iid in ("2006"))
${org.apache.ode.BPELProcess}author >= "yuriy" or (iid in ("2006","20061231"))
${org.apache.ode.BPELProcess}author >= "yuriy" or (status = "active")
${org.apache.ode.BPELProcess}author >= "yuriy" or (status = "suspended")
${org.apache.ode.BPELProcess}author >= "yuriy" or (status = "error")
${org.apache.ode.BPELProcess}author >= "yuriy" or (status = "completed")
${org.apache.ode.BPELProcess}author >= "yuriy" or (status = "terminated")
${org.apache.ode.BPELProcess}author >= "yuriy" or (status = "faulted")
${org.apache.ode.BPELProcess}author >= "yuriy" or (status in ("active","suspended"))
${org.apache.ode.BPELProcess}author >= "yuriy" or (status in ("active","suspended","error","completed","terminated","faulted"))
${org.apache.ode.BPELProcess}author >= "yuriy" or (started = "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started = "2006-01-31")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started = "2006-01")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started = "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started < "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started < "2006-01-31")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started < "2006-01")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started < "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started <= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started <= "2006-01-31")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started <= "2006-01")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started <= "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started > "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started > "2006-01-31")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started > "2006-01")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started > "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started >= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started >= "2006-01-31")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started >= "2006-01")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started >= "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started like "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started like "2006-01-31")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started like "2006-01")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started like "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" or (started in ("2006-01-01T00:00:01"))
${org.apache.ode.BPELProcess}author >= "yuriy" or (started in ("2006-01-31","2006-01"))
${org.apache.ode.BPELProcess}author >= "yuriy" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active = "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active = "2006-02-21")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active = "2006-02")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active = "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active < "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active < "2006-02-21")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active < "2006-02")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active < "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active <= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active <= "2006-02-21")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active <= "2006-02")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active <= "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active > "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active > "2006-02-21")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active > "2006-02")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active > "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active >= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active >= "2006-02-21")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active >= "2006-02")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active >= "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active like "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active like "2006-02-21")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active like "2006-02")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active like "2006")
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active in ("2006-02-01T00:00:01"))
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
${org.apache.ode.BPELProcess}author >= "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
$author >= "yuriy" or (pid = "HelloWorld")
$author >= "yuriy" or (pid < "HelloWorld")
$author >= "yuriy" or (pid <= "HelloWorld")
$author >= "yuriy" or (pid > "HelloWorld")
$author >= "yuriy" or (pid >= "HelloWorld")
$author >= "yuriy" or (pid like "HelloWorld")
$author >= "yuriy" or (pid in ("HelloWorld","Hello*","Hello*World"))
$author >= "yuriy" or (pid in ("Hello*","Hello*World"))
$author >= "yuriy" or (pid in ("Hello*World"))
$author >= "yuriy" or (iid = "2006")
$author >= "yuriy" or (iid < "2006")
$author >= "yuriy" or (iid <= "2006")
$author >= "yuriy" or (iid > "2006")
$author >= "yuriy" or (iid >= "2006")
$author >= "yuriy" or (iid in ("2006"))
$author >= "yuriy" or (iid in ("2006","20061231"))
$author >= "yuriy" or (status = "active")
$author >= "yuriy" or (status = "suspended")
$author >= "yuriy" or (status = "error")
$author >= "yuriy" or (status = "completed")
$author >= "yuriy" or (status = "terminated")
$author >= "yuriy" or (status = "faulted")
$author >= "yuriy" or (status in ("active","suspended"))
$author >= "yuriy" or (status in ("active","suspended","error","completed","terminated","faulted"))
$author >= "yuriy" or (started = "2006-01-01T00:00:01")
$author >= "yuriy" or (started = "2006-01-31")
$author >= "yuriy" or (started = "2006-01")
$author >= "yuriy" or (started = "2006")
$author >= "yuriy" or (started < "2006-01-01T00:00:01")
$author >= "yuriy" or (started < "2006-01-31")
$author >= "yuriy" or (started < "2006-01")
$author >= "yuriy" or (started < "2006")
$author >= "yuriy" or (started <= "2006-01-01T00:00:01")
$author >= "yuriy" or (started <= "2006-01-31")
$author >= "yuriy" or (started <= "2006-01")
$author >= "yuriy" or (started <= "2006")
$author >= "yuriy" or (started > "2006-01-01T00:00:01")
$author >= "yuriy" or (started > "2006-01-31")
$author >= "yuriy" or (started > "2006-01")
$author >= "yuriy" or (started > "2006")
$author >= "yuriy" or (started >= "2006-01-01T00:00:01")
$author >= "yuriy" or (started >= "2006-01-31")
$author >= "yuriy" or (started >= "2006-01")
$author >= "yuriy" or (started >= "2006")
$author >= "yuriy" or (started like "2006-01-01T00:00:01")
$author >= "yuriy" or (started like "2006-01-31")
$author >= "yuriy" or (started like "2006-01")
$author >= "yuriy" or (started like "2006")
$author >= "yuriy" or (started in ("2006-01-01T00:00:01"))
$author >= "yuriy" or (started in ("2006-01-31","2006-01"))
$author >= "yuriy" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
$author >= "yuriy" or (last-active = "2006-02-01T00:00:01")
$author >= "yuriy" or (last-active = "2006-02-21")
$author >= "yuriy" or (last-active = "2006-02")
$author >= "yuriy" or (last-active = "2006")
$author >= "yuriy" or (last-active < "2006-02-01T00:00:01")
$author >= "yuriy" or (last-active < "2006-02-21")
$author >= "yuriy" or (last-active < "2006-02")
$author >= "yuriy" or (last-active < "2006")
$author >= "yuriy" or (last-active <= "2006-02-01T00:00:01")
$author >= "yuriy" or (last-active <= "2006-02-21")
$author >= "yuriy" or (last-active <= "2006-02")
$author >= "yuriy" or (last-active <= "2006")
$author >= "yuriy" or (last-active > "2006-02-01T00:00:01")
$author >= "yuriy" or (last-active > "2006-02-21")
$author >= "yuriy" or (last-active > "2006-02")
$author >= "yuriy" or (last-active > "2006")
$author >= "yuriy" or (last-active >= "2006-02-01T00:00:01")
$author >= "yuriy" or (last-active >= "2006-02-21")
$author >= "yuriy" or (last-active >= "2006-02")
$author >= "yuriy" or (last-active >= "2006")
$author >= "yuriy" or (last-active like "2006-02-01T00:00:01")
$author >= "yuriy" or (last-active like "2006-02-21")
$author >= "yuriy" or (last-active like "2006-02")
$author >= "yuriy" or (last-active like "2006")
$author >= "yuriy" or (last-active in ("2006-02-01T00:00:01"))
$author >= "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
$author >= "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
${org.apache.ode.BPELProcess}author like "yuriy" or (pid = "HelloWorld")
${org.apache.ode.BPELProcess}author like "yuriy" or (pid < "HelloWorld")
${org.apache.ode.BPELProcess}author like "yuriy" or (pid <= "HelloWorld")
${org.apache.ode.BPELProcess}author like "yuriy" or (pid > "HelloWorld")
${org.apache.ode.BPELProcess}author like "yuriy" or (pid >= "HelloWorld")
${org.apache.ode.BPELProcess}author like "yuriy" or (pid like "HelloWorld")
${org.apache.ode.BPELProcess}author like "yuriy" or (pid in ("HelloWorld","Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author like "yuriy" or (pid in ("Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author like "yuriy" or (pid in ("Hello*World"))
${org.apache.ode.BPELProcess}author like "yuriy" or (iid = "2006")
${org.apache.ode.BPELProcess}author like "yuriy" or (iid < "2006")
${org.apache.ode.BPELProcess}author like "yuriy" or (iid <= "2006")
${org.apache.ode.BPELProcess}author like "yuriy" or (iid > "2006")
${org.apache.ode.BPELProcess}author like "yuriy" or (iid >= "2006")
${org.apache.ode.BPELProcess}author like "yuriy" or (iid in ("2006"))
${org.apache.ode.BPELProcess}author like "yuriy" or (iid in ("2006","20061231"))
${org.apache.ode.BPELProcess}author like "yuriy" or (status = "active")
${org.apache.ode.BPELProcess}author like "yuriy" or (status = "suspended")
${org.apache.ode.BPELProcess}author like "yuriy" or (status = "error")
${org.apache.ode.BPELProcess}author like "yuriy" or (status = "completed")
${org.apache.ode.BPELProcess}author like "yuriy" or (status = "terminated")
${org.apache.ode.BPELProcess}author like "yuriy" or (status = "faulted")
${org.apache.ode.BPELProcess}author like "yuriy" or (status in ("active","suspended"))
${org.apache.ode.BPELProcess}author like "yuriy" or (status in ("active","suspended","error","completed","terminated","faulted"))
${org.apache.ode.BPELProcess}author like "yuriy" or (started = "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" or (started = "2006-01-31")
${org.apache.ode.BPELProcess}author like "yuriy" or (started = "2006-01")
${org.apache.ode.BPELProcess}author like "yuriy" or (started = "2006")
${org.apache.ode.BPELProcess}author like "yuriy" or (started < "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" or (started < "2006-01-31")
${org.apache.ode.BPELProcess}author like "yuriy" or (started < "2006-01")
${org.apache.ode.BPELProcess}author like "yuriy" or (started < "2006")
${org.apache.ode.BPELProcess}author like "yuriy" or (started <= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" or (started <= "2006-01-31")
${org.apache.ode.BPELProcess}author like "yuriy" or (started <= "2006-01")
${org.apache.ode.BPELProcess}author like "yuriy" or (started <= "2006")
${org.apache.ode.BPELProcess}author like "yuriy" or (started > "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" or (started > "2006-01-31")
${org.apache.ode.BPELProcess}author like "yuriy" or (started > "2006-01")
${org.apache.ode.BPELProcess}author like "yuriy" or (started > "2006")
${org.apache.ode.BPELProcess}author like "yuriy" or (started >= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" or (started >= "2006-01-31")
${org.apache.ode.BPELProcess}author like "yuriy" or (started >= "2006-01")
${org.apache.ode.BPELProcess}author like "yuriy" or (started >= "2006")
${org.apache.ode.BPELProcess}author like "yuriy" or (started like "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" or (started like "2006-01-31")
${org.apache.ode.BPELProcess}author like "yuriy" or (started like "2006-01")
${org.apache.ode.BPELProcess}author like "yuriy" or (started like "2006")
${org.apache.ode.BPELProcess}author like "yuriy" or (started in ("2006-01-01T00:00:01"))
${org.apache.ode.BPELProcess}author like "yuriy" or (started in ("2006-01-31","2006-01"))
${org.apache.ode.BPELProcess}author like "yuriy" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active = "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active = "2006-02-21")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active = "2006-02")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active = "2006")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active < "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active < "2006-02-21")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active < "2006-02")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active < "2006")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active <= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active <= "2006-02-21")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active <= "2006-02")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active <= "2006")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active > "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active > "2006-02-21")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active > "2006-02")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active > "2006")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active >= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active >= "2006-02-21")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active >= "2006-02")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active >= "2006")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active like "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active like "2006-02-21")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active like "2006-02")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active like "2006")
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active in ("2006-02-01T00:00:01"))
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
${org.apache.ode.BPELProcess}author like "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
$author like "yuriy" or (pid = "HelloWorld")
$author like "yuriy" or (pid < "HelloWorld")
$author like "yuriy" or (pid <= "HelloWorld")
$author like "yuriy" or (pid > "HelloWorld")
$author like "yuriy" or (pid >= "HelloWorld")
$author like "yuriy" or (pid like "HelloWorld")
$author like "yuriy" or (pid in ("HelloWorld","Hello*","Hello*World"))
$author like "yuriy" or (pid in ("Hello*","Hello*World"))
$author like "yuriy" or (pid in ("Hello*World"))
$author like "yuriy" or (iid = "2006")
$author like "yuriy" or (iid < "2006")
$author like "yuriy" or (iid <= "2006")
$author like "yuriy" or (iid > "2006")
$author like "yuriy" or (iid >= "2006")
$author like "yuriy" or (iid in ("2006"))
$author like "yuriy" or (iid in ("2006","20061231"))
$author like "yuriy" or (status = "active")
$author like "yuriy" or (status = "suspended")
$author like "yuriy" or (status = "error")
$author like "yuriy" or (status = "completed")
$author like "yuriy" or (status = "terminated")
$author like "yuriy" or (status = "faulted")
$author like "yuriy" or (status in ("active","suspended"))
$author like "yuriy" or (status in ("active","suspended","error","completed","terminated","faulted"))
$author like "yuriy" or (started = "2006-01-01T00:00:01")
$author like "yuriy" or (started = "2006-01-31")
$author like "yuriy" or (started = "2006-01")
$author like "yuriy" or (started = "2006")
$author like "yuriy" or (started < "2006-01-01T00:00:01")
$author like "yuriy" or (started < "2006-01-31")
$author like "yuriy" or (started < "2006-01")
$author like "yuriy" or (started < "2006")
$author like "yuriy" or (started <= "2006-01-01T00:00:01")
$author like "yuriy" or (started <= "2006-01-31")
$author like "yuriy" or (started <= "2006-01")
$author like "yuriy" or (started <= "2006")
$author like "yuriy" or (started > "2006-01-01T00:00:01")
$author like "yuriy" or (started > "2006-01-31")
$author like "yuriy" or (started > "2006-01")
$author like "yuriy" or (started > "2006")
$author like "yuriy" or (started >= "2006-01-01T00:00:01")
$author like "yuriy" or (started >= "2006-01-31")
$author like "yuriy" or (started >= "2006-01")
$author like "yuriy" or (started >= "2006")
$author like "yuriy" or (started like "2006-01-01T00:00:01")
$author like "yuriy" or (started like "2006-01-31")
$author like "yuriy" or (started like "2006-01")
$author like "yuriy" or (started like "2006")
$author like "yuriy" or (started in ("2006-01-01T00:00:01"))
$author like "yuriy" or (started in ("2006-01-31","2006-01"))
$author like "yuriy" or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
$author like "yuriy" or (last-active = "2006-02-01T00:00:01")
$author like "yuriy" or (last-active = "2006-02-21")
$author like "yuriy" or (last-active = "2006-02")
$author like "yuriy" or (last-active = "2006")
$author like "yuriy" or (last-active < "2006-02-01T00:00:01")
$author like "yuriy" or (last-active < "2006-02-21")
$author like "yuriy" or (last-active < "2006-02")
$author like "yuriy" or (last-active < "2006")
$author like "yuriy" or (last-active <= "2006-02-01T00:00:01")
$author like "yuriy" or (last-active <= "2006-02-21")
$author like "yuriy" or (last-active <= "2006-02")
$author like "yuriy" or (last-active <= "2006")
$author like "yuriy" or (last-active > "2006-02-01T00:00:01")
$author like "yuriy" or (last-active > "2006-02-21")
$author like "yuriy" or (last-active > "2006-02")
$author like "yuriy" or (last-active > "2006")
$author like "yuriy" or (last-active >= "2006-02-01T00:00:01")
$author like "yuriy" or (last-active >= "2006-02-21")
$author like "yuriy" or (last-active >= "2006-02")
$author like "yuriy" or (last-active >= "2006")
$author like "yuriy" or (last-active like "2006-02-01T00:00:01")
$author like "yuriy" or (last-active like "2006-02-21")
$author like "yuriy" or (last-active like "2006-02")
$author like "yuriy" or (last-active like "2006")
$author like "yuriy" or (last-active in ("2006-02-01T00:00:01"))
$author like "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
$author like "yuriy" or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
${org.apache.ode.BPELProcess}author in ("yuriy") or (pid = "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy") or (pid < "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy") or (pid <= "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy") or (pid > "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy") or (pid >= "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy") or (pid like "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy") or (pid in ("HelloWorld","Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author in ("yuriy") or (pid in ("Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author in ("yuriy") or (pid in ("Hello*World"))
${org.apache.ode.BPELProcess}author in ("yuriy") or (iid = "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") or (iid < "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") or (iid <= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") or (iid > "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") or (iid >= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") or (iid in ("2006"))
${org.apache.ode.BPELProcess}author in ("yuriy") or (iid in ("2006","20061231"))
${org.apache.ode.BPELProcess}author in ("yuriy") or (status = "active")
${org.apache.ode.BPELProcess}author in ("yuriy") or (status = "suspended")
${org.apache.ode.BPELProcess}author in ("yuriy") or (status = "error")
${org.apache.ode.BPELProcess}author in ("yuriy") or (status = "completed")
${org.apache.ode.BPELProcess}author in ("yuriy") or (status = "terminated")
${org.apache.ode.BPELProcess}author in ("yuriy") or (status = "faulted")
${org.apache.ode.BPELProcess}author in ("yuriy") or (status in ("active","suspended"))
${org.apache.ode.BPELProcess}author in ("yuriy") or (status in ("active","suspended","error","completed","terminated","faulted"))
${org.apache.ode.BPELProcess}author in ("yuriy") or (started = "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started = "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started = "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started = "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started < "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started < "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started < "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started < "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started <= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started <= "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started <= "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started <= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started > "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started > "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started > "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started > "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started >= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started >= "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started >= "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started >= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started like "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started like "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started like "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started like "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") or (started in ("2006-01-01T00:00:01"))
${org.apache.ode.BPELProcess}author in ("yuriy") or (started in ("2006-01-31","2006-01"))
${org.apache.ode.BPELProcess}author in ("yuriy") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active = "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active = "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active = "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active = "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active < "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active < "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active < "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active < "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active <= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active <= "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active <= "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active <= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active > "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active > "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active > "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active > "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active >= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active >= "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active >= "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active >= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active like "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active like "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active like "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active like "2006")
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active in ("2006-02-01T00:00:01"))
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
${org.apache.ode.BPELProcess}author in ("yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
$author in ("yuriy") or (pid = "HelloWorld")
$author in ("yuriy") or (pid < "HelloWorld")
$author in ("yuriy") or (pid <= "HelloWorld")
$author in ("yuriy") or (pid > "HelloWorld")
$author in ("yuriy") or (pid >= "HelloWorld")
$author in ("yuriy") or (pid like "HelloWorld")
$author in ("yuriy") or (pid in ("HelloWorld","Hello*","Hello*World"))
$author in ("yuriy") or (pid in ("Hello*","Hello*World"))
$author in ("yuriy") or (pid in ("Hello*World"))
$author in ("yuriy") or (iid = "2006")
$author in ("yuriy") or (iid < "2006")
$author in ("yuriy") or (iid <= "2006")
$author in ("yuriy") or (iid > "2006")
$author in ("yuriy") or (iid >= "2006")
$author in ("yuriy") or (iid in ("2006"))
$author in ("yuriy") or (iid in ("2006","20061231"))
$author in ("yuriy") or (status = "active")
$author in ("yuriy") or (status = "suspended")
$author in ("yuriy") or (status = "error")
$author in ("yuriy") or (status = "completed")
$author in ("yuriy") or (status = "terminated")
$author in ("yuriy") or (status = "faulted")
$author in ("yuriy") or (status in ("active","suspended"))
$author in ("yuriy") or (status in ("active","suspended","error","completed","terminated","faulted"))
$author in ("yuriy") or (started = "2006-01-01T00:00:01")
$author in ("yuriy") or (started = "2006-01-31")
$author in ("yuriy") or (started = "2006-01")
$author in ("yuriy") or (started = "2006")
$author in ("yuriy") or (started < "2006-01-01T00:00:01")
$author in ("yuriy") or (started < "2006-01-31")
$author in ("yuriy") or (started < "2006-01")
$author in ("yuriy") or (started < "2006")
$author in ("yuriy") or (started <= "2006-01-01T00:00:01")
$author in ("yuriy") or (started <= "2006-01-31")
$author in ("yuriy") or (started <= "2006-01")
$author in ("yuriy") or (started <= "2006")
$author in ("yuriy") or (started > "2006-01-01T00:00:01")
$author in ("yuriy") or (started > "2006-01-31")
$author in ("yuriy") or (started > "2006-01")
$author in ("yuriy") or (started > "2006")
$author in ("yuriy") or (started >= "2006-01-01T00:00:01")
$author in ("yuriy") or (started >= "2006-01-31")
$author in ("yuriy") or (started >= "2006-01")
$author in ("yuriy") or (started >= "2006")
$author in ("yuriy") or (started like "2006-01-01T00:00:01")
$author in ("yuriy") or (started like "2006-01-31")
$author in ("yuriy") or (started like "2006-01")
$author in ("yuriy") or (started like "2006")
$author in ("yuriy") or (started in ("2006-01-01T00:00:01"))
$author in ("yuriy") or (started in ("2006-01-31","2006-01"))
$author in ("yuriy") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
$author in ("yuriy") or (last-active = "2006-02-01T00:00:01")
$author in ("yuriy") or (last-active = "2006-02-21")
$author in ("yuriy") or (last-active = "2006-02")
$author in ("yuriy") or (last-active = "2006")
$author in ("yuriy") or (last-active < "2006-02-01T00:00:01")
$author in ("yuriy") or (last-active < "2006-02-21")
$author in ("yuriy") or (last-active < "2006-02")
$author in ("yuriy") or (last-active < "2006")
$author in ("yuriy") or (last-active <= "2006-02-01T00:00:01")
$author in ("yuriy") or (last-active <= "2006-02-21")
$author in ("yuriy") or (last-active <= "2006-02")
$author in ("yuriy") or (last-active <= "2006")
$author in ("yuriy") or (last-active > "2006-02-01T00:00:01")
$author in ("yuriy") or (last-active > "2006-02-21")
$author in ("yuriy") or (last-active > "2006-02")
$author in ("yuriy") or (last-active > "2006")
$author in ("yuriy") or (last-active >= "2006-02-01T00:00:01")
$author in ("yuriy") or (last-active >= "2006-02-21")
$author in ("yuriy") or (last-active >= "2006-02")
$author in ("yuriy") or (last-active >= "2006")
$author in ("yuriy") or (last-active like "2006-02-01T00:00:01")
$author in ("yuriy") or (last-active like "2006-02-21")
$author in ("yuriy") or (last-active like "2006-02")
$author in ("yuriy") or (last-active like "2006")
$author in ("yuriy") or (last-active in ("2006-02-01T00:00:01"))
$author in ("yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
$author in ("yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (pid = "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (pid < "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (pid <= "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (pid > "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (pid >= "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (pid like "HelloWorld")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (pid in ("HelloWorld","Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (pid in ("Hello*","Hello*World"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (pid in ("Hello*World"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (iid = "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (iid < "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (iid <= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (iid > "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (iid >= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (iid in ("2006"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (iid in ("2006","20061231"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (status = "active")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (status = "suspended")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (status = "error")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (status = "completed")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (status = "terminated")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (status = "faulted")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (status in ("active","suspended"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (status in ("active","suspended","error","completed","terminated","faulted"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started = "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started = "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started = "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started = "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started < "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started < "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started < "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started < "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started <= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started <= "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started <= "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started <= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started > "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started > "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started > "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started > "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started >= "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started >= "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started >= "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started >= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started like "2006-01-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started like "2006-01-31")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started like "2006-01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started like "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started in ("2006-01-01T00:00:01"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started in ("2006-01-31","2006-01"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active = "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active = "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active = "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active = "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active < "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active < "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active < "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active < "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active <= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active <= "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active <= "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active <= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active > "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active > "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active > "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active > "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active >= "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active >= "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active >= "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active >= "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active like "2006-02-01T00:00:01")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active like "2006-02-21")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active like "2006-02")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active like "2006")
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active in ("2006-02-01T00:00:01"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
$author in ("yuriy","kostya","nazar","orest") or (pid = "HelloWorld")
$author in ("yuriy","kostya","nazar","orest") or (pid < "HelloWorld")
$author in ("yuriy","kostya","nazar","orest") or (pid <= "HelloWorld")
$author in ("yuriy","kostya","nazar","orest") or (pid > "HelloWorld")
$author in ("yuriy","kostya","nazar","orest") or (pid >= "HelloWorld")
$author in ("yuriy","kostya","nazar","orest") or (pid like "HelloWorld")
$author in ("yuriy","kostya","nazar","orest") or (pid in ("HelloWorld","Hello*","Hello*World"))
$author in ("yuriy","kostya","nazar","orest") or (pid in ("Hello*","Hello*World"))
$author in ("yuriy","kostya","nazar","orest") or (pid in ("Hello*World"))
$author in ("yuriy","kostya","nazar","orest") or (iid = "2006")
$author in ("yuriy","kostya","nazar","orest") or (iid < "2006")
$author in ("yuriy","kostya","nazar","orest") or (iid <= "2006")
$author in ("yuriy","kostya","nazar","orest") or (iid > "2006")
$author in ("yuriy","kostya","nazar","orest") or (iid >= "2006")
$author in ("yuriy","kostya","nazar","orest") or (iid in ("2006"))
$author in ("yuriy","kostya","nazar","orest") or (iid in ("2006","20061231"))
$author in ("yuriy","kostya","nazar","orest") or (status = "active")
$author in ("yuriy","kostya","nazar","orest") or (status = "suspended")
$author in ("yuriy","kostya","nazar","orest") or (status = "error")
$author in ("yuriy","kostya","nazar","orest") or (status = "completed")
$author in ("yuriy","kostya","nazar","orest") or (status = "terminated")
$author in ("yuriy","kostya","nazar","orest") or (status = "faulted")
$author in ("yuriy","kostya","nazar","orest") or (status in ("active","suspended"))
$author in ("yuriy","kostya","nazar","orest") or (status in ("active","suspended","error","completed","terminated","faulted"))
$author in ("yuriy","kostya","nazar","orest") or (started = "2006-01-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") or (started = "2006-01-31")
$author in ("yuriy","kostya","nazar","orest") or (started = "2006-01")
$author in ("yuriy","kostya","nazar","orest") or (started = "2006")
$author in ("yuriy","kostya","nazar","orest") or (started < "2006-01-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") or (started < "2006-01-31")
$author in ("yuriy","kostya","nazar","orest") or (started < "2006-01")
$author in ("yuriy","kostya","nazar","orest") or (started < "2006")
$author in ("yuriy","kostya","nazar","orest") or (started <= "2006-01-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") or (started <= "2006-01-31")
$author in ("yuriy","kostya","nazar","orest") or (started <= "2006-01")
$author in ("yuriy","kostya","nazar","orest") or (started <= "2006")
$author in ("yuriy","kostya","nazar","orest") or (started > "2006-01-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") or (started > "2006-01-31")
$author in ("yuriy","kostya","nazar","orest") or (started > "2006-01")
$author in ("yuriy","kostya","nazar","orest") or (started > "2006")
$author in ("yuriy","kostya","nazar","orest") or (started >= "2006-01-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") or (started >= "2006-01-31")
$author in ("yuriy","kostya","nazar","orest") or (started >= "2006-01")
$author in ("yuriy","kostya","nazar","orest") or (started >= "2006")
$author in ("yuriy","kostya","nazar","orest") or (started like "2006-01-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") or (started like "2006-01-31")
$author in ("yuriy","kostya","nazar","orest") or (started like "2006-01")
$author in ("yuriy","kostya","nazar","orest") or (started like "2006")
$author in ("yuriy","kostya","nazar","orest") or (started in ("2006-01-01T00:00:01"))
$author in ("yuriy","kostya","nazar","orest") or (started in ("2006-01-31","2006-01"))
$author in ("yuriy","kostya","nazar","orest") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
$author in ("yuriy","kostya","nazar","orest") or (last-active = "2006-02-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") or (last-active = "2006-02-21")
$author in ("yuriy","kostya","nazar","orest") or (last-active = "2006-02")
$author in ("yuriy","kostya","nazar","orest") or (last-active = "2006")
$author in ("yuriy","kostya","nazar","orest") or (last-active < "2006-02-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") or (last-active < "2006-02-21")
$author in ("yuriy","kostya","nazar","orest") or (last-active < "2006-02")
$author in ("yuriy","kostya","nazar","orest") or (last-active < "2006")
$author in ("yuriy","kostya","nazar","orest") or (last-active <= "2006-02-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") or (last-active <= "2006-02-21")
$author in ("yuriy","kostya","nazar","orest") or (last-active <= "2006-02")
$author in ("yuriy","kostya","nazar","orest") or (last-active <= "2006")
$author in ("yuriy","kostya","nazar","orest") or (last-active > "2006-02-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") or (last-active > "2006-02-21")
$author in ("yuriy","kostya","nazar","orest") or (last-active > "2006-02")
$author in ("yuriy","kostya","nazar","orest") or (last-active > "2006")
$author in ("yuriy","kostya","nazar","orest") or (last-active >= "2006-02-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") or (last-active >= "2006-02-21")
$author in ("yuriy","kostya","nazar","orest") or (last-active >= "2006-02")
$author in ("yuriy","kostya","nazar","orest") or (last-active >= "2006")
$author in ("yuriy","kostya","nazar","orest") or (last-active like "2006-02-01T00:00:01")
$author in ("yuriy","kostya","nazar","orest") or (last-active like "2006-02-21")
$author in ("yuriy","kostya","nazar","orest") or (last-active like "2006-02")
$author in ("yuriy","kostya","nazar","orest") or (last-active like "2006")
$author in ("yuriy","kostya","nazar","orest") or (last-active in ("2006-02-01T00:00:01"))
$author in ("yuriy","kostya","nazar","orest") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
$author in ("yuriy","kostya","nazar","orest") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(${org.apache.ode.BPELProcess}author = "yuriy") or (pid = "HelloWorld")
(${org.apache.ode.BPELProcess}author = "yuriy") or (pid < "HelloWorld")
(${org.apache.ode.BPELProcess}author = "yuriy") or (pid <= "HelloWorld")
(${org.apache.ode.BPELProcess}author = "yuriy") or (pid > "HelloWorld")
(${org.apache.ode.BPELProcess}author = "yuriy") or (pid >= "HelloWorld")
(${org.apache.ode.BPELProcess}author = "yuriy") or (pid like "HelloWorld")
(${org.apache.ode.BPELProcess}author = "yuriy") or (pid in ("HelloWorld","Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author = "yuriy") or (pid in ("Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author = "yuriy") or (pid in ("Hello*World"))
(${org.apache.ode.BPELProcess}author = "yuriy") or (iid = "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") or (iid < "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") or (iid <= "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") or (iid > "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") or (iid >= "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") or (iid in ("2006"))
(${org.apache.ode.BPELProcess}author = "yuriy") or (iid in ("2006","20061231"))
(${org.apache.ode.BPELProcess}author = "yuriy") or (status = "active")
(${org.apache.ode.BPELProcess}author = "yuriy") or (status = "suspended")
(${org.apache.ode.BPELProcess}author = "yuriy") or (status = "error")
(${org.apache.ode.BPELProcess}author = "yuriy") or (status = "completed")
(${org.apache.ode.BPELProcess}author = "yuriy") or (status = "terminated")
(${org.apache.ode.BPELProcess}author = "yuriy") or (status = "faulted")
(${org.apache.ode.BPELProcess}author = "yuriy") or (status in ("active","suspended"))
(${org.apache.ode.BPELProcess}author = "yuriy") or (status in ("active","suspended","error","completed","terminated","faulted"))
(${org.apache.ode.BPELProcess}author = "yuriy") or (started = "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started = "2006-01-31")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started = "2006-01")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started = "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started < "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started < "2006-01-31")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started < "2006-01")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started < "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started <= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started <= "2006-01-31")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started <= "2006-01")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started <= "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started > "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started > "2006-01-31")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started > "2006-01")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started > "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started >= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started >= "2006-01-31")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started >= "2006-01")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started >= "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started like "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started like "2006-01-31")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started like "2006-01")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started like "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") or (started in ("2006-01-01T00:00:01"))
(${org.apache.ode.BPELProcess}author = "yuriy") or (started in ("2006-01-31","2006-01"))
(${org.apache.ode.BPELProcess}author = "yuriy") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active = "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active = "2006-02-21")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active = "2006-02")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active = "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active < "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active < "2006-02-21")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active < "2006-02")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active < "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active <= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active <= "2006-02-21")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active <= "2006-02")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active <= "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active > "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active > "2006-02-21")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active > "2006-02")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active > "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active >= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active >= "2006-02-21")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active >= "2006-02")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active >= "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active like "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active like "2006-02-21")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active like "2006-02")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active like "2006")
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active in ("2006-02-01T00:00:01"))
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(${org.apache.ode.BPELProcess}author = "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
($author = "yuriy") or (pid = "HelloWorld")
($author = "yuriy") or (pid < "HelloWorld")
($author = "yuriy") or (pid <= "HelloWorld")
($author = "yuriy") or (pid > "HelloWorld")
($author = "yuriy") or (pid >= "HelloWorld")
($author = "yuriy") or (pid like "HelloWorld")
($author = "yuriy") or (pid in ("HelloWorld","Hello*","Hello*World"))
($author = "yuriy") or (pid in ("Hello*","Hello*World"))
($author = "yuriy") or (pid in ("Hello*World"))
($author = "yuriy") or (iid = "2006")
($author = "yuriy") or (iid < "2006")
($author = "yuriy") or (iid <= "2006")
($author = "yuriy") or (iid > "2006")
($author = "yuriy") or (iid >= "2006")
($author = "yuriy") or (iid in ("2006"))
($author = "yuriy") or (iid in ("2006","20061231"))
($author = "yuriy") or (status = "active")
($author = "yuriy") or (status = "suspended")
($author = "yuriy") or (status = "error")
($author = "yuriy") or (status = "completed")
($author = "yuriy") or (status = "terminated")
($author = "yuriy") or (status = "faulted")
($author = "yuriy") or (status in ("active","suspended"))
($author = "yuriy") or (status in ("active","suspended","error","completed","terminated","faulted"))
($author = "yuriy") or (started = "2006-01-01T00:00:01")
($author = "yuriy") or (started = "2006-01-31")
($author = "yuriy") or (started = "2006-01")
($author = "yuriy") or (started = "2006")
($author = "yuriy") or (started < "2006-01-01T00:00:01")
($author = "yuriy") or (started < "2006-01-31")
($author = "yuriy") or (started < "2006-01")
($author = "yuriy") or (started < "2006")
($author = "yuriy") or (started <= "2006-01-01T00:00:01")
($author = "yuriy") or (started <= "2006-01-31")
($author = "yuriy") or (started <= "2006-01")
($author = "yuriy") or (started <= "2006")
($author = "yuriy") or (started > "2006-01-01T00:00:01")
($author = "yuriy") or (started > "2006-01-31")
($author = "yuriy") or (started > "2006-01")
($author = "yuriy") or (started > "2006")
($author = "yuriy") or (started >= "2006-01-01T00:00:01")
($author = "yuriy") or (started >= "2006-01-31")
($author = "yuriy") or (started >= "2006-01")
($author = "yuriy") or (started >= "2006")
($author = "yuriy") or (started like "2006-01-01T00:00:01")
($author = "yuriy") or (started like "2006-01-31")
($author = "yuriy") or (started like "2006-01")
($author = "yuriy") or (started like "2006")
($author = "yuriy") or (started in ("2006-01-01T00:00:01"))
($author = "yuriy") or (started in ("2006-01-31","2006-01"))
($author = "yuriy") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
($author = "yuriy") or (last-active = "2006-02-01T00:00:01")
($author = "yuriy") or (last-active = "2006-02-21")
($author = "yuriy") or (last-active = "2006-02")
($author = "yuriy") or (last-active = "2006")
($author = "yuriy") or (last-active < "2006-02-01T00:00:01")
($author = "yuriy") or (last-active < "2006-02-21")
($author = "yuriy") or (last-active < "2006-02")
($author = "yuriy") or (last-active < "2006")
($author = "yuriy") or (last-active <= "2006-02-01T00:00:01")
($author = "yuriy") or (last-active <= "2006-02-21")
($author = "yuriy") or (last-active <= "2006-02")
($author = "yuriy") or (last-active <= "2006")
($author = "yuriy") or (last-active > "2006-02-01T00:00:01")
($author = "yuriy") or (last-active > "2006-02-21")
($author = "yuriy") or (last-active > "2006-02")
($author = "yuriy") or (last-active > "2006")
($author = "yuriy") or (last-active >= "2006-02-01T00:00:01")
($author = "yuriy") or (last-active >= "2006-02-21")
($author = "yuriy") or (last-active >= "2006-02")
($author = "yuriy") or (last-active >= "2006")
($author = "yuriy") or (last-active like "2006-02-01T00:00:01")
($author = "yuriy") or (last-active like "2006-02-21")
($author = "yuriy") or (last-active like "2006-02")
($author = "yuriy") or (last-active like "2006")
($author = "yuriy") or (last-active in ("2006-02-01T00:00:01"))
($author = "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
($author = "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(${org.apache.ode.BPELProcess}author < "yuriy") or (pid = "HelloWorld")
(${org.apache.ode.BPELProcess}author < "yuriy") or (pid < "HelloWorld")
(${org.apache.ode.BPELProcess}author < "yuriy") or (pid <= "HelloWorld")
(${org.apache.ode.BPELProcess}author < "yuriy") or (pid > "HelloWorld")
(${org.apache.ode.BPELProcess}author < "yuriy") or (pid >= "HelloWorld")
(${org.apache.ode.BPELProcess}author < "yuriy") or (pid like "HelloWorld")
(${org.apache.ode.BPELProcess}author < "yuriy") or (pid in ("HelloWorld","Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author < "yuriy") or (pid in ("Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author < "yuriy") or (pid in ("Hello*World"))
(${org.apache.ode.BPELProcess}author < "yuriy") or (iid = "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") or (iid < "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") or (iid <= "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") or (iid > "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") or (iid >= "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") or (iid in ("2006"))
(${org.apache.ode.BPELProcess}author < "yuriy") or (iid in ("2006","20061231"))
(${org.apache.ode.BPELProcess}author < "yuriy") or (status = "active")
(${org.apache.ode.BPELProcess}author < "yuriy") or (status = "suspended")
(${org.apache.ode.BPELProcess}author < "yuriy") or (status = "error")
(${org.apache.ode.BPELProcess}author < "yuriy") or (status = "completed")
(${org.apache.ode.BPELProcess}author < "yuriy") or (status = "terminated")
(${org.apache.ode.BPELProcess}author < "yuriy") or (status = "faulted")
(${org.apache.ode.BPELProcess}author < "yuriy") or (status in ("active","suspended"))
(${org.apache.ode.BPELProcess}author < "yuriy") or (status in ("active","suspended","error","completed","terminated","faulted"))
(${org.apache.ode.BPELProcess}author < "yuriy") or (started = "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started = "2006-01-31")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started = "2006-01")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started = "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started < "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started < "2006-01-31")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started < "2006-01")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started < "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started <= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started <= "2006-01-31")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started <= "2006-01")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started <= "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started > "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started > "2006-01-31")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started > "2006-01")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started > "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started >= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started >= "2006-01-31")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started >= "2006-01")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started >= "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started like "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started like "2006-01-31")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started like "2006-01")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started like "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") or (started in ("2006-01-01T00:00:01"))
(${org.apache.ode.BPELProcess}author < "yuriy") or (started in ("2006-01-31","2006-01"))
(${org.apache.ode.BPELProcess}author < "yuriy") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active = "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active = "2006-02-21")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active = "2006-02")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active = "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active < "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active < "2006-02-21")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active < "2006-02")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active < "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active <= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active <= "2006-02-21")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active <= "2006-02")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active <= "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active > "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active > "2006-02-21")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active > "2006-02")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active > "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active >= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active >= "2006-02-21")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active >= "2006-02")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active >= "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active like "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active like "2006-02-21")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active like "2006-02")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active like "2006")
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active in ("2006-02-01T00:00:01"))
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(${org.apache.ode.BPELProcess}author < "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
($author < "yuriy") or (pid = "HelloWorld")
($author < "yuriy") or (pid < "HelloWorld")
($author < "yuriy") or (pid <= "HelloWorld")
($author < "yuriy") or (pid > "HelloWorld")
($author < "yuriy") or (pid >= "HelloWorld")
($author < "yuriy") or (pid like "HelloWorld")
($author < "yuriy") or (pid in ("HelloWorld","Hello*","Hello*World"))
($author < "yuriy") or (pid in ("Hello*","Hello*World"))
($author < "yuriy") or (pid in ("Hello*World"))
($author < "yuriy") or (iid = "2006")
($author < "yuriy") or (iid < "2006")
($author < "yuriy") or (iid <= "2006")
($author < "yuriy") or (iid > "2006")
($author < "yuriy") or (iid >= "2006")
($author < "yuriy") or (iid in ("2006"))
($author < "yuriy") or (iid in ("2006","20061231"))
($author < "yuriy") or (status = "active")
($author < "yuriy") or (status = "suspended")
($author < "yuriy") or (status = "error")
($author < "yuriy") or (status = "completed")
($author < "yuriy") or (status = "terminated")
($author < "yuriy") or (status = "faulted")
($author < "yuriy") or (status in ("active","suspended"))
($author < "yuriy") or (status in ("active","suspended","error","completed","terminated","faulted"))
($author < "yuriy") or (started = "2006-01-01T00:00:01")
($author < "yuriy") or (started = "2006-01-31")
($author < "yuriy") or (started = "2006-01")
($author < "yuriy") or (started = "2006")
($author < "yuriy") or (started < "2006-01-01T00:00:01")
($author < "yuriy") or (started < "2006-01-31")
($author < "yuriy") or (started < "2006-01")
($author < "yuriy") or (started < "2006")
($author < "yuriy") or (started <= "2006-01-01T00:00:01")
($author < "yuriy") or (started <= "2006-01-31")
($author < "yuriy") or (started <= "2006-01")
($author < "yuriy") or (started <= "2006")
($author < "yuriy") or (started > "2006-01-01T00:00:01")
($author < "yuriy") or (started > "2006-01-31")
($author < "yuriy") or (started > "2006-01")
($author < "yuriy") or (started > "2006")
($author < "yuriy") or (started >= "2006-01-01T00:00:01")
($author < "yuriy") or (started >= "2006-01-31")
($author < "yuriy") or (started >= "2006-01")
($author < "yuriy") or (started >= "2006")
($author < "yuriy") or (started like "2006-01-01T00:00:01")
($author < "yuriy") or (started like "2006-01-31")
($author < "yuriy") or (started like "2006-01")
($author < "yuriy") or (started like "2006")
($author < "yuriy") or (started in ("2006-01-01T00:00:01"))
($author < "yuriy") or (started in ("2006-01-31","2006-01"))
($author < "yuriy") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
($author < "yuriy") or (last-active = "2006-02-01T00:00:01")
($author < "yuriy") or (last-active = "2006-02-21")
($author < "yuriy") or (last-active = "2006-02")
($author < "yuriy") or (last-active = "2006")
($author < "yuriy") or (last-active < "2006-02-01T00:00:01")
($author < "yuriy") or (last-active < "2006-02-21")
($author < "yuriy") or (last-active < "2006-02")
($author < "yuriy") or (last-active < "2006")
($author < "yuriy") or (last-active <= "2006-02-01T00:00:01")
($author < "yuriy") or (last-active <= "2006-02-21")
($author < "yuriy") or (last-active <= "2006-02")
($author < "yuriy") or (last-active <= "2006")
($author < "yuriy") or (last-active > "2006-02-01T00:00:01")
($author < "yuriy") or (last-active > "2006-02-21")
($author < "yuriy") or (last-active > "2006-02")
($author < "yuriy") or (last-active > "2006")
($author < "yuriy") or (last-active >= "2006-02-01T00:00:01")
($author < "yuriy") or (last-active >= "2006-02-21")
($author < "yuriy") or (last-active >= "2006-02")
($author < "yuriy") or (last-active >= "2006")
($author < "yuriy") or (last-active like "2006-02-01T00:00:01")
($author < "yuriy") or (last-active like "2006-02-21")
($author < "yuriy") or (last-active like "2006-02")
($author < "yuriy") or (last-active like "2006")
($author < "yuriy") or (last-active in ("2006-02-01T00:00:01"))
($author < "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
($author < "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(${org.apache.ode.BPELProcess}author <= "yuriy") or (pid = "HelloWorld")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (pid < "HelloWorld")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (pid <= "HelloWorld")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (pid > "HelloWorld")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (pid >= "HelloWorld")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (pid like "HelloWorld")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (pid in ("HelloWorld","Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author <= "yuriy") or (pid in ("Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author <= "yuriy") or (pid in ("Hello*World"))
(${org.apache.ode.BPELProcess}author <= "yuriy") or (iid = "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (iid < "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (iid <= "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (iid > "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (iid >= "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (iid in ("2006"))
(${org.apache.ode.BPELProcess}author <= "yuriy") or (iid in ("2006","20061231"))
(${org.apache.ode.BPELProcess}author <= "yuriy") or (status = "active")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (status = "suspended")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (status = "error")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (status = "completed")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (status = "terminated")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (status = "faulted")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (status in ("active","suspended"))
(${org.apache.ode.BPELProcess}author <= "yuriy") or (status in ("active","suspended","error","completed","terminated","faulted"))
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started = "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started = "2006-01-31")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started = "2006-01")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started = "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started < "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started < "2006-01-31")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started < "2006-01")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started < "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started <= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started <= "2006-01-31")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started <= "2006-01")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started <= "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started > "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started > "2006-01-31")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started > "2006-01")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started > "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started >= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started >= "2006-01-31")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started >= "2006-01")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started >= "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started like "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started like "2006-01-31")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started like "2006-01")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started like "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started in ("2006-01-01T00:00:01"))
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started in ("2006-01-31","2006-01"))
(${org.apache.ode.BPELProcess}author <= "yuriy") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active = "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active = "2006-02-21")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active = "2006-02")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active = "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active < "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active < "2006-02-21")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active < "2006-02")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active < "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active <= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active <= "2006-02-21")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active <= "2006-02")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active <= "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active > "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active > "2006-02-21")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active > "2006-02")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active > "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active >= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active >= "2006-02-21")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active >= "2006-02")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active >= "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active like "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active like "2006-02-21")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active like "2006-02")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active like "2006")
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active in ("2006-02-01T00:00:01"))
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(${org.apache.ode.BPELProcess}author <= "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
($author <= "yuriy") or (pid = "HelloWorld")
($author <= "yuriy") or (pid < "HelloWorld")
($author <= "yuriy") or (pid <= "HelloWorld")
($author <= "yuriy") or (pid > "HelloWorld")
($author <= "yuriy") or (pid >= "HelloWorld")
($author <= "yuriy") or (pid like "HelloWorld")
($author <= "yuriy") or (pid in ("HelloWorld","Hello*","Hello*World"))
($author <= "yuriy") or (pid in ("Hello*","Hello*World"))
($author <= "yuriy") or (pid in ("Hello*World"))
($author <= "yuriy") or (iid = "2006")
($author <= "yuriy") or (iid < "2006")
($author <= "yuriy") or (iid <= "2006")
($author <= "yuriy") or (iid > "2006")
($author <= "yuriy") or (iid >= "2006")
($author <= "yuriy") or (iid in ("2006"))
($author <= "yuriy") or (iid in ("2006","20061231"))
($author <= "yuriy") or (status = "active")
($author <= "yuriy") or (status = "suspended")
($author <= "yuriy") or (status = "error")
($author <= "yuriy") or (status = "completed")
($author <= "yuriy") or (status = "terminated")
($author <= "yuriy") or (status = "faulted")
($author <= "yuriy") or (status in ("active","suspended"))
($author <= "yuriy") or (status in ("active","suspended","error","completed","terminated","faulted"))
($author <= "yuriy") or (started = "2006-01-01T00:00:01")
($author <= "yuriy") or (started = "2006-01-31")
($author <= "yuriy") or (started = "2006-01")
($author <= "yuriy") or (started = "2006")
($author <= "yuriy") or (started < "2006-01-01T00:00:01")
($author <= "yuriy") or (started < "2006-01-31")
($author <= "yuriy") or (started < "2006-01")
($author <= "yuriy") or (started < "2006")
($author <= "yuriy") or (started <= "2006-01-01T00:00:01")
($author <= "yuriy") or (started <= "2006-01-31")
($author <= "yuriy") or (started <= "2006-01")
($author <= "yuriy") or (started <= "2006")
($author <= "yuriy") or (started > "2006-01-01T00:00:01")
($author <= "yuriy") or (started > "2006-01-31")
($author <= "yuriy") or (started > "2006-01")
($author <= "yuriy") or (started > "2006")
($author <= "yuriy") or (started >= "2006-01-01T00:00:01")
($author <= "yuriy") or (started >= "2006-01-31")
($author <= "yuriy") or (started >= "2006-01")
($author <= "yuriy") or (started >= "2006")
($author <= "yuriy") or (started like "2006-01-01T00:00:01")
($author <= "yuriy") or (started like "2006-01-31")
($author <= "yuriy") or (started like "2006-01")
($author <= "yuriy") or (started like "2006")
($author <= "yuriy") or (started in ("2006-01-01T00:00:01"))
($author <= "yuriy") or (started in ("2006-01-31","2006-01"))
($author <= "yuriy") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
($author <= "yuriy") or (last-active = "2006-02-01T00:00:01")
($author <= "yuriy") or (last-active = "2006-02-21")
($author <= "yuriy") or (last-active = "2006-02")
($author <= "yuriy") or (last-active = "2006")
($author <= "yuriy") or (last-active < "2006-02-01T00:00:01")
($author <= "yuriy") or (last-active < "2006-02-21")
($author <= "yuriy") or (last-active < "2006-02")
($author <= "yuriy") or (last-active < "2006")
($author <= "yuriy") or (last-active <= "2006-02-01T00:00:01")
($author <= "yuriy") or (last-active <= "2006-02-21")
($author <= "yuriy") or (last-active <= "2006-02")
($author <= "yuriy") or (last-active <= "2006")
($author <= "yuriy") or (last-active > "2006-02-01T00:00:01")
($author <= "yuriy") or (last-active > "2006-02-21")
($author <= "yuriy") or (last-active > "2006-02")
($author <= "yuriy") or (last-active > "2006")
($author <= "yuriy") or (last-active >= "2006-02-01T00:00:01")
($author <= "yuriy") or (last-active >= "2006-02-21")
($author <= "yuriy") or (last-active >= "2006-02")
($author <= "yuriy") or (last-active >= "2006")
($author <= "yuriy") or (last-active like "2006-02-01T00:00:01")
($author <= "yuriy") or (last-active like "2006-02-21")
($author <= "yuriy") or (last-active like "2006-02")
($author <= "yuriy") or (last-active like "2006")
($author <= "yuriy") or (last-active in ("2006-02-01T00:00:01"))
($author <= "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
($author <= "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(${org.apache.ode.BPELProcess}author > "yuriy") or (pid = "HelloWorld")
(${org.apache.ode.BPELProcess}author > "yuriy") or (pid < "HelloWorld")
(${org.apache.ode.BPELProcess}author > "yuriy") or (pid <= "HelloWorld")
(${org.apache.ode.BPELProcess}author > "yuriy") or (pid > "HelloWorld")
(${org.apache.ode.BPELProcess}author > "yuriy") or (pid >= "HelloWorld")
(${org.apache.ode.BPELProcess}author > "yuriy") or (pid like "HelloWorld")
(${org.apache.ode.BPELProcess}author > "yuriy") or (pid in ("HelloWorld","Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author > "yuriy") or (pid in ("Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author > "yuriy") or (pid in ("Hello*World"))
(${org.apache.ode.BPELProcess}author > "yuriy") or (iid = "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") or (iid < "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") or (iid <= "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") or (iid > "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") or (iid >= "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") or (iid in ("2006"))
(${org.apache.ode.BPELProcess}author > "yuriy") or (iid in ("2006","20061231"))
(${org.apache.ode.BPELProcess}author > "yuriy") or (status = "active")
(${org.apache.ode.BPELProcess}author > "yuriy") or (status = "suspended")
(${org.apache.ode.BPELProcess}author > "yuriy") or (status = "error")
(${org.apache.ode.BPELProcess}author > "yuriy") or (status = "completed")
(${org.apache.ode.BPELProcess}author > "yuriy") or (status = "terminated")
(${org.apache.ode.BPELProcess}author > "yuriy") or (status = "faulted")
(${org.apache.ode.BPELProcess}author > "yuriy") or (status in ("active","suspended"))
(${org.apache.ode.BPELProcess}author > "yuriy") or (status in ("active","suspended","error","completed","terminated","faulted"))
(${org.apache.ode.BPELProcess}author > "yuriy") or (started = "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started = "2006-01-31")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started = "2006-01")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started = "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started < "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started < "2006-01-31")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started < "2006-01")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started < "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started <= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started <= "2006-01-31")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started <= "2006-01")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started <= "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started > "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started > "2006-01-31")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started > "2006-01")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started > "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started >= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started >= "2006-01-31")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started >= "2006-01")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started >= "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started like "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started like "2006-01-31")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started like "2006-01")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started like "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") or (started in ("2006-01-01T00:00:01"))
(${org.apache.ode.BPELProcess}author > "yuriy") or (started in ("2006-01-31","2006-01"))
(${org.apache.ode.BPELProcess}author > "yuriy") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active = "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active = "2006-02-21")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active = "2006-02")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active = "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active < "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active < "2006-02-21")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active < "2006-02")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active < "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active <= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active <= "2006-02-21")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active <= "2006-02")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active <= "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active > "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active > "2006-02-21")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active > "2006-02")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active > "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active >= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active >= "2006-02-21")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active >= "2006-02")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active >= "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active like "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active like "2006-02-21")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active like "2006-02")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active like "2006")
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active in ("2006-02-01T00:00:01"))
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(${org.apache.ode.BPELProcess}author > "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
($author > "yuriy") or (pid = "HelloWorld")
($author > "yuriy") or (pid < "HelloWorld")
($author > "yuriy") or (pid <= "HelloWorld")
($author > "yuriy") or (pid > "HelloWorld")
($author > "yuriy") or (pid >= "HelloWorld")
($author > "yuriy") or (pid like "HelloWorld")
($author > "yuriy") or (pid in ("HelloWorld","Hello*","Hello*World"))
($author > "yuriy") or (pid in ("Hello*","Hello*World"))
($author > "yuriy") or (pid in ("Hello*World"))
($author > "yuriy") or (iid = "2006")
($author > "yuriy") or (iid < "2006")
($author > "yuriy") or (iid <= "2006")
($author > "yuriy") or (iid > "2006")
($author > "yuriy") or (iid >= "2006")
($author > "yuriy") or (iid in ("2006"))
($author > "yuriy") or (iid in ("2006","20061231"))
($author > "yuriy") or (status = "active")
($author > "yuriy") or (status = "suspended")
($author > "yuriy") or (status = "error")
($author > "yuriy") or (status = "completed")
($author > "yuriy") or (status = "terminated")
($author > "yuriy") or (status = "faulted")
($author > "yuriy") or (status in ("active","suspended"))
($author > "yuriy") or (status in ("active","suspended","error","completed","terminated","faulted"))
($author > "yuriy") or (started = "2006-01-01T00:00:01")
($author > "yuriy") or (started = "2006-01-31")
($author > "yuriy") or (started = "2006-01")
($author > "yuriy") or (started = "2006")
($author > "yuriy") or (started < "2006-01-01T00:00:01")
($author > "yuriy") or (started < "2006-01-31")
($author > "yuriy") or (started < "2006-01")
($author > "yuriy") or (started < "2006")
($author > "yuriy") or (started <= "2006-01-01T00:00:01")
($author > "yuriy") or (started <= "2006-01-31")
($author > "yuriy") or (started <= "2006-01")
($author > "yuriy") or (started <= "2006")
($author > "yuriy") or (started > "2006-01-01T00:00:01")
($author > "yuriy") or (started > "2006-01-31")
($author > "yuriy") or (started > "2006-01")
($author > "yuriy") or (started > "2006")
($author > "yuriy") or (started >= "2006-01-01T00:00:01")
($author > "yuriy") or (started >= "2006-01-31")
($author > "yuriy") or (started >= "2006-01")
($author > "yuriy") or (started >= "2006")
($author > "yuriy") or (started like "2006-01-01T00:00:01")
($author > "yuriy") or (started like "2006-01-31")
($author > "yuriy") or (started like "2006-01")
($author > "yuriy") or (started like "2006")
($author > "yuriy") or (started in ("2006-01-01T00:00:01"))
($author > "yuriy") or (started in ("2006-01-31","2006-01"))
($author > "yuriy") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
($author > "yuriy") or (last-active = "2006-02-01T00:00:01")
($author > "yuriy") or (last-active = "2006-02-21")
($author > "yuriy") or (last-active = "2006-02")
($author > "yuriy") or (last-active = "2006")
($author > "yuriy") or (last-active < "2006-02-01T00:00:01")
($author > "yuriy") or (last-active < "2006-02-21")
($author > "yuriy") or (last-active < "2006-02")
($author > "yuriy") or (last-active < "2006")
($author > "yuriy") or (last-active <= "2006-02-01T00:00:01")
($author > "yuriy") or (last-active <= "2006-02-21")
($author > "yuriy") or (last-active <= "2006-02")
($author > "yuriy") or (last-active <= "2006")
($author > "yuriy") or (last-active > "2006-02-01T00:00:01")
($author > "yuriy") or (last-active > "2006-02-21")
($author > "yuriy") or (last-active > "2006-02")
($author > "yuriy") or (last-active > "2006")
($author > "yuriy") or (last-active >= "2006-02-01T00:00:01")
($author > "yuriy") or (last-active >= "2006-02-21")
($author > "yuriy") or (last-active >= "2006-02")
($author > "yuriy") or (last-active >= "2006")
($author > "yuriy") or (last-active like "2006-02-01T00:00:01")
($author > "yuriy") or (last-active like "2006-02-21")
($author > "yuriy") or (last-active like "2006-02")
($author > "yuriy") or (last-active like "2006")
($author > "yuriy") or (last-active in ("2006-02-01T00:00:01"))
($author > "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
($author > "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(${org.apache.ode.BPELProcess}author >= "yuriy") or (pid = "HelloWorld")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (pid < "HelloWorld")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (pid <= "HelloWorld")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (pid > "HelloWorld")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (pid >= "HelloWorld")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (pid like "HelloWorld")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (pid in ("HelloWorld","Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author >= "yuriy") or (pid in ("Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author >= "yuriy") or (pid in ("Hello*World"))
(${org.apache.ode.BPELProcess}author >= "yuriy") or (iid = "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (iid < "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (iid <= "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (iid > "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (iid >= "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (iid in ("2006"))
(${org.apache.ode.BPELProcess}author >= "yuriy") or (iid in ("2006","20061231"))
(${org.apache.ode.BPELProcess}author >= "yuriy") or (status = "active")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (status = "suspended")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (status = "error")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (status = "completed")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (status = "terminated")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (status = "faulted")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (status in ("active","suspended"))
(${org.apache.ode.BPELProcess}author >= "yuriy") or (status in ("active","suspended","error","completed","terminated","faulted"))
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started = "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started = "2006-01-31")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started = "2006-01")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started = "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started < "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started < "2006-01-31")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started < "2006-01")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started < "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started <= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started <= "2006-01-31")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started <= "2006-01")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started <= "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started > "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started > "2006-01-31")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started > "2006-01")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started > "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started >= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started >= "2006-01-31")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started >= "2006-01")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started >= "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started like "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started like "2006-01-31")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started like "2006-01")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started like "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started in ("2006-01-01T00:00:01"))
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started in ("2006-01-31","2006-01"))
(${org.apache.ode.BPELProcess}author >= "yuriy") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active = "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active = "2006-02-21")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active = "2006-02")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active = "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active < "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active < "2006-02-21")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active < "2006-02")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active < "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active <= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active <= "2006-02-21")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active <= "2006-02")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active <= "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active > "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active > "2006-02-21")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active > "2006-02")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active > "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active >= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active >= "2006-02-21")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active >= "2006-02")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active >= "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active like "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active like "2006-02-21")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active like "2006-02")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active like "2006")
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active in ("2006-02-01T00:00:01"))
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(${org.apache.ode.BPELProcess}author >= "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
($author >= "yuriy") or (pid = "HelloWorld")
($author >= "yuriy") or (pid < "HelloWorld")
($author >= "yuriy") or (pid <= "HelloWorld")
($author >= "yuriy") or (pid > "HelloWorld")
($author >= "yuriy") or (pid >= "HelloWorld")
($author >= "yuriy") or (pid like "HelloWorld")
($author >= "yuriy") or (pid in ("HelloWorld","Hello*","Hello*World"))
($author >= "yuriy") or (pid in ("Hello*","Hello*World"))
($author >= "yuriy") or (pid in ("Hello*World"))
($author >= "yuriy") or (iid = "2006")
($author >= "yuriy") or (iid < "2006")
($author >= "yuriy") or (iid <= "2006")
($author >= "yuriy") or (iid > "2006")
($author >= "yuriy") or (iid >= "2006")
($author >= "yuriy") or (iid in ("2006"))
($author >= "yuriy") or (iid in ("2006","20061231"))
($author >= "yuriy") or (status = "active")
($author >= "yuriy") or (status = "suspended")
($author >= "yuriy") or (status = "error")
($author >= "yuriy") or (status = "completed")
($author >= "yuriy") or (status = "terminated")
($author >= "yuriy") or (status = "faulted")
($author >= "yuriy") or (status in ("active","suspended"))
($author >= "yuriy") or (status in ("active","suspended","error","completed","terminated","faulted"))
($author >= "yuriy") or (started = "2006-01-01T00:00:01")
($author >= "yuriy") or (started = "2006-01-31")
($author >= "yuriy") or (started = "2006-01")
($author >= "yuriy") or (started = "2006")
($author >= "yuriy") or (started < "2006-01-01T00:00:01")
($author >= "yuriy") or (started < "2006-01-31")
($author >= "yuriy") or (started < "2006-01")
($author >= "yuriy") or (started < "2006")
($author >= "yuriy") or (started <= "2006-01-01T00:00:01")
($author >= "yuriy") or (started <= "2006-01-31")
($author >= "yuriy") or (started <= "2006-01")
($author >= "yuriy") or (started <= "2006")
($author >= "yuriy") or (started > "2006-01-01T00:00:01")
($author >= "yuriy") or (started > "2006-01-31")
($author >= "yuriy") or (started > "2006-01")
($author >= "yuriy") or (started > "2006")
($author >= "yuriy") or (started >= "2006-01-01T00:00:01")
($author >= "yuriy") or (started >= "2006-01-31")
($author >= "yuriy") or (started >= "2006-01")
($author >= "yuriy") or (started >= "2006")
($author >= "yuriy") or (started like "2006-01-01T00:00:01")
($author >= "yuriy") or (started like "2006-01-31")
($author >= "yuriy") or (started like "2006-01")
($author >= "yuriy") or (started like "2006")
($author >= "yuriy") or (started in ("2006-01-01T00:00:01"))
($author >= "yuriy") or (started in ("2006-01-31","2006-01"))
($author >= "yuriy") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
($author >= "yuriy") or (last-active = "2006-02-01T00:00:01")
($author >= "yuriy") or (last-active = "2006-02-21")
($author >= "yuriy") or (last-active = "2006-02")
($author >= "yuriy") or (last-active = "2006")
($author >= "yuriy") or (last-active < "2006-02-01T00:00:01")
($author >= "yuriy") or (last-active < "2006-02-21")
($author >= "yuriy") or (last-active < "2006-02")
($author >= "yuriy") or (last-active < "2006")
($author >= "yuriy") or (last-active <= "2006-02-01T00:00:01")
($author >= "yuriy") or (last-active <= "2006-02-21")
($author >= "yuriy") or (last-active <= "2006-02")
($author >= "yuriy") or (last-active <= "2006")
($author >= "yuriy") or (last-active > "2006-02-01T00:00:01")
($author >= "yuriy") or (last-active > "2006-02-21")
($author >= "yuriy") or (last-active > "2006-02")
($author >= "yuriy") or (last-active > "2006")
($author >= "yuriy") or (last-active >= "2006-02-01T00:00:01")
($author >= "yuriy") or (last-active >= "2006-02-21")
($author >= "yuriy") or (last-active >= "2006-02")
($author >= "yuriy") or (last-active >= "2006")
($author >= "yuriy") or (last-active like "2006-02-01T00:00:01")
($author >= "yuriy") or (last-active like "2006-02-21")
($author >= "yuriy") or (last-active like "2006-02")
($author >= "yuriy") or (last-active like "2006")
($author >= "yuriy") or (last-active in ("2006-02-01T00:00:01"))
($author >= "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
($author >= "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(${org.apache.ode.BPELProcess}author like "yuriy") or (pid = "HelloWorld")
(${org.apache.ode.BPELProcess}author like "yuriy") or (pid < "HelloWorld")
(${org.apache.ode.BPELProcess}author like "yuriy") or (pid <= "HelloWorld")
(${org.apache.ode.BPELProcess}author like "yuriy") or (pid > "HelloWorld")
(${org.apache.ode.BPELProcess}author like "yuriy") or (pid >= "HelloWorld")
(${org.apache.ode.BPELProcess}author like "yuriy") or (pid like "HelloWorld")
(${org.apache.ode.BPELProcess}author like "yuriy") or (pid in ("HelloWorld","Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author like "yuriy") or (pid in ("Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author like "yuriy") or (pid in ("Hello*World"))
(${org.apache.ode.BPELProcess}author like "yuriy") or (iid = "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") or (iid < "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") or (iid <= "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") or (iid > "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") or (iid >= "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") or (iid in ("2006"))
(${org.apache.ode.BPELProcess}author like "yuriy") or (iid in ("2006","20061231"))
(${org.apache.ode.BPELProcess}author like "yuriy") or (status = "active")
(${org.apache.ode.BPELProcess}author like "yuriy") or (status = "suspended")
(${org.apache.ode.BPELProcess}author like "yuriy") or (status = "error")
(${org.apache.ode.BPELProcess}author like "yuriy") or (status = "completed")
(${org.apache.ode.BPELProcess}author like "yuriy") or (status = "terminated")
(${org.apache.ode.BPELProcess}author like "yuriy") or (status = "faulted")
(${org.apache.ode.BPELProcess}author like "yuriy") or (status in ("active","suspended"))
(${org.apache.ode.BPELProcess}author like "yuriy") or (status in ("active","suspended","error","completed","terminated","faulted"))
(${org.apache.ode.BPELProcess}author like "yuriy") or (started = "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started = "2006-01-31")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started = "2006-01")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started = "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started < "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started < "2006-01-31")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started < "2006-01")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started < "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started <= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started <= "2006-01-31")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started <= "2006-01")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started <= "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started > "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started > "2006-01-31")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started > "2006-01")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started > "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started >= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started >= "2006-01-31")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started >= "2006-01")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started >= "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started like "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started like "2006-01-31")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started like "2006-01")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started like "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") or (started in ("2006-01-01T00:00:01"))
(${org.apache.ode.BPELProcess}author like "yuriy") or (started in ("2006-01-31","2006-01"))
(${org.apache.ode.BPELProcess}author like "yuriy") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active = "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active = "2006-02-21")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active = "2006-02")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active = "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active < "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active < "2006-02-21")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active < "2006-02")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active < "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active <= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active <= "2006-02-21")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active <= "2006-02")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active <= "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active > "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active > "2006-02-21")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active > "2006-02")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active > "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active >= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active >= "2006-02-21")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active >= "2006-02")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active >= "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active like "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active like "2006-02-21")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active like "2006-02")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active like "2006")
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active in ("2006-02-01T00:00:01"))
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(${org.apache.ode.BPELProcess}author like "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
($author like "yuriy") or (pid = "HelloWorld")
($author like "yuriy") or (pid < "HelloWorld")
($author like "yuriy") or (pid <= "HelloWorld")
($author like "yuriy") or (pid > "HelloWorld")
($author like "yuriy") or (pid >= "HelloWorld")
($author like "yuriy") or (pid like "HelloWorld")
($author like "yuriy") or (pid in ("HelloWorld","Hello*","Hello*World"))
($author like "yuriy") or (pid in ("Hello*","Hello*World"))
($author like "yuriy") or (pid in ("Hello*World"))
($author like "yuriy") or (iid = "2006")
($author like "yuriy") or (iid < "2006")
($author like "yuriy") or (iid <= "2006")
($author like "yuriy") or (iid > "2006")
($author like "yuriy") or (iid >= "2006")
($author like "yuriy") or (iid in ("2006"))
($author like "yuriy") or (iid in ("2006","20061231"))
($author like "yuriy") or (status = "active")
($author like "yuriy") or (status = "suspended")
($author like "yuriy") or (status = "error")
($author like "yuriy") or (status = "completed")
($author like "yuriy") or (status = "terminated")
($author like "yuriy") or (status = "faulted")
($author like "yuriy") or (status in ("active","suspended"))
($author like "yuriy") or (status in ("active","suspended","error","completed","terminated","faulted"))
($author like "yuriy") or (started = "2006-01-01T00:00:01")
($author like "yuriy") or (started = "2006-01-31")
($author like "yuriy") or (started = "2006-01")
($author like "yuriy") or (started = "2006")
($author like "yuriy") or (started < "2006-01-01T00:00:01")
($author like "yuriy") or (started < "2006-01-31")
($author like "yuriy") or (started < "2006-01")
($author like "yuriy") or (started < "2006")
($author like "yuriy") or (started <= "2006-01-01T00:00:01")
($author like "yuriy") or (started <= "2006-01-31")
($author like "yuriy") or (started <= "2006-01")
($author like "yuriy") or (started <= "2006")
($author like "yuriy") or (started > "2006-01-01T00:00:01")
($author like "yuriy") or (started > "2006-01-31")
($author like "yuriy") or (started > "2006-01")
($author like "yuriy") or (started > "2006")
($author like "yuriy") or (started >= "2006-01-01T00:00:01")
($author like "yuriy") or (started >= "2006-01-31")
($author like "yuriy") or (started >= "2006-01")
($author like "yuriy") or (started >= "2006")
($author like "yuriy") or (started like "2006-01-01T00:00:01")
($author like "yuriy") or (started like "2006-01-31")
($author like "yuriy") or (started like "2006-01")
($author like "yuriy") or (started like "2006")
($author like "yuriy") or (started in ("2006-01-01T00:00:01"))
($author like "yuriy") or (started in ("2006-01-31","2006-01"))
($author like "yuriy") or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
($author like "yuriy") or (last-active = "2006-02-01T00:00:01")
($author like "yuriy") or (last-active = "2006-02-21")
($author like "yuriy") or (last-active = "2006-02")
($author like "yuriy") or (last-active = "2006")
($author like "yuriy") or (last-active < "2006-02-01T00:00:01")
($author like "yuriy") or (last-active < "2006-02-21")
($author like "yuriy") or (last-active < "2006-02")
($author like "yuriy") or (last-active < "2006")
($author like "yuriy") or (last-active <= "2006-02-01T00:00:01")
($author like "yuriy") or (last-active <= "2006-02-21")
($author like "yuriy") or (last-active <= "2006-02")
($author like "yuriy") or (last-active <= "2006")
($author like "yuriy") or (last-active > "2006-02-01T00:00:01")
($author like "yuriy") or (last-active > "2006-02-21")
($author like "yuriy") or (last-active > "2006-02")
($author like "yuriy") or (last-active > "2006")
($author like "yuriy") or (last-active >= "2006-02-01T00:00:01")
($author like "yuriy") or (last-active >= "2006-02-21")
($author like "yuriy") or (last-active >= "2006-02")
($author like "yuriy") or (last-active >= "2006")
($author like "yuriy") or (last-active like "2006-02-01T00:00:01")
($author like "yuriy") or (last-active like "2006-02-21")
($author like "yuriy") or (last-active like "2006-02")
($author like "yuriy") or (last-active like "2006")
($author like "yuriy") or (last-active in ("2006-02-01T00:00:01"))
($author like "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
($author like "yuriy") or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (pid = "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (pid < "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (pid <= "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (pid > "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (pid >= "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (pid like "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (pid in ("HelloWorld","Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (pid in ("Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (pid in ("Hello*World"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (iid = "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (iid < "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (iid <= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (iid > "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (iid >= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (iid in ("2006"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (iid in ("2006","20061231"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (status = "active")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (status = "suspended")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (status = "error")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (status = "completed")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (status = "terminated")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (status = "faulted")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (status in ("active","suspended"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (status in ("active","suspended","error","completed","terminated","faulted"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started = "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started = "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started = "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started = "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started < "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started < "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started < "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started < "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started <= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started <= "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started <= "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started <= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started > "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started > "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started > "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started > "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started >= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started >= "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started >= "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started >= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started like "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started like "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started like "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started like "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started in ("2006-01-01T00:00:01"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started in ("2006-01-31","2006-01"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active = "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active = "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active = "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active = "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active < "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active < "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active < "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active < "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active <= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active <= "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active <= "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active <= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active > "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active > "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active > "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active > "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active >= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active >= "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active >= "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active >= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active like "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active like "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active like "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active like "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active in ("2006-02-01T00:00:01"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(${org.apache.ode.BPELProcess}author in ("yuriy")) or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
($author in ("yuriy")) or (pid = "HelloWorld")
($author in ("yuriy")) or (pid < "HelloWorld")
($author in ("yuriy")) or (pid <= "HelloWorld")
($author in ("yuriy")) or (pid > "HelloWorld")
($author in ("yuriy")) or (pid >= "HelloWorld")
($author in ("yuriy")) or (pid like "HelloWorld")
($author in ("yuriy")) or (pid in ("HelloWorld","Hello*","Hello*World"))
($author in ("yuriy")) or (pid in ("Hello*","Hello*World"))
($author in ("yuriy")) or (pid in ("Hello*World"))
($author in ("yuriy")) or (iid = "2006")
($author in ("yuriy")) or (iid < "2006")
($author in ("yuriy")) or (iid <= "2006")
($author in ("yuriy")) or (iid > "2006")
($author in ("yuriy")) or (iid >= "2006")
($author in ("yuriy")) or (iid in ("2006"))
($author in ("yuriy")) or (iid in ("2006","20061231"))
($author in ("yuriy")) or (status = "active")
($author in ("yuriy")) or (status = "suspended")
($author in ("yuriy")) or (status = "error")
($author in ("yuriy")) or (status = "completed")
($author in ("yuriy")) or (status = "terminated")
($author in ("yuriy")) or (status = "faulted")
($author in ("yuriy")) or (status in ("active","suspended"))
($author in ("yuriy")) or (status in ("active","suspended","error","completed","terminated","faulted"))
($author in ("yuriy")) or (started = "2006-01-01T00:00:01")
($author in ("yuriy")) or (started = "2006-01-31")
($author in ("yuriy")) or (started = "2006-01")
($author in ("yuriy")) or (started = "2006")
($author in ("yuriy")) or (started < "2006-01-01T00:00:01")
($author in ("yuriy")) or (started < "2006-01-31")
($author in ("yuriy")) or (started < "2006-01")
($author in ("yuriy")) or (started < "2006")
($author in ("yuriy")) or (started <= "2006-01-01T00:00:01")
($author in ("yuriy")) or (started <= "2006-01-31")
($author in ("yuriy")) or (started <= "2006-01")
($author in ("yuriy")) or (started <= "2006")
($author in ("yuriy")) or (started > "2006-01-01T00:00:01")
($author in ("yuriy")) or (started > "2006-01-31")
($author in ("yuriy")) or (started > "2006-01")
($author in ("yuriy")) or (started > "2006")
($author in ("yuriy")) or (started >= "2006-01-01T00:00:01")
($author in ("yuriy")) or (started >= "2006-01-31")
($author in ("yuriy")) or (started >= "2006-01")
($author in ("yuriy")) or (started >= "2006")
($author in ("yuriy")) or (started like "2006-01-01T00:00:01")
($author in ("yuriy")) or (started like "2006-01-31")
($author in ("yuriy")) or (started like "2006-01")
($author in ("yuriy")) or (started like "2006")
($author in ("yuriy")) or (started in ("2006-01-01T00:00:01"))
($author in ("yuriy")) or (started in ("2006-01-31","2006-01"))
($author in ("yuriy")) or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
($author in ("yuriy")) or (last-active = "2006-02-01T00:00:01")
($author in ("yuriy")) or (last-active = "2006-02-21")
($author in ("yuriy")) or (last-active = "2006-02")
($author in ("yuriy")) or (last-active = "2006")
($author in ("yuriy")) or (last-active < "2006-02-01T00:00:01")
($author in ("yuriy")) or (last-active < "2006-02-21")
($author in ("yuriy")) or (last-active < "2006-02")
($author in ("yuriy")) or (last-active < "2006")
($author in ("yuriy")) or (last-active <= "2006-02-01T00:00:01")
($author in ("yuriy")) or (last-active <= "2006-02-21")
($author in ("yuriy")) or (last-active <= "2006-02")
($author in ("yuriy")) or (last-active <= "2006")
($author in ("yuriy")) or (last-active > "2006-02-01T00:00:01")
($author in ("yuriy")) or (last-active > "2006-02-21")
($author in ("yuriy")) or (last-active > "2006-02")
($author in ("yuriy")) or (last-active > "2006")
($author in ("yuriy")) or (last-active >= "2006-02-01T00:00:01")
($author in ("yuriy")) or (last-active >= "2006-02-21")
($author in ("yuriy")) or (last-active >= "2006-02")
($author in ("yuriy")) or (last-active >= "2006")
($author in ("yuriy")) or (last-active like "2006-02-01T00:00:01")
($author in ("yuriy")) or (last-active like "2006-02-21")
($author in ("yuriy")) or (last-active like "2006-02")
($author in ("yuriy")) or (last-active like "2006")
($author in ("yuriy")) or (last-active in ("2006-02-01T00:00:01"))
($author in ("yuriy")) or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
($author in ("yuriy")) or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (pid = "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (pid < "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (pid <= "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (pid > "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (pid >= "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (pid like "HelloWorld")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (pid in ("HelloWorld","Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (pid in ("Hello*","Hello*World"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (pid in ("Hello*World"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (iid = "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (iid < "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (iid <= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (iid > "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (iid >= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (iid in ("2006"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (iid in ("2006","20061231"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (status = "active")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (status = "suspended")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (status = "error")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (status = "completed")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (status = "terminated")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (status = "faulted")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (status in ("active","suspended"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (status in ("active","suspended","error","completed","terminated","faulted"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started = "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started = "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started = "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started = "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started < "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started < "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started < "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started < "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started <= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started <= "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started <= "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started <= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started > "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started > "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started > "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started > "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started >= "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started >= "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started >= "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started >= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started like "2006-01-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started like "2006-01-31")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started like "2006-01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started like "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started in ("2006-01-01T00:00:01"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started in ("2006-01-31","2006-01"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active = "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active = "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active = "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active = "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active < "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active < "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active < "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active < "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active <= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active <= "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active <= "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active <= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active > "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active > "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active > "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active > "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active >= "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active >= "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active >= "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active >= "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active like "2006-02-01T00:00:01")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active like "2006-02-21")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active like "2006-02")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active like "2006")
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active in ("2006-02-01T00:00:01"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
(${org.apache.ode.BPELProcess}author in ("yuriy","kostya","nazar","orest")) or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))
($author in ("yuriy","kostya","nazar","orest")) or (pid = "HelloWorld")
($author in ("yuriy","kostya","nazar","orest")) or (pid < "HelloWorld")
($author in ("yuriy","kostya","nazar","orest")) or (pid <= "HelloWorld")
($author in ("yuriy","kostya","nazar","orest")) or (pid > "HelloWorld")
($author in ("yuriy","kostya","nazar","orest")) or (pid >= "HelloWorld")
($author in ("yuriy","kostya","nazar","orest")) or (pid like "HelloWorld")
($author in ("yuriy","kostya","nazar","orest")) or (pid in ("HelloWorld","Hello*","Hello*World"))
($author in ("yuriy","kostya","nazar","orest")) or (pid in ("Hello*","Hello*World"))
($author in ("yuriy","kostya","nazar","orest")) or (pid in ("Hello*World"))
($author in ("yuriy","kostya","nazar","orest")) or (iid = "2006")
($author in ("yuriy","kostya","nazar","orest")) or (iid < "2006")
($author in ("yuriy","kostya","nazar","orest")) or (iid <= "2006")
($author in ("yuriy","kostya","nazar","orest")) or (iid > "2006")
($author in ("yuriy","kostya","nazar","orest")) or (iid >= "2006")
($author in ("yuriy","kostya","nazar","orest")) or (iid in ("2006"))
($author in ("yuriy","kostya","nazar","orest")) or (iid in ("2006","20061231"))
($author in ("yuriy","kostya","nazar","orest")) or (status = "active")
($author in ("yuriy","kostya","nazar","orest")) or (status = "suspended")
($author in ("yuriy","kostya","nazar","orest")) or (status = "error")
($author in ("yuriy","kostya","nazar","orest")) or (status = "completed")
($author in ("yuriy","kostya","nazar","orest")) or (status = "terminated")
($author in ("yuriy","kostya","nazar","orest")) or (status = "faulted")
($author in ("yuriy","kostya","nazar","orest")) or (status in ("active","suspended"))
($author in ("yuriy","kostya","nazar","orest")) or (status in ("active","suspended","error","completed","terminated","faulted"))
($author in ("yuriy","kostya","nazar","orest")) or (started = "2006-01-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) or (started = "2006-01-31")
($author in ("yuriy","kostya","nazar","orest")) or (started = "2006-01")
($author in ("yuriy","kostya","nazar","orest")) or (started = "2006")
($author in ("yuriy","kostya","nazar","orest")) or (started < "2006-01-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) or (started < "2006-01-31")
($author in ("yuriy","kostya","nazar","orest")) or (started < "2006-01")
($author in ("yuriy","kostya","nazar","orest")) or (started < "2006")
($author in ("yuriy","kostya","nazar","orest")) or (started <= "2006-01-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) or (started <= "2006-01-31")
($author in ("yuriy","kostya","nazar","orest")) or (started <= "2006-01")
($author in ("yuriy","kostya","nazar","orest")) or (started <= "2006")
($author in ("yuriy","kostya","nazar","orest")) or (started > "2006-01-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) or (started > "2006-01-31")
($author in ("yuriy","kostya","nazar","orest")) or (started > "2006-01")
($author in ("yuriy","kostya","nazar","orest")) or (started > "2006")
($author in ("yuriy","kostya","nazar","orest")) or (started >= "2006-01-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) or (started >= "2006-01-31")
($author in ("yuriy","kostya","nazar","orest")) or (started >= "2006-01")
($author in ("yuriy","kostya","nazar","orest")) or (started >= "2006")
($author in ("yuriy","kostya","nazar","orest")) or (started like "2006-01-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) or (started like "2006-01-31")
($author in ("yuriy","kostya","nazar","orest")) or (started like "2006-01")
($author in ("yuriy","kostya","nazar","orest")) or (started like "2006")
($author in ("yuriy","kostya","nazar","orest")) or (started in ("2006-01-01T00:00:01"))
($author in ("yuriy","kostya","nazar","orest")) or (started in ("2006-01-31","2006-01"))
($author in ("yuriy","kostya","nazar","orest")) or (started in ("2006-01-01T00:00:01","2006-01-31","2006-01","2006"))
($author in ("yuriy","kostya","nazar","orest")) or (last-active = "2006-02-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) or (last-active = "2006-02-21")
($author in ("yuriy","kostya","nazar","orest")) or (last-active = "2006-02")
($author in ("yuriy","kostya","nazar","orest")) or (last-active = "2006")
($author in ("yuriy","kostya","nazar","orest")) or (last-active < "2006-02-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) or (last-active < "2006-02-21")
($author in ("yuriy","kostya","nazar","orest")) or (last-active < "2006-02")
($author in ("yuriy","kostya","nazar","orest")) or (last-active < "2006")
($author in ("yuriy","kostya","nazar","orest")) or (last-active <= "2006-02-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) or (last-active <= "2006-02-21")
($author in ("yuriy","kostya","nazar","orest")) or (last-active <= "2006-02")
($author in ("yuriy","kostya","nazar","orest")) or (last-active <= "2006")
($author in ("yuriy","kostya","nazar","orest")) or (last-active > "2006-02-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) or (last-active > "2006-02-21")
($author in ("yuriy","kostya","nazar","orest")) or (last-active > "2006-02")
($author in ("yuriy","kostya","nazar","orest")) or (last-active > "2006")
($author in ("yuriy","kostya","nazar","orest")) or (last-active >= "2006-02-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) or (last-active >= "2006-02-21")
($author in ("yuriy","kostya","nazar","orest")) or (last-active >= "2006-02")
($author in ("yuriy","kostya","nazar","orest")) or (last-active >= "2006")
($author in ("yuriy","kostya","nazar","orest")) or (last-active like "2006-02-01T00:00:01")
($author in ("yuriy","kostya","nazar","orest")) or (last-active like "2006-02-21")
($author in ("yuriy","kostya","nazar","orest")) or (last-active like "2006-02")
($author in ("yuriy","kostya","nazar","orest")) or (last-active like "2006")
($author in ("yuriy","kostya","nazar","orest")) or (last-active in ("2006-02-01T00:00:01"))
($author in ("yuriy","kostya","nazar","orest")) or (last-active in ("2006-02-01T00:00:01","2006-02-21"))
($author in ("yuriy","kostya","nazar","orest")) or (last-active in ("2006-02-01T00:00:01","2006-02-21","2006-02","2006"))