|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ESIPropertyRequest | |
com.ptc.windchill.esi.bom | |
com.ptc.windchill.esi.ecn | |
com.ptc.windchill.esi.esipart | |
com.ptc.windchill.esi.evt | |
com.ptc.windchill.esi.utl |
Uses of ESIPropertyRequest in com.ptc.windchill.esi.bom |
Fields in com.ptc.windchill.esi.bom declared as ESIPropertyRequest | |
protected static ESIPropertyRequest |
ESIBOMComponentRenderer.MAP_FILE_REQUEST
|
protected static ESIPropertyRequest |
BOMRendererFactory.BOM_ORG_FILTER
|
protected static ESIPropertyRequest |
BOMRendererFactory.BOM_RENDERER
|
protected static ESIPropertyRequest |
BOMRendererFactory.BOM_HEADER_RENDERER
|
protected static ESIPropertyRequest |
BOMRendererFactory.BOM_COMPONENT_RENDERER
|
protected static ESIPropertyRequest |
BOMRendererFactory.SUBSTITUTE_RENDERER
|
protected static ESIPropertyRequest |
BOMRendererFactory.REFERENCE_DESIGNATOR_RENDERER
|
protected static ESIPropertyRequest |
BOMHeaderRendererImpl.BOM_HEADER_MAP
|
protected static ESIPropertyRequest |
BOMComponentRendererImpl.MAP_FILE_REQUEST
|
Methods in com.ptc.windchill.esi.bom with parameters of type ESIPropertyRequest | |
private static Object |
BOMRendererFactory.newObjectFromProperty(ESIPropertyRequest property)
|
Uses of ESIPropertyRequest in com.ptc.windchill.esi.ecn |
Fields in com.ptc.windchill.esi.ecn declared as ESIPropertyRequest | |
protected static ESIPropertyRequest |
ESIStandardECNFactory.CHANGE_REQUEST_FACTORY
|
protected static ESIPropertyRequest |
ESIStandardECNFactory.CHANGE_ORDER_FACTORY
|
protected static ESIPropertyRequest |
ESIStandardECNFactory.CHANGE_ACTIVITY_FACTORY
|
protected static ESIPropertyRequest |
ChangeOrderRendererFactory.ECN_CHANGE_HEADER_RENDERER
|
protected static ESIPropertyRequest |
ChangeOrderRendererFactory.ECN_CHANGE_ORDER2_RENDERER
|
Uses of ESIPropertyRequest in com.ptc.windchill.esi.esipart |
Fields in com.ptc.windchill.esi.esipart declared as ESIPropertyRequest | |
protected static ESIPropertyRequest |
ESIDefaultConfigSpec.CONFIGSPEC_STATE
|
Uses of ESIPropertyRequest in com.ptc.windchill.esi.evt |
Fields in com.ptc.windchill.esi.evt declared as ESIPropertyRequest | |
protected static ESIPropertyRequest |
EventEmitter.EVENT_QUEUE_NAME
|
protected static ESIPropertyRequest |
EventEmitter.EVENT_QUEUE_USER
|
protected static ESIPropertyRequest |
EventEmitter.EVENT_QUEUE_PASSWORD
|
protected static ESIPropertyRequest |
EventEmitter.EVENT_QUEUE_TASK
|
protected static ESIPropertyRequest |
EventEmitter.EVENT_SOAP_RENDERER
|
protected static ESIPropertyRequest |
EventEmitter.EVENT_PART_VALIDATOR
|
protected static ESIPropertyRequest |
EventEmitter.EVENT_ECN_VALIDATOR
|
protected static ESIPropertyRequest |
EventEmitter.EVENT_WTOBJECT_VALIDATOR
|
protected static ESIPropertyRequest |
EventEmitter.ADMIN_USER
|
protected static ESIPropertyRequest |
EventEmitter.EVENT_AUTO_GENERATE_ECN
|
protected static ESIPropertyRequest |
EventEmitter.EVENT_ECN_FACTORY
|
protected static ESIPropertyRequest |
ESIValidatorImpl.ENFORCE_ORGS
|
Uses of ESIPropertyRequest in com.ptc.windchill.esi.utl |
Methods in com.ptc.windchill.esi.utl that return ESIPropertyRequest | |
static ESIPropertyRequest |
ESIPropertyRequest.newESIPropertyRequest(String name)
Creates a new ESIPropertyRequest with a property name. |
static ESIPropertyRequest |
ESIPropertyRequest.newESIPropertyRequest(String name,
String defaultValue)
Creates a new ESIPropertyRequest object with the name and defaultValue attributes initialized. |
Methods in com.ptc.windchill.esi.utl with parameters of type ESIPropertyRequest | |
protected boolean |
ESIPropertyRequest.readVersion(ESIPropertyRequest thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
static String |
ESIProperties.getProperty(ESIPropertyRequest request)
Returns the ESI property whose key equals the request.getName(). |
static Class |
ESIProperties.getClass(ESIPropertyRequest req)
Given an ESIPropertyRequest, return the java class that is identified by that property. |
static boolean |
ESIProperties.getProperty(ESIPropertyRequest request,
boolean dflt)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |