| Package | lc.domain |
| Class | public class Endpoint |
| Inheritance | Endpoint DomainObject Object |
Endpoint class represents an endpoint in LiveCycle ES.
An Endpoint object is used for the following purposes:
See also
| Property | Defined By | ||
|---|---|---|---|
| categoryId : String
The identifier of the category that owns this endpoint.
| Endpoint | ||
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
| description : String
The description of the endpoint.
| Endpoint | ||
| endpointId : String
The endpoint identifier.
| Endpoint | ||
| name : String
The name of the endpoint or form used to start a process.
| Endpoint | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| service : String
| Endpoint | ||
![]() | session : SessionMap
[read-only]
A SessionMap object that stores information relating to the server session.
| DomainObject | |
| Method | Defined By | ||
|---|---|---|---|
![]() |
Indicates whether an object has a specified property defined.
| Object | |
|
Invokes the specified endpoint.
| Endpoint | ||
![]() |
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 a SessionMap object that stores the information relating to the
server session.
| Endpoint | ||
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| categoryId | property |
categoryId:String [read-write] The identifier of the category that owns this endpoint.
public function get categoryId():String
public function set categoryId(value:String):void
See also
| description | property |
description:String [read-write] The description of the endpoint.
public function get description():String
public function set description(value:String):void
| endpointId | property |
endpointId:String [read-write] The endpoint identifier.
public function get endpointId():String
public function set endpointId(value:String):void
| name | property |
name:String [read-write] The name of the endpoint or form used to start a process.
public function get name():String
public function set name(value:String):void
| service | property |
service:String [read-write]
public function get service():String
public function set service(value:String):void
| invoke | () | method |
public function invoke():ObjectToken
Invokes the specified endpoint. If the endpoint returns a document,
a DocumentReference object will be returned.
If the endpoint returns task information, a Task object will be returned.
ObjectToken — An ObjectToken object that contains the
endpoint invocation result as a Task or
DocumentReference object when the request completes.
|
See also
| setSession | () | method |
public override function setSession(session:SessionMap):void
Sets a SessionMap object that stores the 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/Endpoint.html