Class GenericItemService.UpdateValidationResult
Object
ServiceResultImpl
GenericItemService.ExceptionSupportResult
UpdateValidationResult
- All Implemented Interfaces:
ServiceResult,Serializable
- Enclosing interface:
- GenericItemService
public static class GenericItemService.UpdateValidationResult
extends GenericItemService.ExceptionSupportResult
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateValidationResult(ErrorCollection errors, StructureException exception, ItemIdentity itemId, GenericItem genericItem) -
Method Summary
Methods inherited from class GenericItemService.ExceptionSupportResult
getException, isValidMethods inherited from class ServiceResultImpl
getErrorCollection, getWarningCollectionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ServiceResult
hasWarnings
-
Constructor Details
-
UpdateValidationResult
public UpdateValidationResult(@NotNull ErrorCollection errors, @Nullable StructureException exception, @NotNull ItemIdentity itemId, @NotNull GenericItem genericItem)
-
-
Method Details
-
getItemId
-
getGenericItem
-