Uses of Interface
wt.vc.wip.Workable

Packages that use Workable
com.ptc.core.htmlcomp.jstable   
com.ptc.core.meta.type.mgmt.server.impl   
com.ptc.core.meta.type.mgmt.server.impl.service   
com.ptc.epm.commands.transaction   
com.ptc.netmarkets.interop   
com.ptc.netmarkets.model   
com.ptc.windchill.cadx.autoassociate   
com.ptc.windchill.cadx.cancelcheckout   
com.ptc.windchill.cadx.checkin   
com.ptc.windchill.cadx.checkout   
com.ptc.windchill.cadx.common   
com.ptc.windchill.cadx.common.util   
com.ptc.windchill.cadx.remove   
com.ptc.windchill.cadx.ws   
com.ptc.windchill.classproxy   
com.ptc.windchill.enterprise.nativeapp.msoi.server   
com.ptc.windchill.enterprise.nativeapp.server   
com.ptc.windchill.uwgm.cadx.cancelcheckout   
com.ptc.windchill.uwgm.cadx.checkin   
com.ptc.windchill.uwgm.cadx.checkout   
com.ptc.windchill.uwgm.cadx.ws   
com.ptc.windchill.uwgm.common.pdm   
com.ptc.windchill.uwgm.proesrv   
com.ptc.windchill.uwgm.proesrv.rrc   
com.ptc.windchill.uwgm.task.multirevise   
com.ptc.wvs.server.loader   
wt.clients.lifecycle   
wt.clients.prodmgmt   
wt.clients.vc   
wt.clients.workflow.definer   
wt.csm.ranking.service   
wt.doc   
wt.enterprise Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. 
wt.epm
 
wt.epm.build   
wt.epm.clients.relateditems   
wt.epm.util   
wt.epm.workspaces   
wt.federation

The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. 

wt.inf.template   
wt.ixb.util   
wt.lifecycle
 
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
wt.replication.unit   
wt.sandbox This package provides "sandbox" container functionality.  A "sandbox" container is a container wherein a multiple users can work on a set of related changes through multiple iterations without disturbing the broader organization (apart from placing locks on the objects the broader organziation sees).  The package provides the following core capabilities:  
wt.step.processor   
wt.vc.wip
 
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
 

Uses of Workable in com.ptc.core.htmlcomp.jstable
 

Methods in com.ptc.core.htmlcomp.jstable with parameters of type Workable
 ServerStatus ServerStatusHelper.getServerStatus(Workable obj)
           
 SandboxStatus SandboxStatusHelper.getSandboxState(Workable obj)
           
 boolean SandboxStatusHelper.isCheckedOutFromPDM(Workable obj)
           
 

Uses of Workable in com.ptc.core.meta.type.mgmt.server.impl
 

Classes in com.ptc.core.meta.type.mgmt.server.impl that implement Workable
 class WTTypeDefinition
           Use the newWTTypeDefinition static factory method(s), not the WTTypeDefinition constructor, to construct instances of this class.
 

Uses of Workable in com.ptc.core.meta.type.mgmt.server.impl.service
 

Methods in com.ptc.core.meta.type.mgmt.server.impl.service that return Workable
private static Workable WTTypeManagementDBService.checkOut(Workable wtType)
           
 

Methods in com.ptc.core.meta.type.mgmt.server.impl.service with parameters of type Workable
private static Workable WTTypeManagementDBService.checkOut(Workable wtType)
           
private static boolean WTTypeManagementDBService.isCheckedOutByYou(Workable workable)
           
 

Uses of Workable in com.ptc.epm.commands.transaction
 

Fields in com.ptc.epm.commands.transaction declared as Workable
private  Workable[] UndoCheckOutOp.objects
           
private  Workable[] CheckOutOp.objects
           
private  Workable[] CheckInOp.objects
           
 

Methods in com.ptc.epm.commands.transaction with parameters of type Workable
 void UndoCheckOutOp.undoCheckout(Workable object)
           
 void ECADTransaction.checkin(Workable object, String note)
           
 void ECADTransaction.checkinLast(Workable object, String note)
           
 void ECADTransaction.checkout(Workable object, String note, Folder checkOutFolder)
           
 void ECADTransaction.undoCheckout(Workable object)
           
 void CheckOutOp.checkout(Workable object, String note)
           
 void CheckInOp.checkin(Workable object, String note)
           
 

Uses of Workable in com.ptc.netmarkets.interop
 

Methods in com.ptc.netmarkets.interop with parameters of type Workable
static Collection NmInteropUtils.getRelatedObjects(Workable[] selectedObjects, String includeInstancesStr, String includeDependentsStr, String includeAssociatedStr, String includeDrawingsStr, String includeDocsStr, String depProcTypeStr, String configSpec, String partView, WTContainerRef containerRef, boolean useSandboxBaseline)
           
 

Uses of Workable in com.ptc.netmarkets.model
 

Methods in com.ptc.netmarkets.model that return Workable
private  Workable StandardNmObjectService.uncheckoutForDelete(Workable w)
           
 

Methods in com.ptc.netmarkets.model with parameters of type Workable
private  Workable StandardNmObjectService.uncheckoutForDelete(Workable w)
           
 

Uses of Workable in com.ptc.windchill.cadx.autoassociate
 

Methods in com.ptc.windchill.cadx.autoassociate with parameters of type Workable
private  void AutoAssociateTaskDelegate.processExistingAssociate(EPMDocument doc, Workable aPart, String exist_assoc, String modify_assoc, EPMWorkspace ws, String otherAssocDocExists)
           
 

Uses of Workable in com.ptc.windchill.cadx.cancelcheckout
 

Fields in com.ptc.windchill.cadx.cancelcheckout declared as Workable
private  Workable EPMDocumentInfo.curObj
           
private  Workable EPMDocumentInfo.genObj
           
 

Methods in com.ptc.windchill.cadx.cancelcheckout that return Workable
 Workable EPMDocumentInfo.getCurObj()
           
 

Methods in com.ptc.windchill.cadx.cancelcheckout with parameters of type Workable
 void EPMDocumentInfo.setGenObj(Workable iGenObj)
           
 void EPMDocumentInfo.setCurObj(Workable obj)
           
private  boolean CancelCheckoutTemplateProcessor.isWSValidForCancelCheckout(Workable wObj)
           
private static String CancelCheckoutJSHelper.getLinkForObject(Workable object, String number)
           
static boolean CancelCheckoutJSHelper.canBeCancelCheckedOut(Workable doc, EPMWorkspace workspace)
           
static boolean CancelCheckoutJSHelper.isCancelCheckoutPossible(Workable object, WTContainer container)
           
 

Constructors in com.ptc.windchill.cadx.cancelcheckout with parameters of type Workable
EPMDocumentInfo(Workable iCurObj, int[] iIncludeBy)
           
EPMDocumentInfo(Workable iCurObj, int[] iIncludeBy, int iInstanceType, boolean iIsChosen, Workable iGenObj)
           
EPMDocumentInfo(Workable iCurObj, int[] iIncludeBy, int iInstanceType, boolean iIsChosen)
           
 

Uses of Workable in com.ptc.windchill.cadx.checkin
 

Methods in com.ptc.windchill.cadx.checkin that return Workable
private  Workable[] CheckinProxy.checkoutObjects(Workable[] array, String workspaceName)
           
private  Workable CheckinProxy.checkoutObject(Workable object, String workspaceName)
           
private  Workable[] CheckinProxy.checkAndChangeItemFolder(Workable[] objects, Vector folders)
           
 

Methods in com.ptc.windchill.cadx.checkin with parameters of type Workable
private  Workable[] CheckinProxy.checkoutObjects(Workable[] array, String workspaceName)
           
private  Workable CheckinProxy.checkoutObject(Workable object, String workspaceName)
           
private  Workable[] CheckinProxy.checkAndChangeItemFolder(Workable[] objects, Vector folders)
           
private  boolean CheckinFormProcessor.isObjectModified(Workable object)
           
private  void CheckinFormProcessor.addToDependentsList(Workable workObj, String rule, Workable parentObject)
           
private  void CheckinFormProcessor.containedInDependentsList(Workable workObj, String rule, Workable parentObject)
           
private  void CheckinFormProcessor.addAPNumber(ObjectDependentsList obj, Workable parentObject)
           
 

Uses of Workable in com.ptc.windchill.cadx.checkout
 

Fields in com.ptc.windchill.cadx.checkout declared as Workable
private  Workable EPMDocumentInfo.curObj
           
 

Methods in com.ptc.windchill.cadx.checkout that return Workable
 Workable EPMDocumentInfo.getCurObj()
           
 

Methods in com.ptc.windchill.cadx.checkout with parameters of type Workable
 void EPMDocumentInfo.setCurObj(Workable obj)
           
private static String CheckoutJSHelper.getLinkForObject(EPMWorkspace workspace, Workable object, String linkText, HTTPState state)
           
 

Constructors in com.ptc.windchill.cadx.checkout with parameters of type Workable
EPMDocumentInfo(Workable iCurObj, int[] iIncludeBy)
           
EPMDocumentInfo(Workable iCurObj, int[] iIncludeBy, boolean needRefresh)
           
EPMDocumentInfo(Workable iCurObj, int[] iIncludeBy, int iInstanceType, boolean iIsChosen, EPMDocumentInfo iGenObj)
           
EPMDocumentInfo(Workable iCurObj, int[] iIncludeBy, int iInstanceType, boolean iIsChosen, EPMDocumentInfo iGenObj, boolean needRefresh)
           
EPMDocumentInfo(Workable iCurObj, int[] iIncludeBy, int iInstanceType, boolean iIsChosen)
           
 

Uses of Workable in com.ptc.windchill.cadx.common
 

Methods in com.ptc.windchill.cadx.common that return Workable
private static Workable ObjectDependencyProcessor.getWorkspaceCopy(Workable inWorkable, EPMWorkspace workspace)
           
 

Methods in com.ptc.windchill.cadx.common with parameters of type Workable
private static Workable ObjectDependencyProcessor.getWorkspaceCopy(Workable inWorkable, EPMWorkspace workspace)
           
 

Uses of Workable in com.ptc.windchill.cadx.common.util
 

Fields in com.ptc.windchill.cadx.common.util declared as Workable
private  Workable ObjectDependentsList.mainObject
           
 Workable DependentObject.dependent
           
 

Methods in com.ptc.windchill.cadx.common.util that return Workable
static Workable WorkInProgressUtilities.workingCopyOf(Object object)
          

Supported API: false
static Workable WorkInProgressUtilities.originalCopyOf(Object object)
          

Supported API: false
static Workable WorkInProgressUtilities.checkout(Workable workable, Folder folder)
          

Supported API: false
 Workable PageServerHelper.getGeneric(Workable obj)
          Returns a generic from the given instance
protected  Workable PageServerHelper.getLatestIteration(Workable obj)
           
protected  Workable PageServerHelper.getSharedRefreshCandidate(Workable obj)
           
 Workable ObjectDependentsList.getMainObject()
          Gets the value of the attribute: mainObject.
static Workable ObjectDependencyUtility.getWorkspaceCopy(Workable inWorkable, EPMWorkspace workspace)
           
 Workable DependentObject.getDependentObject()
           
 

Methods in com.ptc.windchill.cadx.common.util with parameters of type Workable
static EPMWorkspace WorkspaceUtilities.getCheckoutWorkspace(Workable target)
          This method gives the associated workspace with a given Object.
static EPMWorkspace WorkspaceUtilities.getAssociatedWorkspace(Workable target)
           
static Workable WorkInProgressUtilities.checkout(Workable workable, Folder folder)
          

Supported API: false
 boolean PageServerHelper.isUserSelected(Workable obj)
          Check if object selected by user
 boolean PageServerHelper.isRequiredDependent(Workable obj)
          Check if object is required dependent
 boolean PageServerHelper.isOptionalDependent(Workable obj)
          Check if object is optional dependent
 boolean PageServerHelper.isDrawing(Workable obj)
          Check if object is drawing
 boolean PageServerHelper.isInstance(Workable obj)
          Check if object is an instance
 boolean PageServerHelper.isGeneric(Workable obj)
          Check if object is a generic
 boolean PageServerHelper.isAssociated(Workable obj)
          Check if object is an associated
 String PageServerHelper.getAssociatedRule(Workable obj)
          Returns ruel of associated object: ASSOCIATED_TAG DEPENDENT_REQUIRED_ASSOCIATED_TAG DEPENDENT_OPTIONAL_ASSOCIATED_TAG DRAWING_ASSOCIATED_TAG INSTANCE_ASSOCIATED_TAG
 List PageServerHelper.getRequiredDependents(Workable obj)
          Returns a list of required dependents from the given object
 List PageServerHelper.getOptionalDependents(Workable obj)
          Returns a list of optional dependents from the given object
 List PageServerHelper.getDrawings(Workable obj)
          Returns a list of drawings from the given object
 List PageServerHelper.getInstances(Workable obj)
          Returns a list of instances from the given generic
 Workable PageServerHelper.getGeneric(Workable obj)
          Returns a generic from the given instance
 List PageServerHelper.getBusinessObjects(Workable obj)
          Returns a list of associated with the given object
 String PageServerHelper.getPDMObjType(Workable obj)
          Returns a PDMObjType of the given object
 int PageServerHelper.getDocumentType(Workable obj)
          Returns a DocumentType of the given object
protected  Workable PageServerHelper.getLatestIteration(Workable obj)
           
protected  boolean PageServerHelper.isNewDocument(Workable obj)
           
protected  boolean PageServerHelper.isSharedTo(Workable obj)
           
protected  Workable PageServerHelper.getSharedRefreshCandidate(Workable obj)
           
protected  boolean PageServerHelper.isAlone(Workable obj)
           
protected  boolean PageServerHelper.existInWorkspaceFolder(Workable obj)
           
protected  void PageServerHelper.addObjectDependentsList(Workable obj, List dependences, String tag, List dependentsList)
           
protected  ObjectDependentsList PageServerHelper.createObjectDependentsList(Workable obj, List dependences, String tag)
           
 void ObjectDependentsList.setMainObject(Workable a_MainObject)
          Sets the value of the attribute: mainObject.
static boolean ObjectDependencyUtility.isCheckedOut(Workable object, EPMWorkspace workspace)
          

Supported API: false
static boolean ObjectDependencyUtility.isCheckedOut(Workable object)
          

Supported API: false
static EPMWorkspace ObjectDependencyUtility.getCheckoutWorkspace(Workable target)
          

Supported API: false
static boolean ObjectDependencyUtility.isCheckedOutToCurrentUser(Workable workable)
          

Supported API: false
private static boolean ObjectDependencyUtility.contains(Vector dataHolderVector, Workable object)
           
static Workable ObjectDependencyUtility.getWorkspaceCopy(Workable inWorkable, EPMWorkspace workspace)
           
private static boolean ObjectDependencyUtility.canObjectBeRefreshed(Workable workable, EPMWorkspace workspace, ConfigSpec configSpec)
           
 

Constructors in com.ptc.windchill.cadx.common.util with parameters of type Workable
ObjectDependentsList(Workable mainObj, String rule, Vector objects)
          

Supported API: false
DependentObject(Workable dependent, boolean isRequired)
           
 

Uses of Workable in com.ptc.windchill.cadx.remove
 

Methods in com.ptc.windchill.cadx.remove with parameters of type Workable
private  void RemoveFormTaskDelegate.deleteObject(Workable obj)
           
 

Uses of Workable in com.ptc.windchill.cadx.ws
 

Methods in com.ptc.windchill.cadx.ws that return Workable
private static Workable WorkspaceHelper.getSharedRefreshCandidate(WTContainer container, Workable obj)
           
 

Methods in com.ptc.windchill.cadx.ws with parameters of type Workable
private static Workable WorkspaceHelper.getSharedRefreshCandidate(WTContainer container, Workable obj)
           
 

Uses of Workable in com.ptc.windchill.classproxy
 

Methods in com.ptc.windchill.classproxy with parameters of type Workable
static EPMWorkspace CadxClassProxy.getAssociatedWorkspace(Workable target)
           
 

Uses of Workable in com.ptc.windchill.enterprise.nativeapp.msoi.server
 

Methods in com.ptc.windchill.enterprise.nativeapp.msoi.server that return Workable
 Workable DefaultApplicationTaskDelegate.checkout(Workable original, String note, Locale locale)
          Checkout a Workable object.
 Workable DefaultApplicationTaskDelegate.checkin(Workable workingCopy, HashMap nameValueData, String note, boolean keepCheckedOut, Locale locale)
          Checkin and possibly checkout a workable object.
 Workable DefaultApplicationTaskDelegate.undoCheckout(Workable workingCopy, Locale locale)
          Undo-Checkout of a workable object.
 

Methods in com.ptc.windchill.enterprise.nativeapp.msoi.server with parameters of type Workable
 Workable DefaultApplicationTaskDelegate.checkout(Workable original, String note, Locale locale)
          Checkout a Workable object.
 Workable DefaultApplicationTaskDelegate.checkin(Workable workingCopy, HashMap nameValueData, String note, boolean keepCheckedOut, Locale locale)
          Checkin and possibly checkout a workable object.
 Workable DefaultApplicationTaskDelegate.undoCheckout(Workable workingCopy, Locale locale)
          Undo-Checkout of a workable object.
private static boolean DefaultApplicationTaskDelegate.availableForCheckout(Workable original, boolean test, Locale locale)
           
static Group ApplicationIntegrationProcessor.checkout(Workable original, String note, String language, String country, String applicationName)
          Checkout a Workable object.
static Group ApplicationIntegrationProcessor.checkin(Workable workingCopy, String nameValueData, String note, String keepCheckedOut, String language, String country, String applicationName)
          Checkin and possibly checkout a workable object.
static Group ApplicationIntegrationProcessor.undoCheckout(Workable workingCopy, String language, String country, String applicationName)
          Undo-Checkout of a workable object.
 

Uses of Workable in com.ptc.windchill.enterprise.nativeapp.server
 

Methods in com.ptc.windchill.enterprise.nativeapp.server that return Workable
 Workable ApplicationTaskDelegate.checkout(Workable original, String note, Locale locale)
          Checkout a Workable object.
 Workable ApplicationTaskDelegate.checkin(Workable workingCopy, HashMap nameValueData, String note, boolean keepCheckedOut, Locale locale)
          Checkin and possibly checkout a workable object.
 Workable ApplicationTaskDelegate.undoCheckout(Workable workingCopy, Locale locale)
          Undo-Checkout of a workable object.
static Workable ApplicationIntegrationFactory.checkout(Workable original, String note, Locale locale, String applicationName)
          Checkout a Workable object.
static Workable ApplicationIntegrationFactory.checkin(Workable workingCopy, HashMap nameValueData, String note, boolean keepCheckedOut, Locale locale, String applicationName)
          Checkin and possibly checkout a workable object.
static Workable ApplicationIntegrationFactory.undoCheckout(Workable workingCopy, Locale locale, String applicationName)
          Undo-Checkout of a workable object.
 

Methods in com.ptc.windchill.enterprise.nativeapp.server with parameters of type Workable
 Workable ApplicationTaskDelegate.checkout(Workable original, String note, Locale locale)
          Checkout a Workable object.
 Workable ApplicationTaskDelegate.checkin(Workable workingCopy, HashMap nameValueData, String note, boolean keepCheckedOut, Locale locale)
          Checkin and possibly checkout a workable object.
 Workable ApplicationTaskDelegate.undoCheckout(Workable workingCopy, Locale locale)
          Undo-Checkout of a workable object.
static Workable ApplicationIntegrationFactory.checkout(Workable original, String note, Locale locale, String applicationName)
          Checkout a Workable object.
static Workable ApplicationIntegrationFactory.checkin(Workable workingCopy, HashMap nameValueData, String note, boolean keepCheckedOut, Locale locale, String applicationName)
          Checkin and possibly checkout a workable object.
static Workable ApplicationIntegrationFactory.undoCheckout(Workable workingCopy, Locale locale, String applicationName)
          Undo-Checkout of a workable object.
 

Uses of Workable in com.ptc.windchill.uwgm.cadx.cancelcheckout
 

Fields in com.ptc.windchill.uwgm.cadx.cancelcheckout declared as Workable
private  Workable EPMDocumentInfo.curObj
           
private  Workable EPMDocumentInfo.genObj
           
 

Methods in com.ptc.windchill.uwgm.cadx.cancelcheckout that return Workable
 Workable EPMDocumentInfo.getCurObj()
           
 

Methods in com.ptc.windchill.uwgm.cadx.cancelcheckout with parameters of type Workable
 void EPMDocumentInfo.setGenObj(Workable iGenObj)
           
 void EPMDocumentInfo.setCurObj(Workable obj)
           
private  boolean CancelCheckoutTemplateProcessor.isWSValidForCancelCheckout(Workable wObj)
           
private static String CancelCheckoutJSHelper.getLinkForObject(Workable object, String number)
           
static boolean CancelCheckoutJSHelper.canBeCancelCheckedOut(Workable doc, EPMWorkspace workspace)
           
static boolean CancelCheckoutJSHelper.isCancelCheckoutPossible(Workable object, WTContainer container)
           
 

Constructors in com.ptc.windchill.uwgm.cadx.cancelcheckout with parameters of type Workable
EPMDocumentInfo(Workable iCurObj, int[] iIncludeBy)
           
EPMDocumentInfo(Workable iCurObj, int[] iIncludeBy, int iInstanceType, boolean iIsChosen, Workable iGenObj)
           
EPMDocumentInfo(Workable iCurObj, int[] iIncludeBy, int iInstanceType, boolean iIsChosen)
           
 

Uses of Workable in com.ptc.windchill.uwgm.cadx.checkin
 

Methods in com.ptc.windchill.uwgm.cadx.checkin that return Workable
private  Workable[] CheckinProxy.checkoutObjects(Workable[] array, String workspaceName)
           
private  Workable CheckinProxy.checkoutObject(Workable object, String workspaceName)
           
private  Workable[] CheckinProxy.checkAndChangeItemFolder(Workable[] objects, Vector folders)
           
 

Methods in com.ptc.windchill.uwgm.cadx.checkin with parameters of type Workable
private  Workable[] CheckinProxy.checkoutObjects(Workable[] array, String workspaceName)
           
private  Workable CheckinProxy.checkoutObject(Workable object, String workspaceName)
           
private  Workable[] CheckinProxy.checkAndChangeItemFolder(Workable[] objects, Vector folders)
           
private  boolean CheckinFormProcessor.isObjectModified(Workable object)
           
private  void CheckinFormProcessor.addToDependentsList(Workable workObj, String docRule, Workable parentObject, String partRule)
           
private  void CheckinFormProcessor.containedInDependentsList(Workable workObj, String rule, Workable parentObject, String partRule)
           
private  void CheckinFormProcessor.addAPNumber(ObjectDependentsList obj, Workable parentObject)
           
 

Uses of Workable in com.ptc.windchill.uwgm.cadx.checkout
 

Methods in com.ptc.windchill.uwgm.cadx.checkout with parameters of type Workable
private  String CheckoutDataHandler.getServerStatusOfLatest(Workable nonLatestObj)
           
 

Uses of Workable in com.ptc.windchill.uwgm.cadx.ws
 

Methods in com.ptc.windchill.uwgm.cadx.ws with parameters of type Workable
 String OutOfDateStatusHelper.getOutOfDateStatus(Workable obj)
           
 

Uses of Workable in com.ptc.windchill.uwgm.common.pdm
 

Fields in com.ptc.windchill.uwgm.common.pdm declared as Workable
private  Workable WipHelper.Info.originalCopy
           
private  Workable WipHelper.Info.workingCopy
           
private  Workable OutOfDateHelper.Info.refreshCandidate
           
private  Workable WipHelper.Info.originalCopy
           
private  Workable WipHelper.Info.workingCopy
           
private  Workable OutOfDateHelper.Info.refreshCandidate
           
 

Methods in com.ptc.windchill.uwgm.common.pdm that return Workable
 Workable WipHelper.getOriginalCopy(Workable doc)
           
 Workable OutOfDateHelper.getRefreshCandidate(Workable doc)
           
 Workable WipHelper.getOriginalCopy(Workable doc)
           
 Workable OutOfDateHelper.getRefreshCandidate(Workable doc)
           
 

Methods in com.ptc.windchill.uwgm.common.pdm with parameters of type Workable
private  WipHelper.Info WipHelper.getInfo(Workable doc)
           
 String WipHelper.getCheckedOutBy(Workable doc)
           
 boolean WipHelper.isCheckedOutByYou(Workable doc)
           
 String WipHelper.getCheckedOutTo(Workable doc)
           
 Workable WipHelper.getOriginalCopy(Workable doc)
           
private  String WipHelper.getLocation(WTKeyedMap folderMap, Workable doc)
           
 SandBoxState SBStateContainerHelper.getSandBoxState(Workable obj)
          Returns the "sand box" state of a workable object
 SimplePdmState PDMStateContainerHelper.getPDMState(Workable obj)
          Returns the simple PDM state of a workable object
 Folder PDMStateContainerHelper.getTargetFolder(Workable obj)
          Returns target folder for a new object.
private  OutOfDateHelper.Info OutOfDateHelper.getInfo(Workable doc)
           
 String OutOfDateHelper.getModifiedBy(Workable doc)
           
 boolean OutOfDateHelper.isModifiedByYou(Workable doc)
           
 Workable OutOfDateHelper.getRefreshCandidate(Workable doc)
           
private  void OutOfDateHelper.setInfo(Workable doc, Workable refreshCandidate)
           
private  WipHelper.Info WipHelper.getInfo(Workable doc)
           
 String WipHelper.getCheckedOutBy(Workable doc)
           
 boolean WipHelper.isCheckedOutByYou(Workable doc)
           
 String WipHelper.getCheckedOutTo(Workable doc)
           
 Workable WipHelper.getOriginalCopy(Workable doc)
           
private  String WipHelper.getLocation(WTKeyedMap folderMap, Workable doc)
           
 SandBoxState SBStateContainerHelper.getSandBoxState(Workable obj)
          Returns the "sand box" state of a workable object
 SimplePdmState PDMStateContainerHelper.getPDMState(Workable obj)
          Returns the simple PDM state of a workable object
 Folder PDMStateContainerHelper.getTargetFolder(Workable obj)
          Returns target folder for a new object.
private  OutOfDateHelper.Info OutOfDateHelper.getInfo(Workable doc)
           
 String OutOfDateHelper.getModifiedBy(Workable doc)
           
 boolean OutOfDateHelper.isModifiedByYou(Workable doc)
           
 Workable OutOfDateHelper.getRefreshCandidate(Workable doc)
           
private  void OutOfDateHelper.setInfo(Workable doc, Workable refreshCandidate)
           
 

Uses of Workable in com.ptc.windchill.uwgm.proesrv
 

Methods in com.ptc.windchill.uwgm.proesrv with parameters of type Workable
protected  void ProeServiceRequest.ignoreOriginalState(Workable iter)
           
 

Uses of Workable in com.ptc.windchill.uwgm.proesrv.rrc
 

Methods in com.ptc.windchill.uwgm.proesrv.rrc with parameters of type Workable
(package private)  void WsOriginalStateHelper.ignoreOriginalState(Workable iter)
          Always retrive all requested attributes for a given iteration regardless of its original state (update counter changes).
 void RequestResultCache.ignoreOriginalState(Workable iter)
           
private  void RRCPdmStateHelper.setPDMIterationState(com.ptc.windchill.uwgm.soap.impl.uwgmdb.Iteration_i it_i, Workable doc, WipHelper wipHelper)
           
private  void RRCPdmStateHelper.setWorkspaceIterationState(com.ptc.windchill.uwgm.soap.impl.uwgmdb.FolderedIteration_i it_i, SimplePdmState pdmSimpleState, Workable origCopy, Folder targetFolder)
           
private  com.ptc.windchill.uwgm.soap.impl.uwgmdb.FolderedIteration_i RRCPdmStateHelper.newIteration(com.ptc.windchill.uwgm.soap.impl.uwgmdb.Iteration_i it_i, Workable doc, String logMsg)
           
 

Uses of Workable in com.ptc.windchill.uwgm.task.multirevise
 

Methods in com.ptc.windchill.uwgm.task.multirevise with parameters of type Workable
private static String MultireviseTask.getOid(Workable obj)
           
 

Uses of Workable in com.ptc.wvs.server.loader
 

Methods in com.ptc.wvs.server.loader that return Workable
static Workable EDRHelper.createNextIterationVersionK(Workable object, String type, String version, boolean keepFiles, String description, String title)
           
static Workable EDRHelper.checkout(Workable object, String type)
           
static Workable EDRHelper.checkout(Workable object, String type, Folder checkoutFolder)
           
static Workable EDRHelper.checkin(Workable object, String type)
           
static Workable[] EDRHelper.checkin(Workable[] objects, String type)
           
 

Methods in com.ptc.wvs.server.loader with parameters of type Workable
static Workable EDRHelper.createNextIterationVersionK(Workable object, String type, String version, boolean keepFiles, String description, String title)
           
static Workable EDRHelper.checkout(Workable object, String type)
           
static Workable EDRHelper.checkout(Workable object, String type, Folder checkoutFolder)
           
static Workable EDRHelper.checkin(Workable object, String type)
           
static Workable[] EDRHelper.checkin(Workable[] objects, String type)
           
 

Uses of Workable in wt.clients.lifecycle
 

Fields in wt.clients.lifecycle declared as Workable
private  Workable LifeCycleTemplateTaskDelegate.original
           
 

Uses of Workable in wt.clients.prodmgmt
 

Methods in wt.clients.prodmgmt that return Workable
protected  Workable PartExplorer.getCheckOutObject(Workable workable)
          Deprecated. Attempts to invoke a check-out on the given Workable object.
 

Methods in wt.clients.prodmgmt with parameters of type Workable
protected  Workable PartExplorer.getCheckOutObject(Workable workable)
          Deprecated. Attempts to invoke a check-out on the given Workable object.
 

Uses of Workable in wt.clients.vc
 

Fields in wt.clients.vc declared as Workable
private  Workable UndoCheckoutTask.undoItem
           
private  Workable UndoCheckoutTask.originalObject
           
private  Workable CheckOutTask.checkoutItem
           
private  Workable CheckInTask.checkinItem
           
(package private)  Workable CheckInDialog.WorkableHandle.workable
           
 

Methods in wt.clients.vc that return Workable
 Workable UndoCheckoutTask.getUndoItem()
          Returns the Workable item whose check-out is undone by this task.
 Workable UndoCheckoutTask.getOriginalObject()
          Returns the Workable object after the check-out is undone by this task.
 Workable UndoCheckoutTask.undoCheckout()
          Performs the actual undoing of the check-out of the given checked out item.
 Workable CheckOutTask.getCheckoutItem()
          Returns the Workable item checked out by this task.
 Workable CheckOutTask.checkout()
          Performs the actual check-out of the item to be checked out.
 Workable CheckInTask.getCheckinItem()
          Returns the Workable item checked in by this task.
 Workable CheckInTask.checkin()
          Performs the actual check-in of the item to be checked in.
static Workable CheckInOutTaskLogic.getWorkingCopy(Workable original_copy)
          Returns the working copy of the given Workable object.
static Workable CheckInOutTaskLogic.undoCheckout(Workable original)
          Undoes the checkout of the given Workable object.
static Workable CheckInOutTaskLogic.getOriginalCopy(Workable working_copy)
          Returns the original copy of the given Workable object.
static Workable CheckInOutTaskLogic.checkInObject(Workable workable, String note)
          Checks in the given Workable object.
static Workable CheckInOutTaskLogic.checkInObject(Workable workable, Folder checkin_folder, String note)
          Checks in the given Workable object to the vault for the first time.
static Workable CheckInOutTaskLogic.checkInObject(Workable workable, String folder_path, String note)
          Checks in the given Workable object to the vault for the first time.
static Workable CheckInOutTaskLogic.refresh(Workable workable)
          Returns a refreshed copy of the given workable.
 Workable CheckInDialog.getCheckInItem()
          Returns the Workable object to be checked in by this dialog.
 

Methods in wt.clients.vc with parameters of type Workable
 void UndoCheckoutTask.setUndoItem(Workable undo_item)
          Sets the Workable item for which the check-out is to be undone.
 void UndoCheckoutTask.setOriginalObject(Workable orig_object)
          Sets the Workable object after the check-out is undone.
 void CheckOutTask.setCheckoutItem(Workable checkout_item)
          Sets the Workable item to be checked out.
private  boolean CheckOutTask.isCheckoutAllowed(Workable checkout_item)
           
 void CheckInTask.setCheckinItem(Workable checkin_item)
          Sets the Workable item to be checked in.
static boolean CheckInOutTaskLogic.isCheckoutAllowed(Workable workable)
          Checks if the current user is allowed to check out the given Workable object.
static boolean CheckInOutTaskLogic.isCheckedOutByUser(Workable workable)
          Determines if the given Workable object is currently checked out by the current user.
static boolean CheckInOutTaskLogic.isCheckedOutByOther(Workable workable)
          Determines if the given Workable object is currently checked out by a user other than the current user.
static boolean CheckInOutTaskLogic.isCheckedOut(Workable item)
          Determines if the given Workable object is currently checked out.
static boolean CheckInOutTaskLogic.isCheckedOut(Workable item, WTPrincipal user)
          Determines if the given Workable object is currently checked out by the given WTPrincipal.
static WTPrincipal CheckInOutTaskLogic.getCheckedOutBy(Workable workable)
          Returns the WTPrincipal that currently has the given Workable object checked out.
static String CheckInOutTaskLogic.getCheckedOutBy(Workable workable, Locale locale)
          Returns the String display name of the WTPrincipal that currently has the given Workable object checked out.
static boolean CheckInOutTaskLogic.isWorkingCopy(Workable workable)
          Determines if the given Workable object is a working copy.
static Workable CheckInOutTaskLogic.getWorkingCopy(Workable original_copy)
          Returns the working copy of the given Workable object.
static CheckoutLink CheckInOutTaskLogic.checkOutObject(Workable workable, Folder folder, String note)
          Checks out the given Workable object.
static Workable CheckInOutTaskLogic.undoCheckout(Workable original)
          Undoes the checkout of the given Workable object.
static Workable CheckInOutTaskLogic.getOriginalCopy(Workable working_copy)
          Returns the original copy of the given Workable object.
static boolean CheckInOutTaskLogic.isCheckinAllowed(Workable workable)
          Determines if the given Workable object is available to be checked in by the current user.
static Workable CheckInOutTaskLogic.checkInObject(Workable workable, String note)
          Checks in the given Workable object.
static Workable CheckInOutTaskLogic.checkInObject(Workable workable, Folder checkin_folder, String note)
          Checks in the given Workable object to the vault for the first time.
static Workable CheckInOutTaskLogic.checkInObject(Workable workable, String folder_path, String note)
          Checks in the given Workable object to the vault for the first time.
static Folder CheckInOutTaskLogic.getCheckoutFolder(Workable workable)
          Returns the folder in which the working copy of the given checked out item exists.
static boolean CheckInOutTaskLogic.isInVault(Workable workable)
          Determines whether or not the given Workable already exists in the vault.
static Workable CheckInOutTaskLogic.refresh(Workable workable)
          Returns a refreshed copy of the given workable.
static boolean CheckInOutTaskLogic.hasChanged(Workable workable)
          Returns a boolean value indicating whether or not the given workable has been modified since it has been checked out.
 void CheckInDialog.setCheckInItem(Workable item)
          Sets the Workable object to be checked in.
protected  void CheckInDialog.setItem(Workable workable)
           
 void CheckInDialog.setCheckInItem(Workable item, boolean first_time)
          Sets the Workable object to be checked in and specifies whether or not this is the first time the given object is being placed under revision control.
 

Constructors in wt.clients.vc with parameters of type Workable
UndoCheckoutTask(Applet parent_applet, Frame parent_frame, Workable undo_item)
          Construct an UndoCheckoutTask to handle the undoing of a check-out of a Workable object.
CheckInDialog.WorkableHandle(Workable workable)
           
 

Uses of Workable in wt.clients.workflow.definer
 

Fields in wt.clients.workflow.definer declared as Workable
(package private)  Workable WfProcessTemplateTaskDelegate.original
           
 

Uses of Workable in wt.csm.ranking.service
 

Methods in wt.csm.ranking.service that return Workable
static Workable RankingDBService.getCheckOutObject(Workable holder)
           
 

Methods in wt.csm.ranking.service with parameters of type Workable
static Workable RankingDBService.getCheckOutObject(Workable holder)
           
static boolean RankingDBService.isCheckoutAllowed(Workable workable)
           
 

Uses of Workable in wt.doc
 

Classes in wt.doc that implement Workable
 class WTDocument
          The reference implementation of a DocumentVersion.
 

Uses of Workable in wt.enterprise
 

Classes in wt.enterprise that implement Workable
 class IteratedFolderResident
          This Workable (and therefor Iterated) first class information object is IteratedFoldered which allows special foldering behavior to take into account its Iterated nature when displaying it in a folder, and it is DomainAdministered; it is similar to a FolderResident except that it is Workable and is therefor rather than Foldered; it is neither LifeCycleManaged nor Versioned.
 class RevisionControlled
          This wt.lifecycle.LifeCycleManged first class information object is an IteratedFoldered which allows special foldering to take into account its Versioned nature (and it is controlled via a checkin/checkoutmechanism), and it is DomainAdministered; it is similar to Managed except that it is a IteratedFoldered rather than Foldered.
 

Methods in wt.enterprise with parameters of type Workable
 String CheckOutDelegate.initiateDownloadHtml(Workable vcObj)
           
private static boolean CheckInActionDelegate.isCheckedOutByOther(Workable workable)
           
 

Uses of Workable in wt.epm
 

Classes in wt.epm that implement Workable
 class EPMDocument
           Use the newEPMDocument static factory method(s), not the EPMDocument constructor, to construct instances of this class.
 

Fields in wt.epm declared as Workable
 Workable ReviseOptions.objectToRevise
          Holds the object to revise -- EPMDocument or WTPart

B>Supported API: true
 

Constructors in wt.epm with parameters of type Workable
ReviseOptions(Workable toRevise)
          Constructor given the object to revise.
 

Uses of Workable in wt.epm.build
 

Methods in wt.epm.build that return Workable
private  Workable EPMBuildRuleUndoCheckoutEventDelegate.workingCopyOf(Workable original, BuildRule[] links)
           
private  Workable EPMBuildRuleCheckoutEventDelegate.workingCopyOf(Workable original, BuildRule[] links)
           
private  Workable EPMBuildRuleCheckinEventDelegate.originalCopyOf(Workable workingCopy, BuildRule[] buildRules)
           
 

Methods in wt.epm.build with parameters of type Workable
private  Workable EPMBuildRuleUndoCheckoutEventDelegate.workingCopyOf(Workable original, BuildRule[] links)
           
private  Workable EPMBuildRuleCheckoutEventDelegate.workingCopyOf(Workable original, BuildRule[] links)
           
private  Workable EPMBuildRuleCheckinEventDelegate.originalCopyOf(Workable workingCopy, BuildRule[] buildRules)
           
 

Uses of Workable in wt.epm.clients.relateditems
 

Methods in wt.epm.clients.relateditems with parameters of type Workable
 List PartCentricProcessor.getRelatedObjects(Workable[] seedObjects, PartCentricSelector selector)
          Find the objects related to the selected parts such as their dependents, their associated CAD documents, drawings related to their associated CAD documents, etc.
 List DocCentricProcessor.getRelatedObjects(Workable[] seedObjects, DocCentricSelector selector)
          Find the dependents, drawings, instances and associated parts for the selected CAD documents.
 

Uses of Workable in wt.epm.util
 

Methods in wt.epm.util with parameters of type Workable
static Folder EPMContainerHelper.getContainerDefaultCabinet(Workable workable)
          Returns default cabinet of the container to which the workable belongs to
 

Uses of Workable in wt.epm.workspaces
 

Fields in wt.epm.workspaces declared as Workable
 Workable CheckinOrMoveOption.object
          Holds the object to be checked in or moved.
 

Methods in wt.epm.workspaces with parameters of type Workable
private  Boolean WorkspaceConfigSpec.inCheckpoint(Workable workingCopy)
           
private static void WorkspaceCheckinManager.updateDocs(WTCollection entries, Workable doc, WTKeyedMap docsCollectionMap)
           
private  void EPMStandardBaselineService.processPostCheckoutEvent(Workable object)
           
static EPMWorkspace BaselineServiceUtility.getAssociatedWorkspace(Workable target)
           
 

Constructors in wt.epm.workspaces with parameters of type Workable
CheckinOrMoveOption(Workable a_Object, Folder a_Folder)
          constructor for this class.
CheckinOrMoveOption(Workable a_Object, Folder a_Folder, String a_note)
          constructor for this class.
 

Uses of Workable in wt.federation
 

Classes in wt.federation that implement Workable
 class ProxyDocument
           Use the newProxyDocument static factory method(s), not the ProxyDocument constructor, to construct instances of this class.
 

Uses of Workable in wt.inf.template
 

Classes in wt.inf.template that implement Workable
 class DefaultWTContainerTemplate
          The package scope attributes are gettable by members of this package by design.
 

Uses of Workable in wt.ixb.util
 

Methods in wt.ixb.util that return Workable
static Workable IXBVersionHelper.checkoutWorkable(Workable workable, Folder checkoutFolder)
           
static Workable IXBVersionHelper.checkoutWorkable(Workable workable)
           
static Workable IXBVersionHelper.checkinWorkable(Workable workable)
           
 

Methods in wt.ixb.util with parameters of type Workable
static Workable IXBVersionHelper.checkoutWorkable(Workable workable, Folder checkoutFolder)
           
static Workable IXBVersionHelper.checkoutWorkable(Workable workable)
           
static Workable IXBVersionHelper.checkinWorkable(Workable workable)
           
static String IXBVersionHelper.getObjectIdentifier(Workable workable)
           
 

Uses of Workable in wt.lifecycle
 

Classes in wt.lifecycle that implement Workable
 class LifeCycleTemplate
          LifeCycleTemplate holds a Life Cycle specification.
 

Uses of Workable in wt.part
 

Classes in wt.part that implement Workable
 class WTPart
          This reference implementation of a PartVersion represents a snapshot of the changeable aspects of a part, is managed by WTPartService and has an associated WTPartMaster which represents the unchanging aspects of this part.
 class WTProduct
           Use the newWTProduct static factory method(s), not the WTProduct constructor, to construct instances of this class.
 class WTSerialNumberedPart
           Use the newWTSerialNumberedPart static factory method(s), not the WTSerialNumberedPart constructor, to construct instances of this class.
 

Methods in wt.part that return Workable
static Workable LoadPart.getCheckOutObject(Workable workable)
          check a workable out.
 

Methods in wt.part with parameters of type Workable
static boolean LoadPart.isCheckoutAllowed(Workable workable)
          See if checkout is allowed.
static boolean LoadPart.isUndoCheckoutAllowed(Workable workable)
          See if undo-checkout is allowed.
static Workable LoadPart.getCheckOutObject(Workable workable)
          check a workable out.
 

Uses of Workable in wt.replication.unit
 

Classes in wt.replication.unit that implement Workable
 class WTUnit
          Deprecated.  
 

Uses of Workable in wt.sandbox
 

Methods in wt.sandbox with parameters of type Workable
static boolean SandboxHelper.isCheckedOutToSandbox(Workable obj)
          Similar to WorkInProgressHelper.isCheckedOut() method with same arguments.
static boolean SandboxHelper.isCheckedOutToSandbox(Workable obj, WTPrincipal worker)
          Similar to WorkInProgressHelper.isCheckedOut() method with same arguments.
 

Uses of Workable in wt.step.processor
 

Fields in wt.step.processor declared as Workable
private  Workable ImportFromP21Processor.roleA
           
 

Uses of Workable in wt.vc.wip
 

Methods in wt.vc.wip that return Workable
 Workable WorkInProgressServiceFwd.checkin(Workable object, String note)
          Checkin a workable object.
 Workable WorkInProgressServiceFwd.undoCheckout(Workable object)
          Undo a checkout of a workable object.
 Workable WorkInProgressServiceFwd.originalCopyOf(Workable object)
          Navigates to the original copy from a working copy via the CheckoutLink.
 Workable WorkInProgressServiceFwd.workingCopyOf(Workable object)
          Navigates to the working copy of an original copy via the CheckoutLink.
 Workable WorkInProgressServiceEvent.getOriginalCopy()
          Gets the original copy target of the event.
 Workable WorkInProgressServiceEvent.getWorkingCopy()
          Gets the working copy target of the event.
 Workable WorkInProgressServiceEvent.getTarget()
          Deprecated. Replaced by getOriginalCopy()
 Workable WorkInProgressService.checkin(Workable object, String note)
          Checkin a workable object.
 Workable WorkInProgressService.undoCheckout(Workable object)
          Undo a checkout of a workable object.
 Workable WorkInProgressService.originalCopyOf(Workable object)
          Navigates to the original copy from a working copy via the CheckoutLink.
 Workable WorkInProgressService.workingCopyOf(Workable object)
          Navigates to the working copy of an original copy via the CheckoutLink.
 Workable StandardWorkInProgressService.checkin(Workable object, String note)
          Checkin a workable object.
 Workable StandardWorkInProgressService.undoCheckout(Workable object)
          Undo a checkout of a workable object.
 Workable StandardWorkInProgressService.originalCopyOf(Workable object)
          Navigates to the original copy from a working copy via the CheckoutLink.
 Workable StandardWorkInProgressService.workingCopyOf(Workable object)
          Navigates to the working copy of an original copy via the CheckoutLink.
 Workable CheckoutLink.getOriginalCopy()
          Gets the object for the association that plays role: ORIGINAL_COPY_ROLE.
 Workable CheckoutLink.getWorkingCopy()
          Gets the object for the association that plays role: WORKING_COPY_ROLE.
 Workable WorkInProgressServiceFwd.checkin(Workable object, String note)
          Checkin a workable object.
 Workable WorkInProgressServiceFwd.undoCheckout(Workable object)
          Undo a checkout of a workable object.
 Workable WorkInProgressServiceFwd.originalCopyOf(Workable object)
          Navigates to the original copy from a working copy via the CheckoutLink.
 Workable WorkInProgressServiceFwd.workingCopyOf(Workable object)
          Navigates to the working copy of an original copy via the CheckoutLink.
 Workable WorkInProgressServiceEvent.getOriginalCopy()
          Gets the original copy target of the event.
 Workable WorkInProgressServiceEvent.getWorkingCopy()
          Gets the working copy target of the event.
 Workable WorkInProgressServiceEvent.getTarget()
          Deprecated. Replaced by getOriginalCopy()
 Workable WorkInProgressService.checkin(Workable object, String note)
          Checkin a workable object.
 Workable WorkInProgressService.undoCheckout(Workable object)
          Undo a checkout of a workable object.
 Workable WorkInProgressService.originalCopyOf(Workable object)
          Navigates to the original copy from a working copy via the CheckoutLink.
 Workable WorkInProgressService.workingCopyOf(Workable object)
          Navigates to the working copy of an original copy via the CheckoutLink.
 Workable StandardWorkInProgressService.checkin(Workable object, String note)
          Checkin a workable object.
 Workable StandardWorkInProgressService.undoCheckout(Workable object)
          Undo a checkout of a workable object.
 Workable StandardWorkInProgressService.originalCopyOf(Workable object)
          Navigates to the original copy from a working copy via the CheckoutLink.
 Workable StandardWorkInProgressService.workingCopyOf(Workable object)
          Navigates to the working copy of an original copy via the CheckoutLink.
 Workable CheckoutLink.getOriginalCopy()
          Gets the object for the association that plays role: ORIGINAL_COPY_ROLE.
 Workable CheckoutLink.getWorkingCopy()
          Gets the object for the association that plays role: WORKING_COPY_ROLE.
 

Methods in wt.vc.wip with parameters of type Workable
 Workable WorkInProgressServiceFwd.checkin(Workable object, String note)
          Checkin a workable object.
 CheckoutLink WorkInProgressServiceFwd.checkout(Workable object, Folder folder, String note)
          Checkout a workable object.
 Workable WorkInProgressServiceFwd.undoCheckout(Workable object)
          Undo a checkout of a workable object.
 Workable WorkInProgressServiceFwd.originalCopyOf(Workable object)
          Navigates to the original copy from a working copy via the CheckoutLink.
 Workable WorkInProgressServiceFwd.workingCopyOf(Workable object)
          Navigates to the working copy of an original copy via the CheckoutLink.
 boolean WorkInProgressServiceFwd.hasChanged(Workable object)
          Deprecated.  
 Workable WorkInProgressService.checkin(Workable object, String note)
          Checkin a workable object.
 CheckoutLink WorkInProgressService.checkout(Workable object, Folder folder, String note)
          Checkout a workable object.
 Workable WorkInProgressService.undoCheckout(Workable object)
          Undo a checkout of a workable object.
 Workable WorkInProgressService.originalCopyOf(Workable object)
          Navigates to the original copy from a working copy via the CheckoutLink.
 Workable WorkInProgressService.workingCopyOf(Workable object)
          Navigates to the working copy of an original copy via the CheckoutLink.
 boolean WorkInProgressService.hasChanged(Workable object)
          Deprecated.  
static WorkInProgressState WorkInProgressHelper.getState(Workable object)
          Gets the work-in-progress state of the object.
static boolean WorkInProgressHelper.isCheckedOut(Workable object)
          Tests if the workable object is checked out.
static boolean WorkInProgressHelper.isCheckedOut(Workable object, WTPrincipal worker)
          Tests if the workable object is checked out by the principal.
static boolean WorkInProgressHelper.isWorkingCopy(Workable object)
          Tests if the workable object is a working copy.
static boolean WorkInProgressHelper.isModifiable(Workable object)
           
static WIPChangeDelegate WIPChangeFactory.getDelegate(Workable object)
          Finds the correct delegate to execute hasChanged as per the requestor object class.
 boolean WIPChangeDelegate.hasChanged(Workable object)
          Checks whether the checked out copy has changed.
 boolean WIPChangeDefaultDelegate.hasChanged(Workable object)
          Checks whether passed Workable Object has been changed.
protected  void StandardWorkInProgressService.validateCheckout(Workable object)
          Vetoes a database modify if the object has been checked out.
protected  void StandardWorkInProgressService.validateInWorkUsage(Workable object)
          Vetoes an operation if the given object is in a working state.
protected  void StandardWorkInProgressService.updateStateOf(Workable object)
          Updates the state of a workable object to checked in if it has a null cookie.
 Workable StandardWorkInProgressService.checkin(Workable object, String note)
          Checkin a workable object.
 CheckoutLink StandardWorkInProgressService.checkout(Workable object, Folder folder, String note)
          Checkout a workable object.
 Workable StandardWorkInProgressService.undoCheckout(Workable object)
          Undo a checkout of a workable object.
 Workable StandardWorkInProgressService.originalCopyOf(Workable object)
          Navigates to the original copy from a working copy via the CheckoutLink.
 Workable StandardWorkInProgressService.workingCopyOf(Workable object)
          Navigates to the working copy of an original copy via the CheckoutLink.
 boolean StandardWorkInProgressService.hasChanged(Workable object)
          Deprecated.  
private static boolean StandardWorkInProgressService.isInTerminalState(Workable workable)
           
private  boolean StandardWorkInProgressService.existsInTxMap(Workable object)
           
 void CheckoutLink.setOriginalCopy(Workable originalCopy)
          Sets the object for the association that plays role: ORIGINAL_COPY_ROLE.
 void CheckoutLink.setWorkingCopy(Workable workingCopy)
          Sets the object for the association that plays role: WORKING_COPY_ROLE.
static CheckoutLink CheckoutLink.newCheckoutLink(Workable originalCopy, Workable workingCopy)
          Default factory for the class.
 Workable WorkInProgressServiceFwd.checkin(Workable object, String note)
          Checkin a workable object.
 CheckoutLink WorkInProgressServiceFwd.checkout(Workable object, Folder folder, String note)
          Checkout a workable object.
 Workable WorkInProgressServiceFwd.undoCheckout(Workable object)
          Undo a checkout of a workable object.
 Workable WorkInProgressServiceFwd.originalCopyOf(Workable object)
          Navigates to the original copy from a working copy via the CheckoutLink.
 Workable WorkInProgressServiceFwd.workingCopyOf(Workable object)
          Navigates to the working copy of an original copy via the CheckoutLink.
 boolean WorkInProgressServiceFwd.hasChanged(Workable object)
          Deprecated.  
 Workable WorkInProgressService.checkin(Workable object, String note)
          Checkin a workable object.
 CheckoutLink WorkInProgressService.checkout(Workable object, Folder folder, String note)
          Checkout a workable object.
 Workable WorkInProgressService.undoCheckout(Workable object)
          Undo a checkout of a workable object.
 Workable WorkInProgressService.originalCopyOf(Workable object)
          Navigates to the original copy from a working copy via the CheckoutLink.
 Workable WorkInProgressService.workingCopyOf(Workable object)
          Navigates to the working copy of an original copy via the CheckoutLink.
 boolean WorkInProgressService.hasChanged(Workable object)
          Deprecated.  
static WorkInProgressState WorkInProgressHelper.getState(Workable object)
          Gets the work-in-progress state of the object.
static boolean WorkInProgressHelper.isCheckedOut(Workable object)
          Tests if the workable object is checked out.
static boolean WorkInProgressHelper.isCheckedOut(Workable object, WTPrincipal worker)
          Tests if the workable object is checked out by the principal.
static boolean WorkInProgressHelper.isWorkingCopy(Workable object)
          Tests if the workable object is a working copy.
static boolean WorkInProgressHelper.isModifiable(Workable object)
           
static WIPChangeDelegate WIPChangeFactory.getDelegate(Workable object)
          Finds the correct delegate to execute hasChanged as per the requestor object class.
 boolean WIPChangeDelegate.hasChanged(Workable object)
          Checks whether the checked out copy has changed.
 boolean WIPChangeDefaultDelegate.hasChanged(Workable object)
          Checks whether passed Workable Object has been changed.
protected  void StandardWorkInProgressService.validateCheckout(Workable object)
          Vetoes a database modify if the object has been checked out.
protected  void StandardWorkInProgressService.validateInWorkUsage(Workable object)
          Vetoes an operation if the given object is in a working state.
protected  void StandardWorkInProgressService.updateStateOf(Workable object)
          Updates the state of a workable object to checked in if it has a null cookie.
 Workable StandardWorkInProgressService.checkin(Workable object, String note)
          Checkin a workable object.
 CheckoutLink StandardWorkInProgressService.checkout(Workable object, Folder folder, String note)
          Checkout a workable object.
 Workable StandardWorkInProgressService.undoCheckout(Workable object)
          Undo a checkout of a workable object.
 Workable StandardWorkInProgressService.originalCopyOf(Workable object)
          Navigates to the original copy from a working copy via the CheckoutLink.
 Workable StandardWorkInProgressService.workingCopyOf(Workable object)
          Navigates to the working copy of an original copy via the CheckoutLink.
 boolean StandardWorkInProgressService.hasChanged(Workable object)
          Deprecated.  
private static boolean StandardWorkInProgressService.isInTerminalState(Workable workable)
           
private  boolean StandardWorkInProgressService.existsInTxMap(Workable object)
           
 void CheckoutLink.setOriginalCopy(Workable originalCopy)
          Sets the object for the association that plays role: ORIGINAL_COPY_ROLE.
 void CheckoutLink.setWorkingCopy(Workable workingCopy)
          Sets the object for the association that plays role: WORKING_COPY_ROLE.
static CheckoutLink CheckoutLink.newCheckoutLink(Workable originalCopy, Workable workingCopy)
          Default factory for the class.
 

Constructors in wt.vc.wip with parameters of type Workable
WorkInProgressServiceEvent(WorkInProgressService service, String eventType, Workable eventTarget)
          Constructs an WIP service's event from the specified service and its event type and target.
WorkInProgressServiceEvent(WorkInProgressService service, String eventType, Workable eventTarget)
          Constructs an WIP service's event from the specified service and its event type and target.
 

Uses of Workable in wt.workflow.definer
 

Classes in wt.workflow.definer that implement Workable
 class WfProcessTemplate
          A WfProcessTemplate represents a template for a specific workflow process; it is used to create instances of a workflow process.