Class ProcessInstanceWithVariablesImpl

    • Constructor Detail

      • ProcessInstanceWithVariablesImpl

        public ProcessInstanceWithVariablesImpl​(ExecutionEntity executionEntity,
                                                VariableMap variables)
    • Method Detail

      • getCaseInstanceId

        public java.lang.String getCaseInstanceId()
        Description copied from interface: ProcessInstance
        The id of the case instance associated with this process instance.
        Specified by:
        getCaseInstanceId in interface ProcessInstance
      • getId

        public java.lang.String getId()
        Description copied from interface: Execution
        The unique identifier of the execution.
        Specified by:
        getId in interface Execution
      • getRootProcessInstanceId

        public java.lang.String getRootProcessInstanceId()
        Description copied from interface: ProcessInstance
        The id of the root process instance associated with this process instance.
        Specified by:
        getRootProcessInstanceId in interface ProcessInstance
      • isEnded

        public boolean isEnded()
        Description copied from interface: Execution
        Indicates if the execution is ended.
        Specified by:
        isEnded in interface Execution
      • getProcessInstanceId

        public java.lang.String getProcessInstanceId()
        Description copied from interface: Execution
        Id of the root of the execution tree representing the process instance. It is the same as Execution.getId() if this execution is the process instance.
        Specified by:
        getProcessInstanceId in interface Execution
      • getTenantId

        public java.lang.String getTenantId()
        Description copied from interface: Execution
        The id of the tenant this execution belongs to. Can be null if the execution belongs to no single tenant.
        Specified by:
        getTenantId in interface Execution