Class AddObjectResult<T extends ObjectType>
- java.lang.Object
-
- com.evolveum.midpoint.repo.cache.handlers.AddObjectResult<T>
-
public class AddObjectResult<T extends ObjectType> extends Object
Result of the addObject operation. It is analogous toModifyObjectResult
andDeleteObjectResult
but cannot be returned by addObject, because this operation returns String. This long-time convention cannot be changed easily, so we use this workaround.
-
-
Method Detail
-
getObject
@NotNull public @NotNull PrismObject<T> getObject()
-
-