VWAttachmentTrackingQuery |
VWSession.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)
|
VWRosterElement[] |
VWSession.fetchAttachmentIsReferencedBy(VWAttachment anAttachment,
int theLimit)
|
void |
VWAttachmentTrackingQuery.setAttachment(VWAttachment thisAttachment)
Changes the VWAttachment object associated with this VWAttachmentTrackingQuery object
and resets the current attachment tracking query.
|