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

org.jresearch.flexess.client.IOperationMatcher Maven / Gradle / Ivy

The newest version!
package org.jresearch.flexess.client;

import org.jresearch.flexess.core.model.uam.PObject;
import org.jresearch.flexess.core.model.uam.POperation;

public interface IOperationMatcher {

	POperation findOperation(PObject pobject, String operation);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy