Class GenericItemService.DeleteValidationResult
Object
ServiceResultImpl
GenericItemService.ExceptionSupportResult
DeleteValidationResult
- All Implemented Interfaces:
ServiceResult,Serializable
- Enclosing interface:
- GenericItemService
public static class GenericItemService.DeleteValidationResult
extends GenericItemService.ExceptionSupportResult
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeleteValidationResult(ErrorCollection errors, StructureException exception, ItemIdentity itemId) -
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
-
DeleteValidationResult
public DeleteValidationResult(@NotNull ErrorCollection errors, @Nullable StructureException exception, @NotNull ItemIdentity itemId)
-
-
Method Details
-
getItemId
-