Library | Package Java Toolkit

Interface BeforeModelRetrieveInstructions

package com.ptc.wfc.wfcSession;

public interface BeforeModelRetrieveInstructions
  extends jxobject



Description

This class specifies the instructions for action listener BeforeModelRetrieveActionListener.



Method Summary
StringGetModelFilePath ()
    Get method for attribute "ModelFilePath"
     A full path to the valid model file including FileName + Extension + Version.
WModelRetrieveOptionsGetRetrieveOptions ()
    Get method for attribute "RetrieveOptions"
     
voidSetModelFilePath (String value)
    Set method for attribute "ModelFilePath"
     A full path to the valid model file including FileName + Extension + Version.
voidSetRetrieveOptions (WModelRetrieveOptions value)
    Set method for attribute "RetrieveOptions"
     

Method Detail

GetRetrieveOptions/SetRetrieveOptions

WModelRetrieveOptionsGetRetrieveOptions ()
voidSetRetrieveOptions (WModelRetrieveOptions value)


     
Manual References:
Action Listeners: Model Level Action listeners, Action Listeners: Model Level Action listeners, Action Listeners: Model Level Action listeners, Action Listeners: Model Level Action listeners



GetModelFilePath/SetModelFilePath

StringGetModelFilePath ()
voidSetModelFilePath (String value)


     A full path to the valid model file including FileName + Extension + Version.
Manual References:
Action Listeners: Model Level Action listeners, Action Listeners: Model Level Action listeners, Action Listeners: Model Level Action listeners, Action Listeners: Model Level Action listeners