io.vanillabp.cockpit.bpms.api.protobuf.v1.WorkflowCancelledEventOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bpms-protobuf-api Show documentation
Show all versions of bpms-protobuf-api Show documentation
Protobuf classes for efficient transmission of the BPMS events
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: v1.proto
package io.vanillabp.cockpit.bpms.api.protobuf.v1;
public interface WorkflowCancelledEventOrBuilder extends
// @@protoc_insertion_point(interface_extends:WorkflowCancelledEvent)
com.google.protobuf.MessageOrBuilder {
/**
* string id = 1;
* @return The id.
*/
java.lang.String getId();
/**
* string id = 1;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
* string api_version = 2;
* @return The apiVersion.
*/
java.lang.String getApiVersion();
/**
* string api_version = 2;
* @return The bytes for apiVersion.
*/
com.google.protobuf.ByteString
getApiVersionBytes();
/**
* string workflow_id = 3;
* @return The workflowId.
*/
java.lang.String getWorkflowId();
/**
* string workflow_id = 3;
* @return The bytes for workflowId.
*/
com.google.protobuf.ByteString
getWorkflowIdBytes();
/**
* .google.protobuf.Timestamp timestamp = 4;
* @return Whether the timestamp field is set.
*/
boolean hasTimestamp();
/**
* .google.protobuf.Timestamp timestamp = 4;
* @return The timestamp.
*/
com.google.protobuf.Timestamp getTimestamp();
/**
* .google.protobuf.Timestamp timestamp = 4;
*/
com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder();
/**
* optional string initiator = 5;
* @return Whether the initiator field is set.
*/
boolean hasInitiator();
/**
* optional string initiator = 5;
* @return The initiator.
*/
java.lang.String getInitiator();
/**
* optional string initiator = 5;
* @return The bytes for initiator.
*/
com.google.protobuf.ByteString
getInitiatorBytes();
/**
* optional string source = 6;
* @return Whether the source field is set.
*/
boolean hasSource();
/**
* optional string source = 6;
* @return The source.
*/
java.lang.String getSource();
/**
* optional string source = 6;
* @return The bytes for source.
*/
com.google.protobuf.ByteString
getSourceBytes();
/**
* optional string comment = 7;
* @return Whether the comment field is set.
*/
boolean hasComment();
/**
* optional string comment = 7;
* @return The comment.
*/
java.lang.String getComment();
/**
* optional string comment = 7;
* @return The bytes for comment.
*/
com.google.protobuf.ByteString
getCommentBytes();
/**
* optional string bpmn_process_id = 8;
* @return Whether the bpmnProcessId field is set.
*/
boolean hasBpmnProcessId();
/**
* optional string bpmn_process_id = 8;
* @return The bpmnProcessId.
*/
java.lang.String getBpmnProcessId();
/**
* optional string bpmn_process_id = 8;
* @return The bytes for bpmnProcessId.
*/
com.google.protobuf.ByteString
getBpmnProcessIdBytes();
/**
* optional string bpmn_process_version = 9;
* @return Whether the bpmnProcessVersion field is set.
*/
boolean hasBpmnProcessVersion();
/**
* optional string bpmn_process_version = 9;
* @return The bpmnProcessVersion.
*/
java.lang.String getBpmnProcessVersion();
/**
* optional string bpmn_process_version = 9;
* @return The bytes for bpmnProcessVersion.
*/
com.google.protobuf.ByteString
getBpmnProcessVersionBytes();
}