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

 

asset:checkout

Checks out a revision tracked asset for editing.

Syntax

Parameters

type (required)
Input. The asset type of the asset to check out.

objectid (required)
Input. The asset id of the asset to check out

Description

This tag checks out an existing asset for edit. Other users will be prevented from checking out the asset until it is checked back in.

Error Numbers

The possible values of errno include:

Value
Description
-10004
A required parameter is missing.
-10006
The asset id is not valid.
-10011
Asset table is not revision tracked.
-10013
Asset is checked out by another user.
-10014
Asset is already checked out
-10015
Unable to check out specified object.

Example

This checks out an asset for edit.

See Also

asset:checkin
asset:load
asset:track
asset:rollback
asset:undocheckout

  Home > Contents > Index >

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