Class NonEmptySingleAttachmentIfValidator
- java.lang.Object
 - 
- de.xima.cmn.validation.constraintvalidators.util.AValidateIfValidator<NonEmptySingleAttachmentIf,NonEmptySingleAttachment,Object,SingleAttachment>
 - 
- de.xima.fc.workflow.validation.constraintvalidators.NonEmptySingleAttachmentIfValidator
 
 
 
- 
- All Implemented Interfaces:
 de.xima.cmn.validation.spec.IConditionalValidator<NonEmptySingleAttachmentIf,NonEmptySingleAttachment,Object,SingleAttachment>,de.xima.cmn.validation.spec.IProxiedValidator<NonEmptySingleAttachmentIf,NonEmptySingleAttachment,Object,SingleAttachment>,javax.validation.ConstraintValidator<NonEmptySingleAttachmentIf,Object>
@Deprecated public class NonEmptySingleAttachmentIfValidator extends de.xima.cmn.validation.constraintvalidators.util.AValidateIfValidator<NonEmptySingleAttachmentIf,NonEmptySingleAttachment,Object,SingleAttachment>
Deprecated.Use aGroupSequenceProviderinstead.Constraint annotation validator forNonEmptySingleAttachmentIf.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Constructor Summary
Constructors Constructor Description NonEmptySingleAttachmentIfValidator()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Class<? extends NonEmptySingleAttachment>getConstraintClass()Deprecated.Class<? extends SingleAttachment>getFieldClass()Deprecated.Class<NonEmptySingleAttachmentIf>getSelfClass()Deprecated.Class<Object>getTypeClass()Deprecated.protected booleanvalidate(SingleAttachment value, javax.validation.ConstraintValidatorContext context)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
getSelfClass
public Class<NonEmptySingleAttachmentIf> getSelfClass()
Deprecated. 
- 
getConstraintClass
public Class<? extends NonEmptySingleAttachment> getConstraintClass()
Deprecated. 
- 
getFieldClass
public Class<? extends SingleAttachment> getFieldClass()
Deprecated. 
- 
validate
protected boolean validate(SingleAttachment value, javax.validation.ConstraintValidatorContext context)
Deprecated.- Specified by:
 validatein classde.xima.cmn.validation.constraintvalidators.util.AValidateIfValidator<NonEmptySingleAttachmentIf,NonEmptySingleAttachment,Object,SingleAttachment>
 
 - 
 
 -