Uses of Class
wt.vc.wip.WorkInProgressState

Packages that use WorkInProgressState
com.ptc.core.foundation.persistable.server.impl   
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.vc.wip
 
 

Uses of WorkInProgressState in com.ptc.core.foundation.persistable.server.impl
 

Methods in com.ptc.core.foundation.persistable.server.impl with parameters of type WorkInProgressState
static String ObjectIconHelper.getObjectIconImgTag(WTReference objectRef, WTContainerRef currentContainerContext, WorkInProgressState state, Object oneOffVersionId, String contentHolderIcon, WTContainerRef objectContainerRef, Locale locale)
          Returns the HTML for an object icon.
static Vector ObjectIconHelper.getObjectIconGlyphs(WTReference obj, WTContainerRef objectContainerRef, WorkInProgressState state, Object oneOffVersionId, WTReference currentContainerRef)
          Gets the objectIconGlyphs attribute of the BasicTemplateProcessor class
 

Uses of WorkInProgressState in wt.sandbox
 

Methods in wt.sandbox with parameters of type WorkInProgressState
(package private) static void Utilities.appendWorkInProgressStateCriteria(QuerySpec querySpec, int workableFromIdx, WorkInProgressState wipState, String conditionOperator)
           
static boolean SandboxHelper.isCheckedOutToSandbox(WorkInProgressState state)
          Takes the state value of an object and compares this to the CheckedOutToSandbox state defined in WorkInProgressState.
 

Uses of WorkInProgressState in wt.vc.wip
 

Fields in wt.vc.wip declared as WorkInProgressState
static WorkInProgressState WorkInProgressState.CHECKED_IN
          A constant that predefines a WIP state of being checked in.
static WorkInProgressState WorkInProgressState.CHECKED_OUT
          A constant that predefines a WIP state of being checked out.
static WorkInProgressState WorkInProgressState.WORKING
          A constant that predefines a WIP state of being in work.
static WorkInProgressState WorkInProgressState.TO_CHECKED_IN
          A constant that predefines a WIP transition state of going from a checkout to a checkin.
static WorkInProgressState WorkInProgressState.TO_DELETED
          A constant that predefines a WIP transition state of going from a checkout to being deleted.
protected static WorkInProgressState WorkInProgressState.TO_WORKING
          A constant that predefines a WIP transition state of going from a checkin to working.
static WorkInProgressState WorkInProgressState.CHECKED_OUT_TO_SANDBOX
          A constant that predefines a WIP state of being checked out to an sandbox project.
static WorkInProgressState WorkInProgressState.TERMINAL
          A constant that predefines a WIP state of being a terminal iteration, i.e.
private  WorkInProgressState CheckoutInfo.state
           
static WorkInProgressState WorkInProgressState.CHECKED_IN
          A constant that predefines a WIP state of being checked in.
static WorkInProgressState WorkInProgressState.CHECKED_OUT
          A constant that predefines a WIP state of being checked out.
static WorkInProgressState WorkInProgressState.WORKING
          A constant that predefines a WIP state of being in work.
static WorkInProgressState WorkInProgressState.TO_CHECKED_IN
          A constant that predefines a WIP transition state of going from a checkout to a checkin.
static WorkInProgressState WorkInProgressState.TO_DELETED
          A constant that predefines a WIP transition state of going from a checkout to being deleted.
protected static WorkInProgressState WorkInProgressState.TO_WORKING
          A constant that predefines a WIP transition state of going from a checkin to working.
static WorkInProgressState WorkInProgressState.CHECKED_OUT_TO_SANDBOX
          A constant that predefines a WIP state of being checked out to an sandbox project.
static WorkInProgressState WorkInProgressState.TERMINAL
          A constant that predefines a WIP state of being a terminal iteration, i.e.
private  WorkInProgressState CheckoutInfo.state
           
 

Methods in wt.vc.wip that return WorkInProgressState
static WorkInProgressState WorkInProgressState.newWorkInProgressState(int secretHandshake)
          Used by EnumeratedType for constructing instances of WorkInProgressState, from a resource bundle.
static WorkInProgressState WorkInProgressState.toWorkInProgressState(String internal_value)
          Returns the WorkInProgressState instance for the internal_value argument.
static WorkInProgressState WorkInProgressState.getWorkInProgressStateDefault()
          Returns the default value (instance) for the WorkInProgressState set.
static WorkInProgressState[] WorkInProgressState.getWorkInProgressStateSet()
          Returns a copy of the set of valid values (instances) for the WorkInProgressState class.
static WorkInProgressState WorkInProgressHelper.getState(Workable object)
          Gets the work-in-progress state of the object.
 WorkInProgressState CheckoutInfo.getState()
          Gets the object for the association that plays role: STATE.
static WorkInProgressState WorkInProgressState.newWorkInProgressState(int secretHandshake)
          Used by EnumeratedType for constructing instances of WorkInProgressState, from a resource bundle.
static WorkInProgressState WorkInProgressState.toWorkInProgressState(String internal_value)
          Returns the WorkInProgressState instance for the internal_value argument.
static WorkInProgressState WorkInProgressState.getWorkInProgressStateDefault()
          Returns the default value (instance) for the WorkInProgressState set.
static WorkInProgressState[] WorkInProgressState.getWorkInProgressStateSet()
          Returns a copy of the set of valid values (instances) for the WorkInProgressState class.
static WorkInProgressState WorkInProgressHelper.getState(Workable object)
          Gets the work-in-progress state of the object.
 WorkInProgressState CheckoutInfo.getState()
          Gets the object for the association that plays role: STATE.
 

Methods in wt.vc.wip with parameters of type WorkInProgressState
static boolean WorkInProgressHelper.isCheckedOut(WorkInProgressState state)
          Returns true if the passed in state equals a state that indicates checked out

Supported API: false
static boolean WorkInProgressHelper.isWorkingCopy(WorkInProgressState state)
          Returns true if the passed in state equals a state that indicates that it is a working copy

Supported API: false
 void CheckoutInfo.setState(WorkInProgressState a_State)
          Sets the object for the association that plays role: STATE.
private  void CheckoutInfo.stateValidate(WorkInProgressState a_State)
           
static boolean WorkInProgressHelper.isCheckedOut(WorkInProgressState state)
          Returns true if the passed in state equals a state that indicates checked out

Supported API: false
static boolean WorkInProgressHelper.isWorkingCopy(WorkInProgressState state)
          Returns true if the passed in state equals a state that indicates that it is a working copy

Supported API: false
 void CheckoutInfo.setState(WorkInProgressState a_State)
          Sets the object for the association that plays role: STATE.
private  void CheckoutInfo.stateValidate(WorkInProgressState a_State)