|
Options |
Name |
Purpose |
|
|
|
LOGICAL AppendArrayCharacterValue (character, character)
|
/** Appends a character value to an array (convenience)
@param character The option name
@param character the value */ Inherited from OpenEdge.Core.Util.ConfigBuilder
|
|
|
|
OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder Build (OperationArgument)
|
/** Returns an argument value writer for a argument
@param OperationArgument The operation for which to build the writer
@return ArgumentValueWriterBuilder The entity writer builder to use */ Inherited from OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder
|
|
|
|
OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder Build (Class)
|
/** Returns an argument value writer for a argument type.
@param P.L.Class The argument type for which to build the writer
@return ArgumentValueWriterBuilder The entity writer builder to use */ Inherited from OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder
|
|
|
|
OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder Build (Class, BuilderRegistry)
|
/** Returns an argument value writer for a argument type
@param P.L.Class The argument type for which to build the writer
@param BuilderRegistry The registry from which to find the writer
@return ArgumentValueWriterBuilder The entity writer builder to use */ Inherited from OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder
|
|
|
|
ClearOptions ()
|
/** Clears all options for this builder */ Inherited from OpenEdge.Core.Util.ConfigBuilder
|
|
|
|
LOGICAL FindConfigRecord (buffer, character)
|
/** Internal helper method to perform the find. This method attempts to find a record using
the input buffer.
@param buffer The buffer of the ConfigOption table.
@param character The config name
@return logical True if a config record was found. */ Inherited from OpenEdge.Core.Util.ConfigBuilder
|
|
|
|
OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder FromRegistry (BuilderRegistry)
|
/** Adds a custom/service-level registry for ArgumentValueWriters
@param BuilderRegistry The registry
@return ArgumentValueWriterBuilder This builder object. */ Inherited from OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder
|
|
|
|
DATETIME-TZ GetOptionDateTimeValue (character)
|
/** Returns an option's datetime value
@param character The option name
@return datetime-tz the value */ Inherited from OpenEdge.Core.Util.ConfigBuilder
|
|
|
|
LOGICAL GetOptionLogicalValue (character)
|
/** Returns an option's logical value
@param character The option name
@return logical the value */ Inherited from OpenEdge.Core.Util.ConfigBuilder
|
|
|
|
LONGCHAR GetOptionLongcharValue (character)
|
/** Returns an option's longchar value
@param character The option name
@return longchar the value */ Inherited from OpenEdge.Core.Util.ConfigBuilder
|
|
|
|
DECIMAL GetOptionNumericValue (character)
|
/** Returns an option's decimal value
@param character The option name
@return decimal the value */ Inherited from OpenEdge.Core.Util.ConfigBuilder
|
|
|
|
Object GetOptionObjectValue (character)
|
/** Returns an option's object value
@param character The option name
@return Object the value */ Inherited from OpenEdge.Core.Util.ConfigBuilder
|
|
|
|
CHARACTER GetOptionStringArrayValue (character)
|
/** Returns an option's character array value
@param character The option name
@return character[] the value */ Inherited from OpenEdge.Core.Util.ConfigBuilder
|
|
|
|
CHARACTER GetOptionStringValue (character)
|
/** Returns an option's character value
@param character The option name
@return character the value */ Inherited from OpenEdge.Core.Util.ConfigBuilder
|
|
|
|
Progress.Lang.Class GetWriter (Class, BuilderRegistry)
|
/** Returns a value writer from a particular registry
The search alogrithm is
0. Empty registry returns nothing
1. Equality match - identical type name
2. IsA / Inherits match. This may be slow, so if one is found, it's registered
@param Progress.Lang.Class The current argument type for which we are trying to find a writer
@param BuilderRegistry The registry in which to look
@return Progress.Lang.Class The type of the writer. It's the caller's responsibility to invoke and use the writer */ Inherited from OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder
|
|
|
|
LOGICAL HasOption (character)
|
/** Checks whether a config option already exists
@param character The option name
@return logical True if the named configuration option exists */ Inherited from OpenEdge.Core.Util.ConfigBuilder
|
|
|
|
OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder Logger (ILogWriter)
|
/** Adds or overwrites an option for the client library.
@param character The name of the option
@param character The value of the option (can be anything)
@return ArgumentValueWriterBuilder This builder object. */ Inherited from OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder
|
|
|
|
OpenEdge.Web.DataObject.Writer.ArgumentValueWriter NewArgumentValueWriter ()
|
/* Instantiates a new Arg Writer for the passed-in type
@return ArgumentValueWriter A new Arg Writer for the arg type */
|
|
|
|
OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder Option (character, character)
|
/** Adds or overwrites an option for the client library.
@param character The name of the option
@param character The value of the option (can be anything)
@return ArgumentValueWriterBuilder This builder object. */ Inherited from OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder
|
|
|
|
OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder Option (character, decimal)
|
/** Adds or overwrites an option for the client library.
@param character The name of the option
@param decimal The value of the option (can be anything)
@return ArgumentValueWriterBuilder This builder object. */ Inherited from OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder
|
|
|
|
OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder Option (character, int64)
|
/** Adds or overwrites an option for the client library.
@param character The name of the option
@param int64 The value of the option (can be anything)
@return ArgumentValueWriterBuilder This builder object. */ Inherited from OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder
|
|
|
|
OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder Option (character, logical)
|
/** Adds or overwrites an option for the client library.
@param character The name of the option
@param logical The value of the option (can be anything)
@return ArgumentValueWriterBuilder This builder object. */ Inherited from OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder
|
|
|
|
OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder Option (character, Object)
|
/** Adds or overwrites an option for the client library.
@param character The name of the option
@param Object The value of the option (can be anything)
@return ArgumentValueWriterBuilder This builder object. */ Inherited from OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder
|
|
|
|
LOGICAL RemoveOption (character)
|
/** Removes an option
@param character The option name */ Inherited from OpenEdge.Core.Util.ConfigBuilder
|
|
|
|
LOGICAL SetOption (character, character)
|
/** Stores an value as an option
@param character The option name
@param character the value
@return logical True is the option was overwritten */ Inherited from OpenEdge.Core.Util.ConfigBuilder
|
|
|
|
LOGICAL SetOption (character, character[])
|
/** Stores an value as an option
@param character The option name
@param character the value
@return logical True is the option was overwritten */ Inherited from OpenEdge.Core.Util.ConfigBuilder
|
|
|
|
LOGICAL SetOption (character, datetime-tz)
|
/** Stores a datetime-tzvalue as an option
@param character The option name
@param datetime-tz the value
@return logical True is the option was overwritten */ Inherited from OpenEdge.Core.Util.ConfigBuilder
|
|
|
|
LOGICAL SetOption (character, decimal)
|
/** Stores an numeric value as an option
@param character The option name
@param Object the value
@return logical True is the option was overwritten */ Inherited from OpenEdge.Core.Util.ConfigBuilder
|
|
|
|
LOGICAL SetOption (character, logical)
|
/** Stores a logical value as an option
@param character The option name
@param logical the value
@return logical True is the option was overwritten */ Inherited from OpenEdge.Core.Util.ConfigBuilder
|
|
|
|
LOGICAL SetOption (character, Object)
|
/** Stores an object value as an option
@param character The option name
@param Object the value
@return logical True is the option was overwritten */ Inherited from OpenEdge.Core.Util.ConfigBuilder
|
|
|
|
LOGICAL SetOption (Class, Object)
|
/** Stores an object value as an option
@param Progress.Lang>Class The option name (as a type)
@param Object the value
@return logical True is the option was overwritten */ Inherited from OpenEdge.Core.Util.ConfigBuilder
|
|
|
|
OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder WriteTo (Object)
|
/** Specifies the Entity object to use for the message body
@param Progress.Lang.Object The argument value into which to write
@return ArgumentValueWriterBuilder The writer used */ Inherited from OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder
|
|
|
|
OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder WriteTo (Object, Class)
|
/** Specifies the Entity object to use for the message body
@param Progress.Lang.Object The argument value into which to write
@param Progress.Lang.Class The type of the argument (actual type or maybe interface)
@return ArgumentValueWriterBuilder The writer used */ Inherited from OpenEdge.Web.DataObject.Writer.ArgumentValueWriterBuilder
|