FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Complex Type: productQueryParametersType

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

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

Optional. A productName element contains:

  • value—a string to match part or all of the 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 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

lastModifiedDateTime  DateTimeQueryType  0..1 

This parameter can be used with the getProductsQuery and getProductsCount operations.

This parameter enables producers who manage their own end-user portal to display periodic updates to their products.

licenseTechnology  SimpleQueryType  0..1 

Optional. A licenseTechnology element contains:

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

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

hostType  SimpleQueryType  0..1 

Optional. A hostType element contains:

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

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

usedOnDevice  boolean  0..1 

Used to signify a FlexNet license technology product that can be used on a device licensed using FNE. If set to true, a hostType appropriate to a device must be explicitly set.

usedOnDevice can be changed after a product is deployed. If it is changed from false to true, a hostType must be set

productLine  SimpleQueryType  0..1  Returns details of all products linked with a particular product line.
productAttributes  prodCustomAttributesQueryListType  0..1  See prodCustomAttributesQueryListType.