|
Process UI Toolkit API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--filenet.vw.toolkit.runtime.step.core.attachments.VWAttachmentHelper
This class provides attachment functionality.
Constructor Summary | |
VWAttachmentHelper(filenet.vw.toolkit.runtime.step.core.attachments.VWAttachment vwAttachment)
Constructor |
Method Summary | |
boolean |
canCancelCheckout()
Return true if the check out can be canceled |
void |
cancelCheckout()
Cancel the document check out |
boolean |
canCheckin()
Return true if the item can be checked in |
boolean |
canCheckout()
Return true if the item can be checked out |
boolean |
canOpen()
Return true if the item can be opened |
boolean |
canView()
Return true if the item can be viewed |
void |
checkin()
Check in the document |
void |
checkout()
Check out the document |
void |
checkoutAndOpen()
Check out and open the document |
protected boolean |
hasNameChanged()
Return true if the name of the item referenced by the attachment has changed (this is not the same as a reassign) |
boolean |
isCheckedOut()
Gets the checked out status of the item |
boolean |
isDocument()
Return true if the attachment is a document |
boolean |
isISItem()
Return true if the attachment is an IS item |
void |
open()
Open the attached item |
void |
showPropertiesDialog()
Display the property window |
void |
showVersionListWindow()
Display the version list window |
void |
updateCheckoutStatus()
Updates the IDM checkout status of the item |
void |
view()
Display the document in the configured viewer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VWAttachmentHelper(filenet.vw.toolkit.runtime.step.core.attachments.VWAttachment vwAttachment)
vwAttachment
- Method Detail |
public boolean canView() throws java.lang.Exception
java.lang.Exception
- public boolean canOpen() throws java.lang.Exception
java.lang.Exception
- public boolean canCheckin() throws java.lang.Exception
java.lang.Exception
- public boolean canCheckout() throws java.lang.Exception
java.lang.Exception
- public boolean canCancelCheckout() throws java.lang.Exception
java.lang.Exception
- public boolean isDocument() throws java.lang.Exception
java.lang.Exception
- public boolean isISItem() throws java.lang.Exception
java.lang.Exception
- public boolean isCheckedOut() throws java.lang.Exception
java.lang.Exception
- public void updateCheckoutStatus() throws java.lang.Exception
public void view() throws java.lang.Exception
java.lang.Exception
- public void open() throws java.lang.Exception
java.lang.Exception
- public void checkout() throws java.lang.Exception
java.lang.Exception
- public void checkoutAndOpen() throws java.lang.Exception
java.lang.Exception
- public void checkin() throws java.lang.Exception
java.lang.Exception
- public void cancelCheckout() throws java.lang.Exception
java.lang.Exception
- public void showVersionListWindow() throws java.lang.Exception
java.lang.Exception
- public void showPropertiesDialog() throws java.lang.Exception
java.lang.Exception
- protected boolean hasNameChanged() throws java.lang.Exception
java.lang.Exception
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |