|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollaborationObject | |
---|---|
com.ibm.pim.collaboration | |
com.ibm.pim.hierarchy.category |
Uses of CollaborationObject in com.ibm.pim.collaboration |
---|
Subinterfaces of CollaborationObject in com.ibm.pim.collaboration | |
---|---|
interface |
CollaborationCategory
The JAVA API interface CollaborationCategory represents a
category object that has been checked out to a collaboration area and
collaborated upon. |
interface |
CollaborationItem
The JAVA API interface CollaborationItem represents an item object that has been checked out to a collaboration area and collaborated upon. |
Methods in com.ibm.pim.collaboration that return types with arguments of type CollaborationObject | |
---|---|
PIMCollection<CollaborationObject> |
CollaborationStep.getContents()
Returns all the collaboration objects in this collaboration step. |
PIMCollection<CollaborationObject> |
CollaborationStep.getContents(Selection selection)
Returns the collaboration objects in this collaboration step that are related to the given selection. |
PIMCollection<CollaborationObject> |
CollaborationStep.getContentsByAttributeValue(AttributeDefinition attributeDefinition,
java.lang.Object attributeValue)
Returns all the collaboration objects in this step whose attribute at the specified attribute definition contains the specified attribute value. |
PIMCollection<CollaborationObject> |
CollaborationStep.getContentsByAttributeValue(java.lang.String attributeDefinitionPath,
java.lang.Object attributeValue)
Returns all the collaboration objects in this step whose attribute at the specified path contains the specified attribute value. |
java.util.Collection<CollaborationObject> |
CollaborationStep.getReservedObjects()
Returns all collaboration objects in this collaboration step that are reserved. |
java.util.Collection<CollaborationObject> |
CollaborationStep.getReservedObjects(Performer performer)
Returns all collaboration objects in this collaboration step that are reserved by the specified performer |
java.util.Collection<CollaborationObject> |
CollaborationStep.getReservedObjectsForCurrentUser()
Returns all collaboration objects in this collaboration step that are reserved by the current user. |
Methods in com.ibm.pim.collaboration with parameters of type CollaborationObject | |
---|---|
ExitValue |
CollaborationStepTransitionConfiguration.getExitValue(CollaborationObject object)
Gets the current exit value for the specified collaboration object. |
java.util.Date |
CollaborationStep.getTimeout(CollaborationObject object)
Returns the moment in time at which the specified collaboration object will timeout for this step. |
User |
CollaborationStep.getUserWhoReserved(CollaborationObject reservedObject)
Returns the user to whom the specified collaboration object is reserved. |
boolean |
CollaborationStep.release(CollaborationObject reservedObject)
Releases the lock on a collaboration object reserved in this step. |
boolean |
CollaborationStep.release(CollaborationObject reservedObject,
java.lang.String comment)
Releases the lock on a collaboration object reserved in this step, with a comment. |
void |
CollaborationStepTransitionConfiguration.removeFromTransition(CollaborationObject object)
Removes the specified collaboration object from this transition, causing it to stay in its origin step. |
void |
CollaborationStep.removeTimeout(CollaborationObject object)
Removes any existing timeout for the given collaboration object. |
boolean |
CollaborationStep.reserve(CollaborationObject object)
Acquires a lock to reserve a collaboration object in this step. |
boolean |
CollaborationStep.reserve(CollaborationObject object,
java.lang.String comment)
Acquires a lock to reserve a collaboration object in this step, with a comment. |
boolean |
CollaborationStep.reserve(CollaborationObject object,
java.lang.String comment,
User user)
Acquires a lock to reserve a collaboration object in this step, with a comment for a particular user. |
void |
CollaborationStepTransitionConfiguration.setExitValue(CollaborationObject object,
ExitValue newExitValue)
Sets a new exit value for the specified collaboration object. |
void |
CollaborationStep.setTimeout(CollaborationObject object,
java.util.Date timeout)
Sets the moment in time at which the specified collaboration object will timeout for this step. |
void |
CollaborationStep.setTimeout(CollaborationObject object,
int duration)
Sets the time period until the specified collaboration object will timeout for this step. |
Method parameters in com.ibm.pim.collaboration with type arguments of type CollaborationObject | |
---|---|
boolean |
CollaborationStep.release(java.util.Collection<CollaborationObject> reservedObjects)
Releases the lock on every collaboration object in the specified collection reserved in this step. |
boolean |
CollaborationStep.release(java.util.Collection<CollaborationObject> reservedObjects,
java.lang.String comment)
Releases the lock on every collaboration object in the specified collection reserved in this step, with a comment. |
boolean |
CollaborationStep.reserve(java.util.Collection<CollaborationObject> objects)
Acquires a lock on every collaboration object in the specified collection to reserve them all in this step. |
boolean |
CollaborationStep.reserve(java.util.Collection<CollaborationObject> objects,
java.lang.String comment)
Acquires a lock on every collaboration object in the specified collection to reserve them all in this step, with a comment. |
Uses of CollaborationObject in com.ibm.pim.hierarchy.category |
---|
Methods in com.ibm.pim.hierarchy.category that return CollaborationObject | |
---|---|
CollaborationObject |
Category.getCheckedOutCategory(CategoryCollaborationArea categoryCollaborationArea)
Returns the CollaborationObject in the CollaborationArea corresponding to the given Category |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |