|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CheckoutInfo | |
wt.enterprise | Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. |
wt.inf.template | |
wt.vc.wip | |
wt.workflow.definer |
Provides workflow classes responsible for the definition of
processes, activities, and the other objects that compose the workflow network. |
Uses of CheckoutInfo in wt.enterprise |
Fields in wt.enterprise declared as CheckoutInfo | |
private CheckoutInfo |
RevisionControlled.checkoutInfo
|
private CheckoutInfo |
IteratedFolderResident.checkoutInfo
|
Methods in wt.enterprise that return CheckoutInfo | |
CheckoutInfo |
RevisionControlled.getCheckoutInfo()
Gets the object for the association that plays role: CHECKOUT_INFO. |
CheckoutInfo |
IteratedFolderResident.getCheckoutInfo()
Gets the object for the association that plays role: CHECKOUT_INFO. |
Methods in wt.enterprise with parameters of type CheckoutInfo | |
void |
RevisionControlled.setCheckoutInfo(CheckoutInfo a_CheckoutInfo)
Sets the object for the association that plays role: CHECKOUT_INFO. |
void |
IteratedFolderResident.setCheckoutInfo(CheckoutInfo a_CheckoutInfo)
Sets the object for the association that plays role: CHECKOUT_INFO. |
Uses of CheckoutInfo in wt.inf.template |
Fields in wt.inf.template declared as CheckoutInfo | |
private CheckoutInfo |
DefaultWTContainerTemplate.checkoutInfo
|
Methods in wt.inf.template that return CheckoutInfo | |
CheckoutInfo |
DefaultWTContainerTemplate.getCheckoutInfo()
Gets the object for the association that plays role: CHECKOUT_INFO. |
Methods in wt.inf.template with parameters of type CheckoutInfo | |
void |
DefaultWTContainerTemplate.setCheckoutInfo(CheckoutInfo a_CheckoutInfo)
Sets the object for the association that plays role: CHECKOUT_INFO. |
Uses of CheckoutInfo in wt.vc.wip |
Methods in wt.vc.wip that return CheckoutInfo | |
CheckoutInfo |
Workable.getCheckoutInfo()
Gets the object for the association that plays role: CHECKOUT_INFO. |
static CheckoutInfo |
CheckoutInfo.newCheckoutInfo()
Default factory for the class. |
CheckoutInfo |
Workable.getCheckoutInfo()
Gets the object for the association that plays role: CHECKOUT_INFO. |
static CheckoutInfo |
CheckoutInfo.newCheckoutInfo()
Default factory for the class. |
Methods in wt.vc.wip with parameters of type CheckoutInfo | |
void |
Workable.setCheckoutInfo(CheckoutInfo a_CheckoutInfo)
Sets the object for the association that plays role: CHECKOUT_INFO. |
protected boolean |
CheckoutInfo.readVersion(CheckoutInfo thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
Workable.setCheckoutInfo(CheckoutInfo a_CheckoutInfo)
Sets the object for the association that plays role: CHECKOUT_INFO. |
protected boolean |
CheckoutInfo.readVersion(CheckoutInfo thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of CheckoutInfo in wt.workflow.definer |
Fields in wt.workflow.definer declared as CheckoutInfo | |
private CheckoutInfo |
WfProcessTemplate.checkoutInfo
|
Methods in wt.workflow.definer that return CheckoutInfo | |
CheckoutInfo |
WfProcessTemplate.getCheckoutInfo()
Gets the object for the association that plays role: CHECKOUT_INFO. |
Methods in wt.workflow.definer with parameters of type CheckoutInfo | |
void |
WfProcessTemplate.setCheckoutInfo(CheckoutInfo a_CheckoutInfo)
Sets the object for the association that plays role: CHECKOUT_INFO. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |