Package org.camunda.bpm.engine.impl.core.variable

Examples of org.camunda.bpm.engine.impl.core.variable.SerializedVariableValueBuilderImpl


*
*/
public abstract class SerializedVariableValueBuilder {

  public static SerializedVariableValueBuilder create() {
    return new SerializedVariableValueBuilderImpl();
  }
View Full Code Here

TOP

Related Classes of org.camunda.bpm.engine.impl.core.variable.SerializedVariableValueBuilderImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.