
camunda.model.VariablesObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of symphony-camunda-client Show documentation
Show all versions of symphony-camunda-client Show documentation
Symphony Camunda Client provided by Symphony Platform Solutions team
The newest version!
package camunda.model;
import java.util.Map;
public class VariablesObject {
private Map variables;
public Map getVariables() {
return variables;
}
public void setVariables(Map variables) {
this.variables = variables;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy