Library | Package Java Toolkit

Class wfcSelect

package com.ptc.wfc.wfcSelect;

public class wfcSelect



Description

Contains global CIP definitions for module "wfcSelect"



Method Summary
static SelectionEnvironmentOptionSelectionEnvironmentOption_Create (SelectionEnvAttribute Attribute, int AttributeValue)
    Creates selection environment option
static WSelectionOptionsWSelectionOptions_Create (String OptionKeywords, /*optional*/ Integer MaxNumSels, /*optional*/ SelectionEnvironmentOptions SelEnvOpts)
    Creates selection options required for BaseSession.Select(SelectionOptions, /*optional*/ Selections)

Method Detail

SelectionEnvironmentOption_Create

static SelectionEnvironmentOptionSelectionEnvironmentOption_Create (SelectionEnvAttribute Attribute, int AttributeValue)


    Creates selection environment option
Manual References:
Selection: Interactive Selection, Selection: Interactive Selection
Parameters:
Attribute
 
AttributeValue
 
Returns:
 


WSelectionOptions_Create

static WSelectionOptionsWSelectionOptions_Create (String OptionKeywords, /*optional*/ Integer MaxNumSels, /*optional*/ SelectionEnvironmentOptions SelEnvOpts)


    Creates selection options required for BaseSession.Select(SelectionOptions, /*optional*/ Selections)
Manual References:
Selection: Interactive Selection, Selection: Interactive Selection
Parameters:
OptionKeywords
The selection filter
MaxNumSels
Maximum number of selections allowed
SelEnvOpts
Selection environment options
Returns: