JiveObject Type

Super-class of other jive webservice objects. Contains the unique id of the object and its type.

Type Template

<...>
    <ID>xs:long</ID>
    <objectType>xs:int</objectType>
    <uuid>xs:string</uuid>
    <version>xs:int</version>
<...>

Note: Element descriptions are split into information that's relevant when you're creating an instance of this type and information relevant when you're receiving an instance of it. Occasionally these will differ.

Elements

Element Description
ID

Setting: Set the unique id of this object.

Getting: Retrieve the unique identifier for the jive object, or -1 if the object hasn't yet been added/inserted into the system.

objectType

Setting: Sets the object type of the jive object.

Getting: Return the object type of the jive object.

uuid No description.
version No description.