|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transition | |
wt.clients.lifecycle.administrator | |
wt.lifecycle |
Uses of Transition in wt.clients.lifecycle.administrator |
Fields in wt.clients.lifecycle.administrator declared as Transition | |
static Transition[] |
CPhaseSuccessionList.TRANSITIONS
|
Methods in wt.clients.lifecycle.administrator that return Transition | |
private static Transition[] |
CPhaseSuccessionList.getSelectableTransitions()
|
Methods in wt.clients.lifecycle.administrator with parameters of type Transition | |
int |
TransitionTable.getRowIndex(Transition t)
|
Uses of Transition in wt.lifecycle |
Fields in wt.lifecycle declared as Transition | |
static Transition |
Transition.PROMOTE
Static final constant Supported API: true |
static Transition |
Transition.CHANGE
Static final constant Supported API: true |
static Transition |
Transition.REVISE
Static final constant Supported API: true |
static Transition |
Transition.SET_STATE
Static final constant Supported API: true |
static Transition |
Transition.NEXT
Static final constant. |
static Transition |
Transition.LOCK
Static final constant. |
private Transition |
PhaseSuccession.name
|
static Transition |
Transition.PROMOTE
Static final constant Supported API: true |
static Transition |
Transition.CHANGE
Static final constant Supported API: true |
static Transition |
Transition.REVISE
Static final constant Supported API: true |
static Transition |
Transition.SET_STATE
Static final constant Supported API: true |
static Transition |
Transition.NEXT
Static final constant. |
static Transition |
Transition.LOCK
Static final constant. |
private Transition |
PhaseSuccession.name
|
Methods in wt.lifecycle that return Transition | |
static Transition |
Transition.newTransition(int secretHandshake)
Used by EnumeratedType for constructing instances of Transition, from a resource bundle. |
static Transition |
Transition.toTransition(String internal_value)
Returns the Transition instance for the internal_value argument. |
static Transition |
Transition.getTransitionDefault()
Returns the default value (instance) for the Transition set. |
static Transition[] |
Transition.getTransitionSet()
Returns a copy of the set of valid values (instances) for the Transition class. |
Transition |
PhaseSuccession.getName()
Gets the value of the attribute: NAME. |
static Transition |
Transition.newTransition(int secretHandshake)
Used by EnumeratedType for constructing instances of Transition, from a resource bundle. |
static Transition |
Transition.toTransition(String internal_value)
Returns the Transition instance for the internal_value argument. |
static Transition |
Transition.getTransitionDefault()
Returns the default value (instance) for the Transition set. |
static Transition[] |
Transition.getTransitionSet()
Returns a copy of the set of valid values (instances) for the Transition class. |
Transition |
PhaseSuccession.getName()
Gets the value of the attribute: NAME. |
Methods in wt.lifecycle with parameters of type Transition | |
Set |
StandardLifeCycleService.navigate(LifeCycleManaged lcmObject,
Transition name,
boolean successor)
Navigate the transition of the current state of the LifeCycleManagedObject using the passed transition. |
Set |
StandardLifeCycleService.navigate(LifeCycleTemplateReference lctRef,
State state,
Transition transition,
boolean successor)
Navigate the transition from the passed state using the passed transition. |
Map |
StandardLifeCycleService.navigate(WTCollection c,
Transition transition,
boolean successor)
Navigate the PhaseSuccessors for the Transition for all objects in the WTCollection. |
Map |
StandardLifeCycleService.navigate(WTKeyedMap c,
Transition transition,
boolean successor)
Navigates the PhaseTemplate->PhaseSuccession using param transition. |
Set |
StandardLifeCycleService.findTransitions(WTSet promotables,
Transition transition)
For a given Set of Promotables, return the intersection of common Transitions. |
boolean |
PhaseSuccessionContainer.add(PhaseTemplate template,
Transition name)
|
boolean |
PhaseSuccessionContainer.contains(PhaseTemplate template,
Transition name)
|
boolean |
PhaseSuccessionContainer.populate(PhaseTemplate template,
Transition name)
|
boolean |
PhaseSuccessionContainer.remove(PhaseTemplate template,
Transition name)
|
void |
PhaseSuccession.setName(Transition a_Name)
Sets the value of the attribute: NAME. |
private void |
PhaseSuccession.nameValidate(Transition a_Name)
|
Set |
LifeCycleServiceFwd.navigate(LifeCycleManaged lcmObject,
Transition name,
boolean successor)
Navigate the transition of the current state of the LifeCycleManagedObject using the passed transition. |
Set |
LifeCycleServiceFwd.navigate(LifeCycleTemplateReference lctRef,
State state,
Transition transition,
boolean successor)
Navigate the transition from the passed state using the passed transition. |
Map |
LifeCycleServiceFwd.navigate(WTCollection c,
Transition transition,
boolean successor)
Navigate the PhaseSuccessors for the Transition for all objects in the WTCollection. |
Map |
LifeCycleServiceFwd.navigate(WTKeyedMap c,
Transition transition,
boolean successor)
Navigates the PhaseTemplate->PhaseSuccession using param transition. |
Set |
LifeCycleServiceFwd.findTransitions(WTSet promotables,
Transition transition)
For a given Set of Promotables, return the intersection of common Transitions. |
Set |
LifeCycleService.navigate(LifeCycleManaged lcmObject,
Transition name,
boolean successor)
Navigate the transition of the current state of the LifeCycleManagedObject using the passed transition. |
Set |
LifeCycleService.navigate(LifeCycleTemplateReference lctRef,
State state,
Transition transition,
boolean successor)
Navigate the transition from the passed state using the passed transition. |
Map |
LifeCycleService.navigate(WTCollection c,
Transition transition,
boolean successor)
Navigate the PhaseSuccessors for the Transition for all objects in the WTCollection. |
Map |
LifeCycleService.navigate(WTKeyedMap c,
Transition transition,
boolean successor)
Navigates the PhaseTemplate->PhaseSuccession using param transition. |
Set |
LifeCycleService.findTransitions(WTSet promotables,
Transition transition)
For a given Set of Promotables, return the intersection of common Transitions. |
static boolean |
LifeCycleHelper.isDeterministic(Transition transition)
Returns true if the argrument transition is among those specified in the system configuration to be deterministic and false otherwise. |
Set |
StandardLifeCycleService.navigate(LifeCycleManaged lcmObject,
Transition name,
boolean successor)
Navigate the transition of the current state of the LifeCycleManagedObject using the passed transition. |
Set |
StandardLifeCycleService.navigate(LifeCycleTemplateReference lctRef,
State state,
Transition transition,
boolean successor)
Navigate the transition from the passed state using the passed transition. |
Map |
StandardLifeCycleService.navigate(WTCollection c,
Transition transition,
boolean successor)
Navigate the PhaseSuccessors for the Transition for all objects in the WTCollection. |
Map |
StandardLifeCycleService.navigate(WTKeyedMap c,
Transition transition,
boolean successor)
Navigates the PhaseTemplate->PhaseSuccession using param transition. |
Set |
StandardLifeCycleService.findTransitions(WTSet promotables,
Transition transition)
For a given Set of Promotables, return the intersection of common Transitions. |
boolean |
PhaseSuccessionContainer.add(PhaseTemplate template,
Transition name)
|
boolean |
PhaseSuccessionContainer.contains(PhaseTemplate template,
Transition name)
|
boolean |
PhaseSuccessionContainer.populate(PhaseTemplate template,
Transition name)
|
boolean |
PhaseSuccessionContainer.remove(PhaseTemplate template,
Transition name)
|
void |
PhaseSuccession.setName(Transition a_Name)
Sets the value of the attribute: NAME. |
private void |
PhaseSuccession.nameValidate(Transition a_Name)
|
Set |
LifeCycleServiceFwd.navigate(LifeCycleManaged lcmObject,
Transition name,
boolean successor)
Navigate the transition of the current state of the LifeCycleManagedObject using the passed transition. |
Set |
LifeCycleServiceFwd.navigate(LifeCycleTemplateReference lctRef,
State state,
Transition transition,
boolean successor)
Navigate the transition from the passed state using the passed transition. |
Map |
LifeCycleServiceFwd.navigate(WTCollection c,
Transition transition,
boolean successor)
Navigate the PhaseSuccessors for the Transition for all objects in the WTCollection. |
Map |
LifeCycleServiceFwd.navigate(WTKeyedMap c,
Transition transition,
boolean successor)
Navigates the PhaseTemplate->PhaseSuccession using param transition. |
Set |
LifeCycleServiceFwd.findTransitions(WTSet promotables,
Transition transition)
For a given Set of Promotables, return the intersection of common Transitions. |
Set |
LifeCycleService.navigate(LifeCycleManaged lcmObject,
Transition name,
boolean successor)
Navigate the transition of the current state of the LifeCycleManagedObject using the passed transition. |
Set |
LifeCycleService.navigate(LifeCycleTemplateReference lctRef,
State state,
Transition transition,
boolean successor)
Navigate the transition from the passed state using the passed transition. |
Map |
LifeCycleService.navigate(WTCollection c,
Transition transition,
boolean successor)
Navigate the PhaseSuccessors for the Transition for all objects in the WTCollection. |
Map |
LifeCycleService.navigate(WTKeyedMap c,
Transition transition,
boolean successor)
Navigates the PhaseTemplate->PhaseSuccession using param transition. |
Set |
LifeCycleService.findTransitions(WTSet promotables,
Transition transition)
For a given Set of Promotables, return the intersection of common Transitions. |
static boolean |
LifeCycleHelper.isDeterministic(Transition transition)
Returns true if the argrument transition is among those specified in the system configuration to be deterministic and false otherwise. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |