|
|
| Options | Name | Purpose | |
|---|---|---|---|
| # | LOGICAL Add (Cookie) |
/** Add an object to the collection.
@param {&ValueType} The object to add to the collection
@return logical True if the operation succeeded. */ |
|
| # | LOGICAL Add (Object) |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|
| # | LOGICAL AddAll (ICollection) |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|
| # | LOGICAL AddArray (Cookie[]) |
/** Add an array of objects to the collection.
@param {&CollectionType}[] The array to add to the collection
@return logical True if the operation succeeded. */ |
|
| # | LOGICAL AddArray (Object[]) |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|
| # | Clear () |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|
| # | Object Clone () |
/* Deep clone. or rather deep enough since we don't know what the elements' Clone()
operations do, so this may end up being a memberwise clone */ Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|
| # | LOGICAL Contains (Cookie) |
/** Determine whether an object is in the collection.
@param {&ValueType} The object to check in the collection
@return logical True if the operation succeeded. */ |
|
| # | LOGICAL Contains (Object) |
Overrides OpenEdge.Core.Collections.Collection:Contains (Object) |
|
| # | LOGICAL ContainsAll (ICollection) |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|
| # | LOGICAL IsEmpty () |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|
| # | IIterator Iterator () |
/* Returns a new IIterator over the collection. */ Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|
| # | LOGICAL Remove (Cookie) |
/** Remove an object from the collection.
@param {&ValueType} The object to remove from the collection
@return logical True if the operation succeeded. */ |
|
| # | LOGICAL Remove (Object) |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|
| # | LOGICAL RemoveAll (ICollection) |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|
| # | LOGICAL RetainAll (ICollection) |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|
| # | Object ToArray () |
/* ToArray should not be used with large collections
If there is too much data the ABL will throw:
Attempt to update data exceeding 32000. (12371) */ Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|
| # | OpenEdge.Net.HTTP.Cookie ToCookieArray () |
/* Returns the elements in this collection as an ABL array.
@return {&ValueType}[] An ABL array of the objects in this collection */ |
|
| # | ToTable (table-handle) |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
| Options | Name | Purpose | |
|---|---|---|---|
| # | CookieCollection () |
|
|
| # | CookieCollection (ICollection) |
|
| Options | Name | Purpose | |
|---|---|---|---|
| # | INTEGER Size |
Inherited from OpenEdge.Core.Collections.AbstractTTCollection |
|
Top
PROTECTED LOGICAL Add (Cookie)
|
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED LOGICAL Add (Object)
|
||||||||||||||||||
PROTECTED LOGICAL AddAll (ICollection)
|
||||||||||||||||||
PROTECTED LOGICAL AddArray (Cookie[])
|
||||||||||||||||||
PROTECTED LOGICAL AddArray (Object[])
|
||||||||||||||||||
PROTECTED Clear ()
|
||||||||||||||||||
PROTECTED Object Clone ()
|
||||||||||||||||||
PROTECTED LOGICAL Contains (Cookie)
|
||||||||||||||||||
PROTECTED LOGICAL Contains (Object)
|
||||||||||||||||||
PROTECTED LOGICAL ContainsAll (ICollection)
|
||||||||||||||||||
PROTECTED LOGICAL IsEmpty ()
|
||||||||||||||||||
PROTECTED IIterator Iterator ()
|
||||||||||||||||||
PROTECTED LOGICAL Remove (Cookie)
|
||||||||||||||||||
PROTECTED LOGICAL Remove (Object)
|
||||||||||||||||||
PROTECTED LOGICAL RemoveAll (ICollection)
|
||||||||||||||||||
PROTECTED LOGICAL RetainAll (ICollection)
|
||||||||||||||||||
PROTECTED Object ToArray ()
|
||||||||||||||||||
PROTECTED OpenEdge.Net.HTTP.Cookie ToCookieArray ()
|
||||||||||||||||||
PROTECTED ToTable (table-handle)
|
||||||||||||||||||
PROTECTED CookieCollection ()
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED CookieCollection (ICollection)
|
|||||||||||
PROTECTED INTEGER Size
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|