FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Complex Type: maintenanceQueryParametersType

Description

Specify the elements needed to construct your query

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
maintenanceName  SimpleQueryType  0..1 

Optional. A maintenanceName element contains:

  • value—a string to match part or all of the maintenance product name.

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS.

version  SimpleQueryType  0..1 

Optional. A version element contains:

  • value—a string to match part or all of the maintenance product version.

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS.

description  SimpleQueryType  0..1 

Optional. A description element contains:

  • value—a string to match part or all of the description.

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS.

partNumber  SimpleQueryType  0..1 

Optional. A partNumber element contains:

  • value—a string to match part or all of the part number.

  • searchType—one of the following simpleSearchType values

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS.

state  StateQueryType  0..1 

Optional. A state element contains:

  • value—a StateType value of DRAFT, DEPLOYED, INACTIVE, or OBSOLETE to match part or all of the state value.

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

creationDate  DateQueryType  0..1 

Optional. A creationDate element contains:

  • value—a date value to compare to the creation date value.

  • searchType—one of the following datedSearchType values:

    • BEFORE

    • AFTER

    • ON

lastModifiedDate  DateQueryType  0..1 

Optional. A lastModifiedDate element contains:

  • value—a date value to compare to the last modified date value.

  • searchType—one of the following datedSearchType values:

    • BEFORE

    • AFTER

    • ON