jBPM distribution 6.0.0.CR3

Uses of Class
org.jbpm.marshalling.impl.JBPMMessages.Variable

Packages that use JBPMMessages.Variable
org.jbpm.marshalling.impl   
 

Uses of JBPMMessages.Variable in org.jbpm.marshalling.impl
 

Fields in org.jbpm.marshalling.impl with type parameters of type JBPMMessages.Variable
static com.google.protobuf.Parser<JBPMMessages.Variable> JBPMMessages.Variable.PARSER
           
 

Methods in org.jbpm.marshalling.impl that return JBPMMessages.Variable
 JBPMMessages.Variable JBPMMessages.Variable.Builder.build()
           
 JBPMMessages.Variable JBPMMessages.Variable.Builder.buildPartial()
           
static JBPMMessages.Variable JBPMMessages.Variable.getDefaultInstance()
           
 JBPMMessages.Variable JBPMMessages.Variable.getDefaultInstanceForType()
           
 JBPMMessages.Variable JBPMMessages.Variable.Builder.getDefaultInstanceForType()
           
 JBPMMessages.Variable JBPMMessages.ProcessInstanceOrBuilder.getVariable(int index)
          repeated .org.jbpm.marshalling.Variable variable = 8;
 JBPMMessages.Variable JBPMMessages.ProcessInstance.getVariable(int index)
          repeated .org.jbpm.marshalling.Variable variable = 8;
 JBPMMessages.Variable JBPMMessages.ProcessInstance.NodeInstanceContent.CompositeContextNodeOrBuilder.getVariable(int index)
          repeated .org.jbpm.marshalling.Variable variable = 3;
 JBPMMessages.Variable JBPMMessages.ProcessInstance.NodeInstanceContent.CompositeContextNode.getVariable(int index)
          repeated .org.jbpm.marshalling.Variable variable = 3;
 JBPMMessages.Variable JBPMMessages.ProcessInstance.NodeInstanceContent.CompositeContextNode.Builder.getVariable(int index)
          repeated .org.jbpm.marshalling.Variable variable = 3;
 JBPMMessages.Variable JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNodeOrBuilder.getVariable(int index)
          repeated .org.jbpm.marshalling.Variable variable = 2;
 JBPMMessages.Variable JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNode.getVariable(int index)
          repeated .org.jbpm.marshalling.Variable variable = 2;
 JBPMMessages.Variable JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNode.Builder.getVariable(int index)
          repeated .org.jbpm.marshalling.Variable variable = 2;
 JBPMMessages.Variable JBPMMessages.ProcessInstance.Builder.getVariable(int index)
          repeated .org.jbpm.marshalling.Variable variable = 8;
 JBPMMessages.Variable JBPMMessages.WorkItemOrBuilder.getVariable(int index)
          repeated .org.jbpm.marshalling.Variable variable = 5;
 JBPMMessages.Variable JBPMMessages.WorkItem.getVariable(int index)
          repeated .org.jbpm.marshalling.Variable variable = 5;
 JBPMMessages.Variable JBPMMessages.WorkItem.Builder.getVariable(int index)
          repeated .org.jbpm.marshalling.Variable variable = 5;
static JBPMMessages.Variable ProtobufProcessMarshaller.marshallVariable(org.drools.core.marshalling.impl.MarshallerWriteContext context, String name, Object value)
           
static JBPMMessages.Variable ProtobufProcessMarshaller.marshallVariablesMap(org.drools.core.marshalling.impl.MarshallerWriteContext context, Map<String,Object> variables)
           
static JBPMMessages.Variable JBPMMessages.Variable.parseDelimitedFrom(InputStream input)
           
static JBPMMessages.Variable JBPMMessages.Variable.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static JBPMMessages.Variable JBPMMessages.Variable.parseFrom(byte[] data)
           
static JBPMMessages.Variable JBPMMessages.Variable.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static JBPMMessages.Variable JBPMMessages.Variable.parseFrom(com.google.protobuf.ByteString data)
           
static JBPMMessages.Variable JBPMMessages.Variable.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static JBPMMessages.Variable JBPMMessages.Variable.parseFrom(com.google.protobuf.CodedInputStream input)
           
static JBPMMessages.Variable JBPMMessages.Variable.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static JBPMMessages.Variable JBPMMessages.Variable.parseFrom(InputStream input)
           
static JBPMMessages.Variable JBPMMessages.Variable.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.jbpm.marshalling.impl that return types with arguments of type JBPMMessages.Variable
 com.google.protobuf.Parser<JBPMMessages.Variable> JBPMMessages.Variable.getParserForType()
           
 List<JBPMMessages.Variable> JBPMMessages.ProcessInstanceOrBuilder.getVariableList()
          repeated .org.jbpm.marshalling.Variable variable = 8;
 List<JBPMMessages.Variable> JBPMMessages.ProcessInstance.getVariableList()
          repeated .org.jbpm.marshalling.Variable variable = 8;
 List<JBPMMessages.Variable> JBPMMessages.ProcessInstance.NodeInstanceContent.CompositeContextNodeOrBuilder.getVariableList()
          repeated .org.jbpm.marshalling.Variable variable = 3;
 List<JBPMMessages.Variable> JBPMMessages.ProcessInstance.NodeInstanceContent.CompositeContextNode.getVariableList()
          repeated .org.jbpm.marshalling.Variable variable = 3;
 List<JBPMMessages.Variable> JBPMMessages.ProcessInstance.NodeInstanceContent.CompositeContextNode.Builder.getVariableList()
          repeated .org.jbpm.marshalling.Variable variable = 3;
 List<JBPMMessages.Variable> JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNodeOrBuilder.getVariableList()
          repeated .org.jbpm.marshalling.Variable variable = 2;
 List<JBPMMessages.Variable> JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNode.getVariableList()
          repeated .org.jbpm.marshalling.Variable variable = 2;
 List<JBPMMessages.Variable> JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNode.Builder.getVariableList()
          repeated .org.jbpm.marshalling.Variable variable = 2;
 List<JBPMMessages.Variable> JBPMMessages.ProcessInstance.Builder.getVariableList()
          repeated .org.jbpm.marshalling.Variable variable = 8;
 List<JBPMMessages.Variable> JBPMMessages.WorkItemOrBuilder.getVariableList()
          repeated .org.jbpm.marshalling.Variable variable = 5;
 List<JBPMMessages.Variable> JBPMMessages.WorkItem.getVariableList()
          repeated .org.jbpm.marshalling.Variable variable = 5;
 List<JBPMMessages.Variable> JBPMMessages.WorkItem.Builder.getVariableList()
          repeated .org.jbpm.marshalling.Variable variable = 5;
 

