Home > Contents > Index > 
OBJECT.CHECKOUT
Checks out an object.
Syntax
<OBJECT.CHECKOUT CLASS="some class" OBJECTTYPE="some object type" OBJECTID="some object id" [OBJECTVERSION="some object version"]/>Parameters
CLASS (required)- Specifies the full name of the implementing class.
OBJECTTYPE (required)- Type of object to be checked out.
OBJECTID (required)- Sites ID of the object to be checked out.
OBJECTVERSION (optional)- Version of the object to be checked out.
Description
This tag checks out an existing object in the revision tracking system.
Error Numbers
The possible values of
errnoinclude:
Example
The following example checks out an object called
samplefrom the revision tracking system.<OBJECT.CHECKOUT
CLASS="com.openmarket.framework.objects.AbstractObject" OBJECTTYPE"sample" OBJECTID="Variables.id"/>See Also
Home > Contents > Index > 
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.