| Package | lc.domain |
| Class | public class SearchTemplate |
| Inheritance | SearchTemplate Object |
| Implements | IWorkspaceManaged |
SearchTemplate class provides support for working with search templates.
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| session : SessionMap
[read-only]
A SessionMap object that stores information relating to the server session.
| SearchTemplate | ||
| template : XML
The XML that describes the search template.
| SearchTemplate | ||
| Method | Defined By | ||
|---|---|---|---|
|
Executes the search operation and retrieves the results.
| SearchTemplate | ||
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
|
Sets the SessionMap object that stores information relating to the server session.
| SearchTemplate | ||
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| session | property |
session:SessionMap [read-only]
A SessionMap object that stores information relating to the server session.
public function get session():SessionMap
| template | property |
template:XML [read-write] The XML that describes the search template.
public function get template():XML
public function set template(value:XML):void
| getSearchResults | () | method |
public function getSearchResults(searchFilter:SearchFilter):CollectionToken
Executes the search operation and retrieves the results.
Parameters
searchFilter:SearchFilter — Specifies the search filter to use.
|
CollectionToken — A collection of results matching the search.
|
| setSession | () | method |
public function setSession(session:SessionMap):void
Sets the SessionMap object that stores information relating to the server session.
Parameters
session:SessionMap — Specifies the information relating to the server session.
|
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/domain/SearchTemplate.html