Uses of Class
wt.lifecycle.PhaseTemplate

Packages that use PhaseTemplate
wt.clients.lifecycle.administrator   
wt.lifecycle
 
wt.team
 
 

Uses of PhaseTemplate in wt.clients.lifecycle.administrator
 

Fields in wt.clients.lifecycle.administrator declared as PhaseTemplate
private  PhaseTemplate CPhaseTemplate.phaseTemplate
           
 

Methods in wt.clients.lifecycle.administrator that return PhaseTemplate
protected  PhaseTemplate CPhaseTemplate.getSuccessorPhaseTemplate()
          Returns the success phase template to this phase template.
protected  PhaseTemplate CPhaseTemplate.getPhaseTemplate()
          Returns the phase template represented by this client phase template.
 

Methods in wt.clients.lifecycle.administrator with parameters of type PhaseTemplate
protected  void CPhaseTemplate.refresh(PhaseTemplate phase_template)
          Refreshes this CPhaseTemplate to it's database state.
 

Constructors in wt.clients.lifecycle.administrator with parameters of type PhaseTemplate
CPhaseTemplate(CLifeCycleTemplate clife_cycle_entry, PhaseTemplate phase)
          Creates a new client phase template given a client life cycle template and a phase template.
 

Uses of PhaseTemplate in wt.lifecycle
 

Methods in wt.lifecycle that return PhaseTemplate
 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.
 PhaseTemplate StandardLifeCycleService.validateSetState(LifeCycleManaged object, int aStateOrdinal)
          Used by setState, checks that the state the Workflow SetState robot is tying to set the object to is valid.
protected  PhaseTemplate StandardLifeCycleService.copyPhaseTemplateAndRelatedObjects(PhaseTemplate originalPt, PhaseTemplate prevWorkingPt, LifeCycleTemplate workingLct)
          For each PhaseTemplate found, copy that object and all related objects.
private  PhaseTemplate StandardLifeCycleService.getInitialPhase(LifeCycleManaged object)
           
private  PhaseTemplate StandardLifeCycleService.getInitialPhase(LifeCycleTemplate template)
           
private  PhaseTemplate StandardLifeCycleService.getPhaseTemplate(LifeCycleManaged object)
           
private  PhaseTemplate StandardLifeCycleService.getPhaseTemplate(AdHocAclSpec ahas)
           
private  PhaseTemplate StandardLifeCycleService.getPhaseTemplate(Criterion criterion)
           
private  PhaseTemplate StandardLifeCycleService.getSuccessorPhase(PhaseTemplate current)
          Answer the next phase in the Life Cycle.
private  PhaseTemplate StandardLifeCycleService.getPredecessorPhase(PhaseTemplate current)
          Answer the next phase in the Life Cycle or null if current is the initial phase (no predecessor).
private  PhaseTemplate StandardLifeCycleService.validateState(LifeCycleManaged object, State aState)
           
private  PhaseTemplate StandardLifeCycleService.validateState(LifeCycleManaged object, int aStateOrdinal)
           
private  PhaseTemplate StandardLifeCycleService.stateSearch(LifeCycleTemplate aTemplate, State aState)
           
 PhaseTemplate PhaseWorkflow.getPhaseTemplate()
          Gets the object for the association that plays role: PHASE_TEMPLATE_ROLE.
static PhaseTemplate PhaseTemplate.newPhaseTemplate()
          Default factory for the class.
 PhaseTemplate PhaseSuccession.getPredecessor()
          Gets the object for the association that plays role: PREDECESSOR_ROLE.
 PhaseTemplate PhaseSuccession.getSuccessor()
          Gets the object for the association that plays role: SUCCESSOR_ROLE.
 PhaseTemplate PhaseLink.getPhase()
          Gets the object for the association that plays role: PHASE_ROLE.
 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.
 PhaseTemplate LifeCycleServiceSvr.validateSetState(LifeCycleManaged object, int aStateOrdinal)
          Used by setState, checks that the state the Workflow SetState robot is tying to set the object to is valid.
private static PhaseTemplate LifeCycleExportImportHandler.getInitialPhase(LifeCycleManaged object)
           
private static PhaseTemplate LifeCycleExportImportHandler.getInitialPhase(LifeCycleTemplate aLCT)
           
private static PhaseTemplate LifeCycleExportImportHandler.getSuccessorPhase(PhaseTemplate current)
           
 PhaseTemplate GateWorkflow.getPhaseTemplate()
          Gets the object for the association that plays role: PHASE_TEMPLATE_ROLE.
 PhaseTemplate DefaultCriterion.getPhaseTemplate()
          Gets the object for the association that plays role: PHASE_TEMPLATE_ROLE.
 PhaseTemplate AdHocAclLink.getPhaseTemplate()
          Gets the object for the association that plays role: PHASE_TEMPLATE_ROLE.
 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.
 PhaseTemplate StandardLifeCycleService.validateSetState(LifeCycleManaged object, int aStateOrdinal)
          Used by setState, checks that the state the Workflow SetState robot is tying to set the object to is valid.
protected  PhaseTemplate StandardLifeCycleService.copyPhaseTemplateAndRelatedObjects(PhaseTemplate originalPt, PhaseTemplate prevWorkingPt, LifeCycleTemplate workingLct)
          For each PhaseTemplate found, copy that object and all related objects.
private  PhaseTemplate StandardLifeCycleService.getInitialPhase(LifeCycleManaged object)
           
private  PhaseTemplate StandardLifeCycleService.getInitialPhase(LifeCycleTemplate template)
           
private  PhaseTemplate StandardLifeCycleService.getPhaseTemplate(LifeCycleManaged object)
           
private  PhaseTemplate StandardLifeCycleService.getPhaseTemplate(AdHocAclSpec ahas)
           
private  PhaseTemplate StandardLifeCycleService.getPhaseTemplate(Criterion criterion)
           
private  PhaseTemplate StandardLifeCycleService.getSuccessorPhase(PhaseTemplate current)
          Answer the next phase in the Life Cycle.
private  PhaseTemplate StandardLifeCycleService.getPredecessorPhase(PhaseTemplate current)
          Answer the next phase in the Life Cycle or null if current is the initial phase (no predecessor).
private  PhaseTemplate StandardLifeCycleService.validateState(LifeCycleManaged object, State aState)
           
private  PhaseTemplate StandardLifeCycleService.validateState(LifeCycleManaged object, int aStateOrdinal)
           
private  PhaseTemplate StandardLifeCycleService.stateSearch(LifeCycleTemplate aTemplate, State aState)
           
 PhaseTemplate PhaseWorkflow.getPhaseTemplate()
          Gets the object for the association that plays role: PHASE_TEMPLATE_ROLE.
static PhaseTemplate PhaseTemplate.newPhaseTemplate()
          Default factory for the class.
 PhaseTemplate PhaseSuccession.getPredecessor()
          Gets the object for the association that plays role: PREDECESSOR_ROLE.
 PhaseTemplate PhaseSuccession.getSuccessor()
          Gets the object for the association that plays role: SUCCESSOR_ROLE.
 PhaseTemplate PhaseLink.getPhase()
          Gets the object for the association that plays role: PHASE_ROLE.
 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.
 PhaseTemplate LifeCycleServiceSvr.validateSetState(LifeCycleManaged object, int aStateOrdinal)
          Used by setState, checks that the state the Workflow SetState robot is tying to set the object to is valid.
private static PhaseTemplate LifeCycleExportImportHandler.getInitialPhase(LifeCycleManaged object)
           
private static PhaseTemplate LifeCycleExportImportHandler.getInitialPhase(LifeCycleTemplate aLCT)
           
private static PhaseTemplate LifeCycleExportImportHandler.getSuccessorPhase(PhaseTemplate current)
           
 PhaseTemplate GateWorkflow.getPhaseTemplate()
          Gets the object for the association that plays role: PHASE_TEMPLATE_ROLE.
 PhaseTemplate DefaultCriterion.getPhaseTemplate()
          Gets the object for the association that plays role: PHASE_TEMPLATE_ROLE.
 PhaseTemplate AdHocAclLink.getPhaseTemplate()
          Gets the object for the association that plays role: PHASE_TEMPLATE_ROLE.
 

Methods in wt.lifecycle with parameters of type PhaseTemplate
 LifeCycleManaged StandardLifeCycleService.doSetState(LifeCycleManaged object, PhaseTemplate aPhaseTemplate)
          Sets the state of the object.
protected  PhaseTemplate StandardLifeCycleService.copyPhaseTemplateAndRelatedObjects(PhaseTemplate originalPt, PhaseTemplate prevWorkingPt, LifeCycleTemplate workingLct)
          For each PhaseTemplate found, copy that object and all related objects.
private  void StandardLifeCycleService.cloneCriteria(Phase aPhase, PhaseTemplate aPhaseTemplate)
          Runtime Object Management *
private  Phase StandardLifeCycleService.createPhaseInstance(LifeCycleManaged object, PhaseTemplate aPhaseTemplate)
           
private  Vector StandardLifeCycleService.getPhaseCriteria(PhaseTemplate aPhaseTemplate)
           
private  LifeCycleManaged StandardLifeCycleService.doSetState(LifeCycleManaged object, PhaseTemplate aPhaseTemplate, Timestamp timestamp)
           
private  State StandardLifeCycleService.getAssignedState(PhaseTemplate aPhaseTemplate)
           
private  PhaseTemplate StandardLifeCycleService.getSuccessorPhase(PhaseTemplate current)
          Answer the next phase in the Life Cycle.
private  PhaseTemplate StandardLifeCycleService.getPredecessorPhase(PhaseTemplate current)
          Answer the next phase in the Life Cycle or null if current is the initial phase (no predecessor).
private  Phase StandardLifeCycleService.createPhase(LifeCycleManaged object, PhaseTemplate aPhaseTemplate)
           
private  LifeCycleManaged StandardLifeCycleService.doStateTransition(LifeCycleManaged object, PhaseTemplate nextPhaseTemplate, String historyEvent, WTContainerRef context_ref, Timestamp timestamp)
           
private  Phase StandardLifeCycleService.initiateGateWorkflow(PhaseTemplate aPhaseTemplate, Phase aPhase, LifeCycleManaged object)
           
private  Phase StandardLifeCycleService.initiatePhaseWorkflow(PhaseTemplate aPhaseTemplate, Phase aPhase, LifeCycleManaged object, WTContainerRef context_ref)
           
private  void StandardLifeCycleService.buildAdHocAcl(LifeCycleManaged object, PhaseTemplate pt)
           
private  AdHocAclSpec StandardLifeCycleService.getAdHocAclSpec(PhaseTemplate pt)
          Caching methods *
private  boolean StandardLifeCycleService.isInitialPhase(PhaseTemplate currentPT)
          Utilities *
private  LifeCycleTemplate StandardLifeCycleService.getLifeCycleTemplate(PhaseTemplate pt)
           
private static boolean StandardLifeCycleService.validatePhaseTemplateWorklfows(PhaseTemplate phaseTemplate, LifeCycleTemplate template)
           
 void PhaseWorkflow.setPhaseTemplate(PhaseTemplate thePhaseTemplate)
          Sets the object for the association that plays role: PHASE_TEMPLATE_ROLE.
static PhaseWorkflow PhaseWorkflow.newPhaseWorkflow(PhaseTemplate thePhaseTemplate, WfProcessDefinition phaseWorkflowId)
          Default factory for the class.
protected  boolean PhaseTemplate.readVersion(PhaseTemplate thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 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.setPredecessor(PhaseTemplate predecessor)
          Sets the object for the association that plays role: PREDECESSOR_ROLE.
 void PhaseSuccession.setSuccessor(PhaseTemplate successor)
          Sets the object for the association that plays role: SUCCESSOR_ROLE.
static PhaseSuccession PhaseSuccession.newPhaseSuccession(PhaseTemplate predecessor, PhaseTemplate successor)
          Default factory for the class.
 void PhaseLink.setPhase(PhaseTemplate phase)
          Sets the object for the association that plays role: PHASE_ROLE.
static PhaseLink PhaseLink.newPhaseLink(LifeCycleTemplate template, PhaseTemplate phase)
          Default factory for the class.
 LifeCycleManaged LifeCycleServiceSvr.doSetState(LifeCycleManaged object, PhaseTemplate aPhaseTemplate)
          Sets the state of the object.
static boolean LifeCycleHelper.isFinalPhase(PhaseTemplate aPhaseTemplate)
          Answers whether the PhaseTemplate is a final phase

Supported API: true
private static String LifeCycleExportImportHandler.stringPhaseTemplate(PhaseTemplate aTemplate)
           
private static String LifeCycleExportImportHandler.stringPhaseSuccessionBegin(LifeCycleTemplate lct, PhaseTemplate predecessorPhase, PhaseTemplate successorPhase, PhaseSuccession aSuccession)
           
private static PhaseTemplate LifeCycleExportImportHandler.getSuccessorPhase(PhaseTemplate current)
           
protected static void LifeCycleExportImportHandler.getAllSuccessors(LifeCycleTemplate lct, PhaseTemplate phaseTemplate, StringBuffer buf, StringBuffer successionBuf)
           
private static void LifeCycleDefinitionHandler.deletePhaseTemplate(PhaseTemplate pt)
          Process the deletion of a PhaseTemplate object.
private static void LifeCycleDefinitionHandler.validatePhaseTemplate(PhaseTemplate pt)
          Validate the PhaseTemplate object.
 void GateWorkflow.setPhaseTemplate(PhaseTemplate thePhaseTemplate)
          Sets the object for the association that plays role: PHASE_TEMPLATE_ROLE.
static GateWorkflow GateWorkflow.newGateWorkflow(PhaseTemplate thePhaseTemplate, WfProcessDefinition gateWorkflowId)
          Default factory for the class.
 void DefaultCriterion.setPhaseTemplate(PhaseTemplate thePhaseTemplate)
          Sets the object for the association that plays role: PHASE_TEMPLATE_ROLE.
static DefaultCriterion DefaultCriterion.newDefaultCriterion(PhaseTemplate thePhaseTemplate, Criterion criteria)
          Default factory for the class.
 void AdHocAclLink.setPhaseTemplate(PhaseTemplate thePhaseTemplate)
          Sets the object for the association that plays role: PHASE_TEMPLATE_ROLE.
static AdHocAclLink AdHocAclLink.newAdHocAclLink(PhaseTemplate thePhaseTemplate, AdHocAclSpec aclSpec)
          Default factory for the class.
 LifeCycleManaged StandardLifeCycleService.doSetState(LifeCycleManaged object, PhaseTemplate aPhaseTemplate)
          Sets the state of the object.
protected  PhaseTemplate StandardLifeCycleService.copyPhaseTemplateAndRelatedObjects(PhaseTemplate originalPt, PhaseTemplate prevWorkingPt, LifeCycleTemplate workingLct)
          For each PhaseTemplate found, copy that object and all related objects.
private  void StandardLifeCycleService.cloneCriteria(Phase aPhase, PhaseTemplate aPhaseTemplate)
          Runtime Object Management *
private  Phase StandardLifeCycleService.createPhaseInstance(LifeCycleManaged object, PhaseTemplate aPhaseTemplate)
           
private  Vector StandardLifeCycleService.getPhaseCriteria(PhaseTemplate aPhaseTemplate)
           
private  LifeCycleManaged StandardLifeCycleService.doSetState(LifeCycleManaged object, PhaseTemplate aPhaseTemplate, Timestamp timestamp)
           
private  State StandardLifeCycleService.getAssignedState(PhaseTemplate aPhaseTemplate)
           
private  PhaseTemplate StandardLifeCycleService.getSuccessorPhase(PhaseTemplate current)
          Answer the next phase in the Life Cycle.
private  PhaseTemplate StandardLifeCycleService.getPredecessorPhase(PhaseTemplate current)
          Answer the next phase in the Life Cycle or null if current is the initial phase (no predecessor).
private  Phase StandardLifeCycleService.createPhase(LifeCycleManaged object, PhaseTemplate aPhaseTemplate)
           
private  LifeCycleManaged StandardLifeCycleService.doStateTransition(LifeCycleManaged object, PhaseTemplate nextPhaseTemplate, String historyEvent, WTContainerRef context_ref, Timestamp timestamp)
           
private  Phase StandardLifeCycleService.initiateGateWorkflow(PhaseTemplate aPhaseTemplate, Phase aPhase, LifeCycleManaged object)
           
private  Phase StandardLifeCycleService.initiatePhaseWorkflow(PhaseTemplate aPhaseTemplate, Phase aPhase, LifeCycleManaged object, WTContainerRef context_ref)
           
private  void StandardLifeCycleService.buildAdHocAcl(LifeCycleManaged object, PhaseTemplate pt)
           
private  AdHocAclSpec StandardLifeCycleService.getAdHocAclSpec(PhaseTemplate pt)
          Caching methods *
private  boolean StandardLifeCycleService.isInitialPhase(PhaseTemplate currentPT)
          Utilities *
private  LifeCycleTemplate StandardLifeCycleService.getLifeCycleTemplate(PhaseTemplate pt)
           
private static boolean StandardLifeCycleService.validatePhaseTemplateWorklfows(PhaseTemplate phaseTemplate, LifeCycleTemplate template)
           
 void PhaseWorkflow.setPhaseTemplate(PhaseTemplate thePhaseTemplate)
          Sets the object for the association that plays role: PHASE_TEMPLATE_ROLE.
static PhaseWorkflow PhaseWorkflow.newPhaseWorkflow(PhaseTemplate thePhaseTemplate, WfProcessDefinition phaseWorkflowId)
          Default factory for the class.
protected  boolean PhaseTemplate.readVersion(PhaseTemplate thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 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.setPredecessor(PhaseTemplate predecessor)
          Sets the object for the association that plays role: PREDECESSOR_ROLE.
 void PhaseSuccession.setSuccessor(PhaseTemplate successor)
          Sets the object for the association that plays role: SUCCESSOR_ROLE.
static PhaseSuccession PhaseSuccession.newPhaseSuccession(PhaseTemplate predecessor, PhaseTemplate successor)
          Default factory for the class.
 void PhaseLink.setPhase(PhaseTemplate phase)
          Sets the object for the association that plays role: PHASE_ROLE.
static PhaseLink PhaseLink.newPhaseLink(LifeCycleTemplate template, PhaseTemplate phase)
          Default factory for the class.
 LifeCycleManaged LifeCycleServiceSvr.doSetState(LifeCycleManaged object, PhaseTemplate aPhaseTemplate)
          Sets the state of the object.
static boolean LifeCycleHelper.isFinalPhase(PhaseTemplate aPhaseTemplate)
          Answers whether the PhaseTemplate is a final phase

Supported API: true
private static String LifeCycleExportImportHandler.stringPhaseTemplate(PhaseTemplate aTemplate)
           
private static String LifeCycleExportImportHandler.stringPhaseSuccessionBegin(LifeCycleTemplate lct, PhaseTemplate predecessorPhase, PhaseTemplate successorPhase, PhaseSuccession aSuccession)
           
private static PhaseTemplate LifeCycleExportImportHandler.getSuccessorPhase(PhaseTemplate current)
           
protected static void LifeCycleExportImportHandler.getAllSuccessors(LifeCycleTemplate lct, PhaseTemplate phaseTemplate, StringBuffer buf, StringBuffer successionBuf)
           
private static void LifeCycleDefinitionHandler.deletePhaseTemplate(PhaseTemplate pt)
          Process the deletion of a PhaseTemplate object.
private static void LifeCycleDefinitionHandler.validatePhaseTemplate(PhaseTemplate pt)
          Validate the PhaseTemplate object.
 void GateWorkflow.setPhaseTemplate(PhaseTemplate thePhaseTemplate)
          Sets the object for the association that plays role: PHASE_TEMPLATE_ROLE.
static GateWorkflow GateWorkflow.newGateWorkflow(PhaseTemplate thePhaseTemplate, WfProcessDefinition gateWorkflowId)
          Default factory for the class.
 void DefaultCriterion.setPhaseTemplate(PhaseTemplate thePhaseTemplate)
          Sets the object for the association that plays role: PHASE_TEMPLATE_ROLE.
static DefaultCriterion DefaultCriterion.newDefaultCriterion(PhaseTemplate thePhaseTemplate, Criterion criteria)
          Default factory for the class.
 void AdHocAclLink.setPhaseTemplate(PhaseTemplate thePhaseTemplate)
          Sets the object for the association that plays role: PHASE_TEMPLATE_ROLE.
static AdHocAclLink AdHocAclLink.newAdHocAclLink(PhaseTemplate thePhaseTemplate, AdHocAclSpec aclSpec)
          Default factory for the class.
 

Uses of PhaseTemplate in wt.team
 

Methods in wt.team with parameters of type PhaseTemplate
 void TeamServiceFwd.addLCRoles(PhaseTemplate phaseTemplate, LifeCycleManaged object)
          Deprecated.  
 void TeamService.addLCRoles(PhaseTemplate phaseTemplate, LifeCycleManaged object)
          Deprecated.  
 void StandardTeamService.addLCRoles(PhaseTemplate phaseTemplate, LifeCycleManaged object)
          Deprecated.  
private  Map StandardTeamService.resolveAllTeamMembers(WTRoleHolder2 roleHolder, Team team, Persistable object, PhaseTemplate phaseTemplate)
           
private  void StandardTeamService.resolvePhaseTemplateRoles(Map map, TeamTemplate teamTemplate, Persistable object, PhaseTemplate phaseTemplate)
           
private  Vector StandardTeamService.resolveByAllPrincipals(Map map, Role role, PhaseTemplate phaseTemplate, Persistable object, TeamTemplate teamTemplate, Vector principals)
           
 void TeamServiceFwd.addLCRoles(PhaseTemplate phaseTemplate, LifeCycleManaged object)
          Deprecated.  
 void TeamService.addLCRoles(PhaseTemplate phaseTemplate, LifeCycleManaged object)
          Deprecated.  
 void StandardTeamService.addLCRoles(PhaseTemplate phaseTemplate, LifeCycleManaged object)
          Deprecated.  
private  Map StandardTeamService.resolveAllTeamMembers(WTRoleHolder2 roleHolder, Team team, Persistable object, PhaseTemplate phaseTemplate)
           
private  void StandardTeamService.resolvePhaseTemplateRoles(Map map, TeamTemplate teamTemplate, Persistable object, PhaseTemplate phaseTemplate)
           
private  Vector StandardTeamService.resolveByAllPrincipals(Map map, Role role, PhaseTemplate phaseTemplate, Persistable object, TeamTemplate teamTemplate, Vector principals)