-
-
Uses of VWAttachment in filenet.vw.api
Methods in filenet.vw.api that return VWAttachment Modifier and Type Method and Description VWAttachmentVWAttachmentTrackingQuery. getAttachment()Returns the VWAttachment object associated with this active VWAttachmentTrackingQuery object.Methods in filenet.vw.api with parameters of type VWAttachment Modifier and Type Method and Description VWAttachmentTrackingQueryVWSession. createAttachmentTrackingQuery(VWAttachment anAttachment)Creates a VWAttachmentTrackingQuery object that describes which running/active workflows are currently referencing a particular attachment.java.lang.Boolean[]VWSession. fetchAttachmentIsReferenced(VWAttachment[] theAttachments)Checks an array of attachment objects to see if an active workflow is referencing any of the attachment objects and returns a Boolean value for each attachment, true if the attachment is referenced by a currently running workflow; false otherwise.VWRosterElement[]VWSession. fetchAttachmentIsReferencedBy(VWAttachment anAttachment)Deprecated.Replaced bycreateAttachmentTrackingQueryVWRosterElement[]VWSession. fetchAttachmentIsReferencedBy(VWAttachment anAttachment, int theLimit)Deprecated.voidVWAttachmentTrackingQuery. setAttachment(VWAttachment thisAttachment)Changes the VWAttachment object associated with this VWAttachmentTrackingQuery object and resets the current attachment tracking query.
-