Process API

Uses of Class
filenet.vw.api.VWMilestoneDefinition

Uses of VWMilestoneDefinition in filenet.vw.api
 

Methods in filenet.vw.api that return VWMilestoneDefinition
 VWMilestoneDefinition VWWorkflowDefinition.createMilestone(java.lang.String theName)
          Creates a new milestone in this workflow definition.
 VWMilestoneDefinition VWWorkflowDefinition.getMilestone(java.lang.String theName)
          Gets the definition of a milestone from this workflow definition.
 VWMilestoneDefinition[] VWProcess.getMilestoneDefinitions()
          Gets the milestone data for this workflow process.
 VWMilestoneDefinition[] VWWorkflowDefinition.getMilestones()
          Returns the milestones for this workflow definition.
 VWMilestoneDefinition VWWorkflowDefinition.insertMilestone(VWMilestoneDefinition theMilestone)
          Inserts a milestone in this workflow definition.
 

Methods in filenet.vw.api with parameters of type VWMilestoneDefinition
 VWMilestoneDefinition VWWorkflowDefinition.insertMilestone(VWMilestoneDefinition theMilestone)
          Inserts a milestone in this workflow definition.
 void VWWorkflowDefinition.setMilestones(VWMilestoneDefinition[] theMilestones)
          Replaces or reorders the array of milestones for this workflow definition, without adding or deleting milestones.
 


Process API

© Copyright IBM Corporation 2002, 2008. All rights reserved.