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

ch.regdata.rps.engine.client.enginecontext.IRPSEngineContextProvider Maven / Gradle / Ivy

package ch.regdata.rps.engine.client.enginecontext;

import ch.regdata.rps.engine.client.Context;

public interface IRPSEngineContextProvider {

    void initialize();

    RightContext tryGetRightsContext(String contextKey);

    Context tryGetProcessingContext(String contextKey);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy