Process API

Uses of Class
filenet.vw.api.VWPartnerLinkDefinition

Uses of VWPartnerLinkDefinition in filenet.vw.api
 

Methods in filenet.vw.api that return VWPartnerLinkDefinition
 VWPartnerLinkDefinition VWWorkflowDefinition.createPartnerLink(java.lang.String theName)
          Creates a new partner link in this workflow definition.
 VWPartnerLinkDefinition VWWorkflowDefinition.getPartnerLink(java.lang.String theName)
          Gets the definition of a partner link from this workflow definition.
 VWPartnerLinkDefinition[] VWWorkflowDefinition.getPartnerLinks()
          Retrieves all of the partner links for this workflow definition.
 VWPartnerLinkDefinition VWWorkflowDefinition.insertPartnerLink(VWPartnerLinkDefinition thePartnerLink)
          Inserts a partner link in this workflow definition.
 

Methods in filenet.vw.api with parameters of type VWPartnerLinkDefinition
 VWPartnerLinkDefinition VWWorkflowDefinition.insertPartnerLink(VWPartnerLinkDefinition thePartnerLink)
          Inserts a partner link in this workflow definition.
 void VWWorkflowDefinition.setPartnerLinks(VWPartnerLinkDefinition[] ThePartnerLinks)
          Replaces or reorders the array of partner links for this workflow definition, without adding or deleting partner links.
 


Process API

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