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

org.ikasan.spec.scheduled.profile.model.ContextProfile Maven / Gradle / Ivy

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

import java.util.List;

public interface ContextProfile {

    String getDefaultContext();

    void setDefaultContext(String context);

    List getSubContexts();

    void setSubContexts(List subContexts);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy