Class WorkItemCommands

java.lang.Object
com.ptc.windchill.enterprise.workitem.WorkItemCommands
All Implemented Interfaces:
RemoteAccess

public class WorkItemCommands extends Object implements RemoteAccess
Commands for operations involving WorkItem instances.

Supported API: true

Extendable: false
  • Method Details

    • getWorkItem

      public static WorkItem getWorkItem(String oid)
      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.