Home > Contents > Index > 
Expanded TOC | Purpose TOC | Annotated TOC | Index 
AssetInspect
Creates a list with the asset's attributes and the specification for each attribute.
Syntax
assetInspect(java.lang.String authusername, java.lang.String authpassword, java.lang.String TYPE, java.lang.String SITEID, java.lang.String SUBTYPE)Parameters
authusername (required)- (String) Name of the user to log in, as registered in Sites .
authpassword(required)- (String) Password for the associated user name.
TYPE (required)- (String) The asset type of the asset that you want to retrieve from the database.
SITEID (optional)- (String) ID of the site (formerly publication).
SUBTYPE (optional)- (String) Asset subtype.
Description
The returned list has columns
NAMEandSPEC.Returns
IList.
Error Numbers
The possible values of
errnoinclude:
Example
This code inspects Product_C:
AssetService service = new AssetServiceLocator(); AssetPortType port = service.getassetPort(); IList myList = port.assetInspect("user_author", "demo", "Product_C", null, null);
Home > Contents > Index > 
Oracle Web Services Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.