This is the base class for users to own resources. Many classes extend this class
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
owner | string | element | 0/1 | The owner (username) for the particular object. This value is set when the DAO saves the object based on the principal how made the call | |
timestamp | long | element | 0/1 | the timestamp |
Example
<o-----> <owner>user1</owner> <timestamp>...</timestamp> </o----->