Package de.xima.fc.exceptions
Class AAttachmentListResolutionError.AttachmentQueryDoesNotMatch
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- de.xima.fc.exceptions.AAttachmentListResolutionError
 - 
- de.xima.fc.exceptions.AAttachmentListResolutionError.AAttachmentItemResolutionError
 - 
- de.xima.fc.exceptions.AAttachmentListResolutionError.AttachmentQueryDoesNotMatch
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - AAttachmentListResolutionError
 
public static final class AAttachmentListResolutionError.AttachmentQueryDoesNotMatch extends AAttachmentListResolutionError.AAttachmentItemResolutionError
Exception data class for theEAttachmentItemResolutionError.ATTACHMENT_QUERY_DOES_NOT_MATCHerror.- Since:
 - 8.1.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class de.xima.fc.exceptions.AAttachmentListResolutionError
AAttachmentListResolutionError.AAttachmentItemResolutionError, AAttachmentListResolutionError.AttachmentCountReducedToZeroByFilter, AAttachmentListResolutionError.AttachmentQueryDoesNotMatch, AAttachmentListResolutionError.CannotProcessAttachmentItem, AAttachmentListResolutionError.CannotProcessAttachmentList, AAttachmentListResolutionError.DatabaseError, AAttachmentListResolutionError.FileSystemError, AAttachmentListResolutionError.NodeDoesNotExist, AAttachmentListResolutionError.NodeDoesNotProvideAttachments, AAttachmentListResolutionError.NodeNotExecuted, AAttachmentListResolutionError.UploadFieldDoesNotExist, AAttachmentListResolutionError.UploadFieldDoesNotProvideAttachments 
 - 
 
- 
Field Summary
- 
Fields inherited from class de.xima.fc.exceptions.AAttachmentListResolutionError.AAttachmentItemResolutionError
item 
- 
Fields inherited from class de.xima.fc.exceptions.AAttachmentListResolutionError
type 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AttachmentQueryDoesNotMatch(AttachmentItem item, String searchPattern, Set<EAttachmentSource> sources) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSearchPattern()Set<EAttachmentSource>getSources()- 
Methods inherited from class de.xima.fc.exceptions.AAttachmentListResolutionError.AAttachmentItemResolutionError
getAttachmentItem 
- 
Methods inherited from class de.xima.fc.exceptions.AAttachmentListResolutionError
getType 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
AttachmentQueryDoesNotMatch
public AttachmentQueryDoesNotMatch(AttachmentItem item, String searchPattern, Set<EAttachmentSource> sources)
- Parameters:
 item- Item that was resolved.searchPattern- Value returned bygetSearchPattern().sources- Value returned bygetSources().
 
 - 
 
- 
Method Detail
- 
getSearchPattern
public String getSearchPattern()
- Returns:
 - The search pattern for the attachment search.
 
 
- 
getSources
public Set<EAttachmentSource> getSources()
- Returns:
 - The allowed attachment sources.
 
 
 - 
 
 -