All Downloads are FREE. Search and download functionalities are using the official Maven repository.

a.bonita-server.5.9.1.source-code.bonita.web.queries.hbm.xml Maven / Gradle / Ivy





  
    SELECT label
    FROM org.ow2.bonita.facade.runtime.impl.LabelImpl AS label
    WHERE label.ownerName = :ownerName
    and label.isSystemLabel = true
    ORDER BY label.displayOrder
  
  
  
    SELECT label
    FROM org.ow2.bonita.facade.runtime.impl.LabelImpl AS label
    WHERE label.ownerName = :ownerName
    and label.isSystemLabel = false
    ORDER BY label.displayOrder
  
  
  
    SELECT label
    FROM org.ow2.bonita.facade.runtime.impl.LabelImpl AS label
    WHERE label.ownerName = :ownerName
  
  
  
    SELECT label
    FROM org.ow2.bonita.facade.runtime.impl.LabelImpl AS label
    WHERE label.ownerName = :ownerName
    and label.name = :labelName
  
  
  
    SELECT webCase.labelName
    FROM org.ow2.bonita.facade.runtime.impl.CaseImpl AS webCase
    WHERE webCase.ownerName = :ownerName
    AND webCase.uuid.value = :caseId
  
  
  
    SELECT label
    FROM org.ow2.bonita.facade.runtime.impl.LabelImpl AS label
    WHERE label.ownerName = :ownerName
    AND label.name in (:labelNames)
  
  
  
    SELECT label
    FROM org.ow2.bonita.facade.runtime.impl.LabelImpl AS label
    WHERE label.name in (:labelNames)
  
  
  
    SELECT label
    FROM org.ow2.bonita.facade.runtime.impl.LabelImpl AS label
    WHERE label.name NOT IN (:labelNames)
  
  
  
    SELECT webCase
    FROM org.ow2.bonita.facade.runtime.impl.CaseImpl AS webCase
    WHERE webCase.ownerName = :ownerName
    AND webCase.labelName = :labelName
    AND webCase.uuid.value in (:caseUUIDs)
  
  
  
    SELECT webCase.uuid
    FROM org.ow2.bonita.facade.runtime.impl.CaseImpl AS webCase
    WHERE webCase.ownerName = :ownerName
    AND webCase.labelName = :labelName
    AND webCase.uuid.value in (:caseUUIDs)
  
  
  
    SELECT webCase.uuid
    FROM org.ow2.bonita.facade.runtime.impl.CaseImpl AS webCase
    WHERE webCase.ownerName = :ownerName
    AND webCase.labelName in (:labelNames)
  
  
  
    SELECT webCase
    FROM org.ow2.bonita.facade.runtime.impl.CaseImpl AS webCase
    WHERE webCase.ownerName = :ownerName
    AND webCase.labelName = :labelName
  

  
    SELECT count(webCase.uuid)
    FROM org.ow2.bonita.facade.runtime.impl.CaseImpl AS webCase
    WHERE webCase.ownerName = :ownerName
    AND webCase.labelName = :label
  

  
    SELECT count(webCase1.uuid.value)
    FROM org.ow2.bonita.facade.runtime.impl.CaseImpl as webCase1,
         org.ow2.bonita.facade.runtime.impl.CaseImpl as webCase2
    WHERE webCase1.uuid.value = webCase2.uuid.value
    AND   webCase1.label = :label1
    AND   webCase2.label = :label2
  
  
  
    SELECT webCase1
    FROM org.ow2.bonita.facade.runtime.impl.CaseImpl as webCase1,
         org.ow2.bonita.facade.runtime.impl.CaseImpl as webCase2
    WHERE webCase1.uuid.value = webCase2.uuid.value
    AND   webCase1.label = :label1
    AND   webCase2.label = :label2
  
  
  
  
    SELECT webCase
    FROM org.ow2.bonita.facade.runtime.impl.CaseImpl AS webCase
    WHERE webCase.uuid.value = :caseId
  
  
  
    SELECT webCase
    FROM org.ow2.bonita.facade.runtime.impl.CaseImpl AS webCase
    WHERE webCase.uuid.value = :caseUUID
    AND   webCase.ownerName = :ownerName
    AND   webCase.labelName = :labelName
  
  
  
    SELECT webCase.uuid
    FROM org.ow2.bonita.facade.runtime.impl.CaseImpl AS webCase
  
  
  
    SELECT webCase
    FROM org.ow2.bonita.facade.runtime.impl.CaseImpl AS webCase
  
  
  
    SELECT webCase
    FROM org.ow2.bonita.facade.runtime.impl.CaseImpl AS webCase
    WHERE webCase.uuid.value IN (:uuids)
  
  
  
    SELECT webCase
    FROM org.ow2.bonita.facade.runtime.impl.CaseImpl AS webCase
    WHERE webCase.uuid.value IN (:uuids)
    AND   webCase.labelName = :labelName
  
  
  
    SELECT webCase
    FROM org.ow2.bonita.facade.runtime.impl.CaseImpl AS webCase
    WHERE webCase.uuid.value IN (:uuids)
    AND   webCase.labelName IN (:labelsNames)
    AND   webCase.ownerName = :ownerName
  
  
  
    SELECT temporaryToken
    FROM org.ow2.bonita.facade.runtime.impl.WebTemporaryTokenImpl as temporaryToken
    WHERE temporaryToken.token = :tokenKey
  
   
  
    SELECT temporaryToken
    FROM org.ow2.bonita.facade.runtime.impl.WebTemporaryTokenImpl as temporaryToken
    WHERE (temporaryToken.expirationDate < :currentDate)
   
     
    





© 2015 - 2025 Weber Informatics LLC | Privacy Policy