All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.inteligr8.alfresco.activiti.model.Variable Maven / Gradle / Ivy

Go to download

An APS API library for building REST API clients that support both the CXF and Jersey frameworks

The newest version!
package com.inteligr8.alfresco.activiti.model;

import com.fasterxml.jackson.annotation.JsonInclude;

@JsonInclude(JsonInclude.Include.NON_NULL)
public class Variable extends com.inteligr8.activiti.model.Variable {

    /**
     * No args constructor for use in serialization
     */
    public Variable() {
    }

    public Variable(String name, String scope, String type, Object value) {
        super(name, scope, type, value);
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy