com.plumtree.remote.prc.collaboration
Interface IObjectReference


public interface IObjectReference

Object references are objects attached to another item, for example a discussion attached to a document. Different object can have different objects attached. For documents, it is tasklists or discussions; for discussions, it is for tasklists, it is documents and discussions; for discussions, it is task lists and documents; for blog entries it is documents, and for wiki pages it is documents and discussions.


Method Summary
 CollaborationObjectType getCollaborationObjectType()
          Returns the type of the object reference.
 int getMasterObjectID()
          Returns the id of the object that this reference is linked to.
 java.lang.String getName()
          Returns the name of the object reference.
 int getObjectID()
          Returns the id of the object reference.
 int getOwnerID()
          Returns the owner of the object reference.
 

Method Detail

getCollaborationObjectType

public CollaborationObjectType getCollaborationObjectType()
Returns the type of the object reference.

Returns:
the type of object reference For example, if a discussion was linked to a document, XPCollaborationType.DISCUSSION would be returned.

getMasterObjectID

public int getMasterObjectID()
Returns the id of the object that this reference is linked to.

Returns:
the id of the object that this reference is linked to For example, if a discussion was linked to a document, the id of the document would be returned.

getName

public java.lang.String getName()
Returns the name of the object reference.

Returns:
the name of the object reference For example, if a discussion was linked to a document, the name of the discussion would be returned.

getObjectID

public int getObjectID()
Returns the id of the object reference.

Returns:
the id of the object reference For example, if a discussion was linked to a document, the id of the discussion would be returned.

getOwnerID

public int getOwnerID()
Returns the owner of the object reference.

Returns:
the owner of the object reference For example, if a discussion was linked to a document, the id of the owner of the discussion would be returned.


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.