Class WorkItemCommands
java.lang.Object
com.ptc.windchill.enterprise.workitem.WorkItemCommands
- All Implemented Interfaces:
RemoteAccess
Commands for operations involving
Supported API: true
Extendable: false
WorkItem instances.
Supported API: true
Extendable: false
-
Field Summary
Fields inherited from interface wt.method.RemoteAccess
versionID -
Method Summary
Modifier and TypeMethodDescriptionstatic WorkItemgetWorkItem(String oid) Given an object identifier string, retrieve a WorkItem instance.
-
Method Details
-
getWorkItem
Given an object identifier string, retrieve a WorkItem instance. This is used by workItemInfo.tag in the jca:getModel methodName="getWorkItem"
Supported API: true- Parameters:
oid- An object identifier string (e.g.VR:wt.workflow.work.WorkItem:39847).- Returns:
- The work item specified by the object identifier string.
-