Class AddObjectResult<T extends ObjectType>
java.lang.Object
com.evolveum.midpoint.repo.cache.handlers.AddObjectResult<T>
- All Implemented Interfaces:
- RepositoryOperationResult
public class AddObjectResult<T extends ObjectType>
extends Object
implements RepositoryOperationResult
Result of the addObject operation. It is analogous to 
ModifyObjectResult
 and DeleteObjectResult 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 Summary
- 
Method Details- 
getObject
- 
toString
- 
getChangeType- Specified by:
- getChangeTypein interface- RepositoryOperationResult
 
 
-