Home > Contents > Index >
Template Tag TOC  |   Alpha TOC  |   Tag Family TOC  |   Purpose TOC  |   Annotated TOC  |   Index 

 

ASSET.CHECKIN

Checks in a revision tracked asset.

Syntax

Parameters

NAME (required)
Input. Name of the loaded asset. (See ASSET.LOAD .)

ANNOTATION (optional)
Input. Specifies an annotation that is associated with the checkin.

CHECKOUT (optional)
Input. Specifies whether to leave the asset checked out. The default is false and does not leave the asset checked out.

FLUSH (optional)
Input. Specifies that upon success, the object should be flushed from the object pool. A true value indicates that object should be flushed. The default is value if false.

Description

This tag checks in a previously checked out asset.

Error Numbers

The possible values of errno include:

Value
Description
-10004
A required parameter is missing.
-10005
The requested object is not in the object pool (is not loaded into
memory).
-10012
Object is not checked out.
-10016
Unable to check in specified object.

Example

This checks in an asset.

See Also

ASSET.CHECKOUT
ASSET.LOAD
ASSET.TRACK
ASSET.ROLLBACK
ASSET.UNDOCHECKOUT

  Home > Contents > Index >

Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.