Methods in org.jbpm.marshalling.impl with parameters of type JBPMMessages.Variable
 JBPMMessages.ProcessInstance.NodeInstanceContent.CompositeContextNode.Builder JBPMMessages.ProcessInstance.NodeInstanceContent.CompositeContextNode.Builder.addVariable(int index, JBPMMessages.Variable value)
          repeated .org.jbpm.marshalling.Variable variable = 3;
 JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNode.Builder JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNode.Builder.addVariable(int index, JBPMMessages.Variable value)
          repeated .org.jbpm.marshalling.Variable variable = 2;
 JBPMMessages.ProcessInstance.Builder JBPMMessages.ProcessInstance.Builder.addVariable(int index, JBPMMessages.Variable value)
          repeated .org.jbpm.marshalling.Variable variable = 8;
 JBPMMessages.WorkItem.Builder JBPMMessages.WorkItem.Builder.addVariable(int index, JBPMMessages.Variable value)
          repeated .org.jbpm.marshalling.Variable variable = 5;
 JBPMMessages.ProcessInstance.NodeInstanceContent.CompositeContextNode.Builder JBPMMessages.ProcessInstance.NodeInstanceContent.CompositeContextNode.Builder.addVariable(JBPMMessages.Variable value)
          repeated .org.jbpm.marshalling.Variable variable = 3;
 JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNode.Builder JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNode.Builder.addVariable(JBPMMessages.Variable value)
          repeated .org.jbpm.marshalling.Variable variable = 2;
 JBPMMessages.ProcessInstance.Builder JBPMMessages.ProcessInstance.Builder.addVariable(JBPMMessages.Variable value)
          repeated .org.jbpm.marshalling.Variable variable = 8;
 JBPMMessages.WorkItem.Builder JBPMMessages.WorkItem.Builder.addVariable(JBPMMessages.Variable value)
          repeated .org.jbpm.marshalling.Variable variable = 5;
 JBPMMessages.Variable.Builder JBPMMessages.Variable.Builder.mergeFrom(JBPMMessages.Variable other)
           
static JBPMMessages.Variable.Builder JBPMMessages.Variable.newBuilder(JBPMMessages.Variable prototype)
           
 JBPMMessages.ProcessInstance.NodeInstanceContent.CompositeContextNode.Builder JBPMMessages.ProcessInstance.NodeInstanceContent.CompositeContextNode.Builder.setVariable(int index, JBPMMessages.Variable value)
          repeated .org.jbpm.marshalling.Variable variable = 3;
 JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNode.Builder JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNode.Builder.setVariable(int index, JBPMMessages.Variable value)
          repeated .org.jbpm.marshalling.Variable variable = 2;
 JBPMMessages.ProcessInstance.Builder JBPMMessages.ProcessInstance.Builder.setVariable(int index, JBPMMessages.Variable value)
          repeated .org.jbpm.marshalling.Variable variable = 8;
 JBPMMessages.WorkItem.Builder JBPMMessages.WorkItem.Builder.setVariable(int index, JBPMMessages.Variable value)
          repeated .org.jbpm.marshalling.Variable variable = 5;
static Object ProtobufProcessMarshaller.unmarshallVariableValue(org.drools.core.marshalling.impl.MarshallerReaderContext context, JBPMMessages.Variable _variable)
           
 

Method parameters in org.jbpm.marshalling.impl with type arguments of type JBPMMessages.Variable
 JBPMMessages.ProcessInstance.NodeInstanceContent.CompositeContextNode.Builder JBPMMessages.ProcessInstance.NodeInstanceContent.CompositeContextNode.Builder.addAllVariable(Iterable<? extends JBPMMessages.Variable> values)
          repeated .org.jbpm.marshalling.Variable variable = 3;
 JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNode.Builder JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNode.Builder.addAllVariable(Iterable<? extends JBPMMessages.Variable> values)
          repeated .org.jbpm.marshalling.Variable variable = 2;
 JBPMMessages.ProcessInstance.Builder JBPMMessages.ProcessInstance.Builder.addAllVariable(Iterable<? extends JBPMMessages.Variable> values)
          repeated .org.jbpm.marshalling.Variable variable = 8;
 JBPMMessages.WorkItem.Builder JBPMMessages.WorkItem.Builder.addAllVariable(Iterable<? extends JBPMMessages.Variable> values)
          repeated .org.jbpm.marshalling.Variable variable = 5;
 


jBPM distribution 6.0.0.CR3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.