FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Complex Type: fulfillmentsQueryParametersType

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

Optional. An entitlementId element contains:

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

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

activationId  SimpleQueryType  0..1 

Optional. An activationId element contains:

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

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

fulfillmentId  SimpleQueryType  0..1 

Optional. A fulfillmentID element contains:

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

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

product  SimpleQueryType  0..1 

Optional. A product 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

hostId  SimpleQueryType  0..1 

Optional. A hostId element contains:

  • value—a string to match part or all of any of the server or node-locked hostids.

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

nodeLockHostId  SimpleQueryType  0..1 

Optional. A nodeLockHostId contains:

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

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

soldTo  SimpleQueryType  0..1 

Optional. A soldTo element contains:

  • value—a string to match part or all of the sold-to account.

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

fulfillDate  DateQueryType  0..1 

Optional. A fulfillDate element contains:

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

  • searchType—one of the following datedSearchType values:

    • BEFORE

    • AFTER

    • ON

fulfillDateTime  DateTimeQueryType  0..1 

Optional. A fulfillDateTime element contains:

  • value—a date and time value to compare to the fulfill date and time value.

  • searchType—one of the following dateSearchType values:

    • BEFORE

    • AFTER

    • ON

startDate  DateQueryType  0..1 

Optional. A startDate element contains:

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

  • searchType—one of the following datedSearchType values:

    • BEFORE

    • AFTER

    • ON

expirationDate  DateQueryType  0..1 

Optional. A expirationDate element contains:

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

  • searchType—one of the following datedSearchType values:

    • BEFORE

    • AFTER

    • ON

lastModifiedDateTime  DateTimeQueryType  0..1 

Optional. A lastModifiedDateTime element contains:

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

  • searchType—which is one of the following datedSearchType values:

    • BEFORE

    • AFTER

    • ON

  • Valid only for FlexNet Operations 8.3.0.3 and later.

state  StateQueryType  0..1 

Optional. A state element contains:

  • value—a StateType value of ACTIVE, ON_HOLD or OBSOLETE to match part or all of the state value.

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

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

userId  string  0..1  Optional. Set to the user name (login) of a portal user to return the fulfillments that this user can see if logged in to the portal UI.
fulfillmentSource  FulfillmentSourceType  0..1  See FulfillmentSourceType.
customAttributes  customAttributesQueryListType  0..1  See customAttributeQueryListType.
customHostAttributes  customAttributesQueryListType  0..1  See customAttributeQueryListType.
activationType  ActivationType  0..1 

One of the following:

  • PROGRAMMATIC

  • MANUAL

  • SHORT_CODE

  • DEFAULT