Uses of Class
wt.lifecycle.State

Packages that use State
com.ptc.core.domain.admin.client.impl   
com.ptc.core.domain.admin.common.impl   
com.ptc.core.domain.admin.server.impl   
com.ptc.core.foundation.container.server   
com.ptc.core.htmlcomp.gathering   
com.ptc.netmarkets.actionitem   
com.ptc.netmarkets.model   
com.ptc.netmarkets.util.beans   
wt.access
The access control service is responsible for defining and enforcing access to business and system objects. 
wt.clients.filevault   
wt.clients.lifecycle   
wt.clients.lifecycle.administrator   
wt.clients.prodmgmt   
wt.clients.replication.unit   
wt.clients.workflow.definer   
wt.dataops.containermove   
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.lifecycle
 
wt.maturity   
wt.meeting.actionitem   
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.projmgmt.resource   
wt.replication.sender   
wt.vc.config
 
wt.workflow.work
Provides workflow classes responsible for managing the work assigned to individual users. 
 

Uses of State in com.ptc.core.domain.admin.client.impl
 

Fields in com.ptc.core.domain.admin.client.impl declared as State
private  State IndexListEntry.state
           
private  State FraPermission.currentState
           
(package private)  State FraIndexRule.currentState
           
(package private)  State[] FraIndexRule.states
           
private  State AccessListEntry.state
           
 

Methods in com.ptc.core.domain.admin.client.impl that return State
 State IndexListEntry.getState()
           
 State AccessListEntry.getState()
           
 

Methods in com.ptc.core.domain.admin.client.impl with parameters of type State
static String Util.getStateDisplay(State state)
           
static Vector IndexList.populateReport(AdministrativeDomainNode domain_node, TypeIdentifier type_id, State state)
          Return a Vector of IndexListEntry objects corresponding to indexing lists for the specified domain, type and state.
 void FraPermission.show(TypeIdentifier typeId, State state, WTPrincipalReference principalRef, Vector negPermissions, Vector posPermissions)
           
(package private)  void FraPermission.populateStates(State myState)
           
(package private)  void FraIndexRule.populateStates(State myState)
           
 void FraIndexRule.show(TypeIdentifier myTypeId, State myState, Vector myCollections)
           
static Vector AccessList.populateReport(AdministrativeDomainNode domain_node, TypeIdentifier type_id, State state)
          Return a Vector of AccessListEntry objects corresponding to access control lists for the specified domain, type and state.
 

Constructors in com.ptc.core.domain.admin.client.impl with parameters of type State
IndexListEntry(AdministrativeDomainNode domainNode, TypeIdentifier typeId, State state, String event, Vector collections)
           
IndexListEntry(Frame parent, int action, AdministrativeDomainNode domainNode, TypeIdentifier typeId, State state, String event, Vector collections)
           
AccessListEntry(AdministrativeDomainNode domainNode, TypeIdentifier typeId, State state, WTPrincipalReference principalRef, Vector positive, Vector negative)
           
AccessListEntry(Frame parent, int action, AdministrativeDomainNode domainNode, TypeIdentifier typeId, State state, WTPrincipalReference principalRef, Vector positive, Vector negative)
           
 

Uses of State in com.ptc.core.domain.admin.common.impl
 

Methods in com.ptc.core.domain.admin.common.impl with parameters of type State
 void DomainAdministratorServiceIfcFwd.createAccessControlRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Creates an access control rule defining the rights of a user or group to access objects of a specified type and state, within a domain.
 void DomainAdministratorServiceIfcFwd.createIndexingRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, Vector collections)
          Creates an indexing rule defining which collections objects of a specified type should be entered into when the objects move to a specified life cycle state, within a domain.
 void DomainAdministratorServiceIfcFwd.deleteAccessControlRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, WTPrincipalReference principal_ref)
          Deletes an access control rule defining the rights of a user or group to access objects of a specified type and state, within a domain.
 void DomainAdministratorServiceIfcFwd.deleteIndexingRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state)
          Deletes an indexing rule defining which collections objects of a specified type should be entered into when the objects move to a specified life cycle state, within a domain.
 EnumeratorVector DomainAdministratorServiceIfcFwd.getAccessControlReport(AdminDomainRef domain_ref, TypeIdentifier type_id, State state)
          Returns an EnumeratorVector containing ACL entries in the access control policy list for the specified domain, type, and state.
 EnumeratorVector DomainAdministratorServiceIfcFwd.getIndexingReport(AdminDomainRef domain_ref, TypeIdentifier type_id, State state)
          Returns an EnumeratorVector containing indexing policy lists for the specified domain, type, state, and each of the possible events.
 void DomainAdministratorServiceIfcFwd.updateAccessControlRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Updates an access control rule defining the rights of a user or group to access objects of a specified type and state, within a domain.
 void DomainAdministratorServiceIfcFwd.updateIndexingRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, Vector collections)
          Updates an indexing rule defining which collections objects of a specified type should be entered into when the objects move to a specified life cycle state, within a domain.
 void DomainAdministratorServiceIfc.createAccessControlRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Creates an access control rule defining the rights of a user or group to access objects of a specified type and state, within a domain.
 void DomainAdministratorServiceIfc.createIndexingRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, Vector collections)
          Creates an indexing rule defining which collections objects of a specified type should be entered into when the objects move to a specified life cycle state, within a domain.
 void DomainAdministratorServiceIfc.deleteAccessControlRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, WTPrincipalReference principal_ref)
          Deletes an access control rule defining the rights of a user or group to access objects of a specified type and state, within a domain.
 void DomainAdministratorServiceIfc.deleteIndexingRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state)
          Deletes an indexing rule defining which collections objects of a specified type should be entered into when the objects move to a specified life cycle state, within a domain.
 EnumeratorVector DomainAdministratorServiceIfc.getAccessControlReport(AdminDomainRef domain_ref, TypeIdentifier type_id, State state)
          Returns an EnumeratorVector containing ACL entries in the access control policy list for the specified domain, type, and state.
 EnumeratorVector DomainAdministratorServiceIfc.getIndexingReport(AdminDomainRef domain_ref, TypeIdentifier type_id, State state)
          Returns an EnumeratorVector containing indexing policy lists for the specified domain, type, state, and each of the possible events.
 void DomainAdministratorServiceIfc.updateAccessControlRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Updates an access control rule defining the rights of a user or group to access objects of a specified type and state, within a domain.
 void DomainAdministratorServiceIfc.updateIndexingRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, Vector collections)
          Updates an indexing rule defining which collections objects of a specified type should be entered into when the objects move to a specified life cycle state, within a domain.
 

Uses of State in com.ptc.core.domain.admin.server.impl
 

Methods in com.ptc.core.domain.admin.server.impl with parameters of type State
 void StandardDomainAdministratorService.createAccessControlRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Creates an access control rule defining the rights of a user or group to access objects of a specified type and state, within a domain.
 void StandardDomainAdministratorService.createIndexingRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, Vector collections)
          Creates an indexing rule defining which collections objects of a specified type should be entered into when the objects move to a specified life cycle state, within a domain.
 void StandardDomainAdministratorService.deleteAccessControlRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, WTPrincipalReference principal_ref)
          Deletes an access control rule defining the rights of a user or group to access objects of a specified type and state, within a domain.
 void StandardDomainAdministratorService.deleteIndexingRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state)
          Deletes an indexing rule defining which collections objects of a specified type should be entered into when the objects move to a specified life cycle state, within a domain.
 EnumeratorVector StandardDomainAdministratorService.getAccessControlReport(AdminDomainRef domain_ref, TypeIdentifier type_id, State state)
          Returns an EnumeratorVector containing ACL entries in the access control policy list for the specified domain, type, and state.
 EnumeratorVector StandardDomainAdministratorService.getIndexingReport(AdminDomainRef domain_ref, TypeIdentifier type_id, State state)
          Returns an EnumeratorVector containing indexing policy lists for the specified domain, type, state, and each of the possible events.
 void StandardDomainAdministratorService.updateAccessControlRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, WTPrincipalReference principal_ref, Vector grant_permissions, Vector deny_permissions)
          Updates an access control rule defining the rights of a user or group to access objects of a specified type and state, within a domain.
 void StandardDomainAdministratorService.updateIndexingRule(AdminDomainRef domain_ref, TypeIdentifier type_id, State state, Vector collections)
          Updates an indexing rule defining which collections objects of a specified type should be entered into when the objects move to a specified life cycle state, within a domain.
 

Uses of State in com.ptc.core.foundation.container.server
 

Methods in com.ptc.core.foundation.container.server with parameters of type State
private  boolean StandardFdnWTContainerService.hasCreateAccess(AdminDomainRef domainRef, TypeIdentifier type, State state, WTPrincipal principal)
          Little wrapper to check CREATE access for a given type, against a given state in the specified domain.
 

Uses of State in com.ptc.core.htmlcomp.gathering
 

Methods in com.ptc.core.htmlcomp.gathering with parameters of type State
private static void RulesActionHelper.setPerConfigSpecAsLatest(RuleDescriptor rule, State state)
           
 

Uses of State in com.ptc.netmarkets.actionitem
 

Fields in com.ptc.netmarkets.actionitem declared as State
private  State NmActionItemProperties.state
           
 

Uses of State in com.ptc.netmarkets.model
 

Methods in com.ptc.netmarkets.model that return State
 State StandardNmObjectService.getCurrentState(NmOid oid)
          Return the current state of the specified object

Supported API: false
 State StandardNmObjectService.getCurrentState(NmObject nmObject)
          Return the current state of the specified object

Supported API: false
 State StandardNmObjectService.getCurrentState(WTObject myObject)
          Return the current state of the specified object

Supported API: false
 State NmObjectServiceFwd.getCurrentState(NmOid oid)
          Return the current state of the specified object

Supported API: false
 State NmObjectServiceFwd.getCurrentState(NmObject nmObject)
          Return the current state of the specified object

Supported API: false
 State NmObjectServiceFwd.getCurrentState(WTObject myObject)
          Return the current state of the specified object

Supported API: false
 State NmObjectService.getCurrentState(NmOid oid)
          Return the current state of the specified object

Supported API: false
 State NmObjectService.getCurrentState(NmObject nmObject)
          Return the current state of the specified object

Supported API: false
 State NmObjectService.getCurrentState(WTObject myObject)
          Return the current state of the specified object

Supported API: false
static State NmObjectCommands.getCurrentState(NmOid oid)
          

Supported API: false
 

Uses of State in com.ptc.netmarkets.util.beans
 

Fields in com.ptc.netmarkets.util.beans declared as State
private  State NmLifeCycleStateBean.currentState
           
 

Methods in com.ptc.netmarkets.util.beans that return State
 State NmLifeCycleStateBean.getCurrentState()
          Gets the value of the attribute: currentState; The current state of the target object

Supported API: false
 

Methods in com.ptc.netmarkets.util.beans with parameters of type State
 void NmLifeCycleStateBean.setCurrentState(State a_CurrentState)
          Sets the value of the attribute: currentState; The current state of the target object

Supported API: false
 

Uses of State in wt.access
 

Methods in wt.access that return State
 State AccessControlSurrogate.getLifeCycleState()
          Gets the value of the attribute: LIFE_CYCLE_STATE.
 State AccessControlSurrogate.getLifeCycleState()
          Gets the value of the attribute: LIFE_CYCLE_STATE.
 

Methods in wt.access with parameters of type State
 boolean StandardAccessControlManager.hasAccess(WTPrincipal user, String type_id, AdminDomainRef domain_ref, State state, AccessPermission permission)
          Determines whether the given principal has the given access permission over a given type in a given domain and state.
 boolean StandardAccessControlManager.hasAccess(WTPrincipal user, String type_id, AdminDomainRef domain_ref, State state, String permission)
          Deprecated.  
 boolean AccessControlManagerFwd.hasAccess(WTPrincipal user, String type_id, AdminDomainRef domain_ref, State state, AccessPermission permission)
          Determines whether the given principal has the given access permission over a given type in a given domain and state.
 boolean AccessControlManagerFwd.hasAccess(WTPrincipal user, String type_id, AdminDomainRef domain_ref, State state, String permission)
          Deprecated.  
 boolean AccessControlManager.hasAccess(WTPrincipal user, String type_id, AdminDomainRef domain_ref, State state, AccessPermission permission)
          Determines whether the given principal has the given access permission over a given type in a given domain and state.
 boolean AccessControlManager.hasAccess(WTPrincipal user, String type_id, AdminDomainRef domain_ref, State state, String permission)
          Deprecated.  
 boolean StandardAccessControlManager.hasAccess(WTPrincipal user, String type_id, AdminDomainRef domain_ref, State state, AccessPermission permission)
          Determines whether the given principal has the given access permission over a given type in a given domain and state.
 boolean StandardAccessControlManager.hasAccess(WTPrincipal user, String type_id, AdminDomainRef domain_ref, State state, String permission)
          Deprecated.  
 boolean AccessControlManagerFwd.hasAccess(WTPrincipal user, String type_id, AdminDomainRef domain_ref, State state, AccessPermission permission)
          Determines whether the given principal has the given access permission over a given type in a given domain and state.
 boolean AccessControlManagerFwd.hasAccess(WTPrincipal user, String type_id, AdminDomainRef domain_ref, State state, String permission)
          Deprecated.  
 boolean AccessControlManager.hasAccess(WTPrincipal user, String type_id, AdminDomainRef domain_ref, State state, AccessPermission permission)
          Determines whether the given principal has the given access permission over a given type in a given domain and state.
 boolean AccessControlManager.hasAccess(WTPrincipal user, String type_id, AdminDomainRef domain_ref, State state, String permission)
          Deprecated.  
 

Uses of State in wt.clients.filevault
 

Fields in wt.clients.filevault declared as State
private  State FraFvRule.myState
           
 

Methods in wt.clients.filevault with parameters of type State
static Vector fv.getRemotePolicyItems(String myDomain, String myClass, State myState)
          Get a list of Remote vault policy items
static Vector fv.getPolicyItems(String myDomain, String myClass, State myState)
          Get a list of file vault policy items Galen, you may want to change this function or add a new function similar to this one.
private static fv.SelectorInfo fv.createSelector(String myDomain, String myClass, State myState)
          Utility class to generate a selector.
(package private)  void FraFvRule.populateStates(State myState)
           
 

Constructors in wt.clients.filevault with parameters of type State
FraFvRule(Applet parentApplet, Container myParent, FvMountInfoMaster master, String title, int ruleCode, String myDomain, HelpSystem helpSystem, String myClass, State myState, String myFileVault, String mySite, FvPolicyRule myRule)
           
 

Uses of State in wt.clients.lifecycle
 

Methods in wt.clients.lifecycle that return State
static State LifeCycleTaskLogic.getLifeCycleState(LifeCycleManaged lc_object)
          Method getLifeCycleState returns the the life cycle State which the given object is currently in.
 

Uses of State in wt.clients.lifecycle.administrator
 

Methods in wt.clients.lifecycle.administrator that return State
 State CPhaseTemplate.getState(String state_name)
           
 

Uses of State in wt.clients.prodmgmt
 

Fields in wt.clients.prodmgmt declared as State
private  State ConfigSpecItem.state
           
 

Methods in wt.clients.prodmgmt that return State
static State[] PartHelper.getStates()
          Returns all available valid life cycle State objects.
protected  State ConfigSpecPanel.getState()
          Get the state from the choice list.
 State ConfigSpecItem.getState()
          Return the State specified in the LifeCycleQualification
 

Methods in wt.clients.prodmgmt with parameters of type State
static WTPartConfigSpec PartHelper.newConfigSpec(boolean checkedOut, State newState, View newView)
          Create a ConfigSpec based on the specified state, new, and checkout qualification.
 void ConfigSpecItem.setState(State a_state)
          Set the State specified in the LifeCycleQualification
 

Uses of State in wt.clients.replication.unit
 

Fields in wt.clients.replication.unit declared as State
private  State ConfigSpecItem.state
           
 

Methods in wt.clients.replication.unit that return State
static State[] UnitHelper.getStates()
          Gets the all the possible States.
static State[] PartHelper.getStates()
          Gets the all the possible States.
protected  State ConfigSpecPanel.getState()
          Get the state from the choice list.
 State ConfigSpecItem.getState()
          Return the State specified in the LifeCycleQualification
 

Methods in wt.clients.replication.unit with parameters of type State
static WTPartConfigSpec PartHelper.newConfigSpec(boolean checkedOut, State newState, View newView)
          Create a ConfigSpec based on the specified state, new, and checkout qualification.
 void ConfigSpecItem.setState(State a_state)
          Set the State specified in the LifeCycleQualification
 

Uses of State in wt.clients.workflow.definer
 

Methods in wt.clients.workflow.definer that return State
 State WfSetState.getState(String state_name)
           
 

Uses of State in wt.dataops.containermove
 

Methods in wt.dataops.containermove with parameters of type State
private  int StandardContainerMoveService.checkDestFolderAccess(WTPrincipal currentUser, Class typeClass, AdminDomainRef domRef, LifeCycleTemplateReference tempRef, State lcState)
           
 

Uses of State in wt.doc
 

Methods in wt.doc that return State
 State WTDocumentStandardConfigSpec.getLifeCycleState()
          Gets the value of the attribute: LIFE_CYCLE_STATE.
 State SetDocConfigSpecDelegate.ConfigSpecHolder.getStandardState()
          Returns the Life Cycle State which is associated with the standard configuration specification.
 

Methods in wt.doc with parameters of type State
static WTDocumentStandardConfigSpec WTDocumentStandardConfigSpec.newWTDocumentStandardConfigSpec(State lifeCycleState)
          Construct a WTDocumentStandardConfigSpec, setting the lifeCycleState to the passed-in values.
protected  void WTDocumentStandardConfigSpec.initialize(State lifeCycleState)
          Supports initialization, following construction of an instance.
static WTDocumentStandardConfigSpec WTDocumentStandardConfigSpec.newWTDocumentStandardConfigSpec(State lifeCycleState, boolean a_workingIncluded)
          Construct a WTDocumentStandardConfigSpec, setting the lifeCycleState and the workingIncluded to the passed-in values.
protected  void WTDocumentStandardConfigSpec.initialize(State lifeCycleState, boolean a_workingIncluded)
          Supports initialization, following construction of an instance.
 void WTDocumentStandardConfigSpec.setLifeCycleState(State lifeCycleState)
          Convenience setter for derived attribute.
 

Uses of State in wt.enterprise
 

Methods in wt.enterprise that return State
 State RevisionControlled.getLifeCycleState()
          Gets the value of the attribute: LIFE_CYCLE_STATE.
 State Managed.getLifeCycleState()
          Gets the value of the attribute: LIFE_CYCLE_STATE.
 State CabinetManaged.getLifeCycleState()
          Gets the value of the attribute: LIFE_CYCLE_STATE.
 

Uses of State in wt.lifecycle
 

Fields in wt.lifecycle declared as State
static State State.INWORK
          Static final constant

Supported API: true
static State State.UNDERREVIEW
          Static final constant

Supported API: true
static State State.RELEASED
          Static final constant

Supported API: true
static State State.DROPPED
          Static final constant

Supported API: false
private  State PhaseTemplate.phaseState
           
private  State LifeCycleState.state
           
private  State LifeCycleHistory.state
           
static State State.INWORK
          Static final constant

Supported API: true
static State State.UNDERREVIEW
          Static final constant

Supported API: true
static State State.RELEASED
          Static final constant

Supported API: true
static State State.DROPPED
          Static final constant

Supported API: false
private  State PhaseTemplate.phaseState
           
private  State LifeCycleState.state
           
private  State LifeCycleHistory.state
           
 

Methods in wt.lifecycle that return State
static State State.newState(int secretHandshake)
          Used by EnumeratedType for constructing instances of State, from a resource bundle.
static State State.toState(String internal_value)
          Returns the State instance for the internal_value argument.
static State State.getStateDefault()
          Returns the default value (instance) for the State set.
static State[] State.getStateSet()
          Returns a copy of the set of valid values (instances) for the State class.
 State[] StandardLifeCycleService.allStates()
          Deprecated. in R4.0. Use the appropriate call on the EnumeratedType object to get these values.
 State[] StandardLifeCycleService.selectableStates()
          Deprecated. in R4.0. Use the appropriate call on the EnumeratedType object to get these values.
 State StandardLifeCycleService.getSuccessorState(LifeCycleManaged lcmObject)
          This operation determines the current state of the object and returns the successor state for the object.
 State StandardLifeCycleService.getPredecessorState(LifeCycleManaged lcmObject)
          This operation determines the current state of the object and returns the predecessor state for the object.
private  State StandardLifeCycleService.getAssignedState(PhaseTemplate aPhaseTemplate)
           
 State PhaseTemplate.getPhaseState()
          Gets the value of the attribute: PHASE_STATE.
 State LifeCycleState.getState()
          Gets the value of the attribute: STATE.
 State[] LifeCycleServiceFwd.allStates()
          Deprecated. in R4.0. Use the appropriate call on the EnumeratedType object to get these values.
 State[] LifeCycleServiceFwd.selectableStates()
          Deprecated. in R4.0. Use the appropriate call on the EnumeratedType object to get these values.
 State LifeCycleServiceFwd.getSuccessorState(LifeCycleManaged lcmObject)
          This operation determines the current state of the object and returns the successor state for the object.
 State LifeCycleServiceFwd.getPredecessorState(LifeCycleManaged lcmObject)
          This operation determines the current state of the object and returns the predecessor state for the object.
 State[] LifeCycleService.allStates()
          Deprecated. in R4.0. Use the appropriate call on the EnumeratedType object to get these values.
 State[] LifeCycleService.selectableStates()
          Deprecated. in R4.0. Use the appropriate call on the EnumeratedType object to get these values.
 State LifeCycleService.getSuccessorState(LifeCycleManaged lcmObject)
          This operation determines the current state of the object and returns the successor state for the object.
 State LifeCycleService.getPredecessorState(LifeCycleManaged lcmObject)
          This operation determines the current state of the object and returns the predecessor state for the object.
 State LifeCycleManaged.getLifeCycleState()
          Gets the value of the attribute: LIFE_CYCLE_STATE.
 State LifeCycleHistory.getState()
          Gets the value of the attribute: STATE.
static State State.newState(int secretHandshake)
          Used by EnumeratedType for constructing instances of State, from a resource bundle.
static State State.toState(String internal_value)
          Returns the State instance for the internal_value argument.
static State State.getStateDefault()
          Returns the default value (instance) for the State set.
static State[] State.getStateSet()
          Returns a copy of the set of valid values (instances) for the State class.
 State[] StandardLifeCycleService.allStates()
          Deprecated. in R4.0. Use the appropriate call on the EnumeratedType object to get these values.
 State[] StandardLifeCycleService.selectableStates()
          Deprecated. in R4.0. Use the appropriate call on the EnumeratedType object to get these values.
 State StandardLifeCycleService.getSuccessorState(LifeCycleManaged lcmObject)
          This operation determines the current state of the object and returns the successor state for the object.
 State StandardLifeCycleService.getPredecessorState(LifeCycleManaged lcmObject)
          This operation determines the current state of the object and returns the predecessor state for the object.
private  State StandardLifeCycleService.getAssignedState(PhaseTemplate aPhaseTemplate)
           
 State PhaseTemplate.getPhaseState()
          Gets the value of the attribute: PHASE_STATE.
 State LifeCycleState.getState()
          Gets the value of the attribute: STATE.
 State[] LifeCycleServiceFwd.allStates()
          Deprecated. in R4.0. Use the appropriate call on the EnumeratedType object to get these values.
 State[] LifeCycleServiceFwd.selectableStates()
          Deprecated. in R4.0. Use the appropriate call on the EnumeratedType object to get these values.
 State LifeCycleServiceFwd.getSuccessorState(LifeCycleManaged lcmObject)
          This operation determines the current state of the object and returns the successor state for the object.
 State LifeCycleServiceFwd.getPredecessorState(LifeCycleManaged lcmObject)
          This operation determines the current state of the object and returns the predecessor state for the object.
 State[] LifeCycleService.allStates()
          Deprecated. in R4.0. Use the appropriate call on the EnumeratedType object to get these values.
 State[] LifeCycleService.selectableStates()
          Deprecated. in R4.0. Use the appropriate call on the EnumeratedType object to get these values.
 State LifeCycleService.getSuccessorState(LifeCycleManaged lcmObject)
          This operation determines the current state of the object and returns the successor state for the object.
 State LifeCycleService.getPredecessorState(LifeCycleManaged lcmObject)
          This operation determines the current state of the object and returns the predecessor state for the object.
 State LifeCycleManaged.getLifeCycleState()
          Gets the value of the attribute: LIFE_CYCLE_STATE.
 State LifeCycleHistory.getState()
          Gets the value of the attribute: STATE.
 

Methods in wt.lifecycle with parameters of type State
 boolean StandardLifeCycleService.isState(LifeCycleTemplate aLifeCycleTemplate, State aState)
          Given a particular LifeCycleTemplate and a State, answer whether or not the State is used in the LifeCycle

Supported API: true
 LifeCycleManaged StandardLifeCycleService.setLifeCycleState(LifeCycleManaged object, State state, boolean terminAssocRunningProcesses)
          Set the state of the Life Cycle Managed object and provide the option to terminate the associated workflows.
 LifeCycleManaged StandardLifeCycleService.setLifeCycleState(LifeCycleManaged object, State state)
          Set the state of the Life Cycle Managed object.
 WTList StandardLifeCycleService.reassign(WTList list, LifeCycleTemplateReference lctRef, WTContainerRef context, State state)
          Reassign the life cycle managed objects in a WTList to a new life cycle in a certain WTContainerRef.
 WTList StandardLifeCycleService.setLifeCycleState(WTList list, State state, boolean terminAssocRunningProcesses)
          Set the state of the Life Cycle Managed objects and provide the option to terminate the associated workflows.
 Set StandardLifeCycleService.navigate(LifeCycleTemplateReference lctRef, State state, Transition transition, boolean successor)
          Navigate the transition from the passed state using the passed transition.
 LifeCycleManaged StandardLifeCycleService.setLifeCycleState(LifeCycleManaged object, State state, boolean terminAssocRunningProcesses, Timestamp timestamp)
          Set the state of the Life Cycle Managed object.
 LifeCycleManaged StandardLifeCycleService.setState(LifeCycleManaged object, State aState)
          Transition the object to an different state.
 PhaseTemplate StandardLifeCycleService.validateSetState(LifeCycleManaged object, State aState)
          Used by setState, checks that the state the Workflow SetState robot is tying to set the object to is valid.
 WTObject StandardLifeCycleService.setState(WTObject object, State aState)
          Used to Validate the WTObject from the robot and pass onto setState.
 WTList StandardLifeCycleService.setState(WTList list, State aState)
          Transition the objects in the collection to a different state.
private  LifeCycleManaged StandardLifeCycleService.setState(LifeCycleManaged object, State aState, Timestamp timestamp)
           
private  LifeCycleState StandardLifeCycleService.setState(LifeCycleManaged object, LifeCycleTemplateReference lctRef, State aState, boolean atGate)
           
private  void StandardLifeCycleService.setStates(WTList list, LifeCycleTemplateReference lctRef, State aState, boolean preserveState, boolean atGate)
           
private  LifeCycleState StandardLifeCycleService.setState(LifeCycleManaged object, State aState, boolean atGate)
           
private  PhaseTemplate StandardLifeCycleService.validateState(LifeCycleManaged object, State aState)
           
private  WTKeyedMap StandardLifeCycleService.validateState(WTCollection collection, State aState, Map stateMap)
          This API validates the state of each object in the collection and puts it's nextPhaseTemplate in a map to return to the caller.
private  PhaseTemplate StandardLifeCycleService.stateSearch(LifeCycleTemplate aTemplate, State aState)
           
 void StandardLifeCycleService.validateReassign(WTCollection objects, LifeCycleTemplateReference lctRef, State state)
           
private  void StandardLifeCycleService.doReassign(WTList list, LifeCycleTemplateReference lctRef, WTContainerRef context_ref, State state, boolean preserveState)
           
private  WTKeyedMap StandardLifeCycleService.validateSetState(WTCollection collection, State aState, Map stateMap)
           
 void PhaseTemplate.setPhaseState(State a_PhaseState)
          Sets the value of the attribute: PHASE_STATE.
private  void PhaseTemplate.phaseStateValidate(State a_PhaseState)
           
static String LifeCycleTaskProcessor.buildUrl(LifeCycleManaged object, Role role, State state)
          Deprecated. Since R2
 void LifeCycleState.setState(State a_State)
          Sets the value of the attribute: STATE.
private  void LifeCycleState.stateValidate(State a_State)
           
 LifeCycleManaged LifeCycleServiceSvr.setState(LifeCycleManaged object, State aState)
          Transition the object to an different state.
 PhaseTemplate LifeCycleServiceSvr.validateSetState(LifeCycleManaged object, State aState)
          Used by setState, checks that the state the Workflow SetState robot is tying to set the object to is valid.
 WTObject LifeCycleServiceSvr.setState(WTObject object, State aState)
          Used to Validate the WTObject from the robot and pass onto setState.
 WTList LifeCycleServiceSvr.setState(WTList list, State aState)
          Transition the objects in the collection to a different state.
 boolean LifeCycleServiceFwd.isState(LifeCycleTemplate aLifeCycleTemplate, State aState)
          Given a particular LifeCycleTemplate and a State, answer whether or not the State is used in the LifeCycle

Supported API: false
 LifeCycleManaged LifeCycleServiceFwd.setLifeCycleState(LifeCycleManaged object, State state, boolean terminAssocRunningProcesses)
          Set the state of the Life Cycle Managed object and provide the option to terminate the associated workflows.
 LifeCycleManaged LifeCycleServiceFwd.setLifeCycleState(LifeCycleManaged object, State state)
          Set the state of the Life Cycle Managed object.
 WTList LifeCycleServiceFwd.reassign(WTList list, LifeCycleTemplateReference lctRef, WTContainerRef context, State state)
          Reassign the life cycle managed objects in a WTList to a new life cycle in a certain WTContainerRef.
 WTList LifeCycleServiceFwd.setLifeCycleState(WTList list, State state, boolean terminAssocRunningProcesses)
          Set the state of the Life Cycle Managed objects and provide the option to terminate the associated workflows.
 Set LifeCycleServiceFwd.navigate(LifeCycleTemplateReference lctRef, State state, Transition transition, boolean successor)
          Navigate the transition from the passed state using the passed transition.
 LifeCycleManaged LifeCycleServiceFwd.setLifeCycleState(LifeCycleManaged object, State state, boolean terminAssocRunningProcesses, Timestamp timestamp)
          Set the state of the Life Cycle Managed object.
 boolean LifeCycleService.isState(LifeCycleTemplate aLifeCycleTemplate, State aState)
          Given a particular LifeCycleTemplate and a State, answer whether or not the State is used in the LifeCycle

Supported API: true
 LifeCycleManaged LifeCycleService.setLifeCycleState(LifeCycleManaged object, State state, boolean terminAssocRunningProcesses)
          Set the state of the Life Cycle Managed object and provide the option to terminate the associated workflows.
 LifeCycleManaged LifeCycleService.setLifeCycleState(LifeCycleManaged object, State state)
          Set the state of the Life Cycle Managed object.
 WTList LifeCycleService.reassign(WTList list, LifeCycleTemplateReference lctRef, WTContainerRef context, State state)
          Reassign the life cycle managed objects in a WTList to a new life cycle in a certain WTContainerRef.
 WTList LifeCycleService.setLifeCycleState(WTList list, State state, boolean terminAssocRunningProcesses)
          Set the state of the Life Cycle Managed objects and provide the option to terminate the associated workflows.
 Set LifeCycleService.navigate(LifeCycleTemplateReference lctRef, State state, Transition transition, boolean successor)
          Navigate the transition from the passed state using the passed transition.
 LifeCycleManaged LifeCycleService.setLifeCycleState(LifeCycleManaged object, State state, boolean terminAssocRunningProcesses, Timestamp timestamp)
          Set the state of the Life Cycle Managed object.
static LifeCycleManaged LifeCycleServerHelper.setState(LifeCycleManaged object, State state)
          Set the State of the LifeCycleManaged object.
 void LifeCycleHistory.setState(State a_State)
          Sets the value of the attribute: STATE.
 boolean StandardLifeCycleService.isState(LifeCycleTemplate aLifeCycleTemplate, State aState)
          Given a particular LifeCycleTemplate and a State, answer whether or not the State is used in the LifeCycle

Supported API: true
 LifeCycleManaged StandardLifeCycleService.setLifeCycleState(LifeCycleManaged object, State state, boolean terminAssocRunningProcesses)
          Set the state of the Life Cycle Managed object and provide the option to terminate the associated workflows.
 LifeCycleManaged StandardLifeCycleService.setLifeCycleState(LifeCycleManaged object, State state)
          Set the state of the Life Cycle Managed object.
 WTList StandardLifeCycleService.reassign(WTList list, LifeCycleTemplateReference lctRef, WTContainerRef context, State state)
          Reassign the life cycle managed objects in a WTList to a new life cycle in a certain WTContainerRef.
 WTList StandardLifeCycleService.setLifeCycleState(WTList list, State state, boolean terminAssocRunningProcesses)
          Set the state of the Life Cycle Managed objects and provide the option to terminate the associated workflows.
 Set StandardLifeCycleService.navigate(LifeCycleTemplateReference lctRef, State state, Transition transition, boolean successor)
          Navigate the transition from the passed state using the passed transition.
 LifeCycleManaged StandardLifeCycleService.setLifeCycleState(LifeCycleManaged object, State state, boolean terminAssocRunningProcesses, Timestamp timestamp)
          Set the state of the Life Cycle Managed object.
 LifeCycleManaged StandardLifeCycleService.setState(LifeCycleManaged object, State aState)
          Transition the object to an different state.
 PhaseTemplate StandardLifeCycleService.validateSetState(LifeCycleManaged object, State aState)
          Used by setState, checks that the state the Workflow SetState robot is tying to set the object to is valid.
 WTObject StandardLifeCycleService.setState(WTObject object, State aState)
          Used to Validate the WTObject from the robot and pass onto setState.
 WTList StandardLifeCycleService.setState(WTList list, State aState)
          Transition the objects in the collection to a different state.
private  LifeCycleManaged StandardLifeCycleService.setState(LifeCycleManaged object, State aState, Timestamp timestamp)
           
private  LifeCycleState StandardLifeCycleService.setState(LifeCycleManaged object, LifeCycleTemplateReference lctRef, State aState, boolean atGate)
           
private  void StandardLifeCycleService.setStates(WTList list, LifeCycleTemplateReference lctRef, State aState, boolean preserveState, boolean atGate)
           
private  LifeCycleState StandardLifeCycleService.setState(LifeCycleManaged object, State aState, boolean atGate)
           
private  PhaseTemplate StandardLifeCycleService.validateState(LifeCycleManaged object, State aState)
           
private  WTKeyedMap StandardLifeCycleService.validateState(WTCollection collection, State aState, Map stateMap)
          This API validates the state of each object in the collection and puts it's nextPhaseTemplate in a map to return to the caller.
private  PhaseTemplate StandardLifeCycleService.stateSearch(LifeCycleTemplate aTemplate, State aState)
           
 void StandardLifeCycleService.validateReassign(WTCollection objects, LifeCycleTemplateReference lctRef, State state)
           
private  void StandardLifeCycleService.doReassign(WTList list, LifeCycleTemplateReference lctRef, WTContainerRef context_ref, State state, boolean preserveState)
           
private  WTKeyedMap StandardLifeCycleService.validateSetState(WTCollection collection, State aState, Map stateMap)
           
 void PhaseTemplate.setPhaseState(State a_PhaseState)
          Sets the value of the attribute: PHASE_STATE.
private  void PhaseTemplate.phaseStateValidate(State a_PhaseState)
           
static String LifeCycleTaskProcessor.buildUrl(LifeCycleManaged object, Role role, State state)
          Deprecated. Since R2
 void LifeCycleState.setState(State a_State)
          Sets the value of the attribute: STATE.
private  void LifeCycleState.stateValidate(State a_State)
           
 LifeCycleManaged LifeCycleServiceSvr.setState(LifeCycleManaged object, State aState)
          Transition the object to an different state.
 PhaseTemplate LifeCycleServiceSvr.validateSetState(LifeCycleManaged object, State aState)
          Used by setState, checks that the state the Workflow SetState robot is tying to set the object to is valid.
 WTObject LifeCycleServiceSvr.setState(WTObject object, State aState)
          Used to Validate the WTObject from the robot and pass onto setState.
 WTList LifeCycleServiceSvr.setState(WTList list, State aState)
          Transition the objects in the collection to a different state.
 boolean LifeCycleServiceFwd.isState(LifeCycleTemplate aLifeCycleTemplate, State aState)
          Given a particular LifeCycleTemplate and a State, answer whether or not the State is used in the LifeCycle

Supported API: false
 LifeCycleManaged LifeCycleServiceFwd.setLifeCycleState(LifeCycleManaged object, State state, boolean terminAssocRunningProcesses)
          Set the state of the Life Cycle Managed object and provide the option to terminate the associated workflows.
 LifeCycleManaged LifeCycleServiceFwd.setLifeCycleState(LifeCycleManaged object, State state)
          Set the state of the Life Cycle Managed object.
 WTList LifeCycleServiceFwd.reassign(WTList list, LifeCycleTemplateReference lctRef, WTContainerRef context, State state)
          Reassign the life cycle managed objects in a WTList to a new life cycle in a certain WTContainerRef.
 WTList LifeCycleServiceFwd.setLifeCycleState(WTList list, State state, boolean terminAssocRunningProcesses)
          Set the state of the Life Cycle Managed objects and provide the option to terminate the associated workflows.
 Set LifeCycleServiceFwd.navigate(LifeCycleTemplateReference lctRef, State state, Transition transition, boolean successor)
          Navigate the transition from the passed state using the passed transition.
 LifeCycleManaged LifeCycleServiceFwd.setLifeCycleState(LifeCycleManaged object, State state, boolean terminAssocRunningProcesses, Timestamp timestamp)
          Set the state of the Life Cycle Managed object.
 boolean LifeCycleService.isState(LifeCycleTemplate aLifeCycleTemplate, State aState)
          Given a particular LifeCycleTemplate and a State, answer whether or not the State is used in the LifeCycle

Supported API: true
 LifeCycleManaged LifeCycleService.setLifeCycleState(LifeCycleManaged object, State state, boolean terminAssocRunningProcesses)
          Set the state of the Life Cycle Managed object and provide the option to terminate the associated workflows.
 LifeCycleManaged LifeCycleService.setLifeCycleState(LifeCycleManaged object, State state)
          Set the state of the Life Cycle Managed object.
 WTList LifeCycleService.reassign(WTList list, LifeCycleTemplateReference lctRef, WTContainerRef context, State state)
          Reassign the life cycle managed objects in a WTList to a new life cycle in a certain WTContainerRef.
 WTList LifeCycleService.setLifeCycleState(WTList list, State state, boolean terminAssocRunningProcesses)
          Set the state of the Life Cycle Managed objects and provide the option to terminate the associated workflows.
 Set LifeCycleService.navigate(LifeCycleTemplateReference lctRef, State state, Transition transition, boolean successor)
          Navigate the transition from the passed state using the passed transition.
 LifeCycleManaged LifeCycleService.setLifeCycleState(LifeCycleManaged object, State state, boolean terminAssocRunningProcesses, Timestamp timestamp)
          Set the state of the Life Cycle Managed object.
static LifeCycleManaged LifeCycleServerHelper.setState(LifeCycleManaged object, State state)
          Set the State of the LifeCycleManaged object.
 void LifeCycleHistory.setState(State a_State)
          Sets the value of the attribute: STATE.
 

Uses of State in wt.maturity
 

Fields in wt.maturity declared as State
private  State PromotionTarget.createState
           
private  State PromotionNotice.maturityState
           
 

Methods in wt.maturity that return State
 State PromotionTarget.getCreateState()
          Gets the value of the attribute: CREATE_STATE.
 State PromotionNotice.getMaturityState()
          Gets the value of the attribute: MATURITY_STATE.
 

Methods in wt.maturity with parameters of type State
 void PromotionTarget.setCreateState(State a_CreateState)
          Sets the value of the attribute: CREATE_STATE.
 void PromotionNotice.setMaturityState(State a_MaturityState)
          Sets the value of the attribute: MATURITY_STATE.
static List MaturityHelper.getProcessesForTransition(WTContainerRef container, State state)
          Return all processes names for a given State.
 

Uses of State in wt.meeting.actionitem
 

Methods in wt.meeting.actionitem that return State
 State DiscreteActionItem.getLifeCycleState()
          Gets the value of the attribute: LIFE_CYCLE_STATE.
 

Uses of State in wt.part
 

Fields in wt.part declared as State
private  State WTPartStandardConfigSpec.lifeCycleState
           
 

Methods in wt.part that return State
 State WTProductInstance2.getLifeCycleState()
          Gets the value of the attribute: LIFE_CYCLE_STATE.
 State WTProductConfiguration.getLifeCycleState()
          Gets the value of the attribute: LIFE_CYCLE_STATE.
 State WTPartStandardConfigSpec.getLifeCycleState()
          Gets the value of the attribute: LIFE_CYCLE_STATE.
 

Methods in wt.part with parameters of type State
 void WTPartStandardConfigSpec.setLifeCycleState(State a_LifeCycleState)
          Sets the value of the attribute: LIFE_CYCLE_STATE.
static WTPartStandardConfigSpec WTPartStandardConfigSpec.newWTPartStandardConfigSpec(View view, State lifeCycleState)
          Construct a WTPartStandardConfigSpec, setting the view and lifeCycleState to the passed-in values.
protected  void WTPartStandardConfigSpec.initialize(View view, State lifeCycleState)
          Supports initialization, following construction of an instance.
 

Uses of State in wt.projmgmt.resource
 

Methods in wt.projmgmt.resource that return State
 State Deliverable.getState()
          Returns the lifecycle state of the object that is referred to by the information resource of the deliverable.
 

Methods in wt.projmgmt.resource with parameters of type State
 void Deliverable.setState(State state)
          Sets the lifecycle state of the object that is referred to by the information resource of the deliverable.
 

Uses of State in wt.replication.sender
 

Methods in wt.replication.sender that return State
 State UnitSendRecord.getLifeCycleState()
          Gets the value of the attribute: LIFE_CYCLE_STATE.
 

Uses of State in wt.vc.config
 

Fields in wt.vc.config declared as State
private  State LifeCycleConfigSpec.lifeCycleState
           
 

Methods in wt.vc.config that return State
 State SetConfigSpecDelegate.ConfigSpecHolder.getStandardState()
          Returns the Life Cycle State which is associated with the standard configuration specification.
 State LifeCycleConfigSpec.getLifeCycleState()
          Gets the value of the attribute: LIFE_CYCLE_STATE.
 

Methods in wt.vc.config with parameters of type State
 void LifeCycleConfigSpec.setLifeCycleState(State a_LifeCycleState)
          Sets the value of the attribute: LIFE_CYCLE_STATE.
static LifeCycleConfigSpec LifeCycleConfigSpec.newLifeCycleConfigSpec(State lifeCycleState)
          Constructs a new LifeCycleConfigSpec using the specified state.
protected  void LifeCycleConfigSpec.initialize(State lifeCycleState)
          Supports initialization, following construction of an instance.
 

Uses of State in wt.workflow.work
 

Fields in wt.workflow.work declared as State
 State NotificationMessageProcessor.myState
           
 

Constructors in wt.workflow.work with parameters of type State
NotificationMessageProcessor(LifeCycleManaged lcm, Role role, State state)
          Deprecated. Since R2