Windchill Client Architecture Common Components
Tag addServiceArgument


Helper tag that adds method arguments to ServiceModelCommand-based method calls. The tag can either be nested within a GetModel tag, or alternatively the command instance can be passed explicitly to the tag


Tag Information
Tag Classcom.ptc.core.components.tags.components.AddServiceArgumentTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
targetfalsetruecom.ptc.core.components.command.ServiceModelCommandThe ServiceModelCommand to add the argument to. If this isn't specified, then the tag must be nested with a GetModel tag
typefalsetruejava.lang.StringThe class of the method argument. If this isn't specified, then the class of the argument value is used instead.
converterTypefalsetruejava.lang.StringThe class used to lookup a converter for this argument. If this isn't specified, then the type argument is used instead. For example, your method accepts a TypeIdentifier, but you wish to use the generic converter register for the Identifier class.
valuetruetruejava.lang.ObjectThe value of the method argument.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.