Class GetVersionOpHandler
- java.lang.Object
-
- com.evolveum.midpoint.repo.cache.handlers.BaseOpHandler
-
- com.evolveum.midpoint.repo.cache.handlers.GetVersionOpHandler
-
@Component public class GetVersionOpHandler extends BaseOpHandler
Handler for getVersion operation.
-
-
Constructor Summary
Constructors Constructor Description GetVersionOpHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends ObjectType>
StringgetVersion(Class<T> type, String oid, OperationResult parentResult)
-
-
-
Method Detail
-
getVersion
public <T extends ObjectType> String getVersion(Class<T> type, String oid, OperationResult parentResult) throws ObjectNotFoundException, SchemaException
-
-