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

org.ikasan.spec.scheduled.status.model.ContextJobInstanceStatusWrapper Maven / Gradle / Ivy

package org.ikasan.spec.scheduled.status.model;

import java.util.List;

public interface ContextJobInstanceStatusWrapper {

    List getJobPlans();
    void setJobPlans(List jobPlans);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy