|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkInProgressException | |
com.ptc.windchill.enterprise.nativeapp.msoi.server | |
wt.clients.vc | |
wt.vc.wip |
Uses of WorkInProgressException in com.ptc.windchill.enterprise.nativeapp.msoi.server |
Methods in com.ptc.windchill.enterprise.nativeapp.msoi.server that throw WorkInProgressException | |
private static WTObject |
ApplicationIntegrationProcessor.getWorkingCopy(WTObject object)
|
Uses of WorkInProgressException in wt.clients.vc |
Methods in wt.clients.vc that throw WorkInProgressException | |
private boolean |
CheckOutTask.isCheckoutAllowed(Workable checkout_item)
|
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 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 Workable |
CheckInOutTaskLogic.checkInObject(Workable workable,
String note)
Checks in the given Workable object. |
private void |
CheckInDialog.processCheckIn()
|
Uses of WorkInProgressException in wt.vc.wip |
Subclasses of WorkInProgressException in wt.vc.wip | |
class |
NonLatestCheckoutException
Supported API: true Extendable: false |
class |
ObjectsAlreadyCheckedOutException
Supported API: false Extendable: false |
Methods in wt.vc.wip that throw WorkInProgressException | |
void |
WorkInProgressServiceSvr.checkin(WTObject object)
Attempts to checkin a workable object. |
void |
WorkInProgressServiceSvr.checkin(WTCollection objects)
Attempts to checkin a workable object. |
void |
WorkInProgressServiceSvr.checkout(WTObject object)
Attempts to checkout a workable object. |
void |
WorkInProgressServiceSvr.checkout(WTCollection objects)
Attempts to checkout a workable object. |
Workable |
WorkInProgressServiceFwd.checkin(Workable object,
String note)
Checkin a workable object. |
WTCollection |
WorkInProgressServiceFwd.checkin(WTCollection objects,
String note)
Checkin a WTCollection of Workable objects. |
WTCollection |
WorkInProgressServiceFwd.checkin(WTCollection objects,
String note,
String folder)
Checkin a WTCollection of Workable objects to the folder specified by the name passed. |
WTCollection |
WorkInProgressServiceFwd.checkin(WTCollection objects,
String note,
Folder folder)
Checkin a WTCollection of Workable objects to the folder specified by the name passed. |
CheckoutLink |
WorkInProgressServiceFwd.checkout(Workable object,
Folder folder,
String note)
Checkout a workable object. |
WTCollection |
WorkInProgressServiceFwd.checkout(WTCollection objects,
Folder folder,
String note)
Checks out a WTCollection of Workable objects to the specified folder. |
Workable |
WorkInProgressServiceFwd.undoCheckout(Workable object)
Undo a checkout of a workable object. |
void |
WorkInProgressServiceFwd.undoCheckouts(Enumeration enum)
Deprecated. |
void |
WorkInProgressServiceFwd.undoCheckouts(WTUser user,
WTContainer container)
Undo all checkouts by the user for objects located in the specified container. |
WTCollection |
WorkInProgressServiceFwd.undoCheckouts(WTCollection objects)
Given a WTCollection of checked out objects undo each checkout. |
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. |
WTValuedMap |
WorkInProgressServiceFwd.getCheckedOutToWorkingMap(WTCollection workables)
Method that takes a WTCollection of Workable objects, determines which Workable objects from the WTCollection are in the checked out state. |
WTValuedMap |
WorkInProgressServiceFwd.checkoutMap(WTCollection objects,
Folder folder,
String note)
Checks out a WTCollection of Workable objects to the specified folder. |
WTValuedMap |
WorkInProgressServiceFwd.checkoutMap(WTKeyedMap objects,
Folder folder)
Checks out a WTKeyedMap of Workable objects to the specified folder, where the key is the Workable object, and the value is the note for that checkout.. |
Workable |
WorkInProgressService.checkin(Workable object,
String note)
Checkin a workable object. |
WTCollection |
WorkInProgressService.checkin(WTCollection objects,
String note)
Checkin a WTCollection of Workable objects. |
WTCollection |
WorkInProgressService.checkin(WTCollection objects,
String note,
String folder)
Checkin a WTCollection of Workable objects to the folder specified by the name passed. |
WTCollection |
WorkInProgressService.checkin(WTCollection objects,
String note,
Folder folder)
Checkin a WTCollection of Workable objects to the folder specified by the name passed. |
CheckoutLink |
WorkInProgressService.checkout(Workable object,
Folder folder,
String note)
Checkout a workable object. |
WTCollection |
WorkInProgressService.checkout(WTCollection objects,
Folder folder,
String note)
Checks out a WTCollection of Workable objects to the specified folder. |
Workable |
WorkInProgressService.undoCheckout(Workable object)
Undo a checkout of a workable object. |
void |
WorkInProgressService.undoCheckouts(Enumeration enum)
Deprecated. |
void |
WorkInProgressService.undoCheckouts(WTUser user,
WTContainer container)
Undo all checkouts by the user for objects located in the specified container. |
WTCollection |
WorkInProgressService.undoCheckouts(WTCollection objects)
Given a WTCollection of checked out objects undo each checkout. |
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. |
WTValuedMap |
WorkInProgressService.getCheckedOutToWorkingMap(WTCollection workables)
Method that takes a WTCollection of Workable objects, determines which Workable objects from the WTCollection are in the checked out state. |
WTValuedMap |
WorkInProgressService.checkoutMap(WTCollection objects,
Folder folder,
String note)
Checks out a WTCollection of Workable objects to the specified folder. |
WTValuedMap |
WorkInProgressService.checkoutMap(WTKeyedMap objects,
Folder folder)
Checks out a WTKeyedMap of Workable objects to the specified folder, where the key is the Workable object, and the value is the note for that checkout.. |
static WorkInProgressState |
WorkInProgressHelper.getState(Workable object)
Gets the work-in-progress state of the object. |
static SearchCondition |
WorkInProgressHelper.getSearchCondition(Class target,
boolean checkedOut)
Deprecated. |
static SearchCondition |
WorkInProgressHelper.getSearchCondition_WRK(Class target)
Determines a search condition to be appended on a query. |
static SearchCondition |
WorkInProgressHelper.getSearchCondition_CO(Class target)
Determines a search condition to be appended on a query. |
static SearchCondition |
WorkInProgressHelper.getSearchCondition_CI(Class target)
Determines a search condition to be appended on a query. |
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.processDeletion(WTCollection c)
Completes a deletion by undoing a checkout if the objects in the collection to be deleted are either checked out or a working copy. |
protected void |
StandardWorkInProgressService.storeCheckoutFolder(WTCollection c)
Stores the"Checked Out" folder for the just recently stored user's personal cabinet. |
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. |
WTCollection |
StandardWorkInProgressService.checkin(WTCollection objects,
String note)
Checkin a WTCollection of Workable objects. |
WTCollection |
StandardWorkInProgressService.checkin(WTCollection objects,
String note,
String folder)
Checkin a WTCollection of Workable objects to the folder specified by the name passed. |
WTCollection |
StandardWorkInProgressService.checkin(WTCollection objects,
String note,
Folder folder)
Checkin a WTCollection of Workable objects to the folder specified by the name passed. |
CheckoutLink |
StandardWorkInProgressService.checkout(Workable object,
Folder folder,
String note)
Checkout a workable object. |
WTCollection |
StandardWorkInProgressService.checkout(WTCollection objects,
Folder folder,
String note)
Checks out a WTCollection of Workable objects to the specified folder. |
Workable |
StandardWorkInProgressService.undoCheckout(Workable object)
Undo a checkout of a workable object. |
void |
StandardWorkInProgressService.undoCheckouts(Enumeration enum)
Deprecated. |
void |
StandardWorkInProgressService.undoCheckouts(WTUser user,
WTContainer container)
Undo all checkouts by the user for objects located in the specified container. |
WTCollection |
StandardWorkInProgressService.undoCheckouts(WTCollection objects)
Given a WTCollection of checked out objects undo each checkout. |
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. |
WTValuedMap |
StandardWorkInProgressService.getCheckedOutToWorkingMap(WTCollection workables)
Method that takes a WTCollection of Workable objects, determines which Workable objects from the WTCollection are in the checked out state. |
WTValuedMap |
StandardWorkInProgressService.checkoutMap(WTCollection objects,
Folder folder,
String note)
Checks out a WTCollection of Workable objects to the specified folder. |
WTValuedMap |
StandardWorkInProgressService.checkoutMap(WTKeyedMap objects,
Folder folder)
Checks out a WTKeyedMap of Workable objects to the specified folder, where the key is the Workable object, and the value is the note for that checkout.. |
void |
StandardWorkInProgressService.checkin(WTObject object)
Attempts to checkin a workable object. |
void |
StandardWorkInProgressService.checkin(WTCollection objects)
Attempts to checkin a workable object. |
void |
StandardWorkInProgressService.checkout(WTObject object)
Attempts to checkout a workable object. |
void |
StandardWorkInProgressService.checkout(WTCollection objects)
Attempts to checkout a workable object. |
private void |
StandardWorkInProgressService.checkAccess(WTPrincipal p,
WTCollection objects,
AccessPermission permission)
|
private Folder |
StandardWorkInProgressService.getWorkingFolder(WTValuedMap workables)
|
void |
WorkInProgressServiceSvr.checkin(WTObject object)
Attempts to checkin a workable object. |
void |
WorkInProgressServiceSvr.checkin(WTCollection objects)
Attempts to checkin a workable object. |
void |
WorkInProgressServiceSvr.checkout(WTObject object)
Attempts to checkout a workable object. |
void |
WorkInProgressServiceSvr.checkout(WTCollection objects)
Attempts to checkout a workable object. |
Workable |
WorkInProgressServiceFwd.checkin(Workable object,
String note)
Checkin a workable object. |
WTCollection |
WorkInProgressServiceFwd.checkin(WTCollection objects,
String note)
Checkin a WTCollection of Workable objects. |
WTCollection |
WorkInProgressServiceFwd.checkin(WTCollection objects,
String note,
String folder)
Checkin a WTCollection of Workable objects to the folder specified by the name passed. |
WTCollection |
WorkInProgressServiceFwd.checkin(WTCollection objects,
String note,
Folder folder)
Checkin a WTCollection of Workable objects to the folder specified by the name passed. |
CheckoutLink |
WorkInProgressServiceFwd.checkout(Workable object,
Folder folder,
String note)
Checkout a workable object. |
WTCollection |
WorkInProgressServiceFwd.checkout(WTCollection objects,
Folder folder,
String note)
Checks out a WTCollection of Workable objects to the specified folder. |
Workable |
WorkInProgressServiceFwd.undoCheckout(Workable object)
Undo a checkout of a workable object. |
void |
WorkInProgressServiceFwd.undoCheckouts(Enumeration enum)
Deprecated. |
void |
WorkInProgressServiceFwd.undoCheckouts(WTUser user,
WTContainer container)
Undo all checkouts by the user for objects located in the specified container. |
WTCollection |
WorkInProgressServiceFwd.undoCheckouts(WTCollection objects)
Given a WTCollection of checked out objects undo each checkout. |
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. |
WTValuedMap |
WorkInProgressServiceFwd.getCheckedOutToWorkingMap(WTCollection workables)
Method that takes a WTCollection of Workable objects, determines which Workable objects from the WTCollection are in the checked out state. |
WTValuedMap |
WorkInProgressServiceFwd.checkoutMap(WTCollection objects,
Folder folder,
String note)
Checks out a WTCollection of Workable objects to the specified folder. |
WTValuedMap |
WorkInProgressServiceFwd.checkoutMap(WTKeyedMap objects,
Folder folder)
Checks out a WTKeyedMap of Workable objects to the specified folder, where the key is the Workable object, and the value is the note for that checkout.. |
Workable |
WorkInProgressService.checkin(Workable object,
String note)
Checkin a workable object. |
WTCollection |
WorkInProgressService.checkin(WTCollection objects,
String note)
Checkin a WTCollection of Workable objects. |
WTCollection |
WorkInProgressService.checkin(WTCollection objects,
String note,
String folder)
Checkin a WTCollection of Workable objects to the folder specified by the name passed. |
WTCollection |
WorkInProgressService.checkin(WTCollection objects,
String note,
Folder folder)
Checkin a WTCollection of Workable objects to the folder specified by the name passed. |
CheckoutLink |
WorkInProgressService.checkout(Workable object,
Folder folder,
String note)
Checkout a workable object. |
WTCollection |
WorkInProgressService.checkout(WTCollection objects,
Folder folder,
String note)
Checks out a WTCollection of Workable objects to the specified folder. |
Workable |
WorkInProgressService.undoCheckout(Workable object)
Undo a checkout of a workable object. |
void |
WorkInProgressService.undoCheckouts(Enumeration enum)
Deprecated. |
void |
WorkInProgressService.undoCheckouts(WTUser user,
WTContainer container)
Undo all checkouts by the user for objects located in the specified container. |
WTCollection |
WorkInProgressService.undoCheckouts(WTCollection objects)
Given a WTCollection of checked out objects undo each checkout. |
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. |
WTValuedMap |
WorkInProgressService.getCheckedOutToWorkingMap(WTCollection workables)
Method that takes a WTCollection of Workable objects, determines which Workable objects from the WTCollection are in the checked out state. |
WTValuedMap |
WorkInProgressService.checkoutMap(WTCollection objects,
Folder folder,
String note)
Checks out a WTCollection of Workable objects to the specified folder. |
WTValuedMap |
WorkInProgressService.checkoutMap(WTKeyedMap objects,
Folder folder)
Checks out a WTKeyedMap of Workable objects to the specified folder, where the key is the Workable object, and the value is the note for that checkout.. |
static WorkInProgressState |
WorkInProgressHelper.getState(Workable object)
Gets the work-in-progress state of the object. |
static SearchCondition |
WorkInProgressHelper.getSearchCondition(Class target,
boolean checkedOut)
Deprecated. |
static SearchCondition |
WorkInProgressHelper.getSearchCondition_WRK(Class target)
Determines a search condition to be appended on a query. |
static SearchCondition |
WorkInProgressHelper.getSearchCondition_CO(Class target)
Determines a search condition to be appended on a query. |
static SearchCondition |
WorkInProgressHelper.getSearchCondition_CI(Class target)
Determines a search condition to be appended on a query. |
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.processDeletion(WTCollection c)
Completes a deletion by undoing a checkout if the objects in the collection to be deleted are either checked out or a working copy. |
protected void |
StandardWorkInProgressService.storeCheckoutFolder(WTCollection c)
Stores the"Checked Out" folder for the just recently stored user's personal cabinet. |
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. |
WTCollection |
StandardWorkInProgressService.checkin(WTCollection objects,
String note)
Checkin a WTCollection of Workable objects. |
WTCollection |
StandardWorkInProgressService.checkin(WTCollection objects,
String note,
String folder)
Checkin a WTCollection of Workable objects to the folder specified by the name passed. |
WTCollection |
StandardWorkInProgressService.checkin(WTCollection objects,
String note,
Folder folder)
Checkin a WTCollection of Workable objects to the folder specified by the name passed. |
CheckoutLink |
StandardWorkInProgressService.checkout(Workable object,
Folder folder,
String note)
Checkout a workable object. |
WTCollection |
StandardWorkInProgressService.checkout(WTCollection objects,
Folder folder,
String note)
Checks out a WTCollection of Workable objects to the specified folder. |
Workable |
StandardWorkInProgressService.undoCheckout(Workable object)
Undo a checkout of a workable object. |
void |
StandardWorkInProgressService.undoCheckouts(Enumeration enum)
Deprecated. |
void |
StandardWorkInProgressService.undoCheckouts(WTUser user,
WTContainer container)
Undo all checkouts by the user for objects located in the specified container. |
WTCollection |
StandardWorkInProgressService.undoCheckouts(WTCollection objects)
Given a WTCollection of checked out objects undo each checkout. |
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. |
WTValuedMap |
StandardWorkInProgressService.getCheckedOutToWorkingMap(WTCollection workables)
Method that takes a WTCollection of Workable objects, determines which Workable objects from the WTCollection are in the checked out state. |
WTValuedMap |
StandardWorkInProgressService.checkoutMap(WTCollection objects,
Folder folder,
String note)
Checks out a WTCollection of Workable objects to the specified folder. |
WTValuedMap |
StandardWorkInProgressService.checkoutMap(WTKeyedMap objects,
Folder folder)
Checks out a WTKeyedMap of Workable objects to the specified folder, where the key is the Workable object, and the value is the note for that checkout.. |
void |
StandardWorkInProgressService.checkin(WTObject object)
Attempts to checkin a workable object. |
void |
StandardWorkInProgressService.checkin(WTCollection objects)
Attempts to checkin a workable object. |
void |
StandardWorkInProgressService.checkout(WTObject object)
Attempts to checkout a workable object. |
void |
StandardWorkInProgressService.checkout(WTCollection objects)
Attempts to checkout a workable object. |
private void |
StandardWorkInProgressService.checkAccess(WTPrincipal p,
WTCollection objects,
AccessPermission permission)
|
private Folder |
StandardWorkInProgressService.getWorkingFolder(WTValuedMap workables)
|
Constructors in wt.vc.wip that throw WorkInProgressException | |
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,
Vector eventTarget)
Constructs an WIP service's event from the specified service and its event type and target. |
|
WorkInProgressServiceEvent(WorkInProgressService service,
String eventType,
Vector eventTarget,
Folder workingFolder)
Constructs an WIP service's event from the specified service, its event type and target, and the working folder of the target object. |
|
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,
Vector eventTarget)
Constructs an WIP service's event from the specified service and its event type and target. |
|
WorkInProgressServiceEvent(WorkInProgressService service,
String eventType,
Vector eventTarget,
Folder workingFolder)
Constructs an WIP service's event from the specified service, its event type and target, and the working folder of the target object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |