Interface CaseInstance


  • public interface CaseInstance
    Author:
    Joram Barrez
    • Method Detail

      • getParentId

        String getParentId()
      • getBusinessKey

        String getBusinessKey()
      • getBusinessStatus

        String getBusinessStatus()
      • getCaseDefinitionId

        String getCaseDefinitionId()
      • getCaseDefinitionKey

        String getCaseDefinitionKey()
      • getCaseDefinitionName

        String getCaseDefinitionName()
      • getCaseDefinitionVersion

        Integer getCaseDefinitionVersion()
      • getCaseDefinitionDeploymentId

        String getCaseDefinitionDeploymentId()
      • getStartTime

        Date getStartTime()
      • getStartUserId

        String getStartUserId()
      • getLastReactivationTime

        Date getLastReactivationTime()
      • getLastReactivationUserId

        String getLastReactivationUserId()
      • getCallbackId

        String getCallbackId()
      • getCallbackType

        String getCallbackType()
      • getReferenceId

        String getReferenceId()
      • getReferenceType

        String getReferenceType()
      • isCompletable

        boolean isCompletable()
      • getTenantId

        String getTenantId()
      • getCaseVariables

        Map<String,​Object> getCaseVariables()
        Returns the case variables if requested in the case instance query
      • setLocalizedName

        void setLocalizedName​(String localizedName)
        Sets an optional localized name for the case.