Interface JBPMMessages.ProcessInstanceOrBuilder

    • Method Detail

      • hasProcessType

        boolean hasProcessType()
        optional string process_type = 1;
      • getProcessType

        String getProcessType()
        optional string process_type = 1;
      • getProcessTypeBytes

        com.google.protobuf.ByteString getProcessTypeBytes()
        optional string process_type = 1;
      • hasId

        boolean hasId()
        optional int64 id = 2;
      • getId

        long getId()
        optional int64 id = 2;
      • hasProcessId

        boolean hasProcessId()
        optional string process_id = 3;
      • getProcessId

        String getProcessId()
        optional string process_id = 3;
      • getProcessIdBytes

        com.google.protobuf.ByteString getProcessIdBytes()
        optional string process_id = 3;
      • hasState

        boolean hasState()
        optional int32 state = 4;
      • getState

        int getState()
        optional int32 state = 4;
      • hasNodeInstanceCounter

        boolean hasNodeInstanceCounter()
        optional int64 node_instance_counter = 5;
      • getNodeInstanceCounter

        long getNodeInstanceCounter()
        optional int64 node_instance_counter = 5;
      • hasProcessXml

        boolean hasProcessXml()
        optional string process_xml = 11;
      • getProcessXml

        String getProcessXml()
        optional string process_xml = 11;
      • getProcessXmlBytes

        com.google.protobuf.ByteString getProcessXmlBytes()
        optional string process_xml = 11;
      • hasParentProcessInstanceId

        boolean hasParentProcessInstanceId()
        optional int64 parent_process_instance_id = 12;
      • getParentProcessInstanceId

        long getParentProcessInstanceId()
        optional int64 parent_process_instance_id = 12;
      • hasDescription

        boolean hasDescription()
        optional string description = 15;
      • getDescription

        String getDescription()
        optional string description = 15;
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        optional string description = 15;
      • hasSignalCompletion

        boolean hasSignalCompletion()
        optional bool signal_completion = 16 [default = true];
      • getSignalCompletion

        boolean getSignalCompletion()
        optional bool signal_completion = 16 [default = true];
      • hasDeploymentId

        boolean hasDeploymentId()
        optional string deploymentId = 17;
      • getDeploymentId

        String getDeploymentId()
        optional string deploymentId = 17;
      • getDeploymentIdBytes

        com.google.protobuf.ByteString getDeploymentIdBytes()
        optional string deploymentId = 17;
      • hasCorrelationKey

        boolean hasCorrelationKey()
        optional string correlation_key = 18;
      • getCorrelationKey

        String getCorrelationKey()
        optional string correlation_key = 18;
      • getCorrelationKeyBytes

        com.google.protobuf.ByteString getCorrelationKeyBytes()
        optional string correlation_key = 18;
      • hasSlaTimerId

        boolean hasSlaTimerId()
        optional int64 sla_timer_id = 19;
      • getSlaTimerId

        long getSlaTimerId()
        optional int64 sla_timer_id = 19;
      • hasSlaDueDate

        boolean hasSlaDueDate()
        optional int64 sla_due_date = 20;
      • getSlaDueDate

        long getSlaDueDate()
        optional int64 sla_due_date = 20;
      • hasSlaCompliance

        boolean hasSlaCompliance()
        optional int32 sla_compliance = 21;
      • getSlaCompliance

        int getSlaCompliance()
        optional int32 sla_compliance = 21;
      • getSwimlaneContextCount

        int getSwimlaneContextCount()
        repeated .org.jbpm.marshalling.ProcessInstance.SwimlaneContextInstance swimlane_context = 6;
      • getNodeInstanceCount

        int getNodeInstanceCount()
        repeated .org.jbpm.marshalling.ProcessInstance.NodeInstance node_instance = 7;
      • getVariable

        JBPMMessages.Variable getVariable​(int index)
        repeated .org.jbpm.marshalling.Variable variable = 8;
      • getVariableCount

        int getVariableCount()
        repeated .org.jbpm.marshalling.Variable variable = 8;
      • getExclusiveGroupCount

        int getExclusiveGroupCount()
        repeated .org.jbpm.marshalling.ProcessInstance.ExclusiveGroupInstance exclusive_group = 10;
      • getCompletedNodeIdsList

        com.google.protobuf.ProtocolStringList getCompletedNodeIdsList()
        repeated string completedNodeIds = 13;
      • getCompletedNodeIdsCount

        int getCompletedNodeIdsCount()
        repeated string completedNodeIds = 13;
      • getCompletedNodeIds

        String getCompletedNodeIds​(int index)
        repeated string completedNodeIds = 13;
      • getCompletedNodeIdsBytes

        com.google.protobuf.ByteString getCompletedNodeIdsBytes​(int index)
        repeated string completedNodeIds = 13;
      • getIterationLevels

        JBPMMessages.IterationLevel getIterationLevels​(int index)
        repeated .org.jbpm.marshalling.IterationLevel iterationLevels = 14;
      • getIterationLevelsCount

        int getIterationLevelsCount()
        repeated .org.jbpm.marshalling.IterationLevel iterationLevels = 14;