|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CheckoutStatus | |
---|---|
com.ibm.pim.collaboration |
Uses of CheckoutStatus in com.ibm.pim.collaboration |
---|
Methods in com.ibm.pim.collaboration that return CheckoutStatus | |
---|---|
CheckoutStatus |
CategoryCollaborationArea.checkoutAndWaitForStatus(Category category)
Checks out the specified category to the collaboration area. |
CheckoutStatus |
CategoryCollaborationArea.checkoutAndWaitForStatus(Category category,
CollaborationStep checkoutStep)
Checks out the specified category to the collaboration area into the specified step. |
CheckoutStatus |
CategoryCollaborationArea.checkoutAndWaitForStatus(Category category,
CollaborationStep checkoutStep,
java.lang.String commentString)
Checks out the specified category to the collaboration area into the specified step. |
CheckoutStatus |
CategoryCollaborationArea.checkoutAndWaitForStatus(Category category,
java.lang.String commentString)
Checks out the specified category to the collaboration area. |
CheckoutStatus |
ItemCollaborationArea.checkoutAndWaitForStatus(Item item)
Schedule the concurrent checkout of the specified items to a collaboration area. |
CheckoutStatus |
ItemCollaborationArea.checkoutAndWaitForStatus(Item item,
CollaborationStep checkoutStep)
Schedule the concurrent checkout of the specified item to a collaboration area into a specified step. |
CheckoutStatus |
ItemCollaborationArea.checkoutAndWaitForStatus(Item item,
CollaborationStep checkoutStep,
java.lang.String comment)
Schedule the concurrent checkout of the specified items to a collaboration area into a specified step, with a comment. |
CheckoutStatus |
ItemCollaborationArea.checkoutAndWaitForStatus(Item item,
java.lang.String comment)
Schedule the concurrent checkout of the specified items to a collaboration area, with a comment. |
static CheckoutStatus |
CheckoutStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CheckoutStatus[] |
CheckoutStatus.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in com.ibm.pim.collaboration that return types with arguments of type CheckoutStatus | |
---|---|
java.util.Map<java.lang.String,CheckoutStatus> |
CategoryCollaborationArea.checkoutAndWaitForStatus(java.util.Collection<Category> categories)
Checks out the specified categories to the collaboration area. |
java.util.Map<java.lang.String,CheckoutStatus> |
CategoryCollaborationArea.checkoutAndWaitForStatus(java.util.Collection<Category> categories,
CollaborationStep checkoutStep)
Checks out the specified categories to the collaboration area into the specified step. |
java.util.Map<java.lang.String,CheckoutStatus> |
CategoryCollaborationArea.checkoutAndWaitForStatus(java.util.Collection<Category> categories,
CollaborationStep checkoutStep,
java.lang.String commentString)
Checks out the specified categories to the collaboration area into the specified step. |
java.util.Map<java.lang.String,CheckoutStatus> |
CategoryCollaborationArea.checkoutAndWaitForStatus(java.util.Collection<Category> categories,
java.lang.String commentString)
Checks out the specified categories to the collaboration area. |
java.util.Map<java.lang.String,CheckoutStatus> |
ItemCollaborationArea.checkoutAndWaitForStatus(java.util.Collection<Item> items)
Schedule the concurrent checkout of the specified items to the collaboration area. |
java.util.Map<java.lang.String,CheckoutStatus> |
ItemCollaborationArea.checkoutAndWaitForStatus(java.util.Collection<Item> items,
CollaborationStep checkoutStep)
Schedule the concurrent checkout of the specified items to the collaboration area into a specified step. |
java.util.Map<java.lang.String,CheckoutStatus> |
ItemCollaborationArea.checkoutAndWaitForStatus(java.util.Collection<Item> items,
CollaborationStep checkoutStep,
java.lang.String comment)
Schedule the concurrent checkout of the specified items to a collaboration area into a specified step, with a comment. |
java.util.Map<java.lang.String,CheckoutStatus> |
ItemCollaborationArea.checkoutAndWaitForStatus(java.util.Collection<Item> items,
java.lang.String comment)
Schedule the concurrent checkout of the specified items to the collaboration area, with a comment. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |