FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Complex Type: featureQueryParametersType

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   
featureName  SimpleQueryType  0..1 

Optional. A featureName element contains:

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

  • 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 version value.

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

versionFormat  VersionFormatQueryType  0..1 

Optional. A versionFormat element contains:

  • value—VersionFormatType of FIXED or DATE_BASED.

  • 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

state  StateQueryType  0..1 

Optional. A state element contains:

  • value—a StateType value of DRAFT or DEPLOYED 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

vendorAuthString  SimpleQueryType  0..1  Used to enter the AUTH string (different for each vendor), which will be used for signing the licenses.