|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.part.BOMUtil
Deprecation Notice: This class is still valid for this release, however
this serves as advance notice that it will be removed in the future.
All user interfaces built using the Windchill HTML Template Processing
client architecture will be rewritten using a different framework in
an upcoming release.
This class implements utility functions for accessing BOM template
processors.
Supported API: false
Extendable: false
Field Summary | |
(package private) static String |
ACTION
Deprecated. |
private static String |
CLASSNAME
Deprecated. |
(package private) static String |
CONFIG_SPEC_OID
Deprecated. |
private static String |
FC_RESOURCE
Deprecated. |
static String |
HIERARCHY_BOM
Deprecated. Supported API: true |
(package private) static String |
OID
Deprecated. |
static String |
PARTS_LIST_BOM
Deprecated. Supported API: true |
(package private) static String |
PROCESS_FLAG_KEY
Deprecated. |
private static boolean |
SERVER
Deprecated. |
(package private) static String |
SESSION_ID_KEY
Deprecated. |
(package private) static String |
VISITOR_SERVICE
Deprecated. |
Fields inherited from interface wt.method.RemoteAccess |
versionID |
Constructor Summary | |
BOMUtil()
Deprecated. |
Method Summary | |
static URL |
buildBOMURL(String type,
String oid)
Deprecated. This method builds an URL to be used for accessing a BOM. |
static URL |
buildBOMURL(String type,
String oid,
String configSpecOid)
Deprecated. This method builds an URL to be used for accessing a BOM. |
static String |
createSession()
Deprecated. This method creates a session on the server. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final String ACTION
static final String OID
static final String CONFIG_SPEC_OID
static final String VISITOR_SERVICE
static final String SESSION_ID_KEY
static final String PROCESS_FLAG_KEY
public static final String HIERARCHY_BOM
public static final String PARTS_LIST_BOM
private static final boolean SERVER
private static final String FC_RESOURCE
private static final String CLASSNAME
Constructor Detail |
public BOMUtil()
Method Detail |
public static URL buildBOMURL(String type, String oid) throws WTException
type
- indicates type of BOM (e.g. PARTS_LIST_BOM, HIERARCHY_BOM)oid
- string representation of the Object ID of the root of the BOM
WTException
public static URL buildBOMURL(String type, String oid, String configSpecOid) throws WTException
type
- indicates type of BOM (e.g. PARTS_LIST_BOM, HIERARCHY_BOM)oid
- string representation of the Object ID of the root of the BOMconfigSpecOid
- string representation of the Object ID for the
ConfigSpec used for the BOM
WTException
public static String createSession() throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |