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

com.terapico.uccaf.UCInvocationContext Maven / Gradle / Ivy

package com.terapico.uccaf;

import com.terapico.caf.SimpleInvocationContext;

public class UCInvocationContext extends SimpleInvocationContext {
	private BaseUserContext userContext;

	public void setUserContext(BaseUserContext userContext){
		this.userContext = userContext;
	}
	public BaseUserContext getUserContext(){
		return this.userContext;
	}
	protected void wrapParameters(StringBuilder stringBuilder,Object[] parameters)
	{
		
		this.wrapParameters(stringBuilder, parameters,1);
		
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy