|
Process API | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VWAttachment in filenet.vw.api |
---|
Methods in filenet.vw.api that return VWAttachment | |
---|---|
VWAttachment |
VWAttachmentTrackingQuery.getAttachment()
Returns the VWAttachment object associated with this active VWAttachmentTrackingQuery object. |
Methods in filenet.vw.api with parameters of type VWAttachment | |
---|---|
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)
Deprecated. Replaced by createAttachmentTrackingQuery |
VWRosterElement[] |
VWSession.fetchAttachmentIsReferencedBy(VWAttachment anAttachment,
int theLimit)
Deprecated. Replaced by VWSession.createAttachmentTrackingQuery(VWAttachment) |
void |
VWAttachmentTrackingQuery.setAttachment(VWAttachment thisAttachment)
Changes the VWAttachment object associated with this VWAttachmentTrackingQuery object and resets the current attachment tracking query. |
|
Process API | ||||||||
PREV NEXT | FRAMES NO FRAMES |