com.ibm.portal.cp
Interface CollaborativeResource

All Known Subinterfaces:
ModifiableRating, ModifiableTag, Rating, Tag

public interface CollaborativeResource

Basic interface for collaborative resources, e. g. a tag or a rating are considered to be collaborative resources

Since:
7.0.0

Nested Class Summary
static class CollaborativeResource.Scope
          Deprecated. This will be removed soon without replacement.
 
Method Summary
 ObjectID getOwnerID()
          Returns the ObjectID of the owner of this node.
 ObjectID getResourceID()
          Returns the ObjectID of the resource this node is associated with.
 CollaborativeResource.Scope getScope()
          Returns the Scope of this resource.
 boolean isPrivate()
          Returns true if this collaborative resource is private for the owner only
 

Method Detail

getResourceID

ObjectID getResourceID()
Returns the ObjectID of the resource this node is associated with.

Returns:
The ObjectID of the resource this node is associated with.

getOwnerID

ObjectID getOwnerID()
Returns the ObjectID of the owner of this node.

Returns:
The code>ObjectID of the owner of this node.

isPrivate

boolean isPrivate()
Returns true if this collaborative resource is private for the owner only

Returns:
true if the collaborative resource is private, false otherwise.

getScope

CollaborativeResource.Scope getScope()
Returns the Scope of this resource.

Returns:
the Scope of this resource