Interface HpdOperationParameters
- All Known Implementing Classes:
HpdAttributePresentParameters,HpdCommonParameter,HpdExtensibleMatchParameters,HpdSimpleParameters,HpdSubstringParameters
public interface HpdOperationParameters
-
Method Summary
Modifier and TypeMethodDescriptioncreate()Abstract method implemented by all child classes which returns an instance of the specific XMLTypeAttributeDescriptionMatchingRuleAssertionAttributeValueAssertionSubstringFiltercreateAttributePresentParameters(HpdAttributeName attributeName) static HpdExtensibleMatchParameterscreateExtensibleMatchParameters(HpdAttributeName attributeName, String value, String matchingRule, boolean dnAttributes) static HpdSimpleParameterscreateSimpleParameters(HpdAttributeName name, String value) static HpdSubstringParameterscreateSubstringParameters(HpdAttributeName attributeName, String startsWith, String endsWith)
-
Method Details
-
create
Object create()Abstract method implemented by all child classes which returns an instance of the specific XMLTypeAttributeDescriptionMatchingRuleAssertionAttributeValueAssertionSubstringFilter -
createSimpleParameters
-
createExtensibleMatchParameters
static HpdExtensibleMatchParameters createExtensibleMatchParameters(HpdAttributeName attributeName, String value, String matchingRule, boolean dnAttributes) -
createAttributePresentParameters
static HpdAttributePresentParameters createAttributePresentParameters(HpdAttributeName attributeName) -
createSubstringParameters
static HpdSubstringParameters createSubstringParameters(HpdAttributeName attributeName, String startsWith, String endsWith)
-