|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.meta.common.OperationIdentifier
public class OperationIdentifier
OperationIdentifier identifies a particular operation instance. Get
OperationIdentifier instances in the following way:
OperationIdentifier op_id = OperationIdentifier.newOperationIdentifier(OperationIdentifierConstants.VIEW);
The above example code returns an instance of a DisplayOperationIdentifier
for the VIEW constant from the OperationIdentifierConstants interface.
Operation names are mapped to operation instances in wt.properties.
The external form for an OperationIdentifier has the form "STDOP|com.ptc.windchill.view".
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
PROTOCOL
Supported API: true |
| Method Summary | |
|---|---|
String |
getName()
Returns the value of operationName, e.g. |
static OperationIdentifier |
newOperationIdentifier(String the_operation_name)
Factory method for taking a string value from OperationIdentifierConstants and returning an instance of an OperationIdentifier. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROTOCOL
| Method Detail |
|---|
public String getName()
public static OperationIdentifier newOperationIdentifier(String the_operation_name)
the_operation_name -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||