-
-
Uses of VWPartnerLinkDefinition in filenet.vw.api
Methods in filenet.vw.api that return VWPartnerLinkDefinition Modifier and Type Method and Description VWPartnerLinkDefinitionVWWorkflowDefinition. createPartnerLink(java.lang.String theName)Creates a new partner link in this workflow definition.VWPartnerLinkDefinitionVWWorkflowDefinition. 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.VWPartnerLinkDefinitionVWWorkflowDefinition. insertPartnerLink(VWPartnerLinkDefinition thePartnerLink)Inserts a partner link in this workflow definition.Methods in filenet.vw.api with parameters of type VWPartnerLinkDefinition Modifier and Type Method and Description VWPartnerLinkDefinitionVWWorkflowDefinition. insertPartnerLink(VWPartnerLinkDefinition thePartnerLink)Inserts a partner link in this workflow definition.voidVWWorkflowDefinition. setPartnerLinks(VWPartnerLinkDefinition[] ThePartnerLinks)Replaces or reorders the array of partner links for this workflow definition, without adding or deleting partner links.
-