Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ObjectReference Constructor 

Constructor for

ObjectReference
.

public ObjectReference(
   int masterObjectID,
   int objectID,
   CollaborationObjectType objectType,
   string name,
   int ownerID
);

Parameters

masterObjectID
The ID of the owning object, e.g. the ID of a Collaboration document that has a link to a discussion.
objectID
The ID of the object linked to the Collaboration object, e.g. the ID of a discussion linked to a Collaboration document.
objectType
The type of the object linked to the Collaboration object, e.g. Discussion.
name
The name of the object linked to the Collaboration object, e.g. the name of the linked Discussion.
ownerID
The id of the owner of the object linked to the Collaboration object.

See Also

ObjectReference Class | Plumtree.Remote.PRC.Collaboration Namespace