1. GroupDocs.Metadata
  2. /
  3. GroupDocs.Metadata for Java
  4. /
  5. com.groupdocs.metadata.search
  6. /
  7. AnySpecification

AnySpecification

Inheritance: java.lang.Object, com.groupdocs.metadata.search.Specification

public class AnySpecification extends Specification

Represents a specification that applies no filters to a property.

Constructors

Constructor Description
AnySpecification()

Methods

Method Description
isSatisfiedBy(MetadataProperty candidate) Verifies whether a MetadataProperty satisfies the specification.

AnySpecification()

public AnySpecification()

isSatisfiedBy(MetadataProperty candidate)

public boolean isSatisfiedBy(MetadataProperty candidate)

Verifies whether a MetadataProperty satisfies the specification.

Parameters:

Parameter Type Description
candidate MetadataProperty A metadata property to test.

Returns: boolean - True, if the passed property satisfies the specification; otherwise, false.