Class GenericItemService.CreateValidationResult
Object
ServiceResultImpl
GenericItemService.ExceptionSupportResult
CreateValidationResult
- All Implemented Interfaces:
ServiceResult,Serializable
- Enclosing interface:
- GenericItemService
public static class GenericItemService.CreateValidationResult
extends GenericItemService.ExceptionSupportResult
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreateValidationResult(ErrorCollection errors, StructureException exception, String itemType, 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
-
CreateValidationResult
public CreateValidationResult(@NotNull ErrorCollection errors, @Nullable StructureException exception, @NotNull String itemType, @NotNull GenericItem genericItem)
-
-
Method Details
-
getItemType
-
getGenericItem
-