Interface JBPMMessages.WorkItemOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    JBPMMessages.WorkItem, JBPMMessages.WorkItem.Builder
    Enclosing class:
    JBPMMessages

    public static interface JBPMMessages.WorkItemOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasId

        boolean hasId()
        optional int64 id = 1;
        Returns:
        Whether the id field is set.
      • getId

        long getId()
        optional int64 id = 1;
        Returns:
        The id.
      • hasProcessInstancesId

        boolean hasProcessInstancesId()
        optional int64 process_instances_id = 2;
        Returns:
        Whether the processInstancesId field is set.
      • getProcessInstancesId

        long getProcessInstancesId()
        optional int64 process_instances_id = 2;
        Returns:
        The processInstancesId.
      • hasName

        boolean hasName()
        optional string name = 3;
        Returns:
        Whether the name field is set.
      • getName

        String getName()
        optional string name = 3;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 3;
        Returns:
        The bytes for name.
      • hasState

        boolean hasState()
        optional int32 state = 4;
        Returns:
        Whether the state field is set.
      • getState

        int getState()
        optional int32 state = 4;
        Returns:
        The state.
      • getVariable

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

        int getVariableCount()
        repeated .org.jbpm.marshalling.Variable variable = 5;
      • hasDeploymentId

        boolean hasDeploymentId()
        optional string deployment_id = 6;
        Returns:
        Whether the deploymentId field is set.
      • getDeploymentId

        String getDeploymentId()
        optional string deployment_id = 6;
        Returns:
        The deploymentId.
      • getDeploymentIdBytes

        com.google.protobuf.ByteString getDeploymentIdBytes()
        optional string deployment_id = 6;
        Returns:
        The bytes for deploymentId.
      • hasNodeInstanceId

        boolean hasNodeInstanceId()
        optional int64 node_instance_id = 7;
        Returns:
        Whether the nodeInstanceId field is set.
      • getNodeInstanceId

        long getNodeInstanceId()
        optional int64 node_instance_id = 7;
        Returns:
        The nodeInstanceId.
      • hasNodeId

        boolean hasNodeId()
        optional int64 node_id = 8;
        Returns:
        Whether the nodeId field is set.
      • getNodeId

        long getNodeId()
        optional int64 node_id = 8;
        Returns:
        The nodeId